How to remove the standard launcher with Xiaomi: disable, replace and remove without root

The standard MIUI/HyperOS launcher on Xiaomi, Redmi and POCO is often annoying: annoying ads, limited customization and constant updates that reset settings. Many users want to replace it with Nova Launcher, Lawnchair or even return the classic Pixel Launcher. But just uninstall the system application will not work β€” you need to know the workarounds.

In this article, we will discuss all working ways to get rid of the native launcher: from temporary shutdown to complete removal (including methods without root).Relevant for MIUI 14/15 and HyperOS on Xiaomi 11/12/13/14, Redmi Note 10/11/12, POCO F4/F5 and others.

⚠️ Important: Some methods can cause system failures.Before experimenting, back up through Settings β†’ Google β†’ Backup or Mi Cloud: On devices with unlocked bootloader, the risks are minimal, but even there, bugs are possible (for example, missing widgets or icons).

πŸ“Š What kind of launcher do you want to install instead of the standard?
Nova Launcher
Lawnchair
Pixel Launcher
Other (write in the comments)
Not yet.

1. Disconnection of the standard launcher (without deletion)

The safest way is not to delete, but simply disable the system launcher through the Android settings.This will not free up memory, but will allow you to use an alternative launcher by default.

Instructions:

  1. Install an alternative launcher (like Nova Launcher from Google Play).
  2. Run it and press Always when the system asks which launcher to use by default.
  3. Go to Settings β†’ Applications β†’ Application Management.
  4. Find the MIUI Launcher (or HyperOS Launcher) and select Disable.

⚠️ Attention: On some firmware MIUI Disabling the launcher can cause icons to disappear on the desktop or gestures to fail. If this happens, return the settings back or use the method with the help of the device. ADB (section).

πŸ’‘

If the widgets are missing after the launcher is turned off, restart the phone. They usually recover after 1-2 minutes.

2.Removal of launcher updates (reset to factory version)

Often the problems are not created by the launcher itself, but its updates, which Xiaomi imposes through Google Play. You can roll it back to the factory version - this will remove advertising and unnecessary functions, but retain basic performance.

How to do this:

  1. Go to Settings β†’ Applications β†’ Application Management β†’ MIUI Launcher.
  2. Click on the three dots in the top corner and select Remove Updates.
  3. Confirm the action and restart the phone.

After that:

  • πŸ”„ Launcher will return to the version that was when buying the phone.
  • 🚫 Ads and unnecessary widgets will disappear (but may return after the next update).
  • ⚠️ Some features (such as Super Wallpaper) may stop working.

What to do if the β€œRemove Updates” button is inactive?
This means that the launcher is part of the firmware and has not been updated through Google Play.In this case, try the method with ADB (section 3) or a full launcher replacement (section 4).

3.Removal of the launcher via ADB (no root)

If the shutdown didn’t work, you can completely remove the launcher using ADB (Android Debug Bridge), a method that doesn’t require root, but requires a computer and enabled USB debugging.

Step-by-step:

  1. Turn on Developer Mode: Go to Settings β†’ About Phone and click on MIUI Version 7 times.
  2. Return to Settings β†’ Additional β†’ For developers and enable USB debugging.
  3. Connect your phone to your PC, install ADB Tools, and execute the command: adb shell pm uninstall --user 0 com.miui.home
  4. Reboot the phone.

Install Xiaomi drivers on PC|Enable debugging on USB|Download ADB Tools|Connect your phone to the original cable|Make a backup copy of the data-->

⚠️ Warning: On some HyperOS firmware, this command may cause the phone to reboot cyclically. If it does, reset via fastboot:

fastboot erase userdata

It'll delete all the data from the phone!

Alternative command (for POCO Launcher):

adb shell pm uninstall --user 0 com.miui.personalassistant

4. Complete replacement of the launcher (installation of alternative)

If you don’t want to remove the standard launcher, but just want to use another one, just install an alternative and make it the default launcher.

LauncherPlusesConsReference
Nova LauncherMaximum customization, gesture support, no advertisingPremium version for some functionsGoogle Play
LawnchairFree, open source, support for dark topicsFewer features than in NovaGoogle Play
Pixel LauncherMinimalist design, like on Google PixelLimited settings, may slow downAPKMirror
Hyperion LauncherOptimized for Xiaomi, Super Wallpapers supportClosed source code, possible bugsTelegram

