What Xiaomi system programs can be removed without risk to the phone

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 can slow down the device. But not all system applications can be removed without consequences β€” some are critical to the stable operation of MIUI.

In this article, we will discuss which system programs on Xiaomi can be safely removed and which are best left, how to distinguish unnecessary software from important components, what tools to use for cleaning, and what to do if problems arise after removal. We will pay special attention to models 2022-2026 years (Redmi Note) 12, POCO X5, Xiaomi 13T etc. where the structure MIUI 14/15 peculiarities.

Why Xiaomi has so many pre-installed apps

Xiaomi has worked with a variety of partners whose services are integrated into firmware, such as shopping apps (Mi Store, music (Mi Music), cloud storage (Mi Cloud), and advertising modules that show banners in the system menus, and MIUI contains duplicate features, such as its own Mi Browser browser with Google Chrome.

On China ROM, the number of apps that are not used is even greater, with local services (Mi Pay, Mi Video) that are useless outside China, and even on the global ROM, some of the software is not used by most users.

  • πŸ“¦ Partner apps: Facebook, Netflix, LinkedIn – often duplicate the versions already installed by the user.
  • πŸ”„ Related services: Mi Browser vs Chrome, Mi Video vs YouTube.
  • πŸ“’ Advertising modules: com.miui.systemAdSolution - responsible for displaying banners in the settings.
  • 🌐 Local services: Mi Pay, Mi Credit – only in China.

According to firmware analysis MIUI 15, up to 40% of preinstalled apps can be removed without compromising functionality unless the user is using exclusive Xiaomi chips (e.g. synchronizing notes through Mi Cloud, NFC oral.

What System Programs Can Be Uninstalled Without Risk

We have compiled a list of apps that most users can safely remove, so check before cleaning if you are using their features (for example, if you are actively using Mi Fit for a fitness tracker, you should not remove it).

Title of the annexPackage (APK)Can I remove it?Effects of removal
Mi Browsercom.android.browserβœ… Yes.The browser icon will disappear, but Chrome or another browser will remain.
Mi Musiccom.miui.playerβœ… Yes.There won’t be a standard player, but Spotify, YouTube Music, and other things are working.
Mi Videocom.miui.videoplayerβœ… Yes.The video player will disappear, but you can use VLC or MX Player.
Mi Paycom.miui.mipayβœ… Yes (outside China)Payment via NFC will not work in Chinese stores.
Facebook, LinkedIncom.facebook.system, com.linkedin.androidβœ… Yes.Pre-installed versions will disappear, but you can install them from the Play Market.

You can also remove the following components if you do not use them:

  • πŸ“± Duplicate launchers: com.miui.home (only if you use a third-party launcher like Nova Launcher).
  • 🎡 Sound effects: com.miui.weather2 (Weather), com.miui.yellowpage (yellow pages).
  • πŸ“‘ Analytics services: com.miui.analytics – sends data about phone usage to Xiaomi.
  • πŸ“Š Advertising modules: com.xiaomi.midrop (advertising in Mi Drop).

⚠️ Note: On some models (POCO F5, Redmi K60) Deleting com.miui.home may result in a reboot cycle.Before deleting, back up via Settings β†’ Additionally. β†’ Backup.

πŸ“Š What Xiaomi apps have you already removed?
Mi Browser
Mi Music
Mi Video
Facebook/LinkedIn
Nothing removed.

How to remove system applications: step-by-step instructions

There are two main ways to uninstall system programs: through ADB (no root rights) and using Magisk (requires unlocking the bootloader), the first method is safer and suitable for most users.

Method 1: Removal via ADB (without root)

This will require a computer with Xiaomi drivers installed and the ADB tool.

Install Xiaomi drivers on PC|

Download the platform ADB (Android SDK Platform Tools)|

Enable USB debugging on your phone (Settings β†’ About Phone β†’ MIUI version (7 times press) β†’ Additional β†’ Developers β†’ USB debugging)|

Connect your phone to your PC and allow debugging|

Open the command line in the folder with ADB

-->

Next, execute the commands:

  1. Check the device connection: Adb devices should show your phone’s serial number.
  2. Remove the unnecessary app (example for Mi Browser): adb shell pm uninstall --user 0 com.android.browser

If the command runs without errors, the application will be deleted for the current user (without damaging system files).

adb shell cmd package install-existing com.android.browser

Method 2: Removal with Magisk (requires root)

This is a more powerful way to do it, but it's a riskier way to do it: once you get root rights, you can use Magisk modules like System App Remover or Debloater, but some Xiaomi models (like Xiaomi 14 with HyperOS) can lose warranty after unlocking the bootloader.

Algorithm of action:

  1. Unlock the bootloader through the Mi Unlock Tool (requires a Mi Account binding and a wait of 7-14 days).
  2. Install TWRP and run Magisk.
  3. In Magisk, activate the System App Remover module and select the removal applications.

⚠️ Attention: On Xiaomi 13/14 With HyperOS, removing system applications via Magisk can lead to Widevine blocking L1 (Downgrading streaming quality at Netflix and Disney+).

What applications should not be removed (critical components)

Some system programs are necessary for MIUI to work smoothly, and their removal may result in:

  • πŸ”„ Infinite Reboots (Bootloop).
  • πŸ“΅ Loss of the network or mobile Internet.
  • πŸ”• Non-functioning sensors (gyroscope, NFC, camera).
  • πŸ”‹ Quick battery discharge due to power management failures.

Below is a list of prohibited components:

Title/PackageWhat is responsible for?Effects of removal
com.android.phonePhone calls and SMSTotal loss of communication.
com.miui.securitycenterSecurity and authorizationsYou can't install applications.
com.miui.galleryStandard galleryThe photo will not be displayed in other applications.
com.qualcomm.qti.telephonyserviceCommunication module (on Snapdragon)The mobile network will disappear.

It is also not recommended to touch:

  • πŸ“‘ com.miui.weather2 β€” Despite the name, it is associated with system widgets.
  • πŸ”‹ com.miui.powerkeeper – manages energy saving.
  • πŸ“· com.android.camera – even if you’re using GCam, a standard camera is needed for some features (e.g. scanning). QR-codes in Mi Pay).
adb shell dumpsys package com. name.packet

This team will show you which services depend on this APK.-->

What to do if the phone is unstable after removal

If after cleaning there are lags, errors or failures of components, use these methods of recovery:

  1. Return the remote application via ADB: adb shell cmd package install-existing com.name.packet For example, to return Mi Browser: adb shell cmd package install-existing com.android.browser
  2. Reset to factory settings (if the deletion was massive): Go to Settings β†’ About Phone β†’ Reset. Attention: this will delete all data from the phone!
  3. Fastboot: Download the official firmware for your model from en.miui.com and run through the Mi Flash Tool.

If the phone is not turned on (bootloop), try:

  1. Clip Power + Volume up to enter Fastboot.
  2. Connect to the PC and execute the command: fastboot flash all firmware.zip

⚠️ Attention: On Xiaomi 12T, Redmi Note 11 and later after reset via Fastboot may require re-assignment of the Mi Account (if Mi Cloud was enabled).

Removal Alternatives: How to Disable Unnecessary Apps Without Risk

If you don't want to risk system stability, you can disable unnecessary programs instead of completely deleting them, which will free up RAM and stop background activity, but won't delete application files.

Methods of shutdown:

  • πŸ› οΈ Through settings MIUI: Go to Settings. β†’ Annexes β†’ Manage applications, select the unnecessary and click Disable.
  • πŸ“΅ Through ADB (rootless: adb shell pm disable-user --user 0 For example, to disable Mi Music: adb shell pm disable-user --user 0 com.miui.player
  • βš™οΈ With Package Disabler (requires root): The Play Market app lets you massively disable system software.

Advantages of disconnecting before removal:

  • βœ… You can return the application in one click.
  • βœ… No risk of damaging systemic dependencies.
  • βœ… Update capability remains MIUI.
How do I get the app back?
To activate the disabled application again, use the command: adb shell pm enable com.name.packet Or manually enable it in Settings β†’ Applications β†’ Disabled.

Specifics for new models: Xiaomi 13/14 and HyperOS

In 2023-2026, Xiaomi began the transition to a new HyperOS shell, which replaced MIUI on flagship models (Xiaomi 14, Xiaomi 13 Ultra), which changed the structure of system applications:

  • πŸ”„ Combining services: Some features (such as weather and watches) are now in the same package com.miui.hyperos.
  • πŸ›‘οΈ Enhanced Protection: Removing Critical Components Can Block Widevine L1 (downgrade).
  • πŸ“¦ New pre-installed apps: Xiaomi AI Assistant (com.miui.voiceassist), HyperOS Launcher (com.miui.hyperlauncher).

On HyperOS, it is not recommended to remove:

  • com.miui.hyperos is the core of the shell.
  • com.miui.hyperlauncher – launcher (deletion will lead to a reboot cycle).
  • com.miui.aod – Always On Display (on Xiaomi 14, it is responsible for the lock screen).

For HyperOS, it’s better to disable, not uninstall, and there’s a new Settings β†’ Apps β†’ Cleanup feature that lets you uninstall some preinstalled programs without ADB.

πŸ’‘

On HyperOS, removing system applications is more likely to crash than on MIUI. If you're not sure, limit yourself to shutting down.

FAQ: Frequent questions about removing system programs on Xiaomi

Can I remove Google apps (Play Market, Chrome, YouTube)?
Technically, but not recommended. These apps are closely integrated with Google services, and deleting them can lead to: account sync errors; push notification problems (for example, no messages will come to Telegram or WhatsApp); inability to install other apps from the Play Market; if you want to get rid of them, you better disable them through settings or use alternative firmware (for example, LineageOS).
How do I know which app is responsible for what?
There are several ways: through ADB: adb shell dumpsys package com.name.packet, the team will show the permissions and dependencies of the application. Using App Inspector (requires root): App from Play Market that analyzes system APKs. Search in the MIUI database: Sites like MIUI Wiki have descriptions of standard packages. For example, the package com.miui.weather2 seems to be weather-related, but it is actually responsible for widgets on the home screen.
Will NFC work after Mi Pay is removed?
Yes, NFC will work, but: You won't be able to use Mi Pay for contactless payments (currently only in China); other payment systems (Google Pay, SberPay) will remain operational; NFC data transfer features (like Android Beam) won't suffer. If you don't live in China, Mi Pay can be safely deleted.
Can I remove Miui Daemon (com.miui.daemon)?
No, you can't delete this package. com.miui.daemon is a system service that manages: MIUI background processes. Battery optimization. Certain sensors. Deleting it will lead to: Strong interface lags. Battery discharge. Control gestures malfunction.
How to clean Xiaomi from advertising without removing apps?
Advertising in MIUI It shows up through a few modules. To turn it off: Turn off personalized ads: Go to Settings. β†’ Confidentiality β†’ Advertising β†’ Personalized ads and deactivate slider. MSA (Miui System Ads): adb shell pm disable-user --user 0 com.miui.systemAdSolution Install ADB-Advertising Packages: Adb shell pm disable-user --user 0 com.xiaomi.midrop adb shell pm disable-user --user 0 com.miui.msa.global After that, the ad will disappear from: Settings menu. Lock screen. Standard apps (Mi Browser, Mi Music).