How to Remove Apps from Xiaomi: Complete Guide 2026

Removing unnecessary apps on Xiaomi smartphones is a challenge that every user faces. Even after buying a new device, MIUI pre-installes dozens of programs, many of which duplicate functions or simply do not use. But not all applications are removed the same way: standard methods work only with user programs, and system methods require special approaches.

In this article, we will discuss 5 proven ways to remove from basic to advanced, including working with ADB and hidden settings. We will pay special attention to the nuances for different versions of MIUI (14/15) and models (Redmi, POCO, Xiaomi), and explain why some programs can not be deleted without consequences. If you want to free up space in memory or get rid of intrusive advertising in branded services, read further.

1. Standard removal through the settings menu

The easiest way, which works for all user applications and some pre-installed ones (e.g. Mi Video, Mi Music) is suitable for beginners and does not require additional tools.

Instructions:

  • ๐Ÿ“ฑ Open the Settings. โ†’ Annexes โ†’ Application management.
  • ๐Ÿ” In the list, find the program you want to remove (use the search at the top).
  • ๐Ÿ—‘๏ธ Click Delete (if the button is active). For some applications, it will turn off instead.
  • โœ… Confirm the action in the dialog window.

โš ๏ธ Note: If the Remove button is inactive or absent, the application is system-based. ADB Also, some programs (for example, Mi Browser) are automatically restored after the update. MIUI.

Do you need an application to work with other functions (e.g. Mi Share for file transfer) |

Is there an alternative in Google Play|?

Is the program part of the Xiaomi ecosystem (for example, Mi Home for smart home)|

Whether data is saved (some applications do not have backups)-->

2. Removal through launcher (desktop)

A quick method for those who donโ€™t want to dig into the settings, suitable for manually installed apps and some preinstalled ones (e.g. Facebook, Netflix).

How to do this:

  1. Press and hold the app icon on your desktop.
  2. In the menu that appears, select Remove (basket icon).
  3. Confirm action. If you want to disable instead of deleting, it means the application is system.

๐Ÿ’ก Useful advice: On some models (POCO F5, Redmi Note 12) after a long press appears menu with the option Information about the application โ€“ from there, too, you can initialize the removal.

Through Settings|

From the desktop |

Through ADB|

I'm turning it off, but I'm not removing it.|

Another way.-->

3. disabling system applications (without root)

If the Remove button is inactive but the app gets in the way (e.g. Mi Pay or Game Turbo), it can be turned off, hiding the program from the menu, stopping background processes and saving battery power, but not freeing up memory.

Step-by-step:

  • ๐Ÿ”ง Go to Settings. โ†’ Annexes โ†’ Application management.
  • ๐Ÿ“Œ Select the application you want (e.g. Cleaner).
  • ๐Ÿšซ Click Disable (if the button is grey, then the shutdown is blocked).
  • โš ๏ธ Confirm the action โ€“ the system will warn about possible failures.

โš ๏ธ Note: Disabling some system applications (e.g. Security or Finder) may cause functionality to fail:

  • ๐Ÿ” Security โ€“ blocking viruses and scanning files.
  • ๐Ÿ“ Finder - search by device.
  • ๐ŸŽฎ Game Turbo โ€“ Optimization of Games.

What happens if you turn off MiuiDaemon?
It's a system process that controls notifications and background tasks, and it's going to cause you to lose push notifications (no messaging) and it can also cause the interface to freeze, and you can only restore it by resetting your settings or re-energizing the process through ADB.

4. Removal of system applications via ADB (without root)

To completely remove system programs (including Mi Browser, Mi Video, Analytics) you will need a computer and an ADB tool (Android Debug Bridge), which does not require root rights, but requires accuracy - the wrong commands can disrupt the system.

Preparation:

  1. ๐Ÿ–ฅ๏ธ Install. ADB Tools on PC.
  2. ๐Ÿ“ฑ On your smartphone, activate Developer Mode (7 times click on Version) MIUI In Settings โ†’ The phone).
  3. ๐Ÿ”Œ Turn on Debugging. USB In Settings โ†’ Additionally. โ†’ For developers.
  4. ๐Ÿ”— Connect your phone to your PC and confirm your trust in your computer.

List of commands to remove popular system applications:

adb shell pm uninstall -k --user 0 com.miui.browser  # Mi Browser


adb shell pm uninstall -k --user 0 com.miui.video     # Mi Video




adb shell pm uninstall -k --user 0 com.miui.analytics # Analytics




adb shell pm uninstall -k --user 0 com.xiaomi.scanner # Scanner




adb shell pm uninstall -k --user 0 com.miui.cleanmaster # Security (Cleaner)

โš ๏ธ Note: Deleting some packages (e.g. com.android.cts.ctsshim or com.qualcomm.qti.telephonyservice) can cause the phone to fail. Always check the destination of the package before deleting (e.g., APKMirror website).

