The download sound on the Xiaomi Redmi 10 can be annoying, especially if you often reboot the phone or turn it on at night. Unfortunately, the manufacturer did not add a standard option to turn it off in the settings menu.
In this article, we will discuss all the current ways to remove the on sound, including methods without root rights and using hidden MIUI functions. It is important to understand that some decisions require caution: improper actions can lead to system failures. We will also explain why on models with MIUI 14+ the standard method through MIUI Hidden Settings stopped working and what to do in this case.
If you're not ready to experiment with system files, start with the safest options, which are described in the first sections. For advanced users, we've prepared instructions using ADB and firmware modifications.
1.The method via MIUI Hidden Settings (operates on MIUI 12-13)
On older versions of MIUI firmware (up to and including 14th), there was a hidden settings section to disable the download sound, which does not require root rights, but can be blocked on newer updates.
Here's how to do it:
- Open the Settings app.
- Go to the About Phone section.
- Find the MIUI version and tap it 7-10 times until the message βYouβve become a developerβ appears.
- Go back to the main settings menu and open a new section for developers.
- Activate the MIUI Hidden Settings switch (if not, the method is not suitable for your version).
- In the menu that opens, find the Power-on sound option and turn it off.
β οΈ Attention: Redmi 10s MIUI 14 and later this section may not be available.
Developer mode activated
Version of MIUI (must be β€13)
Backup of important data is made
Battery charge >50%-->
2.Switching off the sound via ADB (no root)
If hidden settings are not available, you can use Android Debug Bridge (ADB), a computer debugging tool that works on most versions of MIUI, but requires connecting the phone to a PC.
You'll need:
- π» Computer with installed Xiaomi and ADB-tools drivers
- π± USB-cable (preferably original)
- βοΈ Initiated Debugging Mode USB developer-setting
Step-by-step:
- Connect Redmi 10 to your computer and confirm the debugging permission on your phone.
- Open the command prompt (Windows) or terminal (macOS/Linux) in the folder with adb.exe.
- Enter the command to check the connection: Adb devices must display the serial number of your device.
- Execute the command to disable the download sound: adb shell settings put global power_sound_enabled 0
- Restart your phone to apply the changes.
To return the sound back, use the same command, replacing it with a new one. 0 on 1. adb shell settings put system power_sound_enabled 0
On some firmware, the parameter is stored in another section.-->
3. Delete the audio file via TWRP (requires unlocking the bootloader)
This method involves physically removing the boot audio file from the system partition, requiring an unlocked bootloader and a custom TWRP recap installed. Be careful: improper actions can lead to a device blink.
Instructions:
- π Unlock the bootloader through the Mi Unlock Tool (the process takes up to 7 days of waiting).
- π± Install. TWRP for your model (download the current version from the official website).
- π Load into the Recovery (clutch the power supply) + Volume up when the phone is off).
- Go to Advanced β File Manager.
- Find the file /system/media/audio/ui/poweron.ogg (or poweron.mp3).
- Delete the file or rename it (e.g. poweron.ogg.bak).
- Reboot the phone.
β οΈ Attention: After update MIUI through OTA To avoid this, create an empty file with the same name and 000 rights (read only).
What if TWRP doesnβt see the system partition?
4.Using Magisk and the Disable Power-on Sound module
If your Redmi 10 has root access through Magisk, the easiest way is to install a pre-made module, which is safer than manually deleting files, since the module automatically blocks sound playback at the system level.
How to determine:
- Install Magisk and get root rights.
- Download the Disable Power-on Sound module (check compatibility with your Android version).
- In the Magisk app, go to the Modules β Install from storage.
- Select the downloaded file and wait for the installation.
- Reboot the phone.
Advantages of this method:
- β Does not require the removal of system files
- β Automatically blocks sound after updates
- β Easy to roll back (remove module is enough)
5. Alternative methods (without warranty)
If none of the above methods worked, you can try less reliable, but sometimes effective options:
Method 1: Resetting to factory settings
Some firmwares have the download sound gone after a complete reset, and minus that, you have to reset the phone.
- Back up the data.
- Go to Settings β About the phone β Reset settings.
- Select Delete all data.
Method 2: Installation of custom firmware
Firmware like LineageOS or Pixel Experience doesn't usually have a sound on, but this is an extreme measure, because:
- π« The guarantee is lost.
- π« Some functions may stop working (for example, NFC camera)
- π« Requires unlocking the loader
Method 3: Use of blocking applications
Apps like App Quarantine or Package Disabler can theoretically block system audio, but rarely work with download sounds.
Comparison of methods: which one to choose?
To make it easier for you to determine, we have compiled a table with the pros and cons of each method:
| Method | Difficulty | Need root? | Risk to the system | Compatible with MIUI 14+ |
|---|---|---|---|---|
| MIUI Hidden Settings | β | β No. | β οΈ Low. | β It's not working. |
| ADB-team | ββ | β No. | β οΈ Medium. | β It's working. |
| Delete the file via TWRP | βββ | β Yes. | β οΈβ οΈ High-pitched | β It's working. |
| Magisk module | ββ | β Yes. | β οΈ Low. | β It's working. |
| Custom firmware | ββββ | β Yes. | β οΈβ οΈβ οΈ critical | β It's working. |
For most Redmi 10 users, the best solution is the best. ADB-Method β it does not require root rights and works on current versions MIUI. If you are ready for experiments, the module for Magisk gives the most reliability.
π‘
On MIUI 14+, the only working methods are ADB, TWRP or Magisk. Hidden settings and standard options are no longer supported.
Frequent mistakes and their solutions
When you turn off the download audio, users often face typical problems, and here's how to avoid or fix them:
Problem 1: ADB does not see the device
- π Check it out. USB-cable (try another one).
- π₯οΈ Install the official Xiaomi drivers.
- π Turn on/off Debugging on USB developer-setting.
- π On Windows, try running the command line on behalf of the administrator.
Problem 2: The sound returned after the update
It's normal behavior β MIUI Restores deleted system files when OTA-Updates. Solutions:
- π Repeat the shutdown procedure (ADB or TWRP).
- π§ Install a Magisk module β it blocks sound at the core level.
- π« Turn off automatic updates in Settings β The phone. β Updating the system.
Problem 3: Phone does not turn on after manipulation of system files
If after deleting files via TWRP, the phone is stuck on startup the logo:
- Load to TWRP (clip Power + Volume Up).
- Restore the deleted file from the backup (if you did).
- If there is no backup, then run the original firmware through Fastboot.
1. Load into the recaveri.
2. Select Backup.
3. Mark the Boot, System, Data sections.
4. Save the backup on SD-card.-->