How to Remove an App from Xiaomi Desktop: From Shortcuts to System Files

Xiaomi’s desktop eventually becomes a dump of unnecessary shortcuts and apps β€” especially if you’re actively installing software from Google Play or third-party sources. But not everyone knows that simply dragging an icon into the cart doesn’t always solve the problem. Depending on the type of application (system, user, preinstalled) and the version of the MIUI shell (12/13/14/HyperOS), the removal process can be drastically different.

In this article, we will analyze 5 working ways to clean the desktop – from basic shortcut removal to complete uninstallation of system applications through the use of the desktop. ADB. You will learn how to distinguish a shortcut (which simply hides the icon) from a complete deletion (the remote application will disappear from the menu and memory of the device), as well as which programs can not be touched so as not to break the device. MIUI. We will pay special attention to the nuances for the new models Xiaomi 14, Redmi Note 13 and POCO F6 hyperos-coated.

1. How to remove the app shortcut (without uninstallation)

The easiest case is when you need to remove the icon from your desktop, but the application itself must remain in the system, which works for all versions of MIUI and does not require superuser rights.

Algorithm of action:

  • πŸ“± Touch the app icon and hold your finger. 1-2 seconds.
  • πŸ—‘οΈ At the top of the screen, a basket will appear (or the inscription Delete.
  • βœ… Confirm the action if a dialog box appears.

⚠️ Note: This method removes only the shortcut, and the application itself will remain in the All Apps menu (swipe up from the bottom of the screen.

πŸ“Š What version? MIUI/HyperOS use?
MIUI 12/13
MIUI 14
HyperOS
I don't know.
other

2. Complete removal of user applications

If you have installed the app (from Google Play, APK-The file, or Mi App Store, can be deleted by standard means. Unlike shortcuts, here the program will be erased from the device's memory.

Instructions:

  1. Open the All Apps menu (swipe up from the dock panel).
  2. Find the right app, hold its icon.
  3. In the context menu, select Delete (or Uninstall).
  4. Confirm the action in the dialog window.

On HyperOS (for Xiaomi 14, Redmi Note 13), the path is a bit different:

  • πŸ”§ Go to Settings. β†’ Annexes β†’ Application management.
  • πŸ” Enter the program name in the search bar.
  • πŸ—‘οΈ Click Delete and confirm.

πŸ’‘

If the Remove button is inactive, the application is system-based, and you will need root or ADB permissions to remove it (see Section 5).

3. Hiding system applications without removal

Many preinstalled programs (Mi Video, Mi Music, GetApps) can’t be removed without root rights, but they can be hidden from the desktop and menu display, which is useful if you don’t want to see unnecessary icons, but are afraid to disrupt the stability of the system.

Ways of concealment:

MethodAction.Limitations
Through the launcherHold the icon β†’ Hide (in some versions of MIUI)It doesn’t work for all applications
Launcher settingsSettings β†’ Desktop β†’ Hide applicationsNot available on all models
Third-party launchersInstall Nova Launcher or Apex LauncherRequires customization

On HyperOS, the concealment function is built into the system settings:

Settings β†’ Applications β†’ Application Management β†’ [Select App] β†’ Hide
What happens if you hide the system application?
The hidden app will no longer appear on the menu and desktop, but will remain on the system.It will not be updated through Google Play, but may continue to work in the background (for example, system services).

4. Remove pre-installed applications without root (via ADB)

If you want to completely uninstall your system application without getting root permissions, the only safe way to do so is to use ADB (Android Debug Bridge), a method that works on all Xiaomi devices, including newer HyperOS models, but requires a connection to a computer.

Step-by-step:

Enable Developer Mode (7 taps by build number in Settings β†’ About phone)

Activate debugging over USB in the developer settings

Install ADB Tools on PC (download from the official website)

Connect your phone to your PC via USB (select File Transfer Mode)

-->

After preparation, perform commands:

adb shell


pm list packages | grep 'name packet' # For example: pm list packages | grep 'music'




pm uninstall -k --user 0 name.package

Examples of packages for popular Xiaomi system applications:

  • 🎡 Mi Music: com.miui.player
  • πŸ“Ί Mi Video: com.miui.videoplayer
  • πŸ›’ GetApps: com.xiaomi.mipicks
  • πŸ“± Mi Browser: com.android.browser

πŸ’‘

Delete via ADB does not require root rights, but the application will remain in the system for other users (if there are several), to erase the program completely, you need root rights.

5. Complete removal of system applications (with root rights)

If you're willing to risk system stability for the sake of cleanliness, you can remove system applications with root access, which is irreversible and can cause failures if you remove critical MIUI components.

Instructions:

  1. Get root rights (for example, through Magisk).
  2. Install a file manager with root support (such as Root Explorer or Solid Explorer).
  3. Go to /system/app or /system/priv-app.
  4. Find the folder with the name of the application being removed (for example, MiuiVideo) and delete it.
  5. Reset the device.

⚠️ Note: Removing the following packets may cause the system to fail:

  • com.android.settings – system settings;
  • com.miui.home - MIUI launcher;
  • com.android.phone – telephone functions;
  • com.miui.securitycenter is a security center.

6 Recovery of Remote Applications

If you have problems after deleting (e.g., system functions have stopped working), the application can be restored.

Deleting methodHow to repair
Through ADB (pm uninstall)Execute:adb shell cmd package install-existing name.packet
Root-rights (file deleted)Restore the folder from the backup or thread the original firmware through Fastboot
Through the launcher (hiding)Return the app to the menu: Settings β†’ Apps β†’ Show hidden

If you delete a critical app and the phone doesn't turn on, the only way out is through Fastboot.

  1. Download the official firmware for your model from the Xiaomi website.
  2. Transfer the device to Fastboot mode (clip Power + Volume down).
  3. Connect to your PC and execute the command:fastboot flash all name file.zip

FAQ: Frequent questions about removing apps on Xiaomi

Can I remove Google Play Services?
No, it's a system application that's essential to most Google services, and if it's removed, it's going to crash many of its features, including Google Play, Gmail, and YouTube, and the best you can do is turn off auto-updates in your app settings.
Why does the app reappear after the MIUI update after being deleted via ADB?
With major system updates (MIUI β†’ HyperOS or upgrade to a new version of Android), applications removed through ADB can be restored, as they are part of the firmware. To avoid this, repeat the command pm uninstall after the update.
How to find out the name of the application package for ADB?
There are several ways: via ADB: run pm list packages | grep 'keyword' (e.g. grep 'music') through the App Inspector app (available on Google Play). On sites like APKMirror, the application description usually lists the package.
Can I remove the MIUI Launcher and install a third-party?
Technically yes, but it's fraught with problems: Without com.miui.home, gestures will stop working MIUI Third-party launchers (like Nova Launcher) may conflict with the shell. On HyperOS, removing the launcher can lead to bootloop. --user 0 com.miui.home But be prepared for bugs with notifications and weather widget.
How to remove viruses that masquerade as system applications?
If you suspect there is malware on the device: Check the list of installed apps in Settings β†’ Apps. Pay attention to programs with suspicious names (e.g., com.system.update from an unknown developer). Use an antivirus (Malwarebytes or Dr.Web) to scan. If the virus is embedded in a system application, reset to factory settings (Settings). β†’ The phone. β†’ Reset settings. In extreme cases, reflash the device via Fastboot (see section 6). ⚠️ Do not remove system applications at random – this can aggravate the problem!