What applications on Xiaomi can be removed without harming the system: full guide 2026

Smartphones Xiaomi, Redmi and POCO They're known for their performance and their rich functionality, but many users have one problem: an overabundance of pre-installed applications. MIUI They take up precious space in memory, they consume battery life, and sometimes they even collect data without explicit consent. But can they be deleted? And if they are, which ones won't harm the system?

In this article, we will understand which applications on Xiaomi can be safely uninstalled and which are better left (or at least disable).

  • πŸ” How to distinguish system applications from unnecessary ones – Risk Assessment Criteria.
  • ⚑ Top.-15 Xiaomi apps that can be removed without consequences for the phone.
  • ⚠️ What happens if you remove critical services – real cases and symptoms.
  • πŸ› οΈ Step-by-step removal instructions (including: ADB for advanced users).

Important: Not all methods are suitable for all models. for example, on the Xiaomi 13 Pro with the MIUI 14 list of safe apps to remove differs from Redmi Note 10 MIUI 12.5 We'll take these nuances into account.

πŸ“Š What Xiaomi model do you use?
Redmi Note (any model)
POCO F/X/Pro
Xiaomi 11/12/13 series
Another Xiaomi model
I don't know.

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

Xiaomi has partnered with dozens of partners, from Google to local developers like Alibaba or Tencent, to:

  • πŸ’° Monetize the ecosystem – many apps (such as Mi Browser or Mi Video) show ads.
  • 🌍 Adapt to regions – in China, India and Europe, the set of pre-installed programs is different.
  • πŸ”„ Integrate services – for example, Mi Cloud for backup or Mi Home for smart home.

But for the average user, most of these apps are never used, and according to a Counterpoint Research (2023) study, up to 60 percent of pre-installed programs on Xiaomi smartphones remain intact throughout the life of the device.

  • πŸ“‰ Take up to 3-5 GB of memory (on some models – up to 8 GB!).
  • πŸ”‹ Increase battery consumption by 5-15% due to background activity.
  • πŸ›‘οΈ They can collect location, phone usage, and even contacts (especially Chinese versions of apps).

⚠️ Note: On smartphones with global firmware (for example, MIUI Global) some applications are already optimized for the European market and do not contain aggressive data collection, but even then many of them remain unnecessary.

What apps on Xiaomi can be removed without harm?

We divided the applications into three categories according to the level of risk:

  1. Safely remove – does not affect the operation of the system.
  2. You can delete, but with reservations, some functions may disappear.
  3. You can’t remove it – a critical dependence on the system.

Below is a list of applications that can be removed without consequences (relevant to the MIUI 12.5–14):

Title of the annexPackage (name in the system)What's he doing?Can I remove it?
Mi Browser (Browser)com.android.browserBranded browser with advertisingβœ… Yes (use Chrome or Firefox)
Mi Video (Video player)com.miui.videoplayerPlayer with integrated advertisingβœ… Yes (replace by) VLC or MX Player)
Mi Music (Music)com.miui.playerMusic Player with Limited Functionalityβœ… Yes (alternatives: Spotify, Poweramp)
Mi Pay (Payment System)com.mipay.walletThe Chinese wallet (not working in Europe)βœ… Yes (if you don't use it) NFC-payment)
Mi Community (Xiaomi Forum)com.xiaomi.forumOfficial Community (rarely used)βœ… Yes.

Complete list of 15+ For more detailed applications, see the next section, but for now, what can not be removed under any circumstances:

  • 🚫 com.miui.home – Launcher (main interface) MIUI).
  • 🚫 com.android.settings - Settings.
  • 🚫 com.miui.securitycenter – Security Center (responsible for permissions and updates).
  • 🚫 com.google.android.gsf – Google Services (without them, the Play Market will not work).

πŸ’‘

Removing system applications through standard settings MIUI It's not possible. ADB root.

Step-by-step: how to remove unnecessary applications

There are three ways to get rid of pre-installed programs on Xiaomi:

  1. Disconnection (without removal) – suitable for beginners.
  2. Removal through ADB β€” requires a computer but does not violate the warranty.
  3. Removing root rights is risky, but it gives you complete control.

Let us consider each method in detail.

Method 1: Disabling applications (without deleting)

If you don't want to take risks, just turn off the programs that you don't need. They won't work, but they'll stay in your memory.

Open Settings β†’ Applications β†’ Application Management

Select an unnecessary app (e.g. Mi Browser)

