How to Remove an App on Xiaomi: From Standard Ways to Root Access

Xiaomi, Redmi and POCO smartphones come with dozens of pre-installed apps, many of which users never run. The Bloatwar not only takes up memory, but also consumes battery power in the background. Unlike custom apps that are removed in two clicks, system services (such as Mi Browser, Mi Music or GetApps) are often blocked by the manufacturer. This article will explain how to get rid of them forever, from simple methods to advanced, requiring technical skills.

It is important to understand the difference between deleting and disabling. An application that is disabled stays on the system, but does not work or update. Complete deletion frees up disk space and removes all traces of the program, but can lead to failures if you are talking about critical services (for example, MiuiDaemon or SecurityCenter), we will analyze safe and risky ways, and also give recommendations for system recovery in case of errors.

1. Standard removal of user applications

If you installed the app from Google Play or a.apk file, it can be removed without additional tools.This method works for all Xiaomi models (including Redmi Note 12, POCO X5, Black Shark 5) and does not require administrator rights.

Instructions:

  • ๐Ÿ“ฑ Open the Settings. โ†’ Annexes โ†’ Application management.
  • ๐Ÿ” Enter the program name in the search bar or find it manually in the list.
  • ๐Ÿ—‘๏ธ Click Delete (if the button is active).Some applications may require password or fingerprint confirmation.
  • ๐Ÿ”„ If the Remove button is inactive, try Disabling (this hides the program from the menu and stops it from working).

๐Ÿ’ก

To remove several apps at once, pinch the icon of any of them on the home screen, then tap the icon. โ‹ฎ (three-point) โ†’ Delete or Deinstall.

Some apps (such as Facebook or Netflix) may be pre-installed by the manufacturer as โ€œsystemic,โ€ in which case standard uninstallation is not available, and methods from the following sections will be required.

2. disable system applications without root

If the Remove button is blocked but you don't want root access, you can turn the app off, stop it from working, hide it from the menu, and prevent automatic updates, and it works on all versions of MIUI (including MIUI 14 and HyperOS).

How to turn it off:

  1. Go to Settings โ†’ Applications โ†’ Application Management.
  2. Select the app you want (such as Mi Video or Mi Pay).
  3. Tap Disable (button will appear if deletion is blocked).
  4. Confirm the action in the dialog window.

Check the name of the program on the Internet (some services are critical for MIUI)

Make a backup copy of important data

Remember the name of the application in case of recovery

Reboot your phone after disabling several programs

-->

The apps that are disabled don't take up space in memory, but their data stays in the system. To return the program, go to the same settings section and click Enable.

โš ๏ธ Note: Do not disable services called com.android., miui. or xiaomi. at the beginning of the package (for example, com.xiaomi.mipicks can be turned off, but com.miui.securitycenter can not.

3. Removal via ADB (no root)

The ADB (Android Debug Bridge) tool allows you to remove system applications without obtaining root rights. The method requires connecting the phone to a computer and works on all Xiaomi models, including the Redmi 10, POCO F4 and Mi 11.

Step-by-step:

  1. Download ADB Tools for Windows/macOS/Linux and unpack the archive.
  2. On your phone, activate Developer Mode: Settings โ†’ About Phone โ†’ MIUI version (shap 7 times).
  3. Return to Settings โ†’ Additional โ†’ For developers and enable USB debugging.
  4. Connect your phone to your PC via cable (use the original cord) and select File Transfer mode.
  5. Open the command line (Windows) or terminal (macOS/Linux) in the folder with ADB and type: adb devices If the device appears in the list, execute: adb shell pm uninstall -k --user 0 name.packet For example, to delete Mi Browser: adb shell pm uninstall -k --user 0 com.android.browser

To find out the name of the application package, use the command:

adb shell pm list packages | grep "keyword"

For example, to search for all apps with "miui" in the title:

adb shell pm list packages | grep "miui"

List of safe to remove Xiaomi packages
com.android.browser - Mi Browser com.miui.videoplayer - Mi Video com.miui.music - Mi Music com.xiaomi.midrop - Mi Drop (file transfer) com.miui.analytics - Analytics collection (safe to delete)

โš ๏ธ Attention: Teams ADB Delete the application only for the current user (--user 0). After resetting settings or updating MIUI The program can come back. Root is required to be completely removed.

4. Complete removal through root rights

If you are ready to get root access, it will open up the possibility to remove any system applications without restrictions, including those that are blocked even for ADB. However, there are risks: loss of warranty, inability to update MIUI through OTA, potential security problems.

How to remove the application from root:

  • ๐Ÿ”ง Install Magisk (recommended version 26.0)+) And you'll root through TWRP or Fastboot.
  • ๐Ÿ“ฒ Download a file manager with root support (such as Root Explorer or Root Explorer) FX File Explorer).
  • ๐Ÿ—ƒ๏ธ Go to the folder. /system/app or /system/priv-app Find a folder with the name of the application (for example, MiBrowser).
  • ๐Ÿ—‘๏ธ Delete the folder or rename it (add.bak at the end).
  • ๐Ÿ”„ Reboot the phone.

