How to completely disable shortcuts on Xiaomi: remove system and user icons

Shortcuts on Xiaomi’s desktop are often a source of annoyance: system applications like Mi Video, Mi Music or Themes cannot be removed in standard ways, and custom ones are duplicated after updates. In this article, we will analyze all working methods from hiding through settings to deep cleaning with ADB, including nuances for different versions of MIUI (from 12 to 15).

It’s important to understand that not all labels can be removed forever, for example, Google service icons (Play Market, YouTube) are protected by manufacturer’s policies, but they can be hidden without consequences for the system, while Xiaomi system applications (for example, com.miui.videoplayer) require radical measures – up to disabling through PM disable.

Before you start, check the MIUI version in Settings β†’ About Phone. Some methods (such as disabling through the Lab) only work on firmware up to MIUI 14, and newer versions require workarounds.

1. Standard shortcut hiding through MIUI settings

The safest way is to use the built-in MIUI tools. It is suitable for most custom shortcuts and some system shortcuts (e.g. Calendar or Notes).

Algorithm of action:

  • πŸ“± Long-pressed label β†’ Select β€œDelete” (for user) or β€œHide” (for system).
  • πŸ” If there is no β€œHide” option, drag the icon to the top of the screen – a basket or β€œRemove” icon will appearΒ».
  • πŸ”„ For recovery: Settings β†’ Desktop β†’ Hidden applications.

Limitations of the method:

  • ❌ It doesn’t work for Google apps (Play Store, Chrome).
  • ❌ Does not hide widgets (for example, Weather or Steps).
  • ❌ After updating MIUI Hidden labels may return.

πŸ’‘

If the shortcut is not removed with a long press, try moving it to another screen first and then try again.

Disabling system applications through the Laboratory (MIUI 12–14)

Older versions of MIUI have a hidden Lab section that allows system components to be deactivated, and newer firmware may not work or require ADB activation.

Step-by-step:

  1. Open the Settings. β†’ The phone.
  2. Click 5-7 times on the MIUI version until the notification β€œYou are a developer” appears.
  3. Return to Settings β†’ Additional β†’ Laboratory (or Advanced Settings β†’ Laboratory).
  4. Select β€œDisable System Apps” and deactivate unnecessary ones (e.g. com.miui.player for Mi Music).

Backup | Check battery power (>50%) | Remember the names of the packets being disabled | Do not turn off critical services (e.g. com.android.phone)

-->

Warning: Some applications (e.g. com.miui.securitycenter) are responsible for security and may result in:

  • 🚨 Errors in updating MIUI.
  • 🚨 Losing features like Game Turbo or Second Space.
  • 🚨 Unstable work NFC Bluetooth.
What if the lab disappeared in MIUI 15?
The new version is hidden, but it can be returned through ADB-Adb shell settings put global hidden_api_policy 1 After that, restart the phone and check for the item in the settings.

3.Use ADB for deep shutdown (no root)

If standard methods don't work, Android Debug Bridge (ADB), a debugging tool that allows you to disable system packages without superuser rights, works on all versions of MIUI, but requires a connection to a PC, will help.

Tools required:

  • πŸ–₯️ Computer with installed ADB Tools.
  • πŸ“± Included debugging by USB (Settings β†’ For developers β†’ Debugging by USB).
  • πŸ”Œ Cable USB Type-C (preferably original).

Disconnect commands (example for Mi Video):

adb shell


pm disable-user --user 0 com.miui.videoplayer

List of popular packs to disable:

AnnexPacket nameEffects of disconnection
Mi Musiccom.miui.playerThe icon will disappear, but the music files will remain available through other players.
Mi Videocom.miui.videoplayerVideo files will be opened via Google Photos or MX Player.
Themescom.android.themesIt will not be possible to change the themes of the design, but the desktop will remain functional.
Cleanercom.miui.cleanmasterThe memory cleanup widget will disappear, but manual cleanup will remain in the settings.

Xiaomi System Applications (Mi Music, Mi Video)|Google Services (Play Market, Chrome)|Widgets (Weather, Steps)|Duplicates of user labels|Other-->

Attention:

⚠️ Don’t disable packages called com.android.* or com.miui.home, which will cause the launcher to crash and reset. Before experimenting, check the list of secure packages on forums like this. 4PDA or XDA Developers.

4. Removal of labels by third-party launchers

If you're tired of struggling with MIUI system limitations, install an alternative launcher.

  • 🌟 Nova Launcher – supports hiding icons, gestures, backup layouts.
  • 🎨 Lawnchair is a lightweight open source launcher optimized for Android.
  • ⚑ Hyperion Launcher – Maximum customization, including hiding system applications.

