How to turn off the sound when you turn on the phone Xiaomi Redmi 10: all working methods

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.

πŸ“Š You’ve already tried to turn off the download sound on your Xiaomi?
Yeah, but it didn't work out.
Yeah, it worked.
No, I'm afraid to break something.
I don't know how to do that.

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:

  1. Open the Settings app.
  2. Go to the About Phone section.
  3. Find the MIUI version and tap it 7-10 times until the message β€œYou’ve become a developer” appears.
  4. Go back to the main settings menu and open a new section for developers.
  5. Activate the MIUI Hidden Settings switch (if not, the method is not suitable for your version).
  6. 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:

  1. Connect Redmi 10 to your computer and confirm the debugging permission on your phone.
  2. Open the command prompt (Windows) or terminal (macOS/Linux) in the folder with adb.exe.
  3. Enter the command to check the connection: Adb devices must display the serial number of your device.
  4. Execute the command to disable the download sound: adb shell settings put global power_sound_enabled 0
  5. 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?
If you see a Read-only file system error when you try to delete a file, you must: 1. Go to Mount in TWRP and mark System. 2. Go back to File Manager and try again. 3. If it doesn't help, flash a patch to rewire the system in read-write mode (look for Disable DM-Verity for your model).

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:

  1. Install Magisk and get root rights.
  2. Download the Disable Power-on Sound module (check compatibility with your Android version).
  3. In the Magisk app, go to the Modules β†’ Install from storage.
  4. Select the downloaded file and wait for the installation.
  5. 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.

  1. Back up the data.
  2. Go to Settings β†’ About the phone β†’ Reset settings.
  3. 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:

MethodDifficultyNeed root?Risk to the systemCompatible 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:

  1. Load to TWRP (clip Power + Volume Up).
  2. Restore the deleted file from the backup (if you did).
  3. 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.-->

Can I turn off the sound without a computer?
On older versions of MIUI (12-13), yes, via MIUI Hidden Settings. The newer (14+) PCs are a must: either ADB (you need a computer) or root access (you need an unlocked bootloader and TWRP). If you don't have the ability to connect to a PC, the only option is to contact a service center, but this rarely gives a result, since the download sound is considered a feature, not a bug.
Why does it appear again after the ADB switch off the sound?
This is due to two reasons: Resetting: Adb shell settings put global power_sound_enabled 0 resets when the phone is reset to factory settings.Update MIUI: Some of them OTA-Updates reset user settings for global settings. Solution: Repeat the command after the update, or use a Magisk module that blocks sound at the system level.
Will the file renaming method be MIUI 14?
No, starting with MIUI 14 Xiaomi has tightened the system partition protection, even if you rename poweron.ogg via TWRP, The system can: Restore the file the next time you download it. Block the changes (due to DM-Verity); issue an error avb: error verifying vbmeta image. disable_dm-verity_forceencrypt for your model).
Can I turn off the phone's sound?
The poweroff.ogg sound is switched off by the same methods as the on sound. MIUI Hidden Settings is not a separate option for it - it turns off along with the download sound. ADB same command is used (power_sound_enabled 0). The file of the shutdown sound is usually in the same folder: /system/media/audio/ui/poweroff.ogg.
Is it true that turning off the download sound is a guarantee?
The sound itself is shut down by ADB or MIUI Hidden Settings does not void the warranty, as it does not require unlocking the bootloader.However: If you use TWRP If you contact the service center for another problem, it is better to return the sound back (adb shell settings put global settings) power_sound_enabled 1). In Russia and CIS countries, warranty obligations are regulated by local legislation - check the terms with the official dealer.