The Home button on Xiaomi smartphones can be a hindrance to gaming, watching videos, or just being annoying with random taps. A particularly pressing problem is for touch-sensitive navigation keys, which often trigger false touches. In this article, weβll look at all the ways to disable the button, from standard MIUI settings to hidden commands for power users.
It's important to understand that different Xiaomi, Redmi and POCO models may have different processes, like the Xiaomi Mi 11 with MIUI 13, and the Redmi Note 10 Pro with MIUI 12.5, and we've taken these nuances into account and put together universal solutions that work on most 2019-2026 devices.
1. disable the touch button "Home" through the settings MIUI
The easiest way is to use the built-in system options, which are suitable for smartphones with virtual navigation buttons (on the screen) or touch keys under the display. MIUI 12β14:
- Open the Settings β Display.
- Select Full Screen Mode (or Navigation buttons on older versions).
- Slip by Navigation Type and select Gestures (or No buttons).
- Confirm the changes β the touch button βHomeβ** will disappear, and its functions will move to gestures.
β οΈ Note: On some models (e.g, POCO F3) After switching to gestures, the Home button remains active in some applications. ADB.
2. Hiding the Home button through the developer settings
If the standard method didnβt work, try turning off the button via developer mode, which is suitable for devices with physical or touch keys, but requires the hidden options to be activated beforehand:
- Activate Developer Mode: Go to Settings β About Phone. Tap 7 times on MIUI Version (you will be notified "You are a developer").
Settings β Additional β For Developers
Turn off the home button.
Force full-screen display
Hide the navigation bar
Shut down.
Some firmware (e.g. MIUI 14 Global) may not have this item, and a third-party app will help.
π‘
If after disabling the Home button, access to multitasking has disappeared, return the swipe gesture from the bottom up and hold (configured in Settings β Gestures).
3. disable the Home button via ADB (for power users)
The Android Debug Bridge (ADB) method is the most reliable, but it requires a smartphone to be connected to a PC, even on devices where the manufacturer has blocked the change of settings through the interface, suitable for all Xiaomi models on Android 10-14.
What you need:
- π₯οΈ Computer with installed Xiaomi and ADB-tools drivers.
- π± Included Debugging by USB on a smartphone (in the settings of the developer).
- π USB-cable (preferably original).
Step-by-step:
- Connect your smartphone to your PC and confirm the debugging permission.
- Open the command prompt (Windows) or terminal (macOS/Linux) in the folder with adb.exe.
- Enter the command to check the connection: Adb devices must appear serial number of your device.
- Use the command to disable the Home button: adb shell settings put global policy_control immersive.full=*
- Reboot your smartphone.
To return the button back, use the command:
adb shell settings put global policy_control nullWhat if the ADB canβt see the device?
4. Use of third-party applications
If previous methods didn't work, you can use Google Play apps that simulate turning off the home button by intercepting the taps or applying a transparent overlay.
| Annex | Functions | Cons | Reference |
|---|---|---|---|
| Nacho Notch | Hiding the navigation bar, blocking random clicks | Requires root or ADB to shut down completely | Download |
| Full Screen Gestures | Replaces buttons with gestures, works without root | Plugins for some games may conflict | Download |
| Button Mapper | Reassigns buttons, including Home | Nana MIUI demand ADB-permitting | Download |
β οΈ Note: Applications without root rights may not fully disable the Home button in the system menu (for example, when unlocking the screen). ADB-team.
5. disable the Home button on devices with physical keys
On older Xiaomi models (such as the Redmi 4X or Mi A1), the Home button is physical. You can't completely disable it software, but you can:
- π§ Reassign the function via Button Mapper (requires) ADB).
- π οΈ Disable tactile feedback in Settings β Sound. β Press vibration.
- π± Use a case with a button lock (mechanical solution).
To reassign the button via ADB:
adb shell settings put secure sysui_nav_bar "space,back;home,recent"This command will swap the Home and Back buttons, which can reduce the number of random clicks.
Backup data | Check the version of MIUI (Settings β About phone) | Install ADB drivers on PC | Enable debugging on USB | Charge your smartphone at least 50%-->
6. Features for different Xiaomi models
The manufacturer often makes firmware changes for different lines.
- π± Xiaomi 12/13 Series: The Home button is only turned off through gestures. ADB It may not work because of limitations. MIUI 14.
- π± Redmi Note 11/12: In the developer settings there is a separate Force item FSG Nav Bar β Enabled to Hide Navigation Panel.
- π± POCO F4/F5: Requires to disable the option Show the Home button in games in Settings β Special facilities.
- π± Mi A2/A3 (Android One: Use the standard Android settings (System) β Gestures β Navigation).
For Android Go devices (e.g. Redmi Go), most methods donβt work β here the Home button is hard-wired into the system.
π‘
Xiaomi with MediaTek processor (e.g. Redmi) 10C) ADB-teams can ask for additional permissions, and the app will help. MTK Engineering Mode (available on the 4PDA).
Possible problems and solutions
When you turn off the Home button, you can have difficulties, and consider typical scenarios and how to fix them:
| Problem. | Reason. | Decision |
|---|---|---|
| Home button is missing, but gestures don't work | Settings conflict in MIUI | Reset gesture settings in Settings β System β Reset settings β Reset gesture settings |
| ADB issues no devices/emulators found error | Drivers not installed or USB-debugging unactivated | Check the cable connection, install Xiaomi drivers manually |
| After the reboot, the Home button appeared again. | Resetting the system's temporary settings | Repeat. ADB-command or use the Tasker app to automatically apply settings |
| Some games do not work after the button is turned off. | The games use their own navigation system. | In the game settings, disable the option Use system navigation |
β οΈ Note: On devices with a locked bootloader (most Xiaomi for Russia) some ADB-In this case, only unlocking the bootloader through the official Xiaomi tool will help.