Why do unnecessary tabs appear on the Xiaomi home screen and can they be removed?
Owners of Xiaomi smartphones and TVs often face a problem: the main screen automatically appears tabs Mi Home, Mi Video, Games or Recommended, which take up space and interfere with comfortable use. These elements are part of the brand shell MIUI (for smartphones) and PatchWall (for TV), but not everyone needs them.
Unfortunately, the manufacturer does not provide a direct function of βremove the tab foreverβ in standard settings, but there are workarounds β from hiding through the system menus to using the system. ADB-In this article, we'll look at all the ways that work for different devices: Mi TVs. TV/Redmi TV (Google TV or PatchWall and smartphones on MIUI 14/15.
It is important to understand that some methods require administrator rights or debugging. USB, So, for beginners, it's best to start with the safe options, which are either a cover-up through settings or a launcher reset. ADB-Commands and modification of system files will give maximum control.
Method 1: Hiding tabs through launcher settings (for smartphones)
On Xiaomiβs MIUI-enclosed smartphones, some tabs can be removed without additional tools, which works for a standard launcher and does not require root rights.
Instructions:
- π± Open the Settings. β Annexes β Application management.
- π In the search bar, type the name of an unnecessary tab (for example, Mi Home or Games).
- π« Click on the app. β Disable (if the button is active) or Hide.
- π Restart the device β the tab should disappear from the main screen.
β οΈ Note: Not all system tabs can be disabled this way, for example, Recommended is often blocked by the manufacturer, in which case a launcher reset or a launcher will help. ADB.
Add a launcher to the battery optimization exceptions
Make a backup copy of the main screen
Check the MIUI version in the About Phone settings
Turn off automatic launcher update-->
Method 2: Removing tabs via ADB (for power users)
If standard methods donβt work, you can use Android Debug Bridge (ADB), a deep-tuning tool that works for smartphones and some Mi TV models with Android TVs.
Before we start:
- π₯οΈ Install. ADB Tools on PC.
- π² Turn on Debugging. USB on the device: Settings β The phone. β Version. MIUI (press 7 times) β Return to the Additional Settings β For developers β Debugging by USB.
- π Connect the device to the PC and confirm trust in the computer.
Tab removal commands:
adb shell pm hide com.miui.home # Hiding system launcher (temporarily)
adb shell pm uninstall -k --user 0 com.xiaomi.midrop # Removes Mi Drop
adb shell pm uninstall -k --user 0 com.miui.videoglobal # Deletes Mi Videoβ οΈ Attention: Misuse of the right ADB The pm hide command is reversible (tabs will return after rebooting), and pm uninstall deletes the application completely - it will have to be restored through resetting.
What if the ADB canβt see the device?
Method 3: Set up the main screen on Xiaomi TVs (PatchWall/Google TV)
On Mi TVs, Redmi TVs and Xiaomi TVs, tabs are managed via the PatchWall shell (for models up to 2022) or Google TV (new models).
| Shell | The path to settings | Action. |
|---|---|---|
| PatchWall | Settings β Smart assistant β Recommendations | Delete "Personalized recommendations" |
| Google TV | Profile β Settings β Main screen | Remove boxes from unnecessary lines (for example, "Films and shows") |
| Mi TV Stick | Settings β Applications β System applications | Turn off "Mi Home" or "Mi Video" |
On some models (such as Mi TV 4S or Redmi Smart TV X), tabs can be moved to the end of the list, but not removed completely.
- Press the OK button on the remote on the unnecessary tab.
- Select Move and drag it to the right outside the visible area.
- Save the changes.
PatchWall (until 2022)
Google TV (2022 and later)
Mi TV Stick
I don't know.-->
Method 4: Resetting the launcher to factory settings
If the tabs came back after the update or you accidentally restored them, the launcher reset will help.This method is secure and does not affect user data.
For smartphones:
- Go to Settings β Applications β Application Management.
- Find Louncher (or com.miui.home).
- Click Warehouse β Clear the data and Clear the cache.
- Reset the device.
For TVs:
- πΊ Go to Settings. β Annexes β System applications β Launcher.
- π§Ή Select Clear Data (not Reset All Settings"!).
- π Confirm the action and wait for the reboot.
β οΈ Warning: After the launcher is reset, all shortcuts and folders on the home screen will return to factory appearance.
π‘
If the tabs appear again after reset, try to disable the automatic launcher update in Google Play (for smartphones) or in the system settings (for TV).
Method 5: Using third-party launchers (for smartphones)
If the system methods didn't work, you can completely replace the standard launcher with an alternative.
- π Nova Launcher β flexible configuration, gesture support, hiding elements.
- π¨ Lawnchair β open source, minimalist design.
- π§ Microsoft Launcher β Windows integration, cloud backup.
How to determine:
- Download the launcher from Google Play.
- Open the app and follow the setup instructions.
- In the launcher settings, find the option to Hide system applications or Set up the main screen.
- Check out unnecessary tabs (such as Mi Home or Games).
β οΈ Note: Some Xiaomi models (especially with the MIUI 14+) system tabs can remain in the background even after installing a third-party launcher. ADB or manual removal through TWRP.
π‘
The launcher side is the most reliable way to get rid of unnecessary tabs, but they can conflict with Xiaomiβs branded features (for example, βDual Appsβ or βMode for Childrenβ).
Frequent Mistakes and How to Avoid Them
When trying to remove tabs, users often face typical problems:
- Tabs are returned after the update.Solution: Disable the automatic launcher update on Google Play or through ADB: adb shell pm disable-user --user 0 com.miui.home
- ADB does not work on your TV. Solution: Enable USB debugging in the developer settings (Settings β About TV β Software version β press 7 times).
- All settings have been reset after the launcher was cleaned. Solution: Use the backup via Mi Cloud or third-party apps like Swift Backup.
Another common mistake is trying to remove system applications through the file manager, which can lead to bootloop if you don't know the exact paths, such as deleting the /system/priv-app/MiVideo folder without root permissions will fail.