Xiaomiβs MIUI-based desktop is often hijacked by dozens of unnecessary icons, from pre-installed Mi Browser and Mi Video services to advertising shortcuts from partners. Even after uninstallation, many apps leave behind βdeadβ icons that spoil the screen and interfere with navigation. In this article, weβll look at all possible ways to remove icons from Xiaomi β from standard shell features to hidden commands for power users.
It is important to understand the difference between removing an icon (it disappears from the screen, but the application remains in the system) and uninstalling an application (complete removal of the software).We will consider both options, including methods for models without superuser rights (root) and using ADB. Instructions are relevant for MIUI 12-15 on Redmi Note 10/11/12 smartphones, POCO X3/X4/X5, Mi 11/12/13 and other devices of the brand.
1. Standard Hiding of Icons through MIUI Settings
The easiest way is to use the built-in application hiding feature, which requires no additional tools and is suitable for most users, but only works with system applications that cannot be completely removed (e.g. Mi Pay, Mi Community, Themes).
To hide the icon:
- π± Long click on the app icon on the desktop.
- π In the menu that appears, select βRemoveβ (not βDelete!β β this will simply remove the shortcut from the screen).
- ποΈ For complete concealment go to Settings β Annexes β Application management.
- π Find the desired application, open its page and click βHideβ (the option is not available for all software).
β οΈ Note: Hidden applications continue to run in the background and may consume battery power. To completely disable them, use the methods in the following sections.
2. Removal of shortcuts from the desktop (without uninstallation)
If you just need to remove the icon from the home screen but leave the app on the menu, do the following:
- π± Press and hold the app icon for 2-3 seconds.
- ποΈ Drag it up the screen to the "Delete" (or "Remove" in new versions) label. MIUI).
- π The icon will disappear from the desktop, but will remain in the App Menu (swipe up from the bottom of the screen).
This way, not removing the app itself, but only removing its shortcut. To return the icon back, find the app on the menu, click on it and hold it, then drag it to the desktop.
π‘
If after removing the icon in its place remains an empty gray field, restart the launcher: click Settings β Home screen β Restart.
3. Complete removal of pre-installed applications without root
Many Xiaomi system applications (e.g. Mi Music, Mi Browser, Cleaner) can be removed without superuser rights via ADB (Android Debug Bridge), a method that requires connecting a smartphone to a computer, but does not violate the warranty.
Step-by-step:
- π» Install. ADB-Drivers on PC and enable Debugging by USB on the phone (Settings) β The phone. β Version. MIUI β Press 7 times, then return to Settings β Additionally. β For developers).
- π Connect the phone to the computer and type in the command line:
adb devices(The name of your device should appear.)
- π To see a list of all applications, enter:
adb shell pm list packages- ποΈ To remove a specific application (e.g., Mi Browser with com.android.browser) use the command:
adb shell pm uninstall -k --user 0 com.android.browserβ οΈ Attention: Removing system applications can cause unstable phone operation. Before executing commands, back up your data via Settings β Additionally. β Backup and reset.
Install ADB on PC|
Enable debugging over USB on your phone |
Connect the phone to the computer |
Make a backup copy of the data |
Check the name of the application package-->
4.Using third-party launchers to hide icons
If you don't want to delete apps but you need to hide their icons, install an alternative launcher.
- π Nova Launcher β allows you to hide icons, change their appearance and group into folders.
- π¨ Apex Launcher β Supports gestures and app hiding.
- π Microsoft Launcher β Windows integration and the Hidden Applications featureΒ».
To hide the icon in Nova Launcher:
- π± Long press on the desktop β Β«SettingsΒ».
- π Go to the Apps MenuΒ» β Β«Hide applicationsΒ».
- β Check the unnecessary icons and click βDoneΒ».
πΉ Advantage of the method: does not require root rights or ADB, reversible.
πΈ Disadvantage: Launchers consume additional RAM (about 100-200 MB).
5. Disable applications through settings (without deleting)
If you can't delete an app, but it's disrupting your work, turn it off, and it will stop the background and remove the icon from your desktop.
Instructions:
- βοΈ Go to Settings. β Annexes β Application management.
- π Find the right app (e.g. Mi Video).
- π« Click "Disable" (option is not available for all system software).
| Annex | Can I turn it off? | Can I remove it through ADB? |
|---|---|---|
| Mi Browser | β No. | β Yes.com.android.browser) |
| Mi Video | β Yes. | β Yes.com.miui.video) |
| Cleaner | β No. | β Yes.com.miui.cleanmaster) |
| Mi Pay | β Yes. | β No (critical to the system) |
β οΈ Note: Disabling some applications (such as Mi Security) may disrupt Google services or system notifications.
6. Removal of icons with root rights (for experienced)
If your Xiaomi has Magisk or another root tool installed, you can completely uninstall any application, including system ones.
- π± Install a root-enabled file manager (such as Root Explorer or Solid Explorer).
- π Go to the folder. /system/app or /system/priv-app.
- ποΈ Find a folder with the name of the application (for example, Browser for Mi Browser) and delete it.
- π Reboot the phone.
πΉ Warning: Incorrectly deleting system files can lead to a device "brick" (completely inoperable). TWRP.
What if the phone does not turn on after removing the application?
7.Resetting launcher settings to factory
If after manipulating the icons, the desktop began to glittle (for example, folders or widgets disappeared), reset the launcher settings:
- βοΈ Go to Settings. β Home screen.
- π Click on Reset Settings (or Restore by DefaultΒ»).
- π± Confirm the action β all icons will return to their original positions.
This method doesn't remove apps, it just returns the standard desktop look, and after resetting, you'll have to reset the layout of the icons and widgets.
π‘
Resetting the launcher is the safest way to return the original desktop state without losing data.