You've encountered a situation where headphones are connected to Xiaomi, but the sound is too quiet despite the maximum volume level? This is not an accident - the manufacturer deliberately restricts the output power through the EU Volume Limit (European safety standard) to protect users' hearing. However, for many, this limitation becomes a problem, especially when using high-omnipotent headphones or in noisy conditions.
In this article, weโll look at all the current ways to remove a restriction, from simple settings in MIUI to advanced methods using ADB and engineering menus. Itโs important to understand that some methods require unlocking the bootloader or root rights, which can affect the warranty and security of the device, and weโll also explain how to revert the restrictions if necessary.
Note: instructions are relevant for Xiaomi, Redmi and POCO smartphones based on MIUI 12-15 (including hyperos).For models older than 2019 (such as the Mi 9 or Redmi Note 7), additional steps may be required.
Why Xiaomi limits the volume in headphones?
Volume restriction is not a whim of the manufacturer, but a requirement of the European standard EN 50332-2, which regulates the maximum sound level in personal audio devices. According to this standard, prolonged exposure to sound above 85 dB can lead to irreversible hearing loss. Xiaomi, like other brands (for example, Samsung or Apple), are forced to comply with these standards for sales in the EU.
But there are nuances:
- ๐ The restriction applies only to wired and Bluetooth headphones. The built-in speaker of a smartphone usually does not have such restrictions.
- ๐ฑ On some models (for example, Xiaomi 13 Pro or XP) POCO F5) The limit can be bypassed through the developer settings, whereas on budget Redmi (for example, Redmi). 12C) need ADB.
- ๐ซ After updating MIUI Restrictions may come back โ this is due to Xiaomiโs security policy.
Interesting fact: China and some Asian countries don't have default volume limits, because of differences in local security standards, and if you bought a smartphone in the European region, the volume limit will be activated out of the box.
Method 1: Disable the restriction through MIUI settings (without root)
The simplest method that works on most MIUI 12-15 devices is that it doesnโt require additional tools, but it may not be available on some models (e.g., the Redmi Note 11 for the European market).
Instructions:
- Open the Settings app.
- Go to the section Sound and vibration.
- Slip on Volume (or Volume Settings on newer versions of MIUI).
- In the upper right corner, press on โฎ โ Additional settings.
- Find the option to limit the volume of headphones (or EU Volume Limit) and turn it off.
If there is no such item, try an alternative path:
- Go to Settings. โ The phone.
- Tap 7 times on the MIUI version to activate the developer mode.
- Go back to the basic settings, open Additional โ for developers.
- Find the option to turn off the absolute volume limit (Disable Absolute Volume) and activate it.
Check the version of MIUI (Settings โ About the phone)
Activate Developer Mode (7 taps according to MIUI)
Connect headphones to a smartphone
Make a backup of settings (Settings) โ Additionally. โ Backup)-->
Important! Some firmware (e.g. MIUI Global for POCO X5) may call it Disable Safe Volume Warning or Headphone Volume Boost. If you don't find anything, move on to the next method.
Method 2: Using ADB to Remove Restrictions (Universal Method)
If standard settings didnโt work, ADB (Android Debug Bridge) is the most reliable way to get around the restrictions. It works on all Xiaomi models, including the Redmi 10C, POCO M5 and flagships like Xiaomi 14. Youโll need a computer with Xiaomi drivers installed and USB debugging enabled.
Step-by-step:
- Download ADB Tools and unpack the archive into a separate folder.
- On your smartphone, activate the developer mode (as in Method 1) and enable USB debugging in the developer settings.
- Connect your phone to your PC through USB-Cable (use the original cable for stability).
- In the ADB folder, press Shift + right mouse button and select Open PowerShell window here (or Command Prompt for Windows 10 and below).
- Enter the command to check the connection: adb devices If the device appears in the list, continue. If not, install the Xiaomi driver and repeat the step.
- Execute the command to remove the restriction: adb shell settings put global volume_safe_speaker 0 Next: adb shell settings put global volume_safe_headset 0
- Reboot your smartphone.
After the reboot, check the volume in the headphones. If the sound is still limited, try the additional command:
adb shell settings put global headset_safe_volume_enabled 0๐ก
If ADB does not recognize the device, try enabling the USB Debugging option (security options) in the developer settings and selecting File Transfer mode when connected.
Warning: Changes through ADB are reset after resetting settings or updating MIUI.To return the restrictions, replace 0 by 1 in the commands above.
Method 3: Engineering menu (power users only)
The Engineering Menu (MTK Engineer Mode or Qualcomm Service Menu) allows you to manually adjust audio settings, including volume limits. This method is suitable for devices on MediaTek chips (for example, Redmi Note 12 on Helio G88) and Qualcomm Snapdragon (for example, POCO X4 Pro on Snapdragon 695).
Attention! Incorrect changes to the engineering menu can lead to loss of sound or firmware failure.
Instructions for MediaTek:
- Install the MTK Engineer Mode app (Medek! chips only).
- Open the app and go to Hardware Testing โ Audio.
- Select Headset Mode (or Headphone Mode).
- In the Max Vol field, change the value from 150 (or another number) to 160-180 (do not exceed 200!).
- Save the settings and restart the phone.
For Qualcomm Snapdragon:
- Dial the dialer code ##36446337## (or #4636## โ Audio on some models).
- In the Audio menu, select Headset.
- Find the Max Vol or Volume Limit settings and increase the values by 10-20%.
- Press Set and restart the device.
What to do if the engineering menu is not opened?
Method 4: Modified firmware (for advanced)
If youโre willing to take drastic measures, installing custom firmware (e.g. xiaomi.eu or PixelExperience) will remove volume restrictions completely, a method that is suitable for devices with an unlocked bootloader and requires Fastboot or TWRP skills.
Advantages of custom firmware:
- ๐ Complete removal EU Volume Limit at the System Level.
- ๐ ๏ธ Additional sound settings (Equalizer, Virtualization) 3D-sound).
- ๐ Optimizing productivity and lack of bloatware.
Risks:
- โ ๏ธ Loss of warranty (if the bootloader was unlocked).
- โ ๏ธ Possible bugs (e.g., non-functioning) NFC camera).
- โ ๏ธ Need for manual updates.
Popular firmware for Xiaomi:
| Firmware | Features | Support for models | Reference |
|---|---|---|---|
| xiaomi.eu | Official MIUI without restrictions, with support for all languages | Most of Xiaomi/Redmi/POCO | Website |
| PixelExperience | Android with Disable Safe Volume | Flagships and some mid-range models | Website |
| LineageOS | Minimalist Android with full control of sound | Limited list of devices | Website |
Important: before installing custom firmware, it is necessary to:
- Unlock the bootloader through the Mi Unlock Tool (can take up to 72 hours).
- Install TWRP Recovery for your model.
- Make a full backup through TWRP (including EFS and Modem).
๐ก
Custom firmware gives you maximum freedom, but it requires technical skills. If you're a beginner, it's best to focus on methods 1-3.
Method 5: Applications for sound amplification (alternative)
If you don't want to go through the system settings, you can use third-party apps, which don't remove the MIUI constraints, but they amplify the sound software, and the downside is that you can distort the sound and you can use more battery.
Top.-3 sound-enhancement:
- ViPER4Android (Magisk or root requires): ๐๏ธ Advanced equalizer with presets for different genres. ๐ Volume Boost function up to +6 dB. ๐ง Support for high-omnipotence headphones. Installation: download APK, Install it with Magisk Manager (root).
- Volume Booster GOODEV (rootless): ๐ฑ Increases volume to 200 percent of standard volume. ๐ Low battery consumption. ๐ซ Not working. MIUI 14+ no-non-exclusive.
Equalizer FX
- ๐ต Available in Settings โ Sound and vibration โ equalizer.
- ๐ Allows you to raise frequencies, but does not remove volume limit.
For custom firmware:
- Install the official MIUI via Fastboot or Recovery.
- Or look for the Enable EU Volume Limit option in the firmware settings.
If the sound is gone after the restriction is returned, check:
- ๐ Connecting headphones (try another connector or Bluetooth device).
- ๐ Sound settings in Settings โ Sound and vibration โ Loudness.
- ๐ ๏ธ System File Integrity (You may need to reflash your phone).