The bottom navigation bar on Xiaomi Redmi smartphones is three classic buttons ("Back", "Home", "Recent") that occupy precious space on the screen. For many users, they have become an anachronism with the advent of gesture control, but the new buttons are not the only ones that have been used in the world. MIUI The default does not always offer convenient options for hiding them. Depending on the firmware version and phone model (Redmi Note 10 Pro, Redmi 11 Prime, POCO X5 etc.) the process may vary from simple deactivation in settings to use ADB-deep-customization.
In this article, weβll look at all the current ways to remove the bottom panel, from standard methods through the MIUI menu to manually editing system files for advanced users. Weβll focus on the nuances for different versions of the shell (MIUI 12, 13, 14) and smartphone models where the manufacturer has limited functionality. If you want to free the screen from unnecessary elements or just switch to gesture control, here you will find step-by-step instructions with pictures, warnings about possible risks and answers to frequent questions.
1. Standard method: disabling through MIUI settings
The easiest and safest method is to use built-in shell options, which is suitable for most Xiaomi Redmi models on MIUI 12 and later, but does not work on some budget devices (for example, Redmi 9A or Redmi 8), where the manufacturer has cut down on the functionality.
To remove the bottom panel:
- π± Open the Settings. β Display.
- π Scroll down to Full-screen Display (or Navigation Type in Newer Versions).
- π Select Gesture Control (or No buttons).
- π§ Confirm the change β the bottom panel will disappear, and instead of it gestures will appear (swipe from the bottom to return to the main screen, swipe from the side to return back).
β οΈ Note: Some devices may not be able to return the buttons back through the menu after switching to gestures. ADB (see section 3).
2. Hiding the panel through "Developers Mode"
If the standard method didnβt work (for example, on the Redmi Note 8 Pro with MIUI 11), you can try activating hidden options through the developer mode.
Instructions:
- Activate Developer Mode: Go to Settings β About Phone and click on MIUI Version 7 times.
- Go back to the main settings menu and open a new section for developers.
- Find the option Minimum width of the navigation bar (or Force full-screen display in English).
- Set the value 0 or Disabled.
- Reset the device.
π‘ Useful tip: If the option Minimum width is missing, try to enable debugging by USB In the same menu, sometimes it unlocks additional options.
What to do if the developer mode is not activated?
3. Remove the panel via ADB (for advanced users)
If previous methods didnβt work, youβll need to use ADB (Android Debug Bridge), which requires a computer connection and works on all Xiaomi Redmi models, including the Redmi 10C, Note 11S and others, and the advantage of the method is flexibility: you can not only remove the panel, but also adjust its appearance or behavior.
β οΈ Attention: Misuse of the right ADB This can cause system failures. MIUI 14 after executing the commands below, you may lose access to gesture control - be ready for manual recovery through resetting settings.
Step-by-step:
- Download and install Googleβs Platform Tools (or use the pre-built ADB build for Windows/macOS).
- Enable USB Debugging in the Developer Menu (see Section 2).
- Connect the phone to your computer and in the command line (terminal) do:
adb devices(Your device should appear. If not, install Xiaomi drivers or reconnect the cable.)
adb shell
settings put global policy_control immersive.full=*Once you've done the command, the bottom panel will disappear, but the MIUI gestures may not work properly.
settings put global policy_control nullInstall Platform Tools on PC| Enable USB debugging on your phone | Connect your phone with the original cable | Check device detection by adb devices | Make a backup of the data-->
4. edit the build.prop file (only for rooted devices)
If your Xiaomi Redmi has an unlocked bootloader and root access, you can edit the build.prop system file toforced_force_fullscreen forced_force_fullscreen forced_force_fullscreen forced_force_fullscreen forced_force_fullscreen forced_force_fullscreen forced_force_fullscreen forced_force_fullscreen forced_force_fullscreen forced_force_fullscreen forced_force_fullscreen
π§ Important: This method requires caution - an error in building.prop editing can lead to bootloop.
Instructions:
- π Use a root-access file manager (such as Root Explorer or Solid Explorer).
- π Cross the path. /system/build.prop.
- βοΈ Find the line qemu.hw.mainkeys=0 and replace 0 with 1 (if no string, add it to the end of the file).
- π Save the changes, set rights 644 (rw-r)--r--) and reboot the device.
β οΈ Note: Some Xiaomi firmwares have the build.prop file protected from editing. /system recording:
adb shell
su
mount -o rw,remount /system5. Use of third-party applications (without root)
If you don't want to mess with ADB or rooting, you can use third-party utilities.
| Annex | Functional | Support for MIUI | Risks. |
|---|---|---|---|
| Nacho Notch | Hiding the navigation panel and cutouts | Partial (not working on all models) | Signs can go missing. |
| Full Screen Gestures | Emulation of gesture control | Good (MIUI 12-14) | Requires permission to impose |
| Fluid Navigation Gestures | Complete replacement of the panel with custom gestures | Bad (frequent bugs) | High battery consumption |
π‘ Useful Tip: Before installing any of these apps, turn off battery optimization for them in the settings MIUI, Otherwise, they may spontaneously close.
6. Features for specific Xiaomi Redmi models
Some devices have unique nuances when removing the bottom panel.
- π± Redmi Note 10 Pro/Pro Max: On-screen MIUI 13 standard button disabling works stably, but after updating to MIUI 14 may be required ADB.
- π± Redmi 9 / 9A / 9C: Gesture control is only available after manual activation via settings put global force_fsg_nav_bar 1.
- π± POCO X3 / X3 Pro: In the firmware on the base MIUI 12.5 The panel is hidden through Settings β Additionally. β Full screen mode.
- π± Redmi K50 / K60: Supports βsmartβ concealment of the panel β it appears only when swipe from the bottom.
π How to find out your model and version MIUI? Go to Settings. β The phone, the line version. MIUI I'll say something like 14.0.5.0.TKLCNXM β That's your firmware.
π‘
On devices with AMOLED-screens (e.g. Redmi) K40 or Note 11 Pro+) The bottom panel can burn out over time, and hiding it will extend the life of the matrix.
Possible problems and solutions
When you remove the bottom panel, users often encounter bugs, and here are the most common ways to fix them:
- β Gestural controls gone: Return standard buttons through ADB Settings put global policy_control null, then re-set the gestures in the menu.
- β The panel disappeared, but the screen began to βmoveβ down: Itβs a bug MIUI 13. Helps reset display settings or update firmware.
- β After rebooting, the panel returns: Use the Tasker app to automatically apply the command ADB start-up.
- β Swipes do not work in games: Enable gesture lock mode in the game settings or use floating buttons through Game Turbo.
β οΈ Note: On devices with HyperOS (new firmware from Xiaomi, which came to replace) MIUI) The standard methods of hiding the panel may not work, and the only option is to use the panel. ADB or wait for an official update with gesture support.