How to Remove the MIUI Desktop on Xiaomi Redmi: The Complete Guide 2026

Why users want to get rid of the standard MIUI launcher

The MIUI desktop on Xiaomi Redmi smartphones is not just a background with icons, but an interface with unique logic that is not popular with everyone. Many owners of Redmi Note 11, Redmi 12 or POCO X5 are faced with the fact that the standard launcher slows down, imposes unnecessary widgets or simply inconvenient to use, especially annoying the inability to turn off advertising in system applications that are integrated directly into the interface.

But the problem isn't just advertising. MIUI Home (the official name of the launcher) has a number of limitations:

  • πŸ”„ There is no flexible gesture setting – many actions are tied to fixed combinations.
  • πŸ“± No support for alternative icons or themes from third-party developers.
  • 🐒 Noticeable lags when scrolling the screen if many apps are installed.
  • πŸ”’ It is impossible to completely disable system applications (such as Mi Video or Mi Music) that take up space on the desktop.

Fortunately, on all Xiaomi smartphones with an unlocked bootloader, you can completely replace the MIUI Home with an alternative launcher, and on some models - even without root rights.

πŸ“Š Which launcher do you prefer?
MIUI Home (standard)
Nova Launcher
Lawnchair
Hyperion
Other

Method 1: Installation of a third-party launcher without root rights

The safest and fastest method is to simply install an alternative launcher from Google Play. MIUI Home, but will allow it to "go around" making the new launcher the main. POCO Android 11 and newer.

The best options to replace:

  • 🌟 Nova Launcher – Flexible gesture setting, icon pack support, optimized for performance.
  • πŸš€ Lawnchair – a lightweight open source launcher, imitates β€œpure” Android.
  • 🎨 Hyperion Launcher – modern design with support for dynamic wallpaper and adaptive icons.
  • ⚑ Microsoft Launcher – Windows integration, notification synchronization.

How to set and make the main:

  1. Download the selected launcher from Google Play.
  2. Open the app and follow the setup wizard.
  3. When the request β€œAlways use this launcher?” appears, click Yes.
  4. Go to Settings β†’ Applications β†’ Default β†’ Launcher and select a new one.

Make a backup copy of wallpaper and widgets

Check the vacant space (minimum 200 MB)

Disable battery optimization for launcher

Restart the phone after installation-->

⚠️ Attention: On some firmware MIUI After the system update, the launcher may reset to the standard. To avoid this, prior to the update, fix the alternative launcher in the default settings.

Method 2: Disable MIUI Home via ADB (no root rights)

If you don't have to completely remove the launcher but want to hide it from the system, you can turn off MIUI Home via ADB (Android Debug Bridge), which does not require root rights, but requires a connection to a computer.

Advantages of the method:

  • πŸ”§ Does not delete system files - only deactivates the application.
  • πŸ”„ It's easy to get it all back with one team.
  • πŸ“± It runs on Redmi 10, Redmi Note 11 Pro and other models with a locked boot loader.

Step-by-step:

  1. Enable Developer Mode: Go to Settings β†’ About Phone. Click 7 times on MIUI Version. Go back to Settings β†’ Additional β†’ Developer. Activate USB Debugging.

ADB

adb shell pm disable-user --user 0 com.miui.home

Method 1

ADB Team TeamAction.
adb shell pm disable-user --user 0 com.miui.homeDisable MIUI Home for the current user
adb shell pm enable com.miui.homeTurns MIUI Home back on
adb shell pm uninstall -k --user 0 com.miui.homeRemoves MIUI Home Updates (requires root)

⚠️ Attention: After disconnection MIUI Home Some system features (such as Second Space Mode or Child Mode) may not work properly. Before executing a command, check if you are using these features.

What to do if after disabling MIUI Home phone is getting stuck on the boot?
If the adb shell pm disable-user command fails to boot, connect it to your PC and do: Load to Fastboot (press Power + Vol Down). Run fastboot boot twrp.img (need custom recavers). In TWRP, go to Advanced β†’ File Manager. Delete /data/system/package.xml. Reboot - MIUI Home will recover automatically.

Method 3: Complete removal of MIUI Home (root required)

If you are ready for radical measures and you have root rights, you can completely remove MIUI Home from the system, which is suitable for experienced users, since improper actions can lead to a bootloop.

What will be required:

  • πŸ“± Smartphone with unlocked bootloader and root rights (for example, through Magisk).
  • πŸ–₯️ Utility. ADB file manager with root access (e.g., Root Explorer).
  • πŸ”„ Backup of the system (required!).

Instructions:

  1. Make a backup through TWRP or Orange Backup.
  2. Open ADB Shell or terminal with root rights.
  3. Run the command to delete: su pm uninstall -k --user 0 com.miui.home
  4. Install an alternative launcher and restart the device.

