How to Remove Apps from the Desktop on Xiaomi: The Complete Guide

Why aren’t apps removed in the standard way?

Xiaomi’s MIUI-based desktop is often hijacked by unnecessary shortcuts, both user-installed programs and pre-integrated services from the manufacturer. Unlike β€œpure” Android, removing icons from the screen does not always mean uninstalling the application itself. This is due to the features of the MIUI launcher, which by default blocks the removal of system components and some stock utilities (for example, Mi Video, Mi Music or GetApps).

Another common problem is ghost labels that come back after the device is restarted, and this is due to the Auto-Restore Layout feature in the launcher settings, and even if you manually remove the icon, the system can return it to its original location the next time you turn on the smartphone, especially the Redmi Note 10/11/12 and POCO X3/X4/X5 models, where MIUI aggressively caches the location of the interface elements.

In this article, we’ll look at all the current ways to remove applications from the Xiaomi desktop, including hidden methods for system programs and bypassing the restrictions of MIUI without superuser rights. It’s important to understand that some actions may require additional manipulation of settings or even a rollback to factory settings, which we’ll talk about as well.

Method 1: Standard removal through the application menu

The most obvious method works for most custom programs installed through Google Play or Google Play. APK-But even here, there are nuances about the version. MIUI And the model of the device. For example, on Xiaomi 13 Pro with MIUI 14 is different from Redmi. 9A s MIUI 12.5.

Instructions:

  • πŸ“± Press and hold your finger on the icon of the app you want to remove.
  • πŸ—‘οΈ In the context menu that appears, select Delete (or Uninstall).
  • ⚠️ If instead of removing the option Remove from the screen, then the application is system – go to method 3 or 4.
  • πŸ”„ In some models (for example, POCO F4) After a long tap, you first need to drag the icon up the screen to open the basket.

Note that even after successful removal, the shortcut may remain in the All Apps folder (swipe up from the bottom of the screen).This is not a mistake - this is how the MIUI launcher works. To completely erase the program trail, clear the launcher's cache in the settings (Settings β†’ Applications β†’ Application Management β†’ Launcher).

πŸ“Š What version? MIUI you use?
MIUI 12 or older
MIUI 13
MIUI 14
I don't know.
other

Method 2: Disabling auto-recovery layout

If shortcuts come back after a reboot, the AutoRestore Desktop Layout feature is to blame. It is enabled by default on all Xiaomi devices starting with MIUI 11. You can turn it off via the hidden launcher settings, but the path depends on the firmware version.

For MIUI 12-14:

  1. Open the Settings. β†’ Desktop.
  2. Scroll down and find the Additional Settings section.
  3. Turn off the slider opposite the AutoRestore layout.
  4. Restart the device (Power β†’ Reboot).

On older versions (MIUI 10–11) the path is different:

Settings β†’ Desktop β†’ Desktop settings β†’ Restore layout after failure

πŸ’‘

If you don’t have the Additional Settings section, try resetting your launcher settings: Go to Settings β†’ Applications β†’ Application Management β†’ Launcher β†’ Storage β†’ Clear Data. This will bring back the standard layout, but remove all your folders and widgets!

Once autorestore is disabled, the deleted shortcuts will no longer appear, but this method does not work for system applications – their icons may return due to integration into the shell, and more radical measures will be required (see Method 4).

Method 3: Hide system applications without removing them

Many Xiaomi stockware (e.g. Mi Pay, Mi Community, Security) can't be removed without root permissions, but it can be hidden from the desktop and from the app menu, and it won't free up memory, but it will make the interface cleaner.

Coverage options:

  • πŸ‘οΈ Through launcher settings: Long press on the desktop β†’ Desktop settings. Choose Hide applications. Tick boxes for unnecessary programs and click Ready.
  1. Create a folder on the desktop (clutch the empty space β†’ Folder).
  2. Drag all unnecessary labels into it.
  3. Call the folder a symbol (e.g. β€’) and move it to the last screen.
adb shell pm hide com.xiaomi.mipicks

com.xiaomi.mipicks

How to find out the name of the application package?
Install App Inspector from Google Play or use ADB: adb shell pm list packages | grep 'miui'

Hiding through ADB is reversible – to return the application, use the command:

adb shell pm unhide com.xiaomi.mipicks

⚠️ Caution: Hiding system applications (e.g., com.miui.securitycenter) can disrupt features like Game Turbo or Lean Mode. K50 And newer, it also blocks access to performance settings.

Method 4: Remove System Applications Without Root (ADB)

If the hiding isn’t enough, you can completely remove unnecessary system programs through Android Debug Bridge (ADB).This method works on all Xiaomi devices with the bootloader unlocked, but requires caution – wrong actions can lead to a bootloop ( looped boot).

Step-by-step:

