How to permanently remove the volume control from the screen on Xiaomi Redmi: from simple ways to ADB

The floating volume controller on the Xiaomi Redmi screen is one of the most controversial features of the MIUI shell. For some users, it is a convenient tool for quickly adjusting sound, for others โ€“ an annoying element that overlaps important parts of the interface when playing, watching videos or working with applications. Especially the problem is on models with camera cutouts (for example, the Redmi Note 10 Pro or Redmi K50), where the regulator can be superimposed on charge indicators or notifications.

In this article, weโ€™ll look at 5 proven ways to remove the volume control from the screen, from standard MIUI settings to hidden settings and ADB commands. Importantly, some methods require unlocking the bootloader or root rights, so before you start, assess the risks and back up the data. If you use custom firmware (such as Pixel Experience or LineageOS), some of the instructions may not work โ€“ in this case, refer to your firmware documentation.

๐Ÿ“Š How often do you get annoyed by the volume regulator on the screen?
Constantly.
Sometimes.
I used to be annoyed, but I used to.
Never interfered.

1. Standard MIUI settings: how to turn off the floating regulator

Since MIUI 12, Xiaomi has added the ability to hide the volume control through the settings menu, which is the simplest and requires no additional manipulation of the system. However, it does not work on all models โ€“ for example, on Redmi 9A or Redmi 8 with an outdated version of the shell, the option may not be available.

To remove the regulator:

  1. Open the Settings. โ†’ Sound and vibration.
  2. Scroll down to Volume and tap on Additional Settings (or Volume Settings on some versions).
  3. Find the Volume Controller (or Floating Controller) and turn it off.

If there is no such item, try the alternative path: Settings โ†’ Screen โ†’ Floating Windows. This may be the option of Volume Control. On the Redmi Note 11 Pro+ and new models, this section is often called Special Features โ†’ Floating elements.

๐Ÿ’ก

If after disconnecting the regulator still appears when you press the volume buttons, restart the smartphone - sometimes changes are applied only after the reboot.

2. Hidden developer settings: disable via Debug menu

If the standard method didnโ€™t work, try activating the developer mode and disabling the regulator through hidden settings.This method works on most Xiaomi devices with MIUI 11-14, but you need to be careful โ€“ incorrect changes to the developer menu can lead to crashes.

Instructions:

  1. Activate Developer Mode: Go to Settings โ†’ About Phone and tap the MIUI version 7 times. You will be notified of becoming a developer!.
  2. Return to the main settings menu and open Additional settings โ†’ Developer settings.
  3. Find the option to turn off the floating volume panel (or Force disable volume panel in English firmware). If it is not available, search the menu (the magnifying glass icon in the upper right corner).
  4. Activate the switch and restart the device.

On some firmware (e.g. Redmi K40 with global MIUI), the option may be called Volume rocker wake or Disable volume overlay. If you don't find the exact item, try disabling Show overlays - this can hide all floating elements, including the controller.

What to do if the developer menu does not open?
If after 7 clicks on the MIUI version, the mode is not activated, check: 1. Your Mi Account is tied to the phone. 2. There are no restrictions from the administrator on the device (for example, through Settings โ†’ Security โ†’ Device Administrators). 3. You use official firmware, not custom (on unofficial builds, the developer menu can be blocked).

3. ADB-Teams: A Radical Solution for Experienced Users

If previous methods didnโ€™t work, youโ€™ll need to use Android Debug Bridge (ADB), a method that works for devices with unlocked bootloaders and enabled USB debugging, and the advantage of ADB is that the commands work even on firmware that doesnโ€™t have standard options to turn off the regulator.

Step-by-step:

  1. Install. ADB-Drivers on PC and connect Redmi to USB.
  2. Enable USB debugging: Settings โ†’ Additional settings โ†’ Developer settings โ†’ USB debugging.
  3. Open the command line (Windows) or terminal (macOS/Linux) and type:
adb shell settings put global volume_panel_show 0
  1. Reboot your smartphone with the command:
adb reboot

If the team doesnโ€™t work, try an alternative:

adb shell settings put global force_fp_nav_bar 1

This command is forced to turn on the navigation bar, which sometimes removes the floating regulator. Attention: on some devices, this can change the location of the navigation buttons!

Install ADB drivers on PC

Enable debugging by USB on a smartphone

Allow debugging for your computer (a request will appear on the phone screen)

Connect the phone to USB-The cable (preferably the original cable)

Check the connection with the adb device command-->

Magisk modules: turn off the regulator without root (but with unlock)

For users who have unlocked the bootloader but no root rights, installing the Volume Panel Disable module via Magisk is suitable.This method works on MIUI 12-14 and does not require deep changes to the system, but requires:

  • ๐Ÿ”“ Unlocked bootloader (instructions for Xiaomi: official guide).
  • ๐Ÿ“ฑ Installed Magisk (you can download it on GitHub).
  • ๐Ÿ”„ Backup of data (in case of failure).

How to install the module:

  1. Download the file. Volume_Panel_Disable.zip repository XDA Developers (search on request) MIUI volume panel disable).
  2. Open the Magisk app, go to the Modules section and click Install from Storage.
  3. Select the downloaded file and confirm the installation.
  4. Reset the device.

