How to remove shortcuts from Xiaomi desktop: a complete guide for MIUI

Xiaomiโ€™s desktop eventually turns into a chaos of unnecessary shortcuts, widgets and duplicate icons, especially after updating MIUI or installing new apps that automatically add their icons. Unlike iOS or pure Android, Xiaomiโ€™s shell has its own nuances: you canโ€™t just click โ€œdeleteโ€ on system shortcuts, and some icons come back after a reboot.

In this article, we will analyze all possible ways to clean the desktop - from basic (manual removal) to advanced (editing system files through the use of the computer). ADB). We will pay special attention to the problems that arise on different versions. MIUI 12-14, and on Redmi devices, POCO If you're tired of the clutter on the screen, or want to bring back factory minimalism, read on.

Why do Xiaomi desktops have extra shortcuts?

The causes of screen debris fall into three categories:

  • ๐Ÿ“ฑ Autoinstall applications: Many programs (e.g. Mi Browser, Mi Video, GetApps) create shortcuts without asking permission.
  • ๐Ÿ”„ Updates MIUI: after major updates (for example, with MIUI 13 on MIUI 14) the system may reset desktop settings and return standard widgets.
  • ๐Ÿค– Viruses and Advertising Software: Some malicious applications (often from third-party sources) add shortcuts to ads or redirects to websites.

On POCO and Redmi devices with global firmware, the problem is compounded by Xiaomiโ€™s aggressive policy of promoting its own services, such as the Mi Pay label, which can appear even if you have never used a payment system. The China ROM has fewer such shortcuts, but it has its own complexities, such as the lack of Google Play.

โš ๏ธ Warning: If you have a label on your desktop that says "You Won a Prize" or "Free Netflix Subscription" is a 100% virus, check your device with an antivirus (such as Malwarebytes) immediately and remove suspicious apps in Settings. โ†’ Annexes โ†’ Application management.

๐Ÿ“Š How often do you clean your desktop on Xiaomi?
Every week.
Once a month
Only when it gets unbearable.
Never clean.

Method 1: Manually remove labels (basic method)

The easiest way to do this is to hold your finger on an unwanted icon and drag it into the cart ("Delete" or "Remove" icon), but this method doesn't work for all types of shortcuts:

  • โœ… Apps from Google Play: Uninstalled without problems (e.g. Facebook, Instagram).
  • โš ๏ธ Xiaomi system applications (e.g. Mi Community, Themes): the icon will disappear from the screen, but the application itself will remain in the system.
  • โŒ Widgets (weather, clock, search bar): you can not remove with retention โ€“ you need to use another method (see section about widgets).
  • โŒ Folder shortcuts: If you created a folder on your desktop, you can only rename or move it, but not remove it in the standard way.

To remove the folder shortcut, open it first, then drag all the apps out, and move the folder to the basket. If the icon doesn't disappear, try restarting the device.

Make sure it is not a system application (e.g. Phone or Messages)

Check if there are any important labels in the folder

Make a backup of the desktop (Settings โ†’ Desktop โ†’ Backup)

Restart the device after removal-->

Method 2: Disabling widgets and system icons

Widgets (e.g. weather, calendar, Google search bar) are removed differently from regular shortcuts.

  1. Press and hold the empty space on the desktop.
  2. Select "Widgets" (or "Widgets" in English firmware).
  3. Find the widget you want to remove and drag it to the screen.
  4. At the top of the screen will appear the option "Delete" (basket) - drag the widget there.

For the Google search bar (which often appears after an update), there is a separate way:

  1. Open the Google app.
  2. Go to Settings โ†’ General โ†’ Google Search Widget.
  3. Turn off the option "Show on the main screen".

If the widget doesn't get deleted, it might be locked by the system, and the ADB method will help.

Type of labelCan I remove it manually?Alternative method
App from Google Playโœ… Yes.Removal through Settings โ†’ Applications
Xiaomi System Appโš ๏ธ Removes from the screen, but not uninstalledDisconnection via ADB or MiuiHiddenSettings
Widget (weather, clock)โœ… Yes (via widget menu)Resetting launcher settings
Folder labelโŒ No.Transfer all icons from the folder, then delete them
Advertising label (virus)โŒ No.Virus testing, removal of suspicious applications

Method 3: Using hidden MIUI settings (without root)

MIUI has hidden settings that allow you to disable system applications and their shortcuts without superuser rights.

  1. Install the MiuiHiddenSettings app (available on Google Play or 4PDA).
  2. Open it and give access to settings (you will need permission to change system settings).
  3. Go to the "App Management" section.
  4. Find the app you want to remove (such as Mi Music or Mi Video).
  5. Press the "Hide app icon" (Hide app icon).

This method works for most system applications, but not for everyone, for example, you can't hide the shortcuts Phone, Messages or Camera, they're protected by the system, but you can remove:

  • ๐ŸŽต Mi Music (if you use Spotify or YouTube Music)
  • ๐Ÿ“บ Mi Video (replaced with YouTube or Kodi)
  • ๐ŸŒ Mi Browser (if you use Chrome or Firefox)
  • ๐ŸŽฎ Game Center (if you donโ€™t play games from Xiaomi)

โš ๏ธ Note: Once the icon is hidden through MiuiHiddenSettings, the app will remain on the system and will be updated via Google Play. ADB root-right.

Method 4: Removing System Shortcuts Through ADB (Advanced Method)

