How to Remove Xiaomi Apps: From Standard to System

Xiaomi MIUI-based smartphones are known for their abundance of pre-installed apps, many of which users call "junk." Even after resetting, some of the software comes back, taking up memory and using battery power. In this article, we will discuss all possible ways to remove applications from standard to hidden system, including methods without superuser rights (root) and using ADB.

Feature MIUI It's that some apps can't be removed in the normal way -- you can only disable them or remove them, and we're going to show you how to get around these limitations without breaking the system. 14/13/12 (including the Redmi Note 12/13, POCO F5/X5, Xiaomi 13/14 other models).

⚠️ Important: Removing system applications can cause unstable phone operation.Before experimenting, back up your data via Settings β†’ Google β†’ Backup or Settings β†’ The phone. β†’ Backup and reset.

1. Standard removal through the settings menu

The easiest way is to remove through the interface. MIUI. It is suitable for custom applications (installed from Google Play or Google Play). APK-files) and parts of pre-installed software that allows uninstallation.

To remove the app:

  • πŸ“± Open the Settings. β†’ Annexes β†’ Application management.
  • πŸ” Find the desired application in the list (you can use the search at the top of the screen).
  • πŸ—‘οΈ Press "Delete" (if the button is active). If the button is not, proceed to the next method.
  • πŸ”„ For some applications (for example, Mi Browser or Mi Video) the option "Remove Updates" is available - this will return the program to the factory version and free up space.

If the Remove button is inactive or not, the application is protected by the system, and in this case, disabling (about it in the next section) or more radical methods will help.

πŸ“Š What Xiaomi apps you would like to remove first?
Mi Browser
Mi Video
GetApps
Mi Pay
Themes
Others

2. disabling unnecessary applications (without deletion)

If you can't delete the application, you can turn it off, it stops all the processes, hides the icon from the menu and prevents automatic start-up, minus the method: the application stays in the device's memory, taking up space.

How to turn it off:

  1. Go to Settings β†’ Applications β†’ Application Management.
  2. Choose an app (such as Mi Music or Mi Community).
  3. Click "Disable" (the button will appear if the uninstallation is blocked).
  4. Confirm the action in the dialog window.

⚠️ Note: Disabling system services (e.g. com.miui.securitycenter) may lead to errors in the work MIUI. Before disabling, check the name of the application package – if it starts with com.android. or com.miui., it is better not to touch it.

β˜‘οΈ Preparation for application deactivation

Done: 0 / 4

3. Removal via ADB (without root rights)

A method for power users to remove even those applications that MIUI blocks, requires a computer with Xiaomi drivers installed and the Android Debug Bridge (ADB) tool.

Step-by-step:

  1. Turn on USB debugging: Go to Settings β†’ About Phone. Tap 7 times on MIUI Version to activate Developer Mode. Go back to Settings β†’ Additional β†’ Developer. Activate USB Debugging and confirm permission.

Connect your phone to your PC:

  • Use the original USB-Type C cable.
  • On the phone, select File Transfer Mode (not Charging).
  • On PC, open the command line (Win + R β†’ cmd) and type:
  • Delete the application: First find the name of the application package. To do this, type: adb shell pm list packages | grep 'key word' For example, to search for Mi Browser: adb shell pm list packages | grep 'browser' Then delete the package by command: adb shell pm uninstall --user 0 name packet Example for Mi Browser: adb shell pm uninstall --user 0 com.android.browser

⚠️ Note: Some packages (e.g. com.miui.home) MIUI) You can't delete it, it will crash the system. Before you delete it, check the list of safe packages at the end of the article.

List of safe to remove Xiaomi packages
βœ… com.miui.browser (Mi Browser) βœ… com.miui.video (Mi Video) βœ… com.miui.player (Mi Music) βœ… com.xiaomi.scanner (Scanner) QR-code) βœ… com.miui.analytics (Collection of statistics) ❌ com.miui.home – Deleting will lead to a download error! ❌ com.android.settings – a critical part of the system.

4. Removal of root-right system applications

If your Xiaomi has customized recaps installed (such as TWRP) and root rights obtained (via Magisk), you can remove any system applications, including those that are blocked even for ADB. This method is risky - improper actions can lead to a "brick" (inoperability) of the device.

Instructions:

  • πŸ“² Install a root-enabled file manager (such as Root Explorer or Solid Explorer).
  • πŸ” Go to the folder. /system/app or /system/priv-app (This is where system applications are stored).
  • πŸ—‘οΈ Find a folder with the name of the application (for example, Browser for Mi Browser) and delete it.
  • πŸ”„ Reboot the phone.

