How to completely remove applications on Xiaomi phone: from standard to system

Removing unnecessary apps on Xiaomi smartphones is a challenge that every user sooner or later faces. Even after buying a new Redmi or POCO, dozens of programs are already pre-installed in the device’s memory, many of which duplicate functions or are not used at all. But not everyone knows that removing applications on Xiaomi has its nuances: some programs can be uninstalled in a standard way, others require superuser rights, and others are completely soldered into MIUI firmware and are deleted only through hidden settings.

In this article, we will discuss 5 proven ways to remove applications - from basic to advanced, including working with the Internet. ADB and hidden menus MIUI. You will learn how to get rid of malware, clean up memory from β€œgarbage”, and which programs should never be deleted so as not to break the system. POCO base MIUI 12-14 and HyperOS.

1. Standard removal through the settings menu

The easiest way is to uninstall Settings, which is suitable for most user applications (such as games, instant messengers, social networks), as well as for some preinstalled software that Xiaomi allows to uninstall.

To remove the app:

  • πŸ“± Open the Settings. β†’ Annexes β†’ Application management.
  • πŸ” Find the desired program in the list (you can use the search by name).
  • πŸ—‘οΈ Press Remove (if the button is active).
  • βœ… Confirm the action in the dialog window.

If the Remove button is inactive (lit in gray), the application is system-based and requires alternative methods. In some cases, only Disable is available instead of deleting - this blocks the program, but does not free up memory.

πŸ“Š How often do you remove unwanted apps on Xiaomi?
Once a month
Only when memory ends
Never delete.
I remove it immediately after installation.

⚠️ Note: Do not remove applications called com.android., miui. or xiaomi.* from the standard menu unless you are sure of their purpose.This can lead to unstable system operation or complete loss of functionality (for example, access to the camera or mobile network will disappear).

2. Removal through launcher (desktop)

A quick way for those who don’t want to dig into the settings. Suitable for custom apps (installed from Google Play or Google Play). APK-Files but does not work with system programs.

Instructions:

  1. Find the application icon on the desktop that you want to remove.
  2. Hold your finger for 1-2 seconds until the context menu appears.
  3. Drag the icon to the top of the screen where the Remove (or basket) sign appears.
  4. Release your finger and confirm the action.

If only Application Information appears instead of Delete, then the program is protected from removal and requires administrator rights or ADB.

πŸ’‘

To speed up the process, turn on Desktop Editing (click on the blank space on the screen β†’ Screen settings β†’ Edit) In this mode, application icons can be removed in bundles.

3. disabling system applications (without deletion)

Many pre-installed programs on Xiaomi (e.g. Mi Browser, Mi Video, GetApps) cannot be removed by standard methods, but they can be disabled.This will free up RAM and stop background activity, although the application itself will remain on the system.

How to turn it off:

  • πŸ”§ Go to Settings. β†’ Annexes β†’ Application management.
  • πŸ“Œ Select the application you want (e.g. Mi Pay or Mi Community).
  • 🚫 Click Disable (button will appear if deletion is blocked).
  • πŸ”„ If necessary, return the program to the order, click Enable.

The apps that are disabled don't update, consume traffic, or display notifications, and their data stays in memory, but you can manually clear the cache through the same menu.

AnnexCan I remove it?Can I turn it off?Effects of removal
Mi Browser❌ No.βœ… Yes.Loss of access to the browser by default
GetApps❌ No.βœ… Yes.You can not install applications from the Xiaomi store
Mi Video❌ No.βœ… Yes.The default video player will disappear
Google Play Services❌ No.❌ No.Critical system error
Facebook (pre-installed)βœ… Yes.βœ… Yes.No consequences.

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

If you need to completely uninstall a system application that defies standard methods, you will need ADB (Android Debug Bridge), which works on all Xiaomi smartphones, but requires a computer connection and basic command line knowledge.

Step-by-step:

Install ADB and Fastboot Tools on PC|

Enable USB Debugging in the Developer Settings (Settings β†’ About Phone β†’ MIUI Version (click 7 times) β†’ Additional β†’ Developers)|

Connect your phone to your PC via USB and select File Transfer mode |

Run the command line in the ADB folder and enter adb devices to check the connection

-->

When you're done, follow the commands:

adb shell