After the reboot, the volume control should disappear. If the module didn't work, try the alternative, the MIUI Volume Panel Remover (available on the same forums). Note that some modules may conflict with MIUI updates, so you will have to reinstall them after the firmware update.

๐Ÿ’ก

Magisk modules are the most reliable way to remove the regulator on a long-term basis, but require unlocking the bootloader and potentially depriving you of warranty.

5.Castom firmware: a radical solution for enthusiasts

If you are willing to go to extreme measures, installing custom firmware (such as Pixel Experience, LineageOS or ArrowOS) will completely remove the floating volume control, since these builds use a standard Android interface without MIUI chips. However, this method is only suitable for advanced users, since:

  • ๐Ÿšจ Requires unlocking the bootloader and installation TWRP.
  • ๐Ÿ“ต It can cause data loss if you donโ€™t backup.
  • ๐Ÿ”„ Some Xiaomi features (like Game Turbo or Second Space) will stop working.

Popular firmware without a floating regulator:

FirmwareRedmi supportFeatures
Pixel ExperienceRedmi Note 10/11, K40, K50Pure Android with Now Playing (Specific Music)
LineageOSRedmi 9, Note 9 Pro, POCO X3Stable work, but without branded features Xiaomi
ArrowOSRedmi K30, Note 8 ProMaximum customization, but possible camera bugs
MIUI EUAll Redmi modelsOfficial MIUI without bloat, but with a regulator (can be disabled via ADB)

Before installing, check firmware compatibility with your model on the XDA Developers forum or in Xiaomi telegram chats. Note that some devices (such as the Redmi Note 12) may not work with the Widevine L1 after firmware, which will limit viewing high-resolution videos on Netflix or Disney+.

๐Ÿ’ก

If you decide to return to standard MIUI after custom firmware, use the official fastboot from the Xiaomi website and the Mi Flash Tool.

6. Alternative solutions: if nothing has worked

If none of these methods worked, consider alternatives:

  • ๐ŸŽฎ Game mode: on some models (e.g. Redmi) K60) Volume controller is automatically hidden when Game Turbo is activated.To turn it on: Settings โ†’ Special facilities โ†’ Game Turbo.
  • ๐Ÿ–ผ๏ธ Transparency Change: In the Developer Menu (show_surface_updates) You can make the regulator translucent, so that it interferes less.
  • ๐Ÿ”„ Resetting: In rare cases, the regulator gets stuck due to a system failure. Try resetting to factory settings (Settings) โ†’ The phone. โ†’ Reset settings), but pre-do backup.
  • ๐Ÿ› ๏ธ Contact service: if the problem appeared after the update, it may be a firmware bug. Xiaomi official service centers can roll back the version MIUI stable.

It's also worth checking if the regulator is part of a system application, for example, on some firmware, it's the com.android.systemui process that's responsible for it, and if you're willing to take the risk, you can try disabling it through ADB:

adb shell pm disable-user --user 0 com.android.systemui

โš ๏ธ Warning: this command can cause the interface to fail! Use it only if you are prepared for the consequences and know how to get it back (adb shell pm enable com.android.systemui command).

๐Ÿ’ก

Before experimenting with system processes, check whether they are blocked by antivirus or built-in protection MIUI (Security โ†’ App Lock).

FAQ: Frequent questions about removing the volume regulator

Can I remove the volume control without root and ADB?
Yes, on most devices with MIUI 12-14, you can do this through standard settings (Sound & Vibration โ†’ Additional settings) or a developer menu. If these options are not available, try updating your firmware to the latest version - sometimes the feature appears after an update.
Why does the regulator still appear after the shutdown?
This can be due to: System cache - try to clean it through Settings โ†’ Storage โ†’ Clear cache. Application conflicts (e.g. Mi Remote or Game Turbo) - check if they have been updated recently. Firmware errors - if the problem appears after the update, roll back to the previous version of MIUI.
Will the ADB on Redmi work with a locked bootloader?
No, to carry out ADB-commands unlock the loader is not required, but debugging USB However, some commands (e.g., those associated with system settings) may not apply without superuser rights. volume_panel_show 0 It didnโ€™t work, so try adding a flag. --user 0: adb shell settings put global volume_panel_show 0 --user 0
Can the regulator be returned after the shutdown?
Yes, all changes are reversible: If you've turned off the regulator through the settings, just turn the switch back on. ADB โ€” Adb shell settings put global settings volume_panel_show 1. If you installed Magisk module, remove it through the Magisk Manager app.
Why is my Redmi Note 8 not having the option to turn off the regulator?
On devices with MIUI 11 and older (e.g. Redmi Note 8/8T, Redmi 9C), the option to turn off the regulator is often absent from the standard settings. In this case, options remain: Upgrade to MIUI 12+ (if available for your model); Use ADB or Magisk; install an alternative launcher (e.g., Nova Launcher), which can overlap system elements.

If your Xiaomi Redmi model is not mentioned in the article, check out its name and MIUI version in the comments - we will help you find the right solution. Also watch for firmware updates: new versions of MIUI 14 and HyperOS, the volume control interface may change, and additional customization options will appear.