What system applications on Xiaomi can be removed without consequences: full list + instructions

Why are there so many unnecessary apps on Xiaomi and can they be safely removed?

Xiaomi's MIUI-based smartphones (or HyperOS in newer models) are known for an abundance of pre-installed applications, from branded services to partner software. Many users want to free up memory and reduce background activity, but are afraid to disrupt the stability of the system. The main question is: what system applications can be removed on Android without consequences? The answer depends on the device model, the firmware version and your needs.

In this article, we will discuss:

  • ๐Ÿ” What apps are safe to remove (and why 90% of users donโ€™t need them)
  • โš ๏ธ What services should not be removed, even if they seem useless
  • ๐Ÿ› ๏ธ 3 ways to remove: through settings, ADB and specialized utilities like MIUI Optimizer
  • ๐Ÿ“ฑ Features for different models (Redmi, POCO, Xiaomi's flagship 13/14)

Important: removing system applications is always risky. On devices with a blocked bootloader, some methods can lead to a phone "brick" (inoperability); if you are not prepared for possible problems, limit yourself to turning off unnecessary services through settings.

Top.-10 Xiaomi system applications that can be removed without consequences

These programs do not affect the basic functionality of the system, but take up space in memory and can consume battery power. Before removing, check if you are using their hidden functions (for example, com.miui.analytics is needed to collect statistics, but without it the phone will work more stable).

  • ๐Ÿ“Š Miui Analytics (com.miui.analytics) โ€“ sends data about the phone usage to Xiaomi.
  • ๐ŸŽต Music (com.miui.player) is a standard player that duplicates the functions of Google Play Music or Spotify.
  • ๐Ÿ“บ Mi Video (com.miui.video) โ€“ a video player with unnecessary recommendations and advertising.
  • ๐Ÿ“– Mi Browser (com.android.browser) - browser with integrated advertising. Better use Chrome or Firefox.
  • ๐Ÿ“ฑ Mi Drop (com.xiaomi.midrop) is a Wi-Fi file transfer service.
  • ๐Ÿ’ฌ Mi Community (com.xiaomi.forum) is a Xiaomi forum that is rarely used in Russia.
  • ๐ŸŽฎ Game Center (com.xiaomi.gamecenter.sdk.service) is a service for gamers that is useless for most users.
  • ๐Ÿ“ก Mi Remote (com.duokan.phone.remotecontroller) โ€“ remote control. If you do not control the equipment through the IR port, safely delete.
  • ๐Ÿ“ฆ GetApps (com.xiaomi.mipicks) is a proprietary app store with a limited range of products.
  • ๐Ÿ”„ Updater (com.android.updater) โ€“ can be deleted if you manually update via fastboot.

โš ๏ธ Note: On HyperOS devices (e.g. Xiaomi 14 or Redmi Note 13 Pro)+) Some of these applications can be integrated deeper into the system. Before removing, check their dependencies through the adb shell dumpsys package.

๐Ÿ“Š Which app do you want to remove first?
Mi Browser
Mi Video
Miui Analytics
GetApps
Other

How to remove system applications on Xiaomi: from simple to complex

There are three main methods of removing embedded software, and the choice depends on your experience and phone model:

  1. Disconnecting through settings (the safest way, but does not free up memory completely).
  2. Remove via ADB (requires a PC connection, but no root rights are required).
  3. Use MIUI Optimizer or Universal Android Debloater (maximum flexibility, but superuser rights are required).

Method 1: Disconnect via settings (without root)

If you donโ€™t need root rights or are afraid of damaging the system, just disable unnecessary apps:

  1. Go to Settings โ†’ Applications โ†’ Application Management.
  2. Select an unneeded app (such as Mi Browser).
  3. Click Disable (if the button is inactive โ€“ the application is critical to the system).
  4. Confirm the action.

The downside is that the application will remain in memory, will simply stop running, and the following methods are needed to completely remove it.

Method 2: Removal via ADB (without root but with PC)

