How to remove shortcuts from the screen Xiaomi: from simple icons to system applications

Xiaomiโ€™s MIUI-based desktop is often hijacked by unnecessary shortcuts โ€” both randomly created duplicates and preinstalled system applications that cannot be removed in the standard way. Even after the phone is rebooted, icons return, and an attempt to drag them into the cart ends with the message โ€œDelete is impossible: this is a system application.โ€ In this article, we will analyze all the working methods of cleaning the screen โ€” from basic to hidden MIUI functions that are not documented in the official certificate.

Complicating the problem, the algorithms differ from MIUI 12 to MIUI 15, for example, MIUI 14 introduced a new launcher with a modified โ€œApp Vaultโ€ widget management logic, which many users confuse with conventional shortcuts. We tested all methods on the Redmi Note 12 Pro+, POCO X5 Pro and Xiaomi 13 Ultra models โ€“ instructions are relevant for most of the brandโ€™s devices released after 2020.

1. Standard removal: when it works and why it doesn't

The most obvious way to do this is to hold your finger on an unnecessary icon until the menu appears, and in most cases, the system will offer options:

  • ๐Ÿ—‘๏ธ Remove โ€“ available only for custom shortcuts (e.g. duplicates or weather widgets).
  • ๐Ÿ“ฑ Application information โ€“ leads to settings where you can disable or remove updates (but not the application itself).
  • ๐Ÿ”’ Block โ€“ hides the icon from random clicks, but does not remove it from the screen.

If you don't delete, you're trying to remove a system application (e.g. Mi Video, Mi Music or GetApps), in which case the standard method won't work, and the menu may not appear if:

  • ๐Ÿ›ก๏ธ The phone is on mode for children (limits changes to the desktop).
  • ๐Ÿ”„ Launcher works in lightweight mode (found on weak models such as Redmi). A1).
  • ๐Ÿ“ฑ Installed side launcher (for example, Nova Launcher or Hyperion), which intercepts the control of icons.

โš ๏ธ Warning: Do not confuse shortcuts with the App Vault widget (round icon on the left on the home screen). It cannot be removed by standard means - only disable in the launcher settings (Settings โ†’ Desktop โ†’ App Vault).

2. Disable system applications through settings

If the icon belongs to a pre-installed app (such as Mi Pay or Mi Community), it can be disabled to hide it from the screen.

  1. Hold your finger on the icon and select โ€œApplication Informationโ€.
  2. Click โ€œDisable Remove Updatesโ€ if the โ€œDisableโ€ button is inactive.
  3. Confirm the action in the dialog window.

Once disabled, the application will disappear from the desktop, but will remain in the list of all programs (Settings โ†’ Applications โ†’ Application Management). To return it, just find it again in this list and click โ€œEnableโ€.

Check if the application is critical to MIUI (e.g. Security or Settings)

Backup important data (if the application syncs files)

Remember the name of the application for possible inclusion later

Reboot your phone after disabling 3-5 apps (to avoid crashes)

-->

Some applications (such as Google Play Services or MiuiDaemon) cannot be disabled, the system will block the button, in which case only hiding through the launcher (see next section) or manual removal through ADB (for power users) will help.

AnnexCan I turn it off?Effects of disconnection
Mi Videoโœ… Yes.The icon will disappear, but the video files will remain available through the Gallery.
GetAppsโœ… Yes.You will not be able to install applications from the Xiaomi store
Mi Communityโœ… Yes.Notifications from Xiaomi (e.g. new MIUI features) will stop coming
SecurityโŒ No.Responsible for system protection - shutdown will lead to failures
Google Play ServicesโŒ No.It is necessary for most Google applications to work

3. Hiding icons through launcher settings

If you can't turn off the app, you can hide it from the desktop display list, which works for all versions of MIUI, but the path to settings is different:

For MIUI 12-13:

Settings โ†’ Desktop โ†’ Hide applications

For MIUI 14-15:

Settings โ†’ Applications โ†’ Application Management โ†’ [three dots in the upper right corner] โ†’ Hide applications