How to hide the shortcuts in Nova Launcher:

  1. Install a launcher from the Play Store.
  2. Long press on the desktop β†’ β€œSettings”.
  3. Go to App Settings β†’ Hide Apps.
  4. Check the boxes for unnecessary shortcuts (including system ones).

Advantages of the method:

  • βœ… No, he doesn't. ADB or root rights.
  • βœ… It works on all versions. MIUI.
  • βœ… Allows you to customize gestures, animations and appearance.

Cons:

  • ❌ Certain functions MIUI (For example, the second space may not work properly.
  • ❌ Xiaomi widgets (weather, pedometer) will appear in the general list and may not be updated.

πŸ’‘

Third-party launchers are the only way to completely remove the shortcuts of Google services (Play Store, Chrome) without ADB.

5. Radical Methods: Removal through TWRP and root

If you’re willing to take drastic measures, unlocking the bootloader and installing custom recovery (TWRP) will give you access to complete removal of system applications.

  • πŸ”“ Unlocked bootloader (via Mi Unlock Tool).
  • πŸ› οΈ Established TWRP For your Xiaomi model.
  • πŸ“¦ Backup copy of NANDroid (required!).

Step-by-step:

  1. Boot to TWRP (hold Power + Volume up when turned on).
  2. Go to Advanced β†’ File Manager.
  3. Remove application folders to /system/priv-app/ or /system/app/ (e.g. MiuiVideo).
  4. Wipe Dalvik/Cache and reboot.

Risks of the method:

  • πŸ’₯ Loss of warranty (if the phone is under warranty).
  • πŸ’₯ Possible brick (turning your phone into a brick) in case of an error.
  • πŸ’₯ Need for manual updates MIUI (OTA stop working).

⚠️ Note: Some Xiaomi models (e.g. Redmi Note 12 or Xiaomi 13) remove system applications via TWRP It can cause loss of camera or module function NFC Because of the anti-Rollback protection.

6. How to Recover Hidden or Deleted Labels

If you accidentally deleted the desired shortcut or want to return the system application, use one of the ways:

For hidden labels (without ADB/root):

  • πŸ”„ Go to Settings. β†’ Desktop β†’ Hidden apps and uncheck the boxes.
  • πŸ”„ In Nova Launcher: The Long Press β†’ Settings β†’ Hidden applications.

For those disabled through ADB:

adb shell pm enable com.miui.videoplayer

For those remote via TWRP:

  • πŸ”„ Restore the backup of NANDroid.
  • πŸ”„ Reflash your phone via Mi Flash Tool (Data Loss!).

If the tag is missing after the MIUI update:

  • πŸ”„ Restart your phone – sometimes the icons come back after a reboot.
  • πŸ”„ Reset the launcher settings: Settings β†’ Annexes β†’ Application management β†’ Launcher β†’ Warehouse β†’ Clear the data.

FAQ: Frequent questions about removing shortcuts on Xiaomi

Can I remove the Play Store shortcut without root?
No, the Google Play Store is a highly secure system application that can only be hidden through a third-party launcher (like Nova Launcher) or disabled through ADB, but completely removing it requires root rights.
Why did the MIUI update return to the hidden labels?
MIUI updates often reset the launcher settings. To avoid this, before upgrading: Back up the desktop layout (in Nova Launcher: Backup β†’ Save). Turn off automatic updates to system applications (Settings β†’ Apps β†’ Auto Update).
How to remove the Weather widget from your desktop?
Xiaomi widgets are removed with a long press β†’ Β«Delete" or "Widget Settings." If not available: Install a third-party launcher and hide widgets through its settings. Turn off the Weather app via ADB (packet com.miui.weather2). Warning: Weather shutdown could disrupt XiaoAI's smart assistant.
Is it safe to disable Mi Security through ADB?
Disabling com.miui.securitycenter will remove Virus Scanner and Optimizer, but may result in: 🚨 Errors in installing applications from unknown sources. 🚨 Loss of the application blocking function. 🚨 Fingerprint problems (on some models) We recommend that you use the command instead of completely shutting down: adb shell pm hide com.miui.securitycenter This hides the icon, but leaves the services working.
How to permanently remove advertising in system applications?
Advertising in Mi Video, Mi Music and other Xiaomi apps is linked to the com.miui.systemAdSolution package. To disable it: Use ADB: adb shell pm disable-user --user 0 com.miui.systemAdSolution Install the Disable MIUI Ads patch via Magisk (requires root). Update MIUI to European firmware (e.g. MIUI EUI) - there are no ads.