pm list packages | grep 'name packet' # For example: pm list packages | grep 'miui.browser'




pm uninstall -k --user 0 name.package # For example: pm uninstall -k --user 0 com.android.browser

Once the command is executed, the application will disappear from the system, but its data will remain in memory (the flag -k saves the cache).

pm uninstall --user 0 name.package

⚠️ Note: Removing system packages (e.g. com.miui.securitycenter or com.android.phone) can bring your phone down.Before experimenting, back up through Settings β†’ Additionally. β†’ Backup and reset.

List of safe to remove packages on Xiaomi
com.miui.browser β€” Mi Browser com.xiaomi.midrop β€” Mi Drop (file transfer) com.miui.videoplayer β€” Mi Video com.xiaomi.scanner β€” Document scanner com.miui.weather2 β€” Weather (if you use third-party apps) Before deleting, check the relevance of the package for your model through the pm list packages command.

5. Removal via TWRP (for embroidered phones)

If your Xiaomi has custom TWRP recovery installed, you can remove system applications directly through the file manager, which is the most radical method, and allows you to get rid of even those programs that ADB does not remove.

Instructions:

  • πŸ”„ Reset the phone to mode TWRP (clamp down on power. + Loudness up).
  • πŸ“ Choose Advanced β†’ File Manager.
  • πŸ—ƒοΈ Go to the folder. /system/app or /system/priv-app (This is where system applications are stored).
  • πŸ—‘οΈ Find the folder with the name of the application being removed (for example, Browser) and delete it (swipe to the right).
  • πŸ”§ Reboot the phone.

After this cleaning, the application will be removed without recovery (unless you back up).

πŸ’‘

TWRP removal is the only way to get rid of embedded viruses or a bloatwer that is not removed by other methods, but it requires an unlocked bootloader and a TWRP installed.

6. How to return a remote application

If you mistakenly removed an important application (such as Google Play Services or Mi Security), you can restore it in several ways:

  1. Through Google Play: Find the app in the store and install it again (works only for custom programs).
  2. Through Setting Reset: If the system is unstable, perform Settings β†’ Additional β†’ Backup and Reset β†’ Resetting (data will be erased!).

For Xiaomi system applications (such as Mi Account or Security), the only reliable way to restore is to flash backlinks. Backups via TWRP or Mi Cloud may not contain critical packages.

FAQ: Frequent questions about removing apps on Xiaomi

Can Google Play Services be removed without consequences?
❌ No. Deleting com.google.android.gms will cause the system to crash: Google Play, account sync, push notifications and many apps will stop working. β†’ Annexes β†’ Google Play Services β†’ Notifications β†’ Auto-update.
Why After Removing the Application ADB It appears again after the update. MIUI?
This is because Xiaomi system applications recover when you update the firmware, and to avoid this, you can either: Uninstall the package via ADB with the --user 0 flag (as in the instructions above), or use Magisk and the Universal Debloater module, which blocks the recovery.
How do I know which app can be safely removed?
Before removing, check the package according to the following criteria: πŸ” The name of the package does not begin with com.android., com.qualcomm. or com.miui.core. πŸ“± The application is not responsible for basic functions (calls, SMS, Wi-Fi, Bluetooth). 🌐 There is evidence on the Internet that other users have removed it without consequences (for example, on forums). 4PDA To check, use the command: adb shell dumpsys package name.packet This will show whether the application is system and on what services it depends.
Can I delete Miui Daemon (com.xiaomi.xmsf)?
⚠️ Miui Daemon is responsible for background tasks, battery optimization and some system functions. Removing it can lead to: Increased battery consumption, interface freezes, malfunctioning MIUI-A feature (like Game Turbo or Second Space) if you want to turn it off, use it. ADB-Freezing command: adb shell pm disable-user --user 0 com.xiaomi.xmsf
How to remove unnecessary applications?
For mass removal, use: App Inspector (from Google Play): Shows all packages and allows you to export a list for ADB. Script for ADB: Create a text file with a list of packages (one per line) and execute in the cycle: for /f "tokens=*" %a in (packages.txt) do adb shell pm uninstall -k --user 0 %a SD Maid (requires root): Can find and delete residual files after uninstallation. ⚠️ Before mass removal, be sure to make a backup through TWRP Mi Cloud!