How to Remove Unnecessary Apps From Xiaomi Desktop: The Complete Guide

Xiaomi’s MIUI desktop often turns into a mess of unnecessary icons β€” pre-installed Mi Browser, Mi Video, partner games or duplicate system utilities take up space and distract. Unlike pure Android, where you just drag an icon to the cart, in MIUI, this process has nuances: some applications can not be removed completely, only hidden or disabled. In this article, we will analyze all the current ways, from basic to advanced, including working with ADB for persistent system programs.

It is important to understand the difference between the terms:

  • πŸ—‘οΈ Delete – completely erase the application from the device (possibly not for all preinstalled programs).
  • πŸ‘οΈ Hiding – the icon disappears from the screen, but the application remains in the system and can work in the background.
  • βš™οΈ Disconnection – the program is deactivated, does not consume resources, but takes up space in memory.

We have tested all methods on the latest versions of MIUI 14 (Android 13) for the Redmi Note 12 Pro+, POCO F5 and Xiaomi 13T. The instructions are valid for older devices as well (starting with MIUI 12), but may require adaptation for versions below MIUI 10.

πŸ“Š What kind of Xiaomi model do you have?
Redmi (Note/Pro series)
POCO (F/X/M)
Xiaomi (digital series)
Black Shark
other

1. Standard removal: Drag in the basket

The most obvious way to do this is to only use custom apps you installed from Google Play or.apk files. System programs (Mi Community, Themes, Security) cannot be removed, and the icon will simply return to its place.

Step-by-step:

  1. Press and hold your finger on the icon of the app you want to remove.
  2. Wait for the menu (or vibrations on some models) to appear.
  3. Drag the icon to the top of the screen where the inscription β€œDelete or basket” appears. πŸ—‘οΈ.
  4. Confirm the action in the dialog window.

Make sure the application is not system-based (check in Settings β†’ Apps)

Close all background processes of the application

Connect to Wi-Fi (if you plan to reinstall later)

Make a backup copy of data (for games / messengers)

-->

Limitations of the method:

  • ❌ Not working for Mi App Store, Mi Pay, Cleaner and other embedded services.
  • ❌ On some firmware, the basket may be missing - instead of it, a menu with the option Delete will appear.
  • ⚠️ If the icon is left after removal, then the application is hidden (see section 3).

⚠️ Attention: On devices with MIUI for POCO (for example, POCO F4 GT) The interface may be different, so instead of the shopping cart, you'll see a quick action panel. β†’ Delete.

2. Disable system applications through settings

For programs that cannot be removed in the standard way (such as Mi Music or Mi Calculator), shutting down is a good way. This method does not free up space on the disk, but stops background activity and removes the icon from the desktop.

How to turn it off:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. Find the right application in the list (use a search by name).
  3. Slip on it and select Disable (on some firmware - Remove updates β†’ Disable).
  4. Confirm the action in the dialog window.

AnnexCan I turn it off?Effects of consequences
Mi Browserβœ… Yes.Disappears from the menu, but links in other apps can open in it
Security (Security)❌ No.System component responsible for protection
Mi Videoβœ… Yes.Video files will be opened via Google Photos or another player
Themesβœ… Yes.It will not be possible to change the themes of the design
Cleanerβœ… Yes.Memory optimization function will disappear

What to do if there is no "disconnect" button?

  • πŸ”§ Check if the application is the device administrator (C Settings) β†’ Passwords and security β†’ Device administrators).
  • πŸ”„ Try to delete the updates first, then disable.
  • πŸ“± On some models (Redmi) 10A, POCO M4 Pro) must first reset the application settings.

πŸ’‘

If the disabled application suddenly appeared again after the update MIUI, Check the auto-update settings in Settings β†’ The phone. β†’ Updating the system β†’ Settings (βš™οΈ) β†’ Auto-Update Apps and Disable It.

3. Hiding icons through the launcher (without removal)

If you can't delete or disable an application (like Google Play Services), but it interferes with the desktop, you can hide it. This method works through the MIUI launcher settings and doesn't affect the program itself.

Instructions:

  1. Press and hold the empty space on the desktop.
  2. Select Screen Settings (or Launcher Settings on POCO).
  3. Go to Hidden Applications (in some versions, Hide Apps).
  4. Check the boxes that you want to remove from the screen.
  5. Click Ready – the icons will disappear, but will remain on the menu of all apps.

Where to look for hidden applications?

  • πŸ” Search by device (swipe down on the desktop).
  • πŸ“‚ In the menu of all applications (the icon "points" or "squares" in the dock panel).
  • πŸ”§ Through Settings. β†’ Annexes (full list).

⚠️ Attention: POCO Launcher (set by default on smartphones) POCO) The other way: Launcher settings β†’ Hide applications β†’ Select from the list. There's also the option to Hide folders if you group icons.

What if the hidden app reappears?
After the MIUI update, the launcher can reset the concealment settings. To fix this: 1. Clear the launcher cache in Settings β†’ Applications β†’ Launcher (or POCO Launcher). 2. Reboot the device. 3. Repeat the concealment procedure. If the problem repeats, try changing the launcher to a third-party one (for example, Nova Launcher).

4. Removal of system applications via ADB (for experienced)

To completely remove embedded programs (e.g. Mi Drop, Mi Remote, User Guide) will require ADB (Android Debug Bridge), a method suitable for users with experience with the command line and requires caution - incorrect actions can lead to system failures.

