You turned on a Xiaomi smartphone, and suddenly there was a loud sound coming out of the speakers β a melody, a squeak, or even a voice greeting β a phenomenon called boot audio, and it's familiar to many owners of the brand's devices. In some cases, it comes after a firmware update, a setting reset, or even for no apparent reason. But what does it mean, why does it happen and how do you remove it if it interferes?
In this article, we will go into detail about what boot audio is on Xiaomi, what models support this feature (including Redmi, POCO and Mi), and why it can activate itself. You will also find step-by-step instructions for turning off bootable audio, both through standard settings, and using hidden menus or third-party tools. If you encounter a problem when the phone does not turn on beyond the screensaver with sound, there are solutions for this case.
What is boot audio and why is it needed?
Boot audio (or bootable sound) is an audio signal that is played when you turn on a Xiaomi smartphone during the initialization stage of the system.
- π΅ Melody - Standard Loading Sound MIUI (Xiaomi Mi 11 or Redmi Note 10).
- π Voice Message β in some regional firmware (for example, for India or China).
- β οΈ System signal β a squeak or error if the booting was in trouble.
Boot audio originally had two functions:
- Confirmation of successful download β the user hears that the phone is turned on (useful if the screen is not yet lit).
- Branding β Xiaomi uses unique sounds for its devices, just like Apple or Samsung.
However, over time, many users have complained about this sound β especially if it is too loud or it works at the wrong time (e.g. at night), and Xiaomi has added the ability to disable boot audio in settings, but not on all models and not all versions of MIUI.
What models Xiaomi has boot audio
Boot audio is available on most Xiaomi devices, but its implementation depends on the model and firmware version. Below is a table with examples of devices and their behavior:
| Model | Type of boot audio | Can I turn it off? | Notes |
|---|---|---|---|
| Xiaomi 13/13 Pro | Melody MIUI 14 | Yeah (in settings) | Sound is quiet, switches off through Settings β Sound |
| Redmi Note 12 Pro+ | Voice greeting (in Indian firmware) | Yes (via ADB) | In the global version, sound is standard. |
| POCO F5 | Short signal. | No (only root) | The sound appears after upgrading to MIUI 14.0.3 |
| Xiaomi Mi 11 Ultra | Melody + Vibration | Yes (via Engineering Mode) | Chinese firmware sound longer |
| Redmi 10A | Sick (if downloading with error) | No. | The sound signals problems with iron. |
Note that on budget models (e.g. Redmi 9A or POCO M3) boot audio may be absent or only manifested when crashes. whereas flagships (Xiaomi 14, Mix Fold 3) often receive branded tunes that are harder to disable.
π‘
If your phone makes an unusual sound when booting (such as a repetitive squeak), this may indicate a hardware problem. Try booting into Fastboot Mode (down volume button + power) and checking system integrity.
Why boot audio can appear on its own
Sometimes users are faced with a situation where boot audio is turned on without their participation.
- π Update MIUI β New firmware versions can activate the default sound (for example, switching from the MIUI 13 on MIUI 14).
- π± Reset β after Hard Reset, all settings return to factory settings, including boot audio.
- π οΈ Repair or replace parts β if the phone was taken apart, the flag could be knocked down NVRAM (non-volatile memory).
- π Change the firmware region β for example, after firmware global version to Chinese (or vice versa).
- π System failure β if the phone is not properly turned off (for example, due to battery discharge), the next time you turn on, an error sound may work.
If boot audio comes after the update, try retracing to the previous version of MIUI via Recovery Mode.
- Turn off the phone.
- Press Volume Up + Power before the Mi logo appears.
- Select Wipe & Reset β Reset to factory (if you want to roll back completely).
What if boot audio is accompanied by a black screen?
How to disable boot audio through MIUI settings
On most modern Xiaomi devices (with MIUI 12 and later), boot audio can be turned off by standard means.
- Open Settings β Sound.
- Scroll down to the System Sounds section.
- Find the Sound item when downloading (or Boot Sound in English).
- Move the slider to the off position.
If there is no such item, try an alternative path:
- Go to Settings. β The phone.
- Tap 7 times on the MIUI version to activate Developer Mode.
- Back to Settings β Additionally. β For developers.
- Find the Disable Boot Sound (Disable Boot Sound)
In some models (for example, POCO X3 Pro or Redmi Note 11) these settings can be hidden. ADB-team:
adb shell settings put global boot_audio 0Install. ADB-PC drivers|Put the debugging on. USB developer-setting|Connect your phone to your PC and allow debugging|Check the connection with the adb device command-->
Hidden methods of disabling boot audio (Engineering Mode, root)
If the standard methods don't work, you can use hidden menus or super-user rights.
β οΈ Note: Incorrect actions in Engineering Mode can lead to network failure or complete loss of communication.We recommend backing up through Mi Cloud before experimenting.
Method 1: Engineering Mode (Engineering Menu)
- Open the Phone app and enter the combination: ##36446337###.
- Go to the Hardware Testing β Audio section.
- Find Boot Sound and set the Disable value.
- Save the settings and restart the phone.
Method 2: Editing system files (root required)
If you have superuser rights (e.g., via Magisk), you can delete or replace the bootable audio file:
- Install a file manager with root support (such as Root Explorer).
- Go to /system/media/audio/ui/.
- Find the files. boot_audio.mp3 or poweron.ogg.
- Rename them (add.bak at the end) or delete them.
- Reboot the phone.
Method 3: Firmware of modified boot.img
For power users: You can unpack boot.img, remove the links to bootable sound from it, and then stitch back through Fastboot:
fastboot flash boot patched_boot.img
fastboot rebootπ‘
Disabling boot audio via Engineering Mode or root may cause network resets. After the procedure, check your mobile and Wi-Fi connection!
What to do if boot audio is accompanied by errors
Sometimes boot audio signals more serious problems, and let's look at the typical scenarios and solutions.
| Symptoms. | Possible cause | Decision |
|---|---|---|
| The sound is interrupted, the phone is turned off. | Battery or power controller damaged | Replace the battery or check the charge at the service center |
| Repeated squeak without loading | Bootloop failure (bootloop) | Swipe your phone through the Mi Flash Tool in Fastboot mode |
| There's sound, but the screen won't turn on. | Problems with display plume or graphics chip | Connect to a PC and check through ADB or carry in repair |
| Voice message in Chinese | Regional firmware installed (for example, for China) | Write down the MIUI version through Recovery |
If the phone is getting stuck on a logo with a repetitive sound, it's a bootloop sign.
- Try booting into Safe Mode (click Volume Down when turned on).
- If it doesnβt work, run the firmware through Fastboot:
fastboot flash system system.img
fastboot flash boot boot.img
fastboot rebootXiaomiβs MediaTek processors (like Redmi 10C) may require the SP Flash Tool.
Boot audio on custom firmware (LineageOS, Pixel Experience)
If you have custom firmware installed (like LineageOS or Pixel Experience), boot audio may behave differently:
- π It is absent at all - many custom firmware removes Xiaomi branded sounds.
- π΅ Replaced with standard Android sound, such as a tune from Google Pixel.
- βοΈ Configures through Magisk-modules β you can install the BootSound Changer module.
To disable or change boot audio on custom firmware:
- Install Magisk Manager and check for modules.
- Download the Disable Boot Sound module from the Magisk repository.
- Reboot the phone.
If you want to return the original sound after installing custom firmware, copy the files from stock MIUI:
/system/media/audio/ui/boot_audio.mp3