This method works on most Xiaomi devices with the unlocked bootloader.

  • Computer with installed ADB-driver.
  • USB Debugging enabled (Settings โ†’ About Phone โ†’ MIUI Version (click 7 times) โ†’ Additional โ†’ For Developers โ†’ USB Debugging).
  • List of packets to remove (see previous section).

Instructions:

adb devices # Checking the connection


adb shell # Entrance to the shell




pm uninstall -k --user 0 com.miui.analytics # Miui Analytics Deletion Example




pm list packages | grep 'miui' # View all MIUI packages

To remove several applications at once, use the script:

@echo off


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




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




adb shell pm uninstall -k --user 0 com.android.browser




pause

โš ๏ธ Attention: Teams with flag --user 0 They only remove apps for the current user. To completely remove them from the system, you need root rights and a pm uninstall command without a flag.

โ˜‘๏ธ Preparation for removal through ADB

Done: 0 / 4

Method 3: Universal Android Debloater (with root)

For advanced users with unlocked bootloader and superuser rights (root), Universal Android Debloater is suitable.

  • Remove system applications selectively (with dependencies).
  • Restore deleted packets.
  • Create backups before changes.

Instructions:

  1. Install Magisk and get root access.
  2. Download Universal Android Debloater from GitHub.
  3. Connect your phone to your PC and launch the utility:
java -jar uad_gui.jar

In the program interface, select the removal packets and confirm the action. Always create a backup before mass removal!

๐Ÿ’ก

Before using Universal Android Debloater, check compatibility with your version of MIUI/HyperOS on the 4PDA forum.

Table: Consequences of removing Xiaomi system applications

Not all applications are equally secure. The table below shows the possible consequences of removing popular system packages. Red highlights critical services that cannot be touched.

Annex (package)Can I remove it?Effects of consequencesThe alternative
com.miui.analyticsโœ… Yes.Statistical data is stopped. There may be problems with OTA updates.Disabling in the privacy settings.
com.xiaomi.mipicks (GetApps)โœ… Yes.The store icon will disappear. App updates will have to be installed manually.Google Play or Aurora Store.
com.android.updaterโš ๏ธ Conditionally.Automatic updates will be disabled. You'll have to install firmware through fastboot.Manually check updates through Settings โ†’ About the phone.
com.miui.securitycenterโŒ No.Critical service! Security, permissions, and antivirus. Deleting it will lead to a reboot cycle.Disable unnecessary functions in security settings.
com.miui.galleryโš ๏ธ Conditionally.The standard gallery will disappear. Some camera functions (e.g. editing) may stop working.Google Photos or Simple Gallery.

If you are not sure of the consequences, first disable the application through the settings and test the phone for 2-3 days.

๐Ÿ’ก

Deleting com.miui.securitycenter or com.android.phone almost always results in a device blink, and these packages are responsible for the security core and phone functions.

What happens if you remove critical system applications?

Some users take a radical approach to "cleaning" the system and delete everything, and the consequences can be fatal:

  • ๐Ÿ”„ Cyclical reboot (bootloop) โ€“ phone turns on, shows logo MIUI and reboots.
  • ๐Ÿ“ต Network loss โ€“ mobile and Wi-Fi disappear (if you delete com.android.phone or com.miui.networkassistant).
  • ๐Ÿ”‹ Fast battery drain โ€“ some services (e.g. com.miui.powerkeeper) optimize power consumption.
  • ๐Ÿ”’ Blocking the bootloader on new devices (Xiaomi) 13T, Redmi Note 12: Removing Key Packets Can Activate Anti-Rollback Protection.

If the phone stops working after removal:

  1. Try resetting your settings via Recovery (press Power + Volume Up when you turn on).
  2. If the reset doesnโ€™t work, run your phone through the Mi Flash Tool (instructions are available at xiaomiflash.com).
  3. In extreme cases, contact the service center (but this may cancel the warranty).

โš ๏ธ Note: On HyperOS devices (e.g. Xiaomi 14 Ultra), some system applications are protected by dm-verity, and their removal without disabling the check will result in the inability to boot the system.