An alternative way is to use a root terminal, for example, to remove GetApps (Xiaomi app store) do:

su


mount -o rw,remount /system




rm -rf /system/priv-app/GetApps




mount -o ro,remount /system




reboot

Deleting methodNeed root?Returns after the dump?Risk to the system
Standard removalโŒ No.โŒ No.โš ๏ธ Low.
ShutdownโŒ No.โœ… Yes.โš ๏ธ Medium (if critical services are disabled)
ADBโŒ No.โœ… Yes.โš ๏ธ Medium.
Root + Delete filesโœ… Yes.โŒ No.โŒ High (risk of "brike")

๐Ÿ’ก

Before removing system applications through root, back up your /system folder using TWRP or the adb pull/system command. This will help restore the phone if it stops booting.

5. Hiding applications without removal

If you don't want to risk system stability, but you want to remove unnecessary apps from the menu, use concealment. This method doesn't free up memory, but makes the interface cleaner. It works on all versions of MIUI and HyperOS.

Ways of concealment:

  • ๐Ÿ“ Hidden Apps folder: Press the app icon โ†’ Hide (available at launcher) MIUI default).
  • ๐Ÿ”’ Start password: In the application settings, enable Application Protection and install PIN-code (the program will remain, but will not run without entering a password).
  • ๐Ÿ“ฑ Third-party launchers: Install Nova Launcher or Apex Launcher and hide icons through their settings.

Hidden applications continue to work in the background, so this method is only suitable for visually "cleaning" the screen. Use Disconnect (Section 2) to stop completely.

6 Recovery of Remote System Applications

If the phone starts to work unstable after deleting or disabling the application (for example, the notification panel is lost or the camera stops working), you must return the deleted files.

If you used ADB:

  • Connect your phone to your PC and execute the command: adb shell cmd package install-existing name.pack For example: adb shell cmd package install-existing com.android.browser
  • Or reset your phone settings via Settings โ†’ About Phone โ†’ Reset settings (data will be deleted!).

If you used root:

  • Restore deleted files from backup (if you did it through TWRP).
  • Fastboot phone with official firmware (instructions on the Xiaomi website).

โš ๏ธ Note: If the phone doesnโ€™t turn on after you delete your system files, try Recovery Mode (press Power). + Volume Up when booting) and run Wipe Data. If that doesn't work, you'll need firmware through EDL-The mode (only for experienced users!).

Standard removal through settings

Disabling system applications

ADB (no root)

Root + complete removal

Hiding, but not removing.

Another way.

-->

FAQ: Frequent questions about removing apps on Xiaomi

Can I remove MiuiDaemon or SecurityCenter? Is it safe?
โŒ These services are critical to the job. MIUI. Deleting or disabling them will cause your phone to reboot cyclically or the interface to fail completely. If they take up a lot of resources, try resetting your settings through Settings. โ†’ The phone. โ†’ Resetting settings.
After deleting the app via ADB, it returned after the MIUI update. How do you avoid it?
MIUI updates often restore remote system applications. To prevent this from happening: Turn off automatic MIUI updates in settings. Use Magisk Module MIUI Bloater Remover (available in the Magisk repository). Remove the application again through ADB after each update.
How do you know which app can be safely removed and which canโ€™t?
Before removing, check the name of the package online or use these rules: โœ… Applications with the names com.miui.* (except securitycenter, home), com.android.browser, com.xiaomi.mipicks. โŒ You can not delete: Everything related to android., google., qualcomm. (for Snapdragon processors), mediatek. (for MediaTek processors). For accurate verification, use the APKMirror service - enter the name of the package and see the description.
I deleted the system app and the phone won't turn on.
If the phone is stuck on the MI logo or goes into a cyclical reboot: Try going to Recovery Mode (Power + Volume Up) and make Wipe Cache. If it doesn't work, run Wipe Data (all data will be deleted!). If the phone doesn't respond, run it through Fastboot with official firmware (instructions at xiaomiflash.com).
Can I remove Google Play Services or other Google services?
โŒ No, deleting Google Play Services or Google Services Framework will render most applications, including Google Play, Gmail and YouTube, inoperable.If these services take up a lot of space, try: Clear cache in Settings โ†’ Annexes โ†’ Google Play Services โ†’ Memory. โ†’ Clear cache. Disable automatic updates in Google Play โ†’ Settings โ†’ Auto-update of applications.