How to completely remove all applications on Xiaomi: safe ways and hidden nuances

Removing all applications on Xiaomi smartphones is a task that users face when selling the device, resetting to factory settings or fighting โ€œjunkโ€ software. However, a simple click โ€œDeleteโ€ in the application menu does not always work: system utilities, preinstalled services MIUI hidden APK-Files require a special approach. In this article, we will examine all possible methods, from standard tools to advanced techniques using the use of the computer. ADB Fastboot and tell you which applications can not be removed, so as not to disrupt the system.

It is important to understand that the complete removal of all applications on Xiaomi is not only memory free, but also a potential risk to the stability of MIUI. For example, the removal of services com.miui.securitycenter or com.android.providers.media can lead to errors when you start the camera or the inability to connect to Wi-Fi. So we will focus on the safe alternatives: shutdown, freezing and selective removal. If you are ready for experiments, read further. If not, use our optimization tips without radical measures.

The article is relevant for all modern models Xiaomi, Redmi and POCO based on MIUI 12-14 and HyperOS, including flagships like Xiaomi 14 Ultra and budget devices like Redmi Note 12. Particular attention will be paid to the differences between global (MI) and Chinese (CN) firmware - they affect the availability of certain functions.

1.Preparation: What to Know Before Deleting Applications

Before proceeding with mass removal, answer three key questions:

  • ๐Ÿ” Why do you need it? If you want to sell your phone, you can stop resetting to factory settings. If you want to get rid of junk, you just have to turn off unnecessary services.
  • ๐Ÿ“ฑ What's your firmware? MIUI (CN) Remove system applications easier, but risk of 'bricking' is higher (MI/EU) more.
  • ๐Ÿ”ง Is there a backup? Removing critical apps can lead to bootloop. Make a backup through Mi Cloud or TWRP.

Pay attention to the types of applications in MIUI:

Type of applicationCan I remove it?Effects of removal
User-generated (installed from Play Market)โœ… Yes.It's safe. It can be recovered from the store.
System (pre-installed MIUI)โš ๏ธ Partially.Features may disappear (e.g., deleting com.miui.gallery will disable the gallery).
Google Services (GMS)โŒ No.Play Market, synchronization and push notifications will be disrupted.
MIUI core (com.miui.home, android)โŒ No.The phone will not load or will work with errors.

โš ๏ธ Note: On devices with a blocked bootloader, an attempt to remove system applications through ADB or file managers will cause an "Operation not allowed" error!

๐Ÿ“Š How often do you remove unwanted apps on Xiaomi?
Once a month
Just before the phone is sold.
Never delete.
I'm using alternative firmware.

2. Method 1: Standard removal through MIUI settings

The easiest method is to use the built-in system tools, which are suitable for removing custom applications and some pre-installed utilities (for example, Mi Video or Mi Music).

Instructions:

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. Slip on the three dots in the top right corner and select "Show all apps."
  3. Select the unneeded application โ†’ Delete (or Disable if the delete button is inactive).

Limitations of the method:

  • ๐Ÿšซ Does not work for system services (e.g. com.miui.securityadd).
  • ๐Ÿ”„ Some apps (such as Mi Browser) can only be disabled, but not removed.
  • ๐Ÿ“ฑ On Chinese firmware (CN) list of removed applications wider.

๐Ÿ’ก

If the Remove button is inactive, try first to disable the application and then clear its data through Settings โ†’ Applications โ†’ Storage. Sometimes this will unlock the option of deletion.

Method 2: Mass removal via ADB (for advanced)

The ADB (Android Debug Bridge) tool allows you to remove system applications without root rights, but requires an unlocked bootloader on most Xiaomi devices.

Step-by-step:

  1. Turn on USB Debugging in Settings โ†’ About Phone โ†’ MIUI version (shap 7 times, then go back to Additional Settings โ†’ For Developers).
  2. Connect the phone to the PC and confirm the debugging permission.
  3. Open the command line (Windows) or terminal (macOS/Linux) and type:
adb devices


adb shell pm list packages -f | grep "miui\|xiaomi" | cut -d= -f1 | sort

This command will display a list of all MIUI packages. Use:

adb shell pm uninstall --user 0 com.miui.packet name

Examples of safe packets to remove (checked on MIUI 14):

  • ๐ŸŽต com.miui.player - Music
  • ๐Ÿ“บ com.miui.videoplayer - Video player
  • ๐Ÿ“– com.miui.notes - Notes (if not used)
  • ๐ŸŒ com.android.browser โ€“ Standard browser

