What system applications can be removed on Xiaomi: a safe list and instructions

Xiaomi’s MIUI-based smartphones are known for their abundance of pre-installed apps, many of which users never run. These programs take up space in memory, consume battery power in the background and sometimes even collect data about your activity. However, removing system applications is a risky process: improper actions can lead to phone malfunctions, loss of functionality or even a β€œbrick”.

In this article, we will analyze which system applications on Xiaomi can be removed without consequences, and which should not be touched. You will learn how to distinguish critical services from unnecessary "junk", what tools to use for safe removal, and what to do if after cleaning the phone began to work incorrectly. MIUI 14/15 HyperOS, where the system application structure is different from older versions.

Before you start deleting, remember that even "safe" applications can be linked to key MIUI functions through hidden dependencies. For example, deleting com.miui.analytics will disable statistics collection, but can disrupt the theme store. So always back up and be ready to restore the system.

Why are there so many pre-installed apps on Xiaomi?

MIUI was originally designed as a deeply customized version of Android, where the manufacturer sought to offer the user maximum features out of the box.

  • πŸ“¦ Duplication of features: Xiaomi installs its own alternatives to standard Android apps (e.g. Gallery instead of Google Photos, Music instead of YouTube Music).
  • 🌍 Regional services: Different sets of applications are available on devices for China and global versions (e.g. Mi Pay or Mi Credit are useless outside Asia).
  • πŸ“Š Data collection: Applications like MSA (Miui System Ads or Analytics track user activity for targeted advertising.
  • 🀝 Partner integrations: Xiaomi collaborates with Facebook, Netflix, LinkedIn and other services, pre-installing their applications.

According to the study AppCensus (2023), on new smartphones Xiaomi on average preinstalled 40-60 applications, of which the user actively uses no more than 15-20. the rest either duplicate functions or work in the background, consuming up to 5-10% of battery charge per day.

πŸ“Š How many preinstalled apps have you removed on your Xiaomi?
Not one.
1-5
6-10
More than 10.
I don't know how to count.

It is important to understand that not all of these applications can be removed by standard means, and many of them are system-based (installed in /system) and require superuser rights (root) or special tools like ADB.

What system applications can be removed without risk?

We have compiled a list of apps that can be removed in most cases without critical consequences for the phone, but before removing it, check if you are using the associated features (for example, if you do not use Mi Pay, you can safely remove it).

Title of the annexPackage name (package name)What's he doing?Can I remove it?
Mi Paycom.mipay.walletPayment service for Chinaβœ… Yes.
Mi Creditcom.miui.creditCredit services (for India/China only)βœ… Yes.
Mi Videocom.miui.videoplayerStandard video playerβœ… Yes (if you use an alternative)
Musiccom.miui.playerStandard music playerβœ… Yes.
Mi Browsercom.android.browserStandard browser⚠️ Remove only if you use it Chrome/Edge

The full list of β€œsafe” apps for uninstalling includes more than 30, but we have listed the most common ones. For models on HyperOS (for example, Xiaomi 14 or Redmi Note 13 Pro+), some packages may have different names, and they can be checked through the ADB command:

adb shell pm list packages -f | grep 'miui'

πŸ’‘

Before you delete any application, check its name in Settings β†’ Applications β†’ Application Management. Sometimes one application can be responsible for several functions (for example, com.miui.gallery manages not only the gallery, but also the photo editor).

Be especially careful with applications whose name includes:

  • πŸ”§ framework, service, provider are system components that will cause failures to be removed.
  • πŸ“± Launcher, Home – Responsible for the desktop.
  • πŸ”’ Security, guard – related to system protection.

How to remove system applications on Xiaomi

Depending on your technical skills and your phone model, there are a few ways to get rid of unnecessary apps, and we'll go from the simplest to the most complex.

1. Disconnect via settings (without root)

If you don't have superuser rights, you can disable applications, but you can't delete them completely, and that will stop them from working and free up some of the memory.

  1. Go to Settings β†’ Applications β†’ Application Management.
  2. Select an unneeded app (such as Mi Browser).
  3. Click Disable (if the button is active).
  4. Confirm the action.

Make a backup copy of the data

Check if the application is used by other services

Remember the name of the package in case of recovery

Reboot the phone after disconnecting-->

The downside of this method is that the application will remain in memory, will simply stop running, and some system applications (such as com.miui.analytics) cannot be disabled in the standard way.

2. Removal via ADB (without root but with PC)

A more radical method is the use of Android Debug Bridge (ADB), which allows you to remove system applications without obtaining root permissions, but requires a connection to a computer.

Instructions:

  1. Enable USB Debugging in Settings β†’ About Phone β†’ MIUI version (click 7 times, then go back to Additional β†’ For Developers).
  2. Connect your phone to your PC and confirm your trust in your computer.
  3. Open the command line (Windows) or the terminal (Mac/Linux) and type:
adb devices

(The name of your device should appear)

adb shell pm uninstall -k --user 0 com.mipay.wallet

(Replace com.mipay.wallet with the desired application package)

What if the ADB can’t see the device?
Make sure you have Xiaomi drivers installed (you can download it on the official website). USB-Reboot your phone and PC. Enable Charge Only, then select File Transfer again when you connect. If you use Windows, try running the command prompt on behalf of the administrator.

The advantage of this method: the application is removed only for your user (--user 0), So the system dependencies don't break down.

3. Removal with root rights (for experienced)

If you have root access (for example, through Magisk), you can remove applications directly from the system partition.

  1. Install a file manager with root support (such as Root Explorer or FX File Explorer).
  2. Go to /system/priv-app or /system/app.
  3. Find a folder with the name of the app (such as MiBrowser) and delete it.
  4. Reboot the phone.

⚠️ Note: Removing files from /system This can make it impossible to load your phone. Always back up the partition. /system before the changes. Recovery may require flashing through Fastboot.

An alternative way for root users to use the System App Remover app (available on the Play Market) is to remove applications that automatically back up.

What applications should not be removed (critical list)

Some system applications cannot be removed, even if they seem unnecessary, and if they are removed, they will cause a phone to malfunction, lose functionality, or be unable to turn on the device.

Title of the annexPackage name (package name)What happens when you remove it?
MIUI System UIcom.miui.systemuiDisappear notification panel, navigation buttons, desktop
Settingscom.android.settingsIt is impossible to open the phone settings.
MIUI Securitycom.miui.securitycenterBreak system protection, antivirus, memory cleaning
MIUI Launchercom.miui.homeDisappears desktop, it will be impossible to open applications
Telephony Providercom.android.phoneWill stop working cellular communication, SMS, mobile Internet

It is also not recommended to remove:

  • πŸ“Ά Modem-related applications (com.qualcomm... or com.mediatek...) will cause network loss.
  • πŸ”‹ Power management services (com.miui.powerkeeper) – the phone will start to run out quickly.
  • πŸ”„ Update Services (com.miui.updater) – You will not be able to install updates MIUI.

⚠️ Note: On HyperOS devices (e.g. Xiaomi 14 or Redmi) K70) Removing some system applications may result in a bootloader lock, due to Xiaomi’s new security policy, where critical components are protected at the kernel level.