Click Disable (if the button is active)

Confirm the action.

-->

⚠️ Limitations:

  • Not all system applications can be disabled (e.g., Mi Security).
  • Disabled programs still take up space on the disk.
  • Some apps (such as Mi Video) may be enabled on their own after the update. MIUI.

Method 2: Removal via ADB (without root)

This is the safest way to completely remove the bootloader without having to unlock it.

  • πŸ–₯️ Computer with Windows/macOS/Linux.
  • πŸ”Œ Cable USB Type-C (original).
  • πŸ“₯ Utility. ADB Tools by Google.

Instructions:

  1. Download and unpack the platform-tools in any folder.
  2. Turn on the phone Developer Mode: Settings β†’ The phone. β†’ Version. MIUI (click 7 times)
  3. Activate USB Debugging in Settings β†’ Additional β†’ For developers.
  4. Connect your phone to your PC and execute: Adb devices (the device should appear).
  5. Remove the unnecessary application by command: adb shell pm uninstall --user 0 com.miui.videoplayer (replace com.miui.videoplayer with the desired application package).

Example of commands for popular applications:

adb shell pm uninstall --user 0 com.miui.browser    # Mi Browser


adb shell pm uninstall --user 0 com.miui.player      # Mi Music




adb shell pm uninstall --user 0 com.xiaomi.forum      # Mi Community

⚠️ Attention: Removal through ADB It does not require root rights, but some apps (such as Mi Pay) may return after resetting or updating. MIUI. To avoid this, use the command: adb shell pm uninstall -k --user 0 com.mipay.wallet (flag) -k retains cache but prevents automatic recovery).

Method 3: Removal with root rights (for experienced)

If you have a bootloader unlocked and Magisk installed, or TWRP, You can delete any application, including system applications:

  • πŸ”“ Violates the warranty (if you do not hide the root).
  • πŸ’₯ It can cause a β€œbrick” (inoperability) of the phone.
  • πŸ”„ Requires regular updates to Magisk for compatibility with MIUI.

Use:

  • πŸ“± Root Explorer (manually delete files in the /system/app).
  • πŸ€– Titanium Backup (freeze or complete removal).
  • πŸ’» ADB with root rights: adb shell su mount -o rw,remount /system rm -rf /system/app/MiBrowser
What if after removing the application, the phone stopped working?
If after removing the system application (for example, com.miui.home), the phone does not turn on or hovers on the logo: 1. Go to Fastboot (clutch power) + Loudness down). 2. Connect to your PC and execute the command: fastboot flash system system.img (You need an original firmware for your model). 3. If there is no backup, use the official recovery MIUI.

What happens if you remove critical applications?

Some users, in pursuit of a free space, delete everything without understanding the consequences.

Remote appendixEffects of consequencesHow to fix it
com.miui.home (Launcher)Black screen after booting, no desktop.Refuse the phone or install another launcher through ADB.
com.android.settings (Settings)It is impossible to open settings, reset the phone or change settings.Recovery via Fastboot or Recovery.
com.miui.securitycenter (Security)Updates, permissions for applications, antivirus do not work.Install MIUI Re-engineering the Mi Flash Tool.
com.google.android.gsf (Google Services)Play Market is not working, there is no synchronization of the account.Reflash GApps (Google Service Package).

Deleting com.qualcomm.qti.telephonyservice (a Snapdragon-powered smartphone) results in total network loss (no ringing, no internet) – a case most common among users. POCO F3 Xiaomi 11T after the failed experiments with the deblot.

If you delete something critical, but the phone still turns on, try:

  1. Restore the application through ADB: adb shell cmd package install-existing com.miui.home
  2. Install APK manually (for example, download) com.android.settings.apk for your version MIUI).
  3. Make a reset to factory settings (but this will return all preinstalled applications).
adb backup -apk -shared -all -f backup.ab

This file can be restored by Later.-->

What Xiaomi applications can be replaced with analogues?

Many pre-installed programs from Xiaomi are inferior to third-party counterparts in functionality and speed.

Standard Xiaomi appThe alternativeAdvantages of alternatives
Mi BrowserGoogle Chrome / FirefoxQuick, no ads, PC sync.
Mi VideoVLC / MX PlayerSupport for all formats, no advertising.
Mi MusicPoweramp / SpotifyBest sound quality, equalizer.
Mi File ExplorerSolid Explorer / FX File ExplorerTwo-panel mode, cloud storage.
Mi CalculatorGoogle Calculator / CalcESMore functions (graphics, history).