โš ๏ธ Note: Removing packages like com.miui.home or com.android.settings will result in soft-brick โ€” the phone will turn on but will not be usable.

Install ADB Tools on PC|Enable debugging on USB phone-on|Backup important data|Check the list of packages for security removal-->

Method 3: Using Fastboot for deep cleaning

If you plan to completely reflash the device or want to delete all user data and applications (for example, before selling), the best option is a Fastboot reset.This method does not require unlocking the bootloader, but erases all information, including photos and contacts.

Instructions:

  1. Turn off the phone and press Volume Down + Power to log into the Fastboot.
  2. Connect the device to the PC and start the command:
fastboot erase userdata


fastboot erase cache




fastboot reboot

These commands will completely clear the partition with user data and cache, returning the phone to a "clean" state.

  • ๐Ÿงน Deletes all applications, including residual files.
  • ๐Ÿ”’ Does not affect system packages (the risk of errors is minimal).
  • ๐Ÿ”„ Suitable for devices with a blocked loader.

Disadvantages:

  • ๐Ÿ“ฑ Wipes all user information (photos, messages, accounts).
  • โš™๏ธ Does not remove pre-installed system applications (they will recover after restarting).
What to do if your phone is stuck on the logo after fastboot?
If the device does not boot after fastboot erase commands, try flashing stock firmware through the Mi Flash Tool. To do this: 1. Download the firmware for your model from the Xiaomi website. 2. Unpack the archive into a folder without Cyrillic characters. 3. In the Mi Flash Tool, select the "Clean all" mode and swipe the phone. If this does not help, unlock the bootloader and repeat the procedure.

5. Method 4: Alternative firmware (for enthusiasts)

If you're annoyed by the pre-installed MIUI software, the radical solution is to install custom firmware like LineageOS or Pixel Experience, which is stripped of Xiaomi's junk and offers a clean Android, but requires:

  • ๐Ÿ”“ Unlocked loader (erases data!).
  • ๐Ÿ› ๏ธ Installations of custom recaveri (TWRP).
  • ๐Ÿ“ฅ Compatible firmware for your model.

The advantages of custom firmware:

  • ๐Ÿงน No pre-installed Xiaomi apps.
  • ๐Ÿ”„ Regular security updates.
  • โšก Better performance (due to lack of background services) MIUI).

Cons:

  • ๐Ÿšซ Loss of function MIUI (For example, the Game Turbo or Second Space).
  • ๐Ÿ”‹ Possible battery problems (unoptimized core).
  • ๐Ÿ“ฑ Risk of โ€œbrickingโ€ when error occurs during firmware.

Popular firmware for Xiaomi:

FirmwareFeaturesWebsite
LineageOSClean Android, stable operationlineageos.org
Pixel ExperienceGoogle Pixel interface, frequent updatespixelexperience.org
Xiaomi.EUMIUI without Chinese services optimized for global usersxiaomi.eu

๐Ÿ’ก

Installing custom firmware is the most radical way to get rid of unnecessary applications, but it is only suitable for advanced users, and for most tasks, standard removal or disabling of services will suffice.

Method 5: Disabling instead of deleting (safe alternative)

If you're not sure what the consequences of deleting are, or if you're afraid of disrupting your system, disabling applications is the best trade-off.

  • โœ… They don't take up RAM.
  • โœ… Not updated through the Play Market.
  • โœ… Not displayed in the app menu.
  • โŒ But take up space in the device's memory (APK-files remain).

How to turn it off:

  1. Go to Settings โ†’ Applications โ†’ Application Management.
  2. Select the application โ†’ Shut down.
  3. Confirm the action (a password may be required).

List of apps that can be safely disabled on most Xiaomi devices:

  • ๐ŸŽฎ Mi Game Center (com.xiaomi.gamecenter.sdk.service)
  • ๐Ÿ“ฐ Mi Browser (com.android.browser)
  • ๐ŸŽฌ Mi Video (com.miui.videoplayer)
  • ๐Ÿ“Š Analytics (com.miui.analytics)
  • ๐Ÿ“ก Mi Remote (unless you use the remote com.duokan.phone.remotecontroller)

โš ๏ธ Note: Do not disable services called com.miui. or com.android. unless you are sure of their purpose. For example, disabling com.miui.daemon will cause notifications to work in error.

