How to Remove an Unnecessary Shortcut from Xiaomi Screen: From Simple to Hidden Techniques

Why Xiaomi has too many shortcuts on its screen and how to fix it

Have you noticed that there are duplicates of applications, empty icons or file shortcuts on Xiaomi’s home screen that are not deleted in the standard way? This problem is familiar to many smartphone users on Xiaomi’s MIUI, the company shell, and often unnecessary shortcuts arise after a system update, transferring data from another device or installing third-party launchers.

Unlike Android in its pure form, where removing a shortcut is reduced to simply dragging it to the cart, MIUI sometimes complicates this process. For example, system applications (Security, Themes, Mi Video) can create shortcuts that are not deleted in the usual way, and files with the.apk or.lnk extension (links) generally require a separate approach.

In this article, we will discuss 5 working methods to remove the shortcut from a Xiaomi phone, from basic actions to hidden shell features, and learn why some icons return after a reboot and how to prevent it.

Method 1: Standard shortcut removal (for most applications)

Let's start with the simplest method that works for 90% of user applications (like WhatsApp, Instagram, Google Chrome), which does not remove the app itself, but only removes its icon from the home screen.

Instructions:

  • πŸ“± Press and hold your finger on the label you want to remove.
  • πŸ—‘οΈ At the top of the screen, a basket (or "Delete" will appear. Drag the icon there.
  • βœ… Confirm the action if a pop-up window appears.

If the cart does not appear, check:

  • πŸ”„ Is screen editing mode enabled (double touch on empty space) β†’ Edit).
  • πŸ“ It may not be a shortcut, but a widget β€” its deletion is different (see Method 3).
  • πŸ”’ The label belongs to the system application (for example, Camera or Phone) – they need a different method.

πŸ’‘

If the shortcut appears again after removal, check the launcher settings: go to Settings β†’ Home Screen β†’ Home Screen and turn off the option to automatically add new apps.

Method 2: Removing System Application Shortcuts (without root)

Xiaomi system apps (e.g. Mi Music, Mi Browser, Cleaner) often create shortcuts that are not removed by dragging into the cart.

How to remove the system label:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. Find the app you want (such as Mi Video) and tap it.
  3. Select Disable or Remove Updates (if the button is active).
  4. Return to the main screen, the label should disappear.

If the option to disable is not available:

  • πŸ”§ Use Developer Mode: Enable it in Settings β†’ About the phone (7 times tap on the version) MIUI), then in Settings β†’ Additionally. β†’ For developers, find the option to Disable MIUI-optimisation.
  • πŸ“¦ Install a third-party launcher (like Nova Launcher) where system shortcuts are easier to hide.
πŸ“Š What kind of launcher are you using on Xiaomi?
Standard MIUI
Nova Launcher
Apex Launcher
Other
I don't know.

Sometimes, file shortcuts appear on Xiaomi’s home screen β€” for example, after downloading.apk from a browser or creating a link to a document β€” which are deleted differently than apps.

Step-by-step:

  1. Press and hold the file shortcut.
  2. In the menu that appears, select Delete or Information.
  3. If the shortcut leads to a file in the phone’s memory, select Delete the file (this will delete the file itself!).
  4. If it is just a link (for example, to a web page), select Remove the shortcut.

For.apk shortcuts (installation files):

  • πŸ“ Go to the Files. β†’ Download and delete the file manually.
  • πŸ”„ If the shortcut remains, clear the Files app cache in the settings.
What to do if the file label is not removed?
If the file shortcut does not disappear even after the original file is deleted, it may be a launcher cache error: Restart the phone or clear the Louncher application data (Settings β†’ Applications β†’ Launcher β†’ Storage β†’ Clear Data).

Method 4: Reset the launcher settings (if the shortcuts are duplicated)

If you have duplicate shortcuts or app icons on the screen that are not on the phone for a long time, the problem may be a launcher failure, in which case resetting its settings will help.

How to drop the launcher:

  1. Go to Settings β†’ Applications β†’ Application Management.
  2. Find the Launcher app (or MIUI Launcher).
  3. Select Warehouse β†’ Clear data and Clear cache.
  4. Confirm the action and restart the phone.

After discharge:

  • ⚠️ All shortcuts and widgets on the home screen will disappear – they will have to be reconfigured.
  • πŸ“± Application folders will also be removed.
  • πŸ”„ Wallpaper and theme of the launcher will be reset to standard.