Preparation:

  1. Turn on Developer Mode: Go to Settings β†’ About Phone and tap the MIUI version 7 times.
  2. Activate Debugging by USB in Settings β†’ Additional β†’ For developers.
  3. Download ADB Tools for Windows/macOS/Linux.
  4. Connect your phone to your PC via USB (select File Transfer Mode).

Commands for removal:

  1. Open the command line (or Terminal) in the adb folder.
  2. Enter Adb devices – your device should appear.
  3. Use the command: adb shell pm uninstall -k --user 0 com.xiaomi.nameservice Replace com.xiaomi.nameservice with the package of the desired application (see table below).

AnnexPacket nameCan I remove it?
Mi Browsercom.android.browserβœ… Yes (but there may be problems with web browsing)
Mi Videocom.miui.videoplayerβœ… Yes.
Mi Musiccom.miui.playerβœ… Yes.
Cleanercom.miui.cleanmasterβœ… Yes (but optimization will be lost)
Themescom.android.themes❌ No (will cause a breakdown of the design)

How to find the name of the package yourself?

  • πŸ“± Install App Inspector from Google Play.
  • πŸ” Use the command: adb shell pm list packages | grep 'xiaomi' (will display all packets with 'xiaomi' in the title).

πŸ’‘

Removal through ADB It doesn't erase the application completely -- it stays on the system, but it becomes inaccessible to the current user. MIUI The program may appear again.

⚠️ Note: Do not delete packages with names: com.android – system components of Android; com.miui.home – launcher MIUI; com.miui.securitycenter is a security center, and this can cause the device to fail and require flashing.

5. Use of third-party launchers (Nova, Apex, Lawnchair)

If standard methods don't work, the most reliable way to control your desktop is to install an alternative launcher.

  • 🌟 Nova Launcher – flexible configuration, gesture support, hiding icons;
  • 🎨 Lawnchair – lightweight open source launcher;
  • πŸ”§ Apex Launcher – Extended Options for Power Users.

How to hide icons in Nova Launcher:

  1. Install Nova Launcher from Google Play.
  2. Press and hold the icon β†’ select Change.
  3. Slip on the app icon β†’ select Hide (eye icon).
  4. The icon will disappear, but the app will remain on the menu (available via search).

Advantages of third-party launchers:

  • πŸŽ›οΈ Full control of the desktop (icon size, grid, animations).
  • πŸ”’ Ability to block layouts (so that icons don’t get lost after updates).
  • πŸ“ Support for folders in the dock panel and gestures.

Important: When using a third-party launcher, MIUI system updates can reset it to standard. To avoid this, turn off the launcher auto-update in Settings β†’ Applications β†’ Nova Launcher β†’ Auto-update.

6.Reset launcher settings (if icons return)

After updating MIUI or system failure, hidden icons can appear on the desktop, in which case resetting the launcher settings will help:

Method 1: Through application settings

  1. Go to Settings β†’ Applications β†’ Application Management.
  2. Find the launcher (or POCO Launcher).
  3. Select Warehouse β†’ Clear data and Clear cache.
  4. Reset the device.

Method 2: Through Safe Mode

  1. Press the power button β†’ hold off Turn off until the Safe Mode window appears.
  2. Confirm the transition – the device will restart with disabled third-party applications.
  3. Remove or hide unnecessary icons (only system programs work in safe mode).
  4. Restart your phone in normal mode.

⚠️ Warning: Resetting the launcher will return all desktop settings to factory settings, removing widgets, wallpaper and icon locations. Before the procedure, take screenshots of the current configuration.

FAQ: Frequent questions

Can I delete Google Play Services or Mi Account?
❌ No. These apps are critical to the system: Google Play Services is responsible for synchronizing with Google services, push notifications and many applications. Mi Account is associated with Xiaomi account, cloud storage and Find Device. Deleting them will result in the device being inoperable or inability to use key features (for example, a theme store or backup).
Why did the deleted icons return after the MIUI update?
This is standard MIUI behavior, where in major updates (e.g., MIUI 13 to MIUI 14), the system restores system applications. To avoid this: Before updating, back up the hidden/remote application list (you can take a picture). Use ADB to re-delete after the update. Set up a third-party launcher (e.g., Nova) and configure the hiding in it.
How to return a randomly deleted system application?
If you have removed an important application through ADB (like Calendar or Watch), you can restore it in two ways: Reset: Settings β†’ About Phone β†’ Reset (return all system programs but delete user data). Manual reinstallation: Download the.apk of the desired application (like from the APKMirror site) and install it manually. Make sure the version is compatible with your firmware.
Is there a risk of losing the warranty when you remove system applications?
⚠️ Yes, but with reservations: Removal through ADB Or root rights can be considered an interference with the firmware, which voids the warranty. Hiding icons or disabling applications through settings does not affect the warranty. If after your actions the phone stopped turning on, the service center can refuse repairs under warranty. Before the experiments with ADB Create a full backup through Settings β†’ Additionally. β†’ Backup and reset.
How to hide icons on POCO F5 with MIUI for POCO?
On POCO devices with proprietary firmware, the algorithm is slightly different: Press and hold the icon β†’ select Remove (do not "Delete"). If there is no option, go to Launcher Settings β†’ Hide applications. For system programs (such as POCO Launcher Tips), use ADB with the command: adb shell pm uninstall -k --user 0 com.poco.launcher.tips On POCO, App Vault (swipe left on the desktop) is also available, where you can hide frequently used utilities.