An alternative way is to use a terminal with superuser rights:

su


mount -o rw,remount /system




rm -rf /system/app/Folder name




mount -o ro,remount /system




reboot

⚠️ Note: Before deleting system files, be sure to create a full backup through TWRP (Backup β†’ Select sections β†’ Swipe to Backup: In case of an error, you can restore the system.

5. Use of third-party utilities (without root)

If you work with ADB It's hard to use specialized utilities, and they automate the removal process and offer lists of safe packages to uninstall.

Popular programmes:

Name of namePlatformFeaturesReference
App InspectorAndroidShows the names of packages of all installed applicationsGoogle Play
Debloater ToolWindowsRemoving packets via ADB with pre-scanning securityXDA Developers
Universal Android DebloaterWindows/LinuxFlexible removal settings, backup supportGitHub

Example of Universal Android Debloater:

  1. Download and unpack the utility on PC.
  2. Connect your phone in ADB mode (as described in Section 3).
  3. Launch the file. uad_gui.exe (Windows).
  4. In the program window, select "Read device packages" - this will download a list of all installed packages.
  5. Check the unneeded apps and click "Apply".

πŸ’‘

Before mass removal of packets through utilities, check them manually! Some programs (such as MiuiDaemon) may seem unnecessary, but are responsible for the operation of system functions.

6 Recovery of Remote Applications

If the phone starts to work unstable after the system application is removed (for example, the launcher is missing or settings are no longer open), you need to return the deleted files.

Method 1: TWRP backup (if created)

  • Download to the recavator (Switch off the phone β†’ Press Power + Volume Up).
  • Select Restore β†’ Select Backup β†’ Swipe to Restore.

Method 2: Reinstallation via ADB

If you don't have a backup, but you have it. APK-file:

adb install name file.apk

System applications may require the phone to be flashed via Fastboot or MI Flash Tool.

πŸ’‘

Removing system applications without backup is a risky operation. Always check if you can restore a remote package before you start cleaning the system.

7. How to prevent re-installation of unnecessary applications

Even after removal, some Xiaomi apps (such as GetApps or Mi Video) may return after the system update.

  • πŸ“΅ Block the Internet for system applications: C Settings β†’ Annexes β†’ Select an unnecessary application (such as Mi Browser) and disable Mobile Data and Wi-Fi".

If you use root, you can β€œfreeze” applications using Titanium Backup or App Quarantine – this will prevent them from running and updating, but save files on the device.

FAQ: Frequent questions about removing apps on Xiaomi

Can I remove Google Play Services or Google Play Store?
❌ No, these are critical system components, and removing them will cause Android to fail and not be able to use most of the apps, and you can only turn off updates for Google Play Services, but it's not recommended, because many of the programs will stop working properly.
Why does the app reappear after being deleted via ADB?
This is due to the auto-restore function in MIUI. The system checks the integrity of preinstalled packets and restores missing ones. To prevent this: Remove the application via ADB with the --user 0 flag (as described in section 3). Disable the automatic MIUI update. Use the firewall to block the application from accessing the network (it will not be able to update).
How do I know which app is safe to remove?
Before removing, check the name of the package according to the following criteria: βœ… Safe: Packages with the names com.miui. (except com.miui.home), com.xiaomi. (e.g. com.xiaomi.scanner). ❌ Dangerous: com.android., com.google., and those responsible for launcher, settings or system services.A full list of secure packages for Xiaomi can be found on the forums XDA Developers or 4PDA (partition of your phone model).
What if the phone does not turn on after removing the applications?
If the device is stuck on the MIUI logo or gone into "bootloop" (cyclical reboot), try: Hard reset: pinch Power + Volume Up for 10-15 seconds to force the phone off. Fastboot Restore: Connect the phone to your PC in Fastboot mode (press Power + Volume Down when turned on). Download the official firmware for your model from Xiaomi. Use Mi Flash Tool for flashing (instruction on 4PDA).

If these methods do not help, contact the service center.

Can I remove MIUI and install a pure Android?
βœ… Yes, but it will require: Unlock the bootloader through the official Xiaomi website (the process takes up to 72 hours (TWRP). Switch custom firmware (e.g. LineageOS, Pixel Experience or HavocOS). ⚠️ Attention: Unlocking the bootloader will reset all data on the phone! Also, it can deprive you of warranty (if the device is new). XDA Developers for their model.