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.
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:
- Download the selected launcher from Google Play.
- Open the app and follow the setup wizard.
- When the request βAlways use this launcher?β appears, click Yes.
- 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:
- 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.homeMethod 1
| ADB Team Team | Action. |
|---|---|
| adb shell pm disable-user --user 0 com.miui.home | Disable MIUI Home for the current user |
| adb shell pm enable com.miui.home | Turns MIUI Home back on |
| adb shell pm uninstall -k --user 0 com.miui.home | Removes 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?
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:
- Make a backup through TWRP or Orange Backup.
- Open ADB Shell or terminal with root rights.
- Run the command to delete: su pm uninstall -k --user 0 com.miui.home
- 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:
- Connect the phone to the PC.
- Follow the command: adb shell pm enable com.miui.home
- 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 flashes | The conflict with MIUI Optimization | Disable in Settings β Special Options β MIUI Optimization |
| Navigation gestures do not work | The launcher does not support MIUI gestures | Use navigation buttons or adjust gestures in the launcher |
| Application icons are not updated | Launcher cache not cleared | Restart your phone or clear the launcher cache |
| System applications (Camera, Settings) are not opened | MIUI Home is disabled but tied to system services | Turn 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:
- Unlocked bootloader (Bootloader).
- Installed TWRP or other custom recaveri.
- Backup of all the data.
- 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.