Take screenshots of the current location of the labels|Remember the names of important folders|Save the wallpaper to the gallery if it is non-standard|Make sure all apps are installed (not just shortcuts)-->

Method 5: Removing shortcuts via ADB (for power users)

If none of the above methods worked and the label interferes with the work, you can use ADB (Android Debug Bridge), which is suitable for removing system shortcuts that cannot be removed by standard means.

What you need:

  • πŸ–₯️ A computer with installed Xiaomi drivers and ADB.
  • πŸ“± Initiated Debugging Mode USB phone-on.
  • πŸ”Œ USB-plug-in.

Instructions:

  1. Connect the phone to the PC and open the command line (cmd).
  2. Enter the command to check the connection: Adb devices must appear serial number of your device.
  3. Find out the name of the app package you want to remove (for example, through the App Inspector from the Play Market).
  4. Run the command to disable the application (the label will disappear): adb shell pm hide com.xiaomi.example Replace com.xiaomi.example with the real name of the package.

πŸ’‘

The pm hide command does not remove the application, but only hides it from the system. To return the label, use adb shell pm unhide com.xiaomi.example.

⚠️ Attention: Misuse of the right ADB It can cause a phone to malfunction. Don't turn off system components unless you're sure they're there.

Table: Comparison of shortcut removal methods on Xiaomi

MethodSuitable forDifficultyRisks.You need a PC?
Drag in the basketUser-generated applications⭐No.No.
Disabling the system applicationSystem applications (Mi Video, Cleaner)⭐⭐Functions may be missingNo.
Deletion of the label fileAPK, documents, links⭐Deletes the original fileNo.
Launcher resetDouble labels, screen glitches⭐⭐All screen settings are resetNo.
ADB (pm hide)Stubborn system labels⭐⭐⭐It may disrupt the system.Yes.

Frequent Mistakes and How to Avoid Them

When removing shortcuts on Xiaomi, users often face typical problems, and here’s how to prevent them:

⚠️ Note: If the shortcut appears again after deleting, check if sync with Mi Cloud is enabled. β†’ Accounts. β†’ Mi Cloud and turn off Home Screen Sync.

Error 1: Remove the shortcut instead of removing the app.

  • πŸ—‘οΈ Drag and drop in the cart removes only the icon, but not the app itself.
  • πŸ“² To remove the application completely, go to Settings β†’ Apps and select Delete.

Mistake 2: Trying to remove the widget as a shortcut.

  • πŸ“Š Widgets (weather, clock, notes) are removed differently: press and hold β†’ Remove the widget.
  • πŸ”„ If the widget is not removed, restart the phone.

Error 3: Using third-party cleaners.

  • 🚫 Applications like Clean Master or CCleaner often remove not shortcuts, but cache, which does not solve the problem.
  • βœ… Better to use built-in tools MIUI.

FAQ: Answers to Frequent Questions

Why did the MIUI update have duplicate labels?
This is a well-known MIUI error, where after major updates (e.g., version 12 to version 13), the launcher resets the settings and creates duplicate icons. Solution: Clear the launcher data (see Method 4). Or wait for a patch β€” usually Xiaomi fixes this in the next versions.
Can I remove the label β€œSecurity” or β€œSubjects”?
These applications are system-based and do not remove completely without root rights. However, their shortcuts can be: Hide through ADB (Method 5); Disable in application settings (Method 2); Hide in a folder on the second screen. Deleting system applications without root can cause malfunctions in the phone!
How to return a accidentally deleted label?
If you remove the shortcut to a standard app (like Camera or Phone), you can return it by saying: Open All apps (swipe up on the home screen). Find the right app and hold it. Drag it to the home screen. If the app is not listed, it has been disabled, turn it on to Settings β†’ Apps.
Why do the labels come back after the reboot?
It's because of this: πŸ”„ Autorestoration Launcher (turn off in Settings settings) β†’ Main screen screen β†’ Restore the layout after failure). ☁️ Sync with Mi Cloud (turn off Home Screen Sync). πŸ“¦ Viruses or SEOs that β€œrestore” shortcuts (check your phone with antivirus software).
Can I remove the app shortcut without removing the app itself?
Yes, all the methods in this article (except for completely removing through Settings β†’ Apps) only remove the icon from the screen, but do not touch the application itself. For example: Drag to the Recycle Bin (Method 1). Disable the system application (Method 2). Hide through ADB (Method 5). The application will remain in the All Apps menu and will work fine.