Some apps (such as Mi Home for smart homes) are harder to replace because they are closely integrated with Xiaomi’s ecosystem.

  • 🏠 Home Assistant (full control of devices).
  • πŸ“· For cameras: TinyCam Pro (support for Xiaomi Mi Home Camera).

If you use POCO Launcher or Nova Launcher, many system applications (such as Mi Weather) can be simply hidden from the menu without removing them.

How to Free up Space on Xiaomi Without Deleting Applications?

If you don’t want to risk removing system programs, there are alternative ways to free up memory:

  • πŸ—‘οΈ Cache cleaning: Settings β†’ Warehouse β†’ Clear cache (can release up to 1-3 GB).
  • πŸ“ Transfer of applications to SD-map (if supported): Settings β†’ Annexes β†’ Select an application β†’ Warehouse β†’ Change.
  • ☁️ Use of cloud storage: πŸ“Ž Google Photos (Automatically uploading photos). πŸ“Ž Mi Cloud (5GB) is free for Xiaomi users).
  • πŸ” Search and removal of duplicates: πŸ“± Appendices: Files by Google, CCleaner. πŸ–₯️ On PC: Duplicate Cleaner (for deep cleaning).

Another effective method is to disable automatic download of updates for unnecessary applications:

  1. Go to Settings β†’ Applications β†’ Application Management.
  2. Select an app (such as Mi Browser).
  3. Click Remove Updates (if the button is active).
  4. Turn off Auto Update in the Play Market.

⚠️ Note: On some models (e.g. Xiaomi 12 Pro), disabling updates for system applications can lead to errors in the work MIUI. In this case, it is better to use ADB complete removal.

πŸ’‘

If you need to free up less than 1GB of storage, it is better to use cache cleaning and transfer files to the cloud. Deletion of applications is justified if less than 3-5GB is free.

FAQ: Frequent questions about removing apps on Xiaomi

❓ Can I remove Mi Security (Security Center)?
❌ No. This app is responsible for permissions, updates and antivirus protection, and if it is removed, it will result in: Inability to install new apps. No update notifications. MIUI. Problems with Google Play Protect. πŸ”Ή Alternative: Disable unnecessary features in Mi Security settings (e.g. Battery Optimization or Virus Scanner).
❓ Will Remote Applications Return After Updating? MIUI?
βœ… Yes, if you have removed them through a Disconnection or ADB flagless -k. To avoid this: Use the command: adb shell pm uninstall -k --user 0 com.miui.videoplayer (flag) -k saves cache, but prevents automatic recovery.Install Magisk and use the Universal Debloater module for permanent removal. πŸ”Ή Chinese firmware (e.g. China) ROM) Apps are returning more often due to aggressive update policies.
❓ How to find out which application takes up the most memory?
πŸ“Š Go to Settings. β†’ Warehouse β†’ The storage analysis. You'll see here: πŸ“± Total amount of occupied memory (dividing by category). πŸ“¦ List of the most "heavy" applications (sorted by size). πŸ—‘οΈ Cache and junk files (can be cleaned in one click). πŸ”Ή For detailed analysis, use the application Storage Analyzer (shows hidden files). DiskUsage (visualization of occupied space).
❓ Can I remove Google Play Services?
❌ Absolutely not. This app is responsible for: Google Play Market, Google account sync (contacts, mail, calendar), push notifications for most apps, Google Maps, Gmail, YouTube features. πŸ”Ή What happens if you delete: All Google services will stop working; many apps (like WhatsApp, Instagram) will not be able to send notifications; you will not be able to log in to your Google account after you reboot. ⚠️ The only time it’s justified is if you’re using a fully-degugled firmware (like LineageOS without GApps).
❓ How to return a remote application if you need it?
πŸ”„ There are several ways: ADB (if removed without complete erasure: adb shell cmd package install-existing com.miui.videoplayer Installation APK manually: Download APK The desired application (for example, with APKMirror). Set the name file.apk via adb install.Reset to factory settings: Settings β†’ Additionally. β†’ Recovery and discharge β†’ Reset (reset all pre-installed apps but delete your data) Fastboot Flash: Download the official firmware for your model. Use the Mi Flash Tool to restore. πŸ”Ή If the app was system-based (such as Mi Security), the easiest way to reset or reflash your phone is to do a reset.