How to restore a remote system application?
If you have removed the package through ADB flag-headed --user 0, Restore it by command: adb shell cmd package install-existing com.nazvanie.paketa For full recovery will require flashing or manual copying APK-file /system/priv-app/ (root).

Features for different Xiaomi models: what can be removed on Redmi, POCO and flagships

The list of safe apps to remove may vary depending on the device line, and below are recommendations for popular series.

Budget models: Redmi 9/10/11, POCO M/X

On these phones you can safely delete:

  • ๐Ÿ’ฌ com.xiaomi.forum โ€“ Mi Community forum (blocked in Russia).

โ— Don't touch: com.miui.hybrid (responsible for topics) and com.miui.bugreport (system reports).

Mid-segment: Redmi Note 10/11/12, POCO F

You can go further and delete:

  • ๐Ÿ“บ com.miui.video โ€“ Player with advertising.
  • ๐ŸŽฎ com.xiaomi.gamecenter.sdk.service - Game Center.
  • ๐Ÿ“ก com.duokan.phone.remotecontroller - Mi Remote (unless you use an IR port).
  • ๐Ÿ” com.miui.analytics โ€“ Analytics (to improve privacy).

โš ๏ธ Watch out for Redmi Note 12 Pro+ removal of com.miui.fm (FM-radio may disrupt the operation NFC.

3. Flagships: Xiaomi 12/13/14, Mix, Black Shark

The top models have more junk, but they also have higher risks.

  • ๐Ÿ“Š com.miui.analytics + com.miui.daemon โ€“ Analytics and Background Processes.
  • ๐Ÿ“ฑ com.xiaomi.scanner โ€“ document scanner (there are analogues in Google Drive).
  • ๐ŸŽต com.miui.msa.global โ€“ advertising service MSA (responsible for push notifications).

๐Ÿšซ It is forbidden to remove:

  • com.miui.home โ€“ launcher (leads to black screen)
  • com.miui.systemAdSolution is an ad blocker (its removal will return banners to system applications).

On Black Shark, you can also delete com.blackshark.gamemode if you do not use the game features.

FAQ: Frequent questions about removing system applications on Xiaomi

โ“ Can Google Services be Deleted (GMS) Xiaomi?
Technically, yes, but this will make most applications (including Play Market, YouTube, Gmail) inoperable, and Google services are not available on China ROM, but can be installed separately via APKMirror. If you want to get rid of Google, consider LineageOS or Pixel Experience (but that will require unlocking the bootloader).
โ“ How to know which application is responsible for a specific function?
Use the command: adb shell dumpsys package | grep "keyword" For example, to find the application associated with the camera: adb shell dumpsys package | grep -i camera For visual analysis, install App Inspector (shows the dependencies of the packages).
โ“ Why After Removing Applications Through ADB They come back after the update?
When you update MIUI/HyperOS over OTA, the system restores remote system packages. To avoid this: Remove applications after each update. Use Magisk with Systemless Debloater module. Disable automatic updates in Settings โ†’ About Phone โ†’ System Update.
โ“ Can I remove it? MIUI and install a clean Android?
Yes, but you need to: Unlock the bootloader (official instructions). Install custom recovery (TWRP Or OrangeFox. Run an alternative firmware (LineageOS, Pixel Experience, ArrowOS). โš ๏ธ Note: On new models (Xiaomi) 13/14, Redmi Note 12) Unlocking the bootloader resets all data and requires a Mi Account link.
โ“ What apps can be removed to increase battery life?
To save charge, remove or disconnect: ๐Ÿ“Š com.miui.analytics โ€“ background analytics. ๐Ÿ”„ com.xiaomi.xmsf โ€“ sync service (unless you use Mi Cloud). ๐Ÿ“ก com.miui.weather2 โ€” weather (updated in the background). ๐ŸŽฎ com.xiaomi.gamecenter.sdk.service โ€“ Gaming Center (consumes resources even if you are not playing). โ†’ Battery โ†’ Auto-start.