Icon "Home" (or ยซHomeยป) on the screen Android-smartphone can take up precious space, especially if you use gestures instead of the classic navigation bar. In some firmware, this button is duplicated in dock panel (the bottom line of the desktop), and in others it appears as a separate virtual element. Fortunately, it can be removed - and we will tell you how to do this on devices with MIUI (Xiaomi/Redmi/POCO), One UI (Samsung), ColorOS (Oppo/Realme, as well as on a โcleanโ Android (for example, Pixel or Motorola).
In this article you will find 5 verified ones. ways โfrom standard settings to hidden functions for advanced users. We will also explain why the button can to return independently after a reboot and how to fix it. If you want to free up space on the screen or simply do not use this icon, read on.
1. Method for MIUI (Xiaomi, Redmi, POCO): disabling through the launcher settings
On smartphones Xiaomi with firmware MIUI button โHomeโ most often appears in dock panels (the bottom line with frequently used applications). You can remove it directly in the settings of the standard launcher - without installing third-party apps.
Here are step-by-step guide:
- ๐ฑ Open phone settings and go to the section
Desktop(orHomein some versions of MIUI). - โ๏ธ Select item
Settings dock panels(in MIUI 12โ14 it may be calledDock panel). - ๐ Find the option
Show the Home buttonand disable the slider. - ๐ If there is no option, tap on empty space on the desktop, then select
Desktop settings โ Dock panel โ Editand delete the icon manually.
โ ๏ธ Attention: In some versions of MIUI (for example, MIUI 13 for Redmi Note 10), the button "Home" can be linked to system gestures. If after disabling it still appears, check the settings in System โ Gestures โ System navigation.
2. Removing the Home button on Samsung (One UI)
In smartphones Samsung with a shell One UI button "Home" usually built-in in navigation panel (three buttons at the bottom of the screen) or in dock panel. The method of removing it depends on where exactly it is located.
If the button is in dock panel:
- Press with your finger empty space on the desktop.
- Select
Desktop settings. - Go to
Dock paneland uncheck the optionShow the Home button.
If the button is in navigation panel (three keys at the bottom screen):
- ๐ง Open
Settings โ Display โ Navigation panel. - ๐ Select navigation type: Gestures (full screen) or Buttons (but with the ability to hide unnecessary ones).
- ๐ If you use buttons, tap on
Advanced โ Button orderand uncheck from the button "Home".
๐ก Useful advice: On Samsung Galaxy S22/S23 and new models, the "Home" button may be part of Bixby Routines (automation). Check Settings โ Additional features โ Routinesif the button appears by itself.
If gestures do not work correctly after disabling the Home button, try restarting your smartphone or resetting the launcher settings in Settings โ Applications โ Launcher โ Storage โ Clear data (this will not delete your files, it will only reset the icon layout).
3. Hiding the icon on Oppo, Realme, OnePlus (ColorOS/OxygenOS)
In firmware ColorOS (Oppo/Realme) and OxygenOS (OnePlus) the button "Home" is usually located in dock panel or integrated into gesture panel. To remove it:
- ๐ฑ Press your finger empty space on the desktop โ
Desktop Settings. - ๐ง Go to
Dock Paneli disable the optionShow button Home data-i="155">On. - ๐ If there is no option, tap on Home icon in the dock panel and drag it up (to the inscription
Delete).
On OnePlus s OxygenOS 13+ the button can be part of Zen Mode or Game Space. Check:
Settings โ Utilities โ Game Space โ Interface settings.- Disable the option
Show home button in games.
โ ๏ธ Attention: On some models Realme (for example, Realme GT Neo 3) button "Home" may blocked by the manufacturer. In this case, only installing a third-party launcher will help (about it in the next section).
4. (universal method)
If the standard settings do not allow you to remove the button "Home", the most reliable way is install an alternative one. launcher. Popular options:
- ๐ Nova Launcher โ flexible settings, support for gestures, the ability to hide the dock panel.
- ๐ง Lawnchair โlightweight open-source launcher optimized for gestures.
- ๐จ Apex Launcher โallows you to completely customize the bottom panel.
Instructions for Nova Launcher:
- Install the launcher from Google Play.
- Click home button and select Nova Launcher as the default launcher.
- Press your finger on the desktop โ
Settings โ Dock panel. - Disable the option
Show dock panelor remove the button from it "Home".
Important: On some smartphones (for example Huawei with EMUI), third-party launchers may not work correctly due to manufacturer restrictions. In this case, only root access will help (see section 6).
Download the launcher from the official one. store|Make a backup copy of your current desktop settings|Select the default launcher in system settings|Check compatibility with your version of Android-->
5. Disabling via ADB (for advanced users)
If the button "Home" appears due to system restrictions (for example, on Huawei or some models Lenovo), it can be disabled via ADB commands. This method requires connecting the smartphone to the computer.
What you will need:
- ๐ฅ๏ธ Computer with installed drivers ADB (Android SDK Platform Tools).
- ๐ฑ Enabled debug by USB on the smartphone (
Settings โ About phone โ Build numberโ tap 7 times, then return toSettings โ System โ For developers โ USB debugging).
Instructions:
- Connect your smartphone to the PC and open command line (or Terminal on Mac/Linux).
- Enter the command to check the connection:
adb devices(the serial number of your device should appear).
- Run the command to disable the button "Home" (does not work on all firmware):
adb shell settings put global policy_control immersive.full=* - Reboot your smartphone.
โ ๏ธ Attention: Incorrect use of ADB can lead to interface malfunctions. If after executing the commands the button "Home" disappeared along with other controls (for example, the notification panel), return the settings with the command:
adb shell settings put global policy_control null
What to do if ADB does not recognize the device?
If the command adb devices does not show your smartphone:
1. Check if USB debugging is enabled on your phone.
2 Install drivers for your model. (for example Samsung USB Driver or Xiaomi ADB Driver).
3. Try another USB cable (preferably original).
4. Restart your computer and smartphone.
If the problem persists, use wireless debugging (adb connect IP address).
6. Removing the "Home" button using root access
If none of the previous methods worked, it remains the last option is root accessIt allows you to edit system files, but it requires unlocking the bootloader and can void the warranty.
Instructions for devices with **root:
- Install a file manager with root support (for example, Root Explorer or Solid Explorer).
- Go to the path:
/system/usr/keylayout/and find the file
Generic.kl(or similar for your model). - Open the file in a text editor and find the line with
KEY_HOME. Replace it with#KEY_HOME(comment out). - Save the changes, set the rights
644and reboot the smartphone.
โ ๏ธ Attention: Incorrect editing of system files can lead to "briku" (breakage) device. Before making changes, make full backup via TWRP or another backup utility.
| Method | Difficulty | Requires root? | Works on all firmware? |
|---|---|---|---|
| Launcher settings | โญ (simple) | โ No | โ ๏ธ Partially (depending on the firmware) |
| Third-party launcher | โญโญ (average) | โ No | โ Yes (except Huawei/EMUI) |
| ADB commands | โญโญโญ (difficult) | โ No | โ ๏ธ No (does not work everywhere) |
| Root access | โญโญโญโญ (very difficult) | โ Yes | โ Yes (but risky) |
If the Home button appears only in certain applications (for example, in games or banking apps), the problem may be in the settings of these applications. Check the immersive mode settings in Settings โ Accessibility โ Immersive mode or disable full screen mode for a specific application.
Frequently asked questions
โ Why does the Home button appear again after a reboot?
This is due to the fact that some firmware (for example, MIUI or ColorOS) reset the launcher settings on reboot. Solutions:
- Use third-party launcher (for example, Nova Launcher).
- Disable launcher optimization in
Settings โ Applications โ Launcher โ Battery โ Unlimited. - Try ADB command to permanently disable (section 5).
โ Is it possible to remove the Home button on Huawei or Honor?
On devices with EMUI/HarmonyOS standard methods often do not work due to manufacturer restrictions. Possible options:
- Install third-party launcher (but some functions may be available). blocked).
- Use gesture mode (
Settings โ System โ Gestures and buttons โ Full screen gestures). - If yes root โ edit system files (section 6).
โ ๏ธ On new models (Huawei P60, Mate 50) these methods may not work due to the closed architecture HarmonyOS.
โ How to return the Home button if it disappeared along with the panel navigation?
If, after experimenting with the settings, the entire navigation panel (including the โBackโ and โRecentโ buttons) has disappeared, do the following:
- Connect your smartphone to the PC and execute the ADB command:
adb shell settings put global policy_control null - Reboot your device.
- If that doesn't help, reset the launcher settings in
Settings โ Applications โ Launcher โ Storage โ Clear data.
โ Why is there a Home button on some smartphones? is not deleted?
Manufacturers (especially Samsung, Huawei, Lenovosometimes block changes to system elements to:
- Compliance with interface standards (for example, Google Mobile Services requires a Home button for certification).
- Proprietary functions (for example, DeX Mode on Samsung or Game Turbo on Xiaomi).
- Security (on some devices the Home button is used for unlock).
In such cases, only root access or custom firmware will help.
โ Is there a risk of damaging the smartphone when removing the button โHomeโ?
Removing the icon itself does not harm device if you:
- Do not edit system files without backup.
- Do not use unverified ADB commands.
- Do not install pirated launchers.
โ ๏ธ Danger: Removing a button via root or changing files in /system can lead to:
- Loss of warranty.
- "Brick" (if you edit critical files incorrectly).
- Problems with OTA updates.