If you have problems starting the system after removal, restore the backup or reinstall MIUI Home via the command:

adb install miui-home.apk

(The miui-home.apk file can be extracted from your model's firmware.)

πŸ’‘

Before removing MIUI Home, check if it is used as a system component for other features. For example, on some firmware, POCO Launcher depends on com.miui.home and may stop working.

How to Get MIUI Home Back

If you decide to return to a standard launcher after experimenting, you can do this in several ways depending on which removal method you used.

If you've been off through ADB:

  1. Connect the phone to the PC.
  2. Follow the command: adb shell pm enable com.miui.home
  3. Go to Settings β†’ Applications β†’ By default and select MIUI Home.

If removed with root rights:

  • Restore the backup via TWRP.
  • Or install MIUI Home manually from firmware: adb install /path/to/miui-home.apk

If the phone doesn't load:

  • Download to Fastboot and run the original firmware through the Mi Flash Tool.
  • Use TWRP to restore the system partition.

πŸ’‘

Before any manipulation of system applications, always back up via TWRP or Orange Backup.This is the only way to quickly restore the phone to work if you make a mistake.

Frequent problems and their solutions

When replacing the launcher, users often encounter common errors, and here are the most common ways to correct them:

Problem.Reason.Decision
After installing an alternative launcher, the screen flashesThe conflict with MIUI OptimizationDisable in Settings β†’ Special Options β†’ MIUI Optimization
Navigation gestures do not workThe launcher does not support MIUI gesturesUse navigation buttons or adjust gestures in the launcher
Application icons are not updatedLauncher cache not clearedRestart your phone or clear the launcher cache
System applications (Camera, Settings) are not openedMIUI Home is disabled but tied to system servicesTurn MIUI Home back on via ADB

If the weather widgets or notifications stop working after the launcher is replaced, check the resolution settings for the new launcher in Settings β†’ Applications β†’ Permissions. Some features (such as Always-on Display) may require an active MIUI Home.

Alternative solutions: custom firmware

If you don't like the launcher, but also MIUI in general, you might consider installing custom firmware. It's a radical method, but it gives you complete freedom of customization.

Popular firmware for Xiaomi Redmi:

  • 🌍 LineageOS – β€œclean” Android without unnecessary bells and whistles.
  • πŸ”₯ Pixel Experience – The interface is like Google Pixel.
  • ⚑ ArrowOS – Optimized for Performance.
  • 🎯 Havoc-OS – Maximum customization.

What you need to install:

  1. Unlocked bootloader (Bootloader).
  2. Installed TWRP or other custom recaveri.
  3. Backup of all the data.
  4. The firmware that is suitable for your model (e.g. Davinci for Redmi K20).

⚠️ Note: Installing custom firmware voids warranty and may result in data loss. On some models (e.g. Redmi Note 12 with MediaTek), unlocking a bootloader requires waiting 168 hours (7 days) after a Mi Account is linked.

FAQ: Answers to Frequent Questions

Can I remove MIUI Home without a computer?
Yes, but with limitations. You can: Install an alternative launcher and make it the main one (without disabling MIUI Home); use applications like Package Disabler (requires a root or ADB over Wi-Fi); Complete removal without a PC is impossible β€” you need at least ADB over the network.
Will Google Discover work after the launcher is replaced?
Google Discover is tied to the Google App, not the launcher, to make it work: Install a launcher that supports Google Discover (like Nova Launcher or Lawnchair). In the launcher settings, activate the option "Google Feed" or "Discover." Update the Google App to the latest version.
Why did MIUI Home stop working?
Themes is tightly integrated with MIUI Home. If you disable the launcher, the themes can: Stop applying to icons and wallpapers. Don't update the style of system applications. Solution: either return MIUI Home or use themes through an alternative launcher (for example, icons in Nova Launcher).
Can I remove MIUI Home on Redmi with MediaTek?
Yes, but with nuances: On MediaTek, unlocking a bootloader often requires authorization through a Mi Account. Some models (e.g. Redmi 10C) have Anti-Rollback protection that blocks firmware rollback. There are no restrictions to unblocking MIUI Home via ADB - the method works the same on Snapdragon and MediaTek.
How to hide Xiaomi system applications without removing the launcher?
If the goal is simply to remove unnecessary icons (e.g. Mi Pay, Mi Community), you can: Use a launcher with application hiding feature (e.g. Nova Launcher Prime); disable applications through Settings β†’ Applications β†’ App Management β†’ Disable. Install App Hider (requires root or ADB). This will not remove applications completely, but will make them invisible on the desktop.