The download sound on Xiaomi smartphones is one of those little things that can be annoying every day, especially if you often reboot your device or use it in quiet places, like libraries, conference rooms or at night. Unlike standard alarm clock tunes or notifications, the sound of the switch on doesn't turn off through the usual sound settings - it needs to be deactivated separately.
Complicating the problem is that MIUI (Xiaomiβs branded shell) regularly changes the layout of options on the menu, and some methods only work on certain versions of the firmware. In this article, we will discuss all the current ways, from simple (through settings) to advanced (using ADB and root rights), and you will learn why sound can return after the system update and how to avoid this.
Important: Before you start making changes, check the MIUI version on your device. To do this, go to Settings β About Phone β MIUI version. Some methods only work on MIUI 14 and later, others only on old firmware (up to MIUI 12).
1. Method through settings (MIUI 14β15 and later)
Starting with MIUI 14, Xiaomifinally added the ability to turn off the download audio via the standard menu, but the option is hidden in an unobvious way - it is not in the "Sounds and Vibrations" section.
- Open the settings on your smartphone.
- Go to About Phone (usually at the bottom of the list).
- Tap 5-7 times in a row on the MIUI version until the notification βYou became a developer!β appears.
- Return to the main Settings menu and open a new section for developers (appears above the "About Phone" item).
- Scroll down to the Debugging block and find the boot sound option. Translate the slider to the off-site position.
If you have a MIUI 15, the path may be slightly different: Settings β Additional β Special Features β Load Sound.
Developer mode is activated (5 taps according to MIUI)
No active system updates (check in "Software Update")
Battery charge >30% (to avoid failures)
Backup of important data (in case of error)
-->
β οΈ Note: On some models (Redmi Note 12 Pro)+, Xiaomi 13 Ultra) after turning off the sound through this method, it can return after another update MIUI. In this case, you will have to repeat the procedure or use alternative methods.
2. Disconnection via ADB (no root)
If you're in your version MIUI There is no option in the settings, you can use ADB-This method works for most Xiaomi, Redmi and other devices. POCO, including models with MIUI 12-13, you're gonna need it:
- π₯οΈ Computer with Windows/macOS/Linux
- π± USB-cable (preferably original)
- π§ Initiated Debugging Mode USB phone-on
- π¦ Installed Xiaomi drivers and package ADB Tools
Step-by-step:
- Download Googleβs Platform Tools and unpack the archive into any folder.
- On your phone, activate USB Debugging: Settings β About Phone β MIUI Version (tap 7 times) β For developers β Debugging by USB.
- Connect your phone to your PC and in the folder with Platform Tools, launch Command Prompt (on Windows: Shift + PCM β Open the PowerShell window here).
- Enter the command to check the connection: adb devices If the device is displayed β go further.
- Execute the command to disable the download sound: adb shell settings put global boot_sound 0
- Restart the phone and the sound will disappear.
To return the sound, use the same command, replacing 0 by 1.
adb shell su -c "setprop persist.sys.boot.sound 0"
But it's gonna need root rights!-->
3. Delete the system sound file (root required)
The most radical way is to remove the download audio file itself from the system partition, which is guaranteed to remove the melody, but requires root rights and can lead to problems when updating MIUI.
Instructions:
- Install a root-enabled file manager on your phone, such as Root Explorer or Solid Explorer.
- Go to /system/media/audio/ui/
- Find files with names: boot_animation_sound.mp3 poweron.ogg boot_sound.mp3
(The names may vary depending on the model).
Delete the files found or rename them by adding.bak at the end (e.g. poweron.ogg.bak).
Reset the device.
β οΈ Note: Deleting system files may cause errors in future updates MIUI. We recommend that you create a backup copy of the section before the procedure. /system through TWRP ornamental.
What if the phone doesnβt turn on after deleting files?
4. Use of Magisk module (for stitched devices)
If your Xiaomi already has root and Magisk installed, you can use the Disable Boot Sound module, which is safer than manual file deletion, since it does not directly affect the system partition.
How to determine:
- Download Disable Boot Sound (available on the XDA Developers forum).
- Open the Magisk Manager app.
- Go to the Modules section and click Install from storage.
- Select the downloaded module file and confirm the installation.
- Reboot the phone.
Advantages of the method:
- β No manual editing of system files
- β Compatible with most models Xiaomi/Redmi/POCO
- β Easy to roll back (just remove the module in Magisk)
Through MIUI settings
With ADB
Delete system files (root)
Magisk module
Another way.-->
5. Alternative solutions for older models
If you have Xiaomi on MIUI 11 or older (e.g. Redmi 4X, Mi A1, Mi 8 Lite), the standard methods may not work.
| Model/firmware | Working method | Notes |
|---|---|---|
| MIUI 10β11 | ADB-Command: Adb shell su -c "setprop persist.sys.boot.sound 0" | Requires root or unlocked bootloader |
| Redmi Note 5/Pro | File deletion /system/media/audio/ui/poweron.ogg | After the update, the sound will return. |
| Mi A2/A3 (Android One) | Use Disable Boot Sound from Play Market | It doesnβt work on all versions of Android. |
| POCO F1 | Custom Recovery Firmware (TWRP) + Editing build.prop | A complex method, suitable for experienced users |
For Android One devices (e.g. Mi A2, Mi A3), you can try Google Play apps like Disable Boot Sound or Silent Boot. However, their effectiveness depends on the Android version and the manufacturer's policies.
6.Why does the sound come back after the update?
Many users experience the re-appearance of the download sound after the MIUI update, because:
- Xiaomi resets custom audio settings in major updates (for example, from MIUI 13 to MIUI 14).
- System Files (Poweron.ogg, boot_sound.mp3) Restore from the original image of the firmware.
- Some of them ADB-Settings put global commands are not saved after cache resetting.
How to avoid the sound coming back:
- π After updating, re-apply the selected method (ADB, Magisk or settings).
- π₯ Before the update, create a backup section /system/media/audio/ui/.
- π« Turn off automatic updates MIUI in settings (Settings) β The phone. β Updating the system β βοΈ β Auto-update).
π‘
If you use the method of deleting system files, after each update MIUI You have to repeat the procedure. ADB-Teams and Magisk modules are more resistant to updates.
7. Frequent mistakes and how to avoid them
When trying to turn off the download audio, users often encounter typical problems, and here are the most common solutions:
| Problem. | Reason. | Decision |
|---|---|---|
| ADB does not see the device | Not installed drivers or not included debugging | Install Mi PC Suite or Google USB drivers, check Debugging by USB |
| Adb shell settings put global boot_sound 0 doesn't work | Unsupported version of MIUI or no rights | Try an alternative command with su or use Magisk |
| After removing the files, the sound remained | The file has been renamed but not deleted, or there is a duplicate | Check all possible paths: /system/media/, /vendor/media/ |
| Phone freezes after editing system files | Build.prop or critical files are damaged | Restore the backup via TWRP or flash the stock firmware |
β οΈ Note: On some models (Xiaomi) 12T, Redmi K50) When you turn off the download sound, you can also lose the shutdown sound, and that's a feature of the firmware, and you can only return it by resetting the settings or re-enacting the option in the back of the boot. ADB.