In the list that opens, tick the programs you want to remove from the screen. They will stay in the system, but they will not appear on the menu and on the desktop. To return them back, repeat the path and uncheck.

โš ๏ธ Note: Hidden apps wonโ€™t show up in search results over the phone (for example, when swiping down on the home screen).If you need to temporarily run such an application, find it through Settings. โ†’ Annexes โ†’ Application management.

๐Ÿ’ก

If the icons still appear on the screen after hiding, try resetting the launcher settings: go to Settings โ†’ Applications โ†’ Application Management, find the MIUI Launcher (or Lawnchair for POCO), click Storage โ†’ Clear Data. This will return the standard desktop look, but delete all your icon location settings.

4. Removal via ADB: for power users

If previous methods didnโ€™t work (like you want to completely remove Mi Browser or Mi Music), you can use Android Debug Bridge (ADB).

Step-by-step:

  1. Enable Developer Mode on Phone: Go to Settings โ†’ About the phone and 7 times click on the item "Version" MIUIยป.
  2. Return to Settings โ†’ Additional โ†’ For developers and activate โ€œDebugging by USBโ€.
  3. Connect your phone to your PC, install ADB drivers (for example, via Googleโ€™s Mi PC Suite or Platform Tools).
  4. Open the command line (Windows) or terminal (macOS/Linux) and type:
adb devices

(The name of your device should appear)

adb shell pm list packages | grep 'miui'

(Shows a list of all Xiaomi system packages)

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

(Replace com.miui.videoplayer with the desired application package name)

Once the command is executed, the icon will disappear from the screen and the application will be deleted for the current user (but will remain in the system).

adb shell cmd package install-existing com.miui.videoplayer
List of packages of popular system applications Xiaomi
com.miui.videoplayer - Mi Video com.miui.player - Mi Music com.xiaomi.midrop - Mi Drop (file transfer) com.miui.weather2 โ€” Weather com.xiaomi.scanner - Scanner QR-com.miui.bugreport - Error Report com.android.browser - Mi Browser

5.Resetting the launcher to factory settings

If after all the manipulations on the desktop there are โ€œghostโ€ icons (for example, from remote applications) or the location of widgets is lost, resetting the launcher will help, this method does not affect user data, but will return the standard screen design.

Instructions:

  1. Go to Settings โ†’ Applications โ†’ Application Management.
  2. Find the MIUI Launcher (or Lawnchair for POCO) in the list.
  3. Click on โ€œStorageโ€ โ†’ โ€œClear Dataโ€ and confirm the action.

Once you reboot your phone, the desktop will go back to factory-style, and all the shortcuts and widgets you've added manually will disappear, and you'll have to reconfigure them, and this method also helps if you:

  • ๐Ÿ”„ The launcher is frozen and does not respond to swipes.
  • ๐Ÿ“ฑ Icons are superimposed on each other or displayed as gray squares.
  • ๐Ÿ” Searching on the phone does not find the apps that are in the system.

โš ๏ธ Note: On some models (Redmi) 9A, POCO M3) Resetting the launcher can lead to the loss of desktop wallpaper.

Standard icon retention |Switch off via settings |Shide in launcher |ADB (for experienced) |Shide launcher Reset |Never delete

6. Features for different Xiaomi models

Desktop management algorithms may vary depending on the device series, and here are the key nuances for popular lines:

Series of devicesFeatures of the launcherRecommendations
Redmi Note 10/11/12Supports dual desktop (swipe left/right) shortcuts can be dragged between screens.To remove the extra screen, squeeze the thumbnails of the screens in editing mode.
POCO F/X/MUses Lawnchair launcher with support for gestures and hidden folders.To hide icons, keep your finger on the screen โ†’ Home Screen Settings โ†’ Hidden Apps.
Xiaomi 12/13/14MIUI 14+ has added a โ€œBig Screenโ€ mode that changes the location of the widgets.Turn it off in Settings โ†’ Screen โ†’ Large screen mode if the icons are gone.
Redmi A1/A2Lightweight version of MIUI without support for hiding applications through the launcher.Use Disconnection or ADB (see sections above).

