On the screens of Xiaomi, Redmi and POCO smartphones, when adjusting volume, a translucent bar appears with a speaker icon and a sound level scale. For many users, this interface element seems intrusive โ it overlaps some of the content in games, videos or applications, distracts from viewing and spoils immersivity. Especially annoying when the bar lingers on the screen longer than usual or appears when randomly touching buttons.
In this article, weโll look at all the current ways to hide the volume indicator on devices with MIUI firmware (versions 12, 13, 14) and pure Android (for POCO F/POCO X models and the new Redmi Note). Some methods work without root rights, others require additional settings or third-party applications, and youโll learn why the band can appear even after a shutdown and how to fix it once and for all.
Why the volume indicator interferes and whether it can be removed completely
The volume bar in MIUI is a system element that is displayed by default when you click on the physical Volume Up/Down buttons.
- ๐ฎ Overlaps the game interface (especially in type shooters) PUBG Mobile or Call of Duty, where volume buttons are used to shoot).
- ๐ฅ Destroy the impression of the video - the strip can linger on 2-3 Seconds, closing the subtitles or important details of the frame.
- ๐ฑ It works by accident when holding the phone in your hand (for example, in the Redmi Note 12 Pro).+ because of the location of the buttons).
- ๐ It doesnโt sync with gestures โ even if you use swipes to adjust the sound, the band still appears.
Technically, you can remove the indicator completely, but there are nuances:
- ๐ง On the stock. MIUI without root rights โ only partially (hiding through settings or ADB).
- ๐ ๏ธ Root access โ completely (delete system files).
- โ ๏ธ On some models (for example, Xiaomi 13 Ultra or POCO F5 Pro after updating to MIUI 14 Old Methods May Not Work.
โ ๏ธ Warning: Turning off the system volume indicator may cause you to be unable to visually control the sound level, which is critical for people with hearing problems or when using high-power headphones.
Method 1: Hiding the volume band through MIUI settings (without root)
The simplest method that works on most Xiaomi/Redmi/POCO devices with MIUI 12-14 is not to remove the indicator completely, but to make it less noticeable:
- Open the Settings โ Display.
- Scroll down and select Volume Indicator Style (on some firmware, the item is called Volume Band).
- Enable the option Minimum Style or Hidden (if available).
- Reset the device.
After that, the band will become translucent and disappear faster. On some models (for example, the Redmi Note 11 Pro+), this item may not be available, then move on to the next way.
Update. MIUI last-minute|Check the presence of the item "Indicator style" in the settings|Make a backup of settings (Settings) โ The phone. โ Backup)|Reboot your phone after the changes-->
If the Hidden option is not available, try an alternative path:
- Go to Settings โ Special Opportunities โ Hearing.
- Activate Mono eavesdropping (this will temporarily turn off stereo sound, but may hide the band).
- Go back and check if the indicator is gone.
Method 2: Disconnect via ADB (for power users)
If the standard settings do not help, you can use ADB-Android Debug Bridge, which works for most devices. MIUI 13/14 It does not require root rights, but it will require a PC connection.
What you need:
- ๐ฅ๏ธ Computer with Windows/macOS/Linux.
- ๐ฑ USB-cable (preferably original).
- ๐ง Googleโs Platform Tools (download and unpack).
- ๐ Included Debugging by USB on the phone (Settings) โ The phone. โ Version. MIUI โ Tap 7 times, then go back to Settings โ Additionally. โ For developers).
Step-by-step:
- Connect the phone to the PC and confirm the debugging permission.
- Open the command line (Windows) or terminal (macOS/Linux) in the folder with Platform Tools.
- Enter the command to check the connection: Adb devices must appear serial number of your device.
- Execute the command to disable the indicator: adb shell settings put global volume_panel_show false
- Reboot the phone.
If the indicator still appears, try an alternative command:
adb shell settings put global heads_up_notifications_enabled 0โ ๏ธ Note: On some firmware (for example, MIUI 14 for POCO F4 GT) These commands can be reset once the system is updated. To return the indicator, use the same command, replacing false with true.
Through standard settings|ADB-team|Third-party annexes|Root access|I don't know what it is.-->
Method 3: Using Third-Party Applications
If previous methods didn't work, you can use Google Play apps, which don't remove the system indicator, but instead replace it with a custom indicator (or hide the original one).
| Annex | Functions | Need root? | Reference |
|---|---|---|---|
| Volume Styles | Replacement of the standard strip on custom, support for themes, animations | โ No. | Download |
| Hide Volume Panel | Complete concealment of the indicator (does not work on all firmware) | โ No. | Download |
| MacroDroid | Automatically hide the bandwidth through macros (requires settings) | โ No. | Download |
| Volume Unlocker | Unlocking additional volume levels + hiding the indicator | โ Yes (to cover up completely) | Download |
How to set up Volume Styles:
- Install the app and provide permissions to display on top of other windows.
- Choose either Transparent or Minimal style.
- In the settings, activate the Hide system volume panel option (if available).
- Restart the phone.
On MIUI 14, some applications may conflict with the system. If the indicator appears more frequently after installation, delete the application and clear the cache (Settings โ Applications โ Application Management โ [Application Name] โ Clear the cache).
๐ก
If the application is not working, check if the option โDisplay on top of other windowsโ is enabled in its settings (Settings โ Special features โ Special rights apps).
Method 4: Delete system files (root access only)
This method removes the volume indicator completely, but requires root rights and can lead to unstable system operation, suitable for advanced users who are ready for possible bugs.
Instructions:
- Install a file manager with root access (such as Root Explorer or Solid Explorer).
- Cross the path: /system/priv-app/SystemUI/SystemUI.apk or (for new versions) MIUI): /system/system_ext/priv-app/SystemUI/SystemUI.apk
- Make a backup copy of the file SystemUI.apk (copy it to SD-card).
- Open the file in the editor APK (for example, APK Editor) and delete the folder res/layout/volume_dialog.xml.
- Save the changes by overwriting the original file.
- Reboot the phone.
If errors occur after the reboot (e.g., SystemUI stopped), restore the original file from the backup.
โ ๏ธ Attention: On devices with MIUI 14 and Android 13+ modification APK-Files can trigger SafetyNet and block banking applications (for example, SberBank Online or Google Pay).
What if the phone does not start after SystemUI.apk is deleted?
Method 5: Disable via Settings Editor (for developers)
This method is suitable for users familiar with SQLite or database editors, and allows you to disable the indicator by changing system parameters.
Tools required:
- ๐ฑ Root access or ADB record-holder /data/data.
- ๐ ๏ธ SQLite Editor (from Google Play) or DB Browser for SQLite (for PC).
Step-by-step:
- Open SQLite Editor and search the com.android.providers.settings database.
- Go to the global table.
- Find a name record. volume_panel_show And change it to 0.
- If there is no record, create a new one with the values: name: volume_panel_show value: 0
Save the changes and restart the phone.
On some firmware (for example, MIUI 14 Xiaomi 13T) This parameter may be called differently: volume_dialog_show or heads_up_volume_panel. If you canโt find a suitable entry, try exporting the database and viewing it on your PC.
๐ก
Changing system databases can cause the phone to run insecurely. Always back up before editing!
What to do if the volume indicator still appears
If youโve tried all the ways but the volume bar continues to show, check out the following points:
- ๐ Update MIUI: After the firmware update, some settings are reset. Check if the indicator appears after the update.
- ๐ต Third-party sound equalizers: Applications like ViPER4Android Or Dolby Atmos can override system settings.
- ๐ค Conflict with other modifications: If you used Xposed, Magisk or custom cores, they could change the behavior of the system. UI.
- ๐ Activation of special modes: In-car mode enabled or Sound amplifier (in Settings) โ Special features) may be forced to show the indicator.
Diagnostic algorithm:
- Upload your phone to Safe Mode (press the power button โ Safe Mode). If the indicator is gone, the third-party app is to blame.
- Check system logs through Logcat (look for errors with SystemUI or VolumeDialog tags).
- Reset MIUI settings to factory settings (Settings โ About Phone โ Reset settings), pre-resetting backup.
If the problem persists, it is possible that your Xiaomi model will have the indicator hard sewn into the firmware, in which case only the transition to custom firmware (for example, LineageOS or Pixel Experience) will help.