How to permanently turn off the volume warning in Xiaomi headphones: 5 proven ways

Why Xiaomi limits the volume in headphones and can it be bypassed?

If you own a Xiaomi smartphone and use a wired or wireless headphone on a regular basis, you've probably encountered an annoying notification, "Loudness is too high. Reduce it to protect your hearing." This warning comes every time you try to raise the volume above 75-80% of the maximum level. On the one hand, the manufacturer cares about your health - long listening to music at high volume can really harm your hearing. On the other, the restriction often works even at a comfortable sound level, especially in noisy places.

In this article, we will discuss all working ways to disable the volume warning on Xiaomi, Redmi and smartphones. POCO, including models with MIUI 12/13/14 It's important to understand that some methods require superuser rights (root), and others work without them. TWS-Xiaomi headphones (e.g. AirDots, Buds), where the restriction may manifest differently.

Before you start shutting down, remember that the manufacturer has put this restriction in place for a reason: According to the WHO, listening to sounds above 85 dB for more than 8 hours a day increases your risk of hearing loss. If you do decide to remove the warning, do it consciously and monitor the volume yourself.

Method 1: Disconnect via sound settings (without root)

The easiest and safest method is to use the built-in MIUI settings, which are suitable for most Xiaomi, Redmi and POCO models based on MIUI 12 and later.

  1. Open the Settings app on your smartphone.
  2. Go to the section Sound and vibration.
  3. Scroll down and look for Hearing Safety (some firmware may call it Volume Limitation or Volume Warning).
  4. Turn off the slider next to the High Volume Warning option.
  5. Confirm the action if the system requests confirmation.

If this item is missing from your MIUI version, try an alternative path:

  • ๐Ÿ”Š Settings โ†’ Additionally. โ†’ Special facilities โ†’ Sound settings โ†’ Hearing safety
  • ๐Ÿ”Š In some firmware, the option is hidden in Settings โ†’ Annexes โ†’ Application management โ†’ Settings (cogs) โ†’ Reset application settings (after resetting the warning may disappear).

โš ๏ธ Note: On smartphones with MIUI Global (European/Indian firmware) this item may be blocked due to local regulatory requirements, in which case only a change of region or the use of other methods from this article will help.

Make sure the headphones are connected to the smartphone

Check the version of MIUI in Settings โ†’ About the phone

Make a backup of the sound settings (optional)

Close all music apps before changing settings-->

Method 2: Use of the ADB-commands (without root, but with PC)

If the standard method didn't work, you can use the Android debugging bridge (ADB), which doesn't require superuser rights, but requires a computer and USB debugging enabled.

  1. Activate Developer Mode: Go to Settings โ†’ About Phone. Press 7 times on MIUI Version until the notification "You've become a developer" appears.
  2. Enable USB Debugging: Return to Settings โ†’ Additional โ†’ Developer. Activate USB Debugging Slider.

Connect your smartphone to your PC and execute the commands:

adb shell settings put global volume_warning_enabled 0


adb shell settings put global safe_media_volume_enabled 0

After you've done the commands, restart the device. The volume warning should go away. If it hasn't, try the extra command:

adb shell settings delete global safe_media_volume_state
  • ๐Ÿ’ป To work with ADB Download Platform Tools from Google.
  • ๐Ÿ”Œ Windows may require the installation of Xiaomi drivers (download from the official website).
  • ๐Ÿ”„ After the update MIUI The warning will come back, repeat the procedure.

๐Ÿ’ก

If ADB does not recognize the device, try to enter adb kill-server in the command line, then adb start-server and connect the smartphone again.

Method 3: Editing system files (root required)

For users with unlocked bootloaders and root rights, there is a more radical method, which is editing system files, which is guaranteed to remove the warning, but requires caution: wrong actions can lead to a system failure.

You'll need:

  • ๐Ÿ“ฑ Smartphone with Magisk or another root manager.
  • ๐Ÿ› ๏ธ Root-enabled file manager (such as Root Explorer or Solid Explorer).
  • ๐Ÿ“ Backup copy of the modified files (required!).

Instructions:

  1. Open the file manager and go to /system/csc/others.xml or /system/csc/feature.xml (the path may vary depending on the model).
  2. Find the line with the parameter CscFeature_Sound_SafeVolumeWarning or CscFeature_Volume_SafeMediaVolume.
  3. Change the value from true to false.
  4. Save the file and restart the device.

If the file others.xml No, try editing. /system/build.prop, finish:

ro.config.safe_media_volume_enabled=false

โš ๏ธ Attention: On some firmware MIUI System files are protected from changes even from root, in which case you will have to disable dm-verity via Magisk or use the Disable Flag Secure module.

What if the smartphone does not start after editing files?
If the device is stuck on the logo or left in the bootloop, try: 1. Go to TWRP and restore a backup of the modified file. 2. Fastboot your smartphone (instructions are available on 4PDA). 3. Use the command fastboot erase userdata to reset (data will be lost!). If you are not sure about your actions, you better contact the service center.

Method 4: Change the firmware region (for advanced users)

The volume limit in MIUI is often dependent on the region of the firmware, for example, in the Chinese version of MIUI (China ROM), the warning may be absent or triggered less often, and if you're ready to experiment, you can change the region of the system.

Options for action:

  • ๐ŸŒ Installation of China ROM: Download Chinese firmware for your model from the Xiaomi Firmware Updater website and run through Fastboot or TWRP. Note that in China ROM There are no Google services and they will have to be installed separately.
  • ๐Ÿ“ฑ Change region through settings: Go to Settings โ†’ Additionally. โ†’ Region: Select China or India (in some cases it helps). Reset the device.

Using the Magisk module:

MIUI Region Changer

Magisk

Advantages of the method:

  • ๐Ÿ”‡ The volume warning disappears forever.
  • ๐Ÿš€ Additional features (such as themes in China) are available ROM).

Disadvantages:

  • โš ๏ธ Risk of "bricking" of the device with incorrect firmware.
  • ๐Ÿ“ต Possible problems with the mobile network (depending on the model).
  • ๐Ÿ”„ Update MIUI through OTA region may be thrown off.