Enable USB debugging in Settings β†’ About Phone β†’ MIUI Version (tap 7 times) | Install ADB drivers on PC | Download ADB platform tools from Google | Connect your phone to your PC and confirm debugging on your smartphone screen--->

  1. Open the command prompt (Windows) or terminal (macOS/Linux) in the folder with adb.exe.
  2. Check the device connection: Adb devices should show your Xiaomi serial number.
  3. Remove the application by command: adb shell pm uninstall --user 0 com.xiaomi.mipicks Replace com.xiaomi.mipicks with the package of the desired application.
  4. Reset the device.

Examples of disposal packages:

AnnexPacket nameEffects of removal
Mi Videocom.miui.videoplayerThe default video player will disappear
Mi Musiccom.miui.playerThe built-in audio player will not work
GetAppscom.xiaomi.mipicksBrand themes will no longer be updated
Mi Browsercom.android.browserThe default browser will disappear (can be replaced with Chrome)
Cleanercom.miui.cleanmasterIn-built memory optimization will be disabled

⚠️ Attention: on Xiaomi models 12T Deleting com.miui.gallery or com.miui.cit packets may cause camera errors. β†’ Additionally. β†’ Backup and reset.

Method 5: Resetting launcher settings to factory

If previous methods didn't work, and the desktop is full of unnecessary shortcuts, you can reset the launcher settings, which will bring back the standard MIUI layout, but will delete all your folders, widgets and icon locations, and the method works on all devices, including the POCO M4 Pro and Redmi Note 11 Pro+.

Instructions:

  1. Go to Settings β†’ Applications β†’ Application Management.
  2. Find the Louncher (or Lawnchair if you use a custom launcher) on the list.
  3. Select Warehouse. β†’ Clear the data.
  4. Confirm the action and restart the device.

After discharge:

  • πŸ”„ All labels will return to factory location.
  • πŸ“ Folders and widgets will be deleted.
  • πŸ” System applications (such as Mi Home) will appear again on the desktop.
  • βš™οΈ Theme and wallpaper settings will remain.

πŸ’‘

Resetting the launcher is the most radical but effective way to remove ghost labels, and use it if other methods fail, but remember that all your desktop settings will be lost.

What do you do if nothing helps?

If none of these methods worked, the problem may be related to:

  • πŸ”’ Blocked bootloader (on the new models Xiaomi 13 Ultra or Redmi) K60).
  • πŸ›‘οΈ Security policy MIUI, which blocks changes to system files.
  • πŸ› Firmware error (relevant for betta versions) MIUI).

In such cases, there are three options:

  1. Update MIUI to the latest stable version via Settings β†’ System Update.
  2. Install a custom launcher (like Nova Launcher or Lawnchair) that allows you to flexibly customize your desktop.
  3. Unlock the bootloader and get root rights to take full control of the system, which is an extreme method, because it deprives you of warranty and increases security risk.

To unlock the bootloader on Xiaomi will need:

  1. Link your Mi Account to your device (Settings β†’ Xiaomi Account).
  2. Apply for unblocking through the official website.
  3. Wait 7-15 days (depending on the model).
  4. Use the Mi Unlock Tool to unlock.

⚠️ Warning: On devices with a Snapdragon 8 Gen 2 processor (such as the Xiaomi 13 Pro), unlocking the bootloader resets all data, including photos in internal memory.

FAQ: Frequent questions about removing apps on Xiaomi

Can I remove Mi Browser without consequences?
Yes, com.android.browser can be safely removed via ADB. The system will automatically redirect links to Google Chrome or another installed browser. 9C) This can lead to errors when opening. PDF-file-based.
Why does the app reappear after being deleted via ADB?
It's because of the function. MIUI Optimization, which restores system packages when you update. To prevent a return, disable optimization by command: adb shell settings put global miui_optimization_disabled 1 But keep in mind: this can impair interface smoothness on weak devices (like Redmi). 8A).
How to remove pre-installed games (such as Genshin Impact or Call of Duty)?
These games are installed through GetApps and are not system-based. Remove them as regular apps (method 1). If they come back, disable automatic installation in GetApps β†’ Settings β†’ Auto Update.
Can I remove Google Play Services?
No! Deleting com.google.android.gms will lead to a critical system error. These services are responsible for most applications, including Google Play, Gmail and YouTube. The most you can do is disable auto-update in Settings β†’ Apps β†’ Google Play Services β†’ Additional β†’ Auto-Update.
How to return a remote system application?
If you delete the application through ADB, you can restore it by: Resetting the device to factory settings (Settings β†’ Additional β†’ Backup and Reset β†’ Resetting settings). By installing the firmware on top of the current one through the Mi Flash Tool (without cleaning the data). manually downloading the APK of the system application (for example, from the APKMirror site) and installing it. On models with Dynamic RAM Expansion (for example, POCO X4 Pro) after restoring the system applications, you may need to restart the virtual memory correctly.