adb shell pm list packages -f > apps_backup.txt

This will help restore remote programs if something goes wrong.-->

5. Deletion with root rights (advanced method)

If you have root access (for example, through Magisk), you can delete any system applications, including those blocked in MIUI. This method gives maximum freedom, but requires caution - an error can lead to a "brick" (inoperability) of the device.

Popular tools for working with root:

  • ๐Ÿ› ๏ธ Root Explorer โ€“ file manager with access to system folders.
  • ๐Ÿ—‘๏ธ System App Remover - a specialized application for removing system software.
  • ๐Ÿ“ฆ Titanium Backup โ€“ Backup and Deletion with Recovery Option.

๐Ÿ“Œ Where System Applications Are Stored:

WayDescriptionCan I remove it?
/system/app/Basic System Applications (MIUI Launcher, Settings)โŒ No (critical for work)
/system/priv-app/Privileged System Programs (TeleService, MiuiSystemUI)โŒ No (risk of brik)
/data/app/Custom and updated system applicationsโœ… Yes (safely)
/vendor/app/Applications from the chipset manufacturer (e.g. Qualcomm)โš ๏ธ Partially (may affect communication)

Deleting files from /system or /vendor folders without a backup can make the phone inoperable.Always check the purpose of the file and create a backup through TWRP before making changes.

6 Recovery of Remote System Applications

If, after being deleted via ADB or root, the phone starts to work incorrectly (for example, notifications are missing or the camera is not working), you will have to restore the remote programs, and you can do this in several ways:

Recovery methods:

  • ๐Ÿ”„ Reset to factory settings โ€“ will return all system applications, but delete user data.
  • ๐Ÿ“ฅ Hand-mounted APK โ€” If you have saved a backup copy (.apk files from the /system/app).
  • ๐Ÿ–ฅ๏ธ Through ADB โ€” Recovery command: adb shell cmd package install-existing <packet>
  • ๐Ÿ› ๏ธ Flashing is an extreme method if others donโ€™t help (e.g., through the Mi Flash Tool).

โš ๏ธ Note: If you have removed the app that is responsible for updates OTA (For example, com.miui.updaters), after recovery, you may need to manually install firmware through Fastboot.

๐Ÿ’ก

Before experimenting with system applications, always check their purpose and create a backup. Even disabling some processes (for example, MiuiDaemon) can disrupt notifications.

FAQ: Frequent questions about removing apps on Xiaomi

๐Ÿ”น Can I remove it? MIUI Launcher and install another launcher?
Yes, but it is not recommended to remove the standard launcher via ADB or root - this can lead to a cyclical reboot of the phone.Install an alternative launcher (like Nova Launcher or Lawnchair). In the launcher settings, select it as Default. Disable MIUI Launcher through Settings โ†’ Applications. It is safe and does not disrupt the system.
๐Ÿ”น Why does the app reappear after the update? MIUI?
This is a feature of MIUI: some system applications (Mi Browser, Mi Music, Security) recover when you update your firmware. To avoid this: Use ADB with the --user 0 flag (as in the instructions above). Disable automatic MIUI update in Settings โ†’ About Phone โ†’ System Update. Install Magisk and Universal Debloater to permanently block unnecessary applications.
๐Ÿ”น How to remove ads in Xiaomi system applications?
Advertising in MIUI It's built into applications like Security, File Manager, Downloads, and you can only remove it completely with root rights, but there are other ways to do that: ๐Ÿ”ง Turn off personalized advertising in Settings โ†’ Confidentiality โ†’ Advertising. ๐Ÿ“ต Use Blokada or AdGuard to block ad domains. ๐Ÿ›ก๏ธ Install Magisk and Xiaomi Debloater (requires an unlocked bootloader). โš ๏ธ Removal of advertising modules through ADB (For example, com.miui.systemAdSolution can cause malfunctions. MIUI.
๐Ÿ”น What Xiaomi apps can be removed without consequences?
List of safe to remove system applications (checked for MIUI 14/15): com.miui.browser # Mi Browser com.miui.video # Mi Video com.miui.player # Mi Music com.miui.analytics # Analytics (statistics collection) com.xiaomi.scanner # Scanner com.miui.cleanmaster # Security (Cleaner) com.miui.compass # Compass com.miui.fm # FM-radio com.miui.notes # Notes (if not used) com.xiaomi.payment #Mi Pay โŒ Do not delete: com.android.settings, com.miui.home, com.miui.system โ€“ this will cause the phone to fail.
๐Ÿ”น How to find out the name of the application package for ADB?
There are several ways: through the App Inspector (an app for Android, shows packet names). Through ADB, the command is: adb shell pm list packages | grep "keyword word" For example, to search for a browser: adb shell pm list packages | grep "browser" On the APKMirror website, type in the name of the application and look up the packet name in the URL.