How to determine:

  1. Download and install the selected launcher.
  2. When you first start, click Always when the system asks which launcher to use by default.
  3. If necessary, turn off the standard launcher (see section 1).

πŸ’‘

EvenBetter is the best choice for users who want to keep MIUI functional but without advertising, and is based on MIUI Launcher source code but with remote restrictions.

5. Removal of the root-rights launcher (for experienced)

If you have a bootloader unlocked and Magisk installed, you can completely remove the system launcher, which will free up space and prevent it from self-healing.

Instructions:

  1. Install Root Explorer (such as Mixplorer or FX File Explorer).
  2. Go to /system/priv-app/ or /system/app/.
  3. Find the MiuiHome or Lawnchair folders (depending on the firmware) and delete them.
  4. Reboot the phone.

Alternative method through Terminal:

su


mount -o rw,remount /system




rm -rf /system/priv-app/MiuiHome




rm -rf /system/app/Lawnchair




mount -o ro,remount /system




reboot

⚠️ Note: Deleting system files can lead to broken gestures or loss of functionality (such as Super Wallpaper or Double Apps).Be sure to backup through TWRP.

6.Restore the launcher after removal

If after the experiments the phone stopped working normally (cyclical boot, no desktop), you need to return the launcher back.

πŸ”Ή Through ADB:

adb shell cmd package install-existing com.miui.home

πŸ”Ή Through TWRP:

  1. Download the original firmware for your model with Xiaomi Firmware Updater.
  2. Remove the file MiuiHome.apk (located in system/priv-app/).
  3. Install it with TWRP β†’ Install β†’ Install ZIP.

πŸ”Ή Through discharge:

  1. Go to Settings β†’ About the phone β†’ Reset settings.
  2. Select Reset all settings (app data will be saved).

πŸ’‘

If the launcher does not appear after recovery, try clearing its cache: Settings β†’ Applications β†’ MIUI Launcher β†’ Clear the cache.

7. Frequent problems and solutions

When replacing the launcher, the following errors may occur:

  • πŸ”„ Cyclical reboot: Usually occurs after the launcher is removed through ADB The solution is to restore the launcher through fastboot or flash the original firmware.
  • πŸ“± Missing icons: Restart your phone or re-install the launcher. If it doesn't work, check the display settings in the alternative launcher.
  • βš™οΈ Signs don't work: Some firmwares have gestures tied to the system launcher, and the solution is to use third-party gesture software (e.g. Fluid Navigation Gestures).
  • πŸ”’ The launcher itself recovers: This is due to the Miui Optimization feature. ADB: adb shell pm disable-user --user 0 com.miui.analytics

How to check which launcher is used by default?
Open Settings β†’ Applications β†’ Default β†’ Launcher. It will indicate the current default launcher. If the list is empty, then the system launcher is disabled or removed.

FAQ: Frequent questions

Can I delete the launcher without a computer?
Yes, but with limitations: On MIUI, you can only disable the launcher (section 1). HyperOS sometimes works with removal via Settings β†’ Applications β†’ Launcher β†’ Delete (if the button is active).
Why does the phone not turn on after the launcher is removed?
This is the case if the launcher was a system component (e.g., on the POCO F5 Xiaomi 13 Solutions: Restore the launcher through ADB (section 6). Flick your phone through the Mi Flash Tool (instructions on xiaomi.eu). TWRP, plough Disable_Dm-Verity_ForceEncrypt.zip.
How to remove ads in the launcher without replacing it?
Methods: Turn off personalized advertising in Settings β†’ Google β†’ Advertising β†’ Turn off personalization. ADB AppControl and disable advertising modules: adb shell pm disable-user --user 0 com.miui.analytics Use Blokada or AdGuard to block ad domains. ⚠️ On HyperOS, these methods may not work – you will have to change the launcher.
Will Google Discover work after the launcher is replaced?
No, Google Discover only works with Pixel Launcher or Nova Launcher (with the Nova Google Companion plugin). To return it, install Nova Launcher. Download Nova Google Companion. In Nova settings, turn on Google Discover.
Can Super Wallpaper be returned after the launcher is removed?
No, Super Wallpapers only work with the native MIUI/HyperOS launcher. Alternatives: Use KWGT to create animated wallpapers. Install Hyperion Launcher, which supports some of the features of Super Wallpapers. Download static versions of wallpapers with XDA Developers.