On devices with MIUI for POCO (such as POCO X5 Pro), the additional App Categories feature is available, which automatically sorts icons by folder to disable it:

Settings โ†’ Desktop โ†’ Application Categories โ†’ Turn off

๐Ÿ’ก

On the Xiaomi Pad 5/6 and other tablets of the brand, the shortcut removal algorithm is identical to smartphones, but because of the large screen, icons can โ€œspreadโ€ around the desktop. To fix this, press your finger in the free space of the screen โ†’ Home Screen Settings โ†’ Grid Size and select a smaller value (for example, 4ร—5 instead of 5ร—6).

7.What to do if the labels return after the reboot

If the deleted icons reappear after the phone is restarted, the problem lies in one of three factors:

  1. Launcher Auto Update: MIUI can restore standard shortcuts after updating system applications.
  2. Sync with Mi Account: If you are logged in to a Xiaomi account, your desktop settings can sync with the cloud.
  3. Launcher cache failure: damaged data leads to the โ€œstickingโ€ of icons.

Decisions:

  • ๐Ÿ”„ Turn off Auto Update for Launcher: Go to Play Store โ†’ My apps. โ†’ Launcher MIUI โ†’ [three-point] โ†’ Turn off auto-update.
  • โ˜๏ธ Log out of Mi Account (temporary solution): Settings โ†’ Xiaomi account โ†’ Get out.
  • ๐Ÿงน Clear the launcher's cache: Settings โ†’ Annexes โ†’ Launcher MIUI โ†’ Warehouse โ†’ Clear the cache.

If the problem persists, try installing a third-party launcher (like a Nova Launcher or Apex Launcher) that will completely replace the standard interface. MIUI And it allows you to flexibly customize your icons without any limitations. MIUI (App Vault or Super Wallpapers will be unavailable.

FAQ: Frequent questions about removing shortcuts on Xiaomi

Can I remove the App Vault icon from the home screen?
No, it's a system widget that you can't remove by standard means. However, you can disable it: Press your finger on the App Vault icon. Select "Widget Settings." Turn off the "Show on the Home Screen" switch. After that, the widget will disappear, but will remain in the list of all widgets (Long tap on the screen โ†’ Widgets).
Why did all the deleted icons return after the MIUI update?
This is standard MIUI behavior in major updates (e.g., MIUI 13 to MIUI 14). The system resets the launcher settings to factory ones. To avoid this: Before upgrading, take a screenshot of the icons' location. Use backup via Settings โ†’ About Phone โ†’ Backup (but won't restore all launcher settings). Set up a third-party launcher before upgrading - it saves its settings regardless of the MIUI version.
How to hide the icons of system applications without ADB?
If you don't want to use ADB, there are two alternative ways: Hide in a folder: create a folder on your desktop (like Systems) and move all unnecessary icons there. You can hide the folder on the last screen. Disable in Safe Mode: Press the power button and hold off until you request to switch to Safe Mode. In Safe Mode, disable unnecessary apps (see Section 2).
Why canโ€™t I delete the GetApps icon?
GetApps (branded store Xiaomi) refers to secure system applications. It can not be removed or disabled by standard methods, but you can: ๐Ÿ”• Hide through the launcher settings (see section) 3). ๐Ÿ“ด Remove updates: Settings โ†’ Annexes โ†’ GetApps โ†’ [three-point] โ†’ Remove updates. ๐Ÿ› ๏ธ Use it. ADB (see section 4) with the team: adb shell pm uninstall -k --user 0 com.xiaomi.mipicks After that, the icon will disappear, but the store will remain available through Settings. โ†’ Annexes.
How to return a accidentally deleted icon?
If you remove the user app shortcut (not system), it can be returned: Open the menu of all apps (swipe up from the bottom of the screen). Find the desired application and hold its icon. Drag it to the desktop. For system applications that have been disabled or hidden: Disabled: Settings โ†’ Apps โ†’ [find the app] โ†’ Enable. Hidden: Settings โ†’ Desktop โ†’ Hide applications (take the tick).