If you accidentally delete one of these apps, the only way to restore your phone is to reflash your phone via Fastboot or Recovery. Firmware instructions for your model can be found on the XDA Developers or 4PDA forum.

How to restore a remote system application?

If the phone doesn't work properly after the app is removed (e.g., notifications are gone or the camera is no longer working), it can be restored. Here are three ways:

1.Recovery through ADB

If you have removed an application via ADB with a --user 0 flag, it can be returned by command:

adb shell cmd package install-existing com.mipay.wallet

(Replace com.mipay.wallet with your app package)

2. Install APK manually

Some apps (such as Mi Browser or Mi Video) can be downloaded. APK-A file from APKMirror and install it manually, but this only works for custom applications, not system components.

3. Resetting settings or flashing

If a critical application is removed and the phone is not turning on or malfunctioning, you will have to:

  • Make a reset to factory settings (if the phone is turned on).
  • Flash your phone over Fastboot (if the reset doesn't help).

πŸ’‘

Before any manipulation of system applications, be sure to back up through Settings β†’ Additional β†’ Backup and Reset or using TWRP (if installed).

To stream through Fastboot, you will need:

  1. Download the official firmware for your model from the Xiaomi Firmware website.
  2. Install the Mi Flash Tool on PC.
  3. Run the phone in Fastboot mode (clamp Power + Volume down).
  4. Connect to a PC and flash through the Mi Flash Tool.

Alternatives to Deletion: How to Hide or Freeze Apps?

If you don’t want to risk removing system apps, there are safer ways to get rid of them:

1. Hiding through the launcher

Many launchers (such as Nova Launcher or POCO Launcher) allow you to hide applications from the menu.

  1. Install an alternative launcher from the Play Market.
  2. Press your finger on the desktop β†’ Launcher settings.
  3. Find the Hide Apps option and select the unnecessary ones.

2. Freeze through ADB

Instead of deleting the application, you can freeze it so that it does not start, but remains in the system:

adb shell pm disable-user --user 0 com.mipay.wallet

To defrost:

adb shell pm enable com.mipay.wallet

3. Use of Magisk modules

If you have root, you can install modules for Magisk that block unnecessary apps:

  • Universal Debloater – allows you to disable system applications through a graphical interface.
  • Xiaomi Debloater is a specialized module for Xiaomi devices.

The advantage of these methods is that if something goes wrong, you can always return the application to working state without flashing it.

Frequent Mistakes and How to Avoid Them

When you delete system applications, users often make mistakes that lead to crashes, and here are the most common ones and how to prevent them:

  • πŸ”„ Removing applications related to updates (com.miui.updater) will make it impossible to install new versions. MIUI. Solution: Instead of deleting, disable auto updates in settings.
  • πŸ“± Uninstall the launcher (com.miui.home) without it, you won't be able to open apps. Solution: install an alternative launcher (e.g. Nova Launcher) before removing it).
  • πŸ”‹ Remove battery services (com.miui.powerkeeper) This will speed up discharge. Solution: instead of deleting, manually disable optimization for individual applications.
  • πŸ“Ά Deleting modem services (com.qualcomm...) will result in network loss. Solution: Never touch applications with telephony, radio or modem in the name.

⚠️ Note: On HyperOS devices (e.g. Xiaomi 14 Pro or Redmi) K70E) Some system applications are protected by the mechanism AVB (Android Verified Boots. their removal can lead to a download lock with an Orange State error, in which case you will need to unlock the bootloader and completely flash the download.

If you are not sure whether you can delete a particular application, use the following resources:

  • πŸ“Œ XDA Developers – here are themes with lists of safe apps to remove for each model.
  • πŸ“Œ 4PDA β€” Russian-speaking community, where the nuances of working with Xiaomi are discussed.
  • πŸ“Œ Universal Android Debloater – an open source tool for analyzing system applications.

FAQ: Answers to Frequent Questions

Can I remove Google apps (YouTube, Chrome, Play Market) from Xiaomi?
Technically, but not recommended. Many MIUI features depend on the Google Services Framework (com.google.android.gms). Deleting the Play Market or Google Play Services can result in: Stopping push notifications (including WhatsApp, Telegram); not being able to use Google Pay, Gmail, YouTube; some games (such as PUBG Mobile or Genshin Impact) fail. If you want to get rid of Google, consider ROM firmware (such as LineageOS without GAPPS).
How do I know which app is responsible for advertising in MIUI?
The following system applications are responsible for displaying ads in MIUI: com.miui.systemAdSolution, the main ad module. com.xiaomi.midrop, displays ads in Mi Drop. com.miui.analytics, collects data for targeted advertising. com.miui.msa.global – Miui System Ads (global version). To disable ads without removing these applications: Go to Settings β†’ Password and Security β†’ Authorization and Block. Disable Personalized Recommendations and Interest-Based Advertting. C Settings β†’ Additional β†’ Special Opports (if you have access to msa).
Will Xiaomi work without pre-installed apps?
Yes, but with reservations: βœ… Basic functionality (calls, SMS, Mobile Internet will remain. ⚠️ Certain functions MIUI (Themes, Cloud Storage, Synchronization will stop working. ❌ System updates can be installed with errors or not installed at all. If you delete too many system applications, the phone can: Longer to boot, give errors when you start the camera or gallery, not display notifications correctly. For stable operation, leave at least: com.miui.systemui (interface) com.android.settings (settings) com.miui.securitycenter (security) com.android.phone (telephony)
How to uninstall applications on Xiaomi without a computer?
Without PCs and root rights, you can only disable applications (see section above). To completely remove them without a computer, you will need: Get root access (for example, through Magisk); Install System App Remover (requires root); Manually select applications to remove and confirm the action. ⚠️ Important: On new devices (e.g. Xiaomi) 13T or Redmi Note 12) unlocking the bootloader and getting root resets all data and can result in the Mi Account being blocked.
What if the phone does not turn on after removing the applications?
If the phone is stuck on the logo or left in the bootloop (cyclic reboot), try the following steps: Hard reset: pinch the power. + Loudness up on 10-15 Enter Recovery: Click Power + Volume up, then select Wipe Data (setting reset). Fastboot: Download the official firmware for your model from Xiaomi. Unpack the archive and launch the Mi Flash Tool. Connect the phone in Fastboot mode. + Volume down. Select Clean All mode and start firmware. If the phone is not detected by the computer, you may need to: Reinstall Qualcomm or MediaTek drivers (depending on the processor). Try another one. USB-Use a different PC (sometimes ports) USB 3.0 cause problems).