If the previous methods did not help, you will have to use Android Debug Bridge (ADB). This method allows you to completely uninstall system applications, including those that are not removed by standard means. ADB It can cause system failures!

What you need:

  • ๐Ÿ–ฅ๏ธ A computer with installed Xiaomi drivers and ADB (You can download from the official Android website).
  • ๐Ÿ“ฑ Included debugging by USB on a smartphone (Settings) โ†’ The phone. โ†’ Version. MIUI โ€” Press 7 times, then return to Settings โ†’ Additionally. โ†’ For developers โ†’ Debugging by USB).
  • ๐Ÿ”Œ Cable USB Type-C (preferably original).

Step-by-step:

  1. Connect your smartphone to your computer and confirm the debugging permission.
  2. Open the command prompt (cmd in Windows) and type:
adb devices

If the device is determined (the serial number will appear), continue. If not, install the Xiaomi driver and try again.

  1. To see a list of all installed applications, type:
adb shell pm list packages -f
  1. Find the package you want to remove from the list, for example: Mi Browser: com.android.browser Mi Music: com.miui.player GetApps: com.xiaomi.mipicks

package.name

adb shell pm uninstall -k --user 0 package.name

The --user 0 flag means that the application is only removed for the current user (without affecting system files), which is safer than a complete uninstallation.

โš ๏ธ Warning: Do not delete packages with the names com.android, com.miui.home or com.xiaomi - this can lead to a crash of the launcher (the desktop will stop opening.

List of safe to remove Xiaomi packages
Mi Browser: com.android.browser Mi Music: com.miui.player Mi Video: com.miui.videoplayer GetApps (Mi App Store): com.xiaomi.mipicks Mi Pay: com.xiaomi.payment Game Center: com.xiaomi.gamecenter.sdk.service Mi Community: com.xiaomi.forum Themes: com.android.themes Cleaner (Clean Security): com.miui.com.com.clean Security): Antiviruses can be lost and anti-security.

Method 5: Reset the launcher settings (if nothing helps)

If after all the manipulations on the desktop remain "ghost" shortcuts or settings are lost, resetting the launcher (the program responsible for displaying the desktop) will help. This will return the standard MIUI look, but will delete all your screen settings (wallpaper, folders, widgets).

How to drop the launcher:

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. Find the application "Luncher" (or "Launcher", "MIUI Home").
  3. Click on "Storage" โ†’ "Clear Data" and "Clear Cache".
  4. Confirm the action. The phone might just hang out for a while, which is normal.

After discharge:

  • โœ… All user shortcuts and widgets will disappear.
  • โœ… Standard wallpaper and icon location will return.
  • โŒ System applications will be saved (they must be removed separately).
  • โŒ Gesture and animation settings may be reset.

If the launcher is unstable after reset (for example, wallpaper disappears or folders do not open), try reinstall it:

adb shell pm uninstall -k --user 0 com.miui.home


adb shell cmd package install-existing com.miui.home

How to prevent the emergence of new labels?

To prevent the desktop from getting littered again, follow these tips:

  • ๐Ÿ›ก๏ธ Turn off automatic application installation: Go to Settings โ†’ Annexes โ†’ Application management โ†’ Google Play Store. disable the option "Auto Update" or "Installation".

Install applications only from verified sources

Check the application permissions

Update MIUI regularly

Xiaomi

For POCO and Redmi devices with global firmware, you can also turn off ads in MIUI:

  1. Go to Settings. โ†’ The phone.
  2. Click on MIUI Version 7-10 times until the message โ€œYou are a developerโ€ appears.
  3. Back to Settings โ†’ Additionally. โ†’ For developers.
  4. Find the option to "Disable Advertising" MIUI" (or "disable" MIUI Ads" and activate it.

๐Ÿ’ก

If you install new apps often, create a Test folder on your desktop and put all the new shortcuts in it, and in a week, check which ones you really need, and delete the rest.

FAQ: Frequent questions about removing shortcuts on Xiaomi

Can I remove the label "Phone" or "Messages"?
No, these system applications are protected from removal, and you can only hide them from your desktop by moving them to a folder or to a second screen, and completely removing them will result in loss of call functionality and SMS.
After removing the shortcut through ADB, the app reappeared. Why?
You may have removed it only for the current user (flag) --user 0). To remove completely, use the command without this flag: adb shell pm uninstall package.name But be careful: this can disrupt the system if you remove a critical packet.
How to return a remote system shortcut (e.g. Camera or Gallery)?
If you have removed the application through ADB, you can restore it by command: adb shell cmd package install-existing package.name For the camera it is com.android.camera, for the Gallery it is com.miui.gallery. If this does not help, then only reset or flash the settings.
There's a label on the desktop with an ad. What do we do?
This is a sign of a virus. Take steps: Remove all newly installed applications (especially from unknown sources); Check the device with antivirus (Malwarebytes, Dr.Web); Disable the installation from unknown sources (Settings โ†’ Applications โ†’ Special Access โ†’ Install unknown applications); If the ad remains, reset the launcher settings or make a complete reset of the phone.
Can I turn off the MIUI update shortcuts?
Yes, but that requires superuser (root) or ADB rights. Delete the com.android.updater (MIUI updates) or com.xiaomi.discover (new feature notifications). Without root, you can only disable notifications from those apps in the settings.

๐Ÿ’ก

Before any manipulation of system files, back up via Settings โ†’ Additional โ†’ Backup and Reset. This will save your data if something goes wrong.