Xiaomi Redmiโs desktop quickly fills up with unnecessary shortcuts โ especially if youโre actively installing apps or syncing accounts. Unlike pure Android, the MIUI shell (and the new HyperOS) has its own icon management nuances: thereโs no standard โremove from the screenโ feature, and some system shortcuts (like Theme Store or Security) donโt want to disappear at all in the usual way.
In this article, we will discuss all possible methods, from basic (hiding in the app menu) to advanced (disabling through ADB or launching settings), the emphasis is on the current versions of firmware: MIUI 14 and HyperOS (for Redmi Note 12/13, Redmi 10/11 models, etc.).
Why Xiaomi Redmi canโt just remove the shortcut from the desktop
On standard Android, you just drag the icon to the top of the screen with the words "Delete." On Xiaomi, this mechanism works differently:
- ๐ Application shortcuts are not just โbadgesโ but part of the launcher MIUI Launcher (or Hyper Launcher in newer versions) Removing them from the screen does not mean uninstallation of the program.
- ๐ System applications (e.g. Camera, Contacts) are protected from removal without root rights.
- ๐ฑ Shell MIUI Automatically restores some shortcuts after updating or resetting settings (such as App Vault or Mi Video).
In addition, HyperOS (which replaced MIUI in 2026) has changed the logic of shortcuts to user profiles, meaning that hiding an icon in the main profile does not guarantee it disappears in guest mode.
Method 1: Hiding shortcuts through the application menu (without deleting)
The easiest way to do this is to hide the icons, not remove them, and it won't free up space on your desktop physically, but it will make the screen look cleaner, and it's good for all Redmi models (including the Redmi Note 10 Pro, Redmi 12C, etc.).
- Open the app menu (swipe up from the bottom of the screen).
- Press three points (โฎ) top-right โ Choose Hide Apps to Hide Apps.
- Check the unneeded labels (e.g. Mi Pay, Mi Community) and click Ready.
โ ๏ธ Warning: hidden applications will continue to work in the background and take up RAM. To completely stop them, go to Settings. โ Annexes โ Manage applications and manually suspend unnecessary services.
Make sure the application is not being used by the system (e.g., Security cannot be turned off completely)
Check if there are any important notifications from the hidden app
Backup your data (if you plan to delete system applications)
Remember the name of the hidden app โ it will not be visible in the search-->
Method 2: Remove shortcuts through launcher settings (for MIUI 14/HyperOS)
Newer versions of firmware now allow you to control the display of icons through launcher settings, which works even for system applications (but doesnโt remove them completely).
- Click on the empty space on the desktop โ select Screen Settings (or Home screen settings in the English version).
- Go to the Icon Management section.
- In the app list, uncheck the boxes that you want to remove from the screen: ๐ฑ App Vault (left swipe on the home screen) ๐ต Mi Music or Mi Video ๐ก๏ธ Security (Security)
Save the changes and restart the device (some icons may return without a reboot).
๐น The thing about HyperOS is that in this shell, shortcuts are tied to a user's profile, and if you hide an icon in your main profile, it can stay in Guest Mode or Children's Mode. To remove it completely, repeat the actions for each profile.
What to do if the โIcon Managementโ section is not available?
Method 3: Disable system applications via ADB (for power users)
If standard methods donโt work (like the App Vault icon or Mi Video is persistently coming back), you can disable the system application via ADB (Android Debug Bridge).
โ ๏ธ Warning: Disabling system applications may cause your phone to function unstable (such as missing notifications or update errors).Before you start, backup your data via Mi Cloud or locally.
- Turn on USB Debugging on your phone: Settings โ About Phone โ MIUI Version (click 7 times until โYouโre a developerโ) Settings โ Additional โ Developer Options โ Debugging over USB (enable)
- Connect Redmi to your PC, confirm debugging permission.
- Open the command line (Windows) or terminal (macOS/Linux) and type: adb shell pm disable-user --user 0 com.miui.weather2 (replace with the desired application package)
๐ Popular packages of system applications Xiaomi:
| Annex | Packet name | Can I turn it off? |
|---|---|---|
| App Vault | com.miui.miservice | Yeah (but swipe left will disappear) |
| Mi Video | com.miui.videoplayer | Yes. |
| Mi Music | com.miui.player | Yes. |
| Security | com.miui.guardprovider | No (system error risk) |
| Theme shop | com.android.themes | Yes. |
To return the icon back, use the command:
adb shell pm enable com.miui.weather2๐ก
Before disabling the application, check its dependency: some services (e.g. com.miui.guardprovider) are linked to notifications or updates. Use the adb shell dumpsys package com.miui.weather2 command to see the dependency list.
Method 4: Use of an alternative launcher (Nova Launcher, Apex)
If you are tired of the limitations of MIUI Launcher, install a third-party launcher (such as Nova Launcher or Apex Launcher).
- ๐งน Completely remove icons from the screen (including system icons).
- ๐ Customize gestures and hot keys.
- ๐จ Change the style of icons and animation.
Instructions:
- Install Nova Launcher from Google Play.
- When you first start, select it as the default launcher.
- Press the unnecessary icon โ drag it to the basket (appears at the top of the screen).
- To hide system applications: Long press โ Change โ Hide.
โ ๏ธ Note: when using a third-party launcher will stop working some chips MIUI:
- Swipe left for App Vault.
- Pop-up notifications on the locked screen.
- System gestures (e.g., double touching to lock).
To return a standard launcher, go to Settings โ Applications โ By default โ Launcher.
Method 5: Reset the launcher settings (if the shortcuts returned after the update)
After updating MIUI or HyperOS, some hidden icons can automatically recover, which is due to resetting the launcher settings to return the desktop to its previous appearance:
- Click the blank space on the screen โ Screen settings โ More.
- Select Reset Launcher (or Reset Launcher) settings.
- Confirm the action. After that, all the labels will disappear, and you will have to reconfigure the screen.
๐น Important: this method doesn't remove apps, it just resets their location on the screen. ADB, They'll stay off.
๐ก
Resetting the launcher is a last resort, before exporting the current screen layout through Nova Launcher (if you use it) or taking screenshots of the iconsโ location.
Frequent problems and solutions
Problem 1: The label disappears but returns after the reboot.
Solution: This is typical for system applications (e.g. App Vault). Use ADB (mode 3) or disable automatic launcher updates in Google Play.
Problem 2: I canโt hide the security or settings icon.
Solution: These applications are critical to the system. The most you can do is move them to the folder on the second screen or turn off notifications in Settings โ Notifications.
Problem 3: After installing an alternative launcher, MIUI gestures do not work.
Solution: Return the standard launcher or customize gestures in the Nova Launcher itself (Settings โ Gestures and Inputs).