7. How to Restore Remote System Applications

If the phone starts to work incorrectly after deleting the applications (for example, the gallery is missing or notifications stop coming), there are several ways to return everything back:

  1. Reset to factory settings: Restore all pre-installed apps but delete user data. Way: Settings โ†’ About phone โ†’ Reset settings.
  2. Firmware via Fastboot: Refuse the phone with stock firmware from the official Xiaomi website (instructions in the spoiler above).
  3. Restore through ADB: If you removed the app with pm uninstall, try returning it like this:
adb shell cmd package install-existing com.name.packet

To restore specific APK-file:

  • Download the desired.apk from the APKMirror site (for example, Mi Gallery).
  • Install the name file.apk via adb install.
  • Reboot the phone.

If none of the methods worked, only flashing through the Mi Flash Tool with the option "Clean all and lock" (will return the phone to its original state with the bootloader locked).

8. Frequent mistakes and how to avoid them

When you uninstall applications on Xiaomi, users often face typical problems, and hereโ€™s how to prevent them:

Mistake.Reason.Decision
โ€œApp not installedโ€ when you try to return a remote applicationAPK-file is incompatible with version MIUI or processor architectureDownload APK only from trusted sources (e.g. APKMirror) and select the arm64 version.
The phone will not turn on after the system packets are removed.Removed critical service (e.g. com.miui.home)Swipe your phone to Fastboot with the "Clean All" option
You canโ€™t delete Mi Browser or Mi Music through your settings.Application protected by manufacturerUse ADB or disable the application
After resetting the settings, the pre-installed apps returnedThis is normal MIUI behavior โ€“ system packets are restored.Use ADB for permanent removal or install custom firmware

A few more tips to avoid problems:

  • ๐Ÿ”„ Always backup before mass removal (via Mi Cloud or other TWRP).
  • ๐Ÿ“‹ Keep a list of deleted packets โ€“ this will help you restore them if necessary.
  • ๐Ÿ” Check dependencies: for example, deleting com.google.android.gms will disrupt all Google services.

๐Ÿ’ก

If you're not sure, don't delete! Most MIUI system applications can be safely disabled without risking the stability of the phone.

FAQ: Answers to Frequent Questions

Can I remove all apps on Xiaomi without rooting?
Yes, but with reservations: User applications are removed through settings, and system applications are removed through ADB (no root, but an unlocked bootloader is required on most models). Complete removal of all applications (including system ones) without root is impossible - some packages are protected at the firmware level.
What apps on Xiaomi can be removed without consequences?
Safe to remove: ๐ŸŽต Mi Music (com.miui.player) ๐Ÿ“บ Mi Video (com.miui.videoplayer) ๐ŸŒ Mi Browser (com.android.browser) ๐Ÿ“– Mi Notes (com.miui.notes) ๐ŸŽฎ Mi Game Center (com.xiaomi.gamecenter) Do not delete: ๐Ÿ  Launcher (com.miui.home) โš™๏ธ Settings (com.android.settings) ๐Ÿ“ฑ System UI (com.android.systemui)
How to remove applications on Xiaomi with a blocked bootloader?
With a blocked bootloader, only: Remove user applications through settings; disable system applications (not delete!); Reset to factory settings (removes only user data and applications, system applications are restored); To completely remove system packages, you need to unlock the bootloader (erase all data!) or use alternative firmware.
What if after removing the applications, the phone began to slow down?
Probable causes and solutions: ๐Ÿ”„ Removed critical service: Write your phone stock firmware through the Mi Flash Tool. ๐Ÿ—‘๏ธ Residual files: Clear the cache in Settings โ†’ Warehouse โ†’ Clear the cache. ๐Ÿ”‹ Background Processes: Check Active Processes in Settings โ†’ Battery โ†’ Battery use. If the problem persists, reset to factory settings.
Can I remove Google services from Xiaomi?
Technically, yes, but it is highly discouraged. Deleting packages like com.google.android.gms (Google Play Services) com.android.vending (Play Market) com.google.android.gsf (Google Services Framework) will result in a: โŒ Play Market shutdown. โŒ Lack of push notifications (including WhatsApp, Telegram). โŒ Unable to log in to a Google account. Alternative: Turn off automatic updates to Google services in the Play Market โ†’ Settings โ†’ Auto-update of applications.