What applications on Xiaomi can be removed painlessly: full list + instructions

Xiaomi smartphones are known for their functionality, but many users are faced with a problem: out of the box, the device is filled with dozens of pre-installed applications, some of which duplicate the functions of Google services, another imposes advertising or collects analytics, and even after completely removing some applications through ADB, the system continues to work steadily, if you know what you can touch.

In this article, we will not only list the safe to remove applications, but also explain how to properly uninstall them (including hidden system packages), what consequences can occur if an error occurs, and how to restore a deleted one if something goes wrong. MIUI 14/15 HyperOS – new versions of the shell have their own nuances.

Why is Xiaomi so many unnecessary apps?

The manufacturer installs two types of β€œextra” software on smartphones:

  • πŸ”Ή Duplicate services: for example, Mi Browser with Chrome, or Mi Video with YouTube.
  • πŸ”Ή Advertising and analytical modules: com.miui.analytics, com.xiaomi.midrop (advertising in the file manager).
  • πŸ”Ή Regional Applications: for India (Mi Pay India), China (Mi Home China) or Europe (Mi Credit).
  • πŸ”Ή Outdated services: Mi Drop (replaced with Quick Share in newer versions) MIUI).

According to Xiaomi.eu firmware analysis, up to 30-40 apps can be removed from preinstalled apps without damaging the system, but some are tied to key features β€” for example, com.miui.securitycenter is responsible for app permissions, and it’s important to understand the difference between β€œcan be removed” and β€œcan be disabled.”

πŸ“Š How do you usually do with pre-installed apps on Xiaomi?
I'm removing everything I can.
I'm turning it off, but I'm not removing it.
I'm not touching anything.
I use them.

How to remove applications on Xiaomi: from simple to complex

There are 4 levels of β€œcleaning” a smartphone, each of which requires different rights and skills:

  1. Disconnect via Settings (without root): the application remains in the system, but does not work and is not updated.
  2. Removal via ADB (no root): Complete uninstallation, but requires a PC connection.
  3. Root-rights removal: access to all system packages, but the risk of β€œbricking”.
  4. Install custom firmware (for example, Xiaomi.eu): firmware without bloat, but lost warranty.

For most users, the second option (ADB) is optimal - it does not require unlocking the bootloader and retains the warranty. Below we will discuss each method in detail, but first - a list of safe applications to remove.

πŸ’‘

Before mass deletion, back up your system via Settings β†’ About Phone β†’ Backup. This will allow you to restore the system if something goes wrong.

A full list of Xiaomi apps that can be removed without consequences

We divided the applications into 3 risk categories, with the table listing the names of the packages (required for ADB), the names in Russian and the possible consequences of deletion.

Level of riskPackage nameWhat is it?Effects of removal
βœ… Safe.com.miui.bugreportMistakes report by MIUIYou can not send error logs in support of Xiaomi
βœ… Safe.com.xiaomi.midropMi Drop (file transfer)The "Transfer" tab in the gallery will disappear
⚠️ Average riskcom.miui.analyticsAnalysis of the use of MIUISome MIUI functions may be affected (e.g., smart assistant)
⚠️ Average riskcom.miui.hybridHybrid services (for older versions of MIUI)New firmware may not affect, old ones - errors in the interface
❌ Dangerous.com.miui.securitycenterSecurity centreViolate the work of permissions, antivirus and optimization

The full list of 50+ packages for different versions of MIUI can be downloaded at the end of the article. Note: on HyperOS (the new shell of Xiaomi), some packages have been renamed. For example, com.miui.gallery became com.miui.hypergallery.

What happens if you delete the system application by mistake?
At best, a feature (like a camera or alarm clock) disappears; at worst, the phone stops booting; 90% of the time, a Fastboot or flashing helps.

Step-by-step: How to remove applications through ADB

This method works on all Xiaomi models (from Redmi Note 8 to Xiaomi 14 Ultra) and does not require root rights.

  • πŸ–₯️ Computer with Windows/macOS/Linux
  • πŸ“± USB-cable (original)
  • πŸ”§ Google's Platform Tools utility
  • βš™οΈ Included debugging by USB (Settings β†’ The phone. β†’ Version. MIUI β†’ 7 times to tap)

Follow the instructions:

β˜‘οΈ Preparation for removal through ADB

Done: 0 / 4
  1. Open the command line (Windows) or terminal (macOS/Linux) in the adb folder.
  2. Enter the command to check the connection: Adb devices must appear serial number of your device.
  3. Remove the unnecessary application by command: adb shell pm uninstall -k --user 0 com.xiaomi.midrop Replace com.xiaomi.midrop with the desired package from our list.
  4. Reboot the phone.

⚠️ Note: Some applications (e.g. com.miui.system) cannot be removed even through the ADB β€” The system will block the command, and in such cases, a Failure error will appear. [DELETE_FAILED_INTERNAL_ERROR].

What apps should not be removed (even if they seem unnecessary)

Some system packages seem useless, but are actually critical to work. MIUI. Here. TOP-5 "trap":

  • 🚫 com.android.providers.media β€” responsible for media files (photos, videos, music) Deleting will lead to errors in the gallery.
  • 🚫 com.miui.home - launcher MIUI. Without it, there will be no desktop.
  • 🚫 com.miui.securityadd – additional security features (e.g., application blocking).
  • 🚫 com.xiaomi.finddevice is a "Find Device" service, and you can't track your phone when you're lost.
  • 🚫 com.miui.voiceassist is a voice assistant, and on some models, it's responsible for gesture control.

It is also dangerous to touch packages with names: provider (system data), service (services), input (keyboard and input).

If you are not sure about the purpose of the package, it is better to disable it through the settings (Settings β†’ Applications β†’ Application Management β†’ Disable).

πŸ’‘

Before removing any package, check its name in the AppBrain database or through a search on the 4PDA/XDA Developers forums.

What to do if after removing the applications the phone began to glittle?

If after the "cleaning" you notice:

  • πŸ”„ Permanent reboots – most likely a critical package (e.g. com.miui.systemui) has been removed).
  • πŸ“± Black screen after the screensaver - a problem with a launcher or graphics shell.
  • πŸ”• Calls are not working./SMS β€” Telephony affected (com.android.phone).

The system can be restored in three ways:

  1. Recovery via ADB (if the phone is turned on): adb shell cmd package install-existing com.xiaomi.midrop This command will return the remote application (replace com.xiaomi.midrop with the desired package).
  2. Reset via Recovery: Turn off the phone. Press the Power + Volume Up before the Mi logo appears. select Wipe Data β†’ Wipe All Data. ⚠️ Note: This will delete all your data (photos, contacts, messages)!
  3. Fastboot Firmware (the most reliable way): Download the official firmware for your model from the Xiaomi website. Unpack the archive and launch flash_all.bat (Windows or flash_all.sh (macOS/Linux).

If the phone doesn't even turn on in the Fastboot, it's a brick, and then you can only flash it through the Fastboot. EDL-Mode (requires an authorized Xiaomi account and a special cable).

Alternative ways to free up memory without removing applications

If you don’t want to risk the stability of the system, but you need to make room, try these methods:

  • πŸ—‘οΈ Cache cleanup: Settings β†’ Warehouse β†’ Clear the cache, you can release it before 1-3 GB.
  • πŸ“ Transfer of applications to SD-map (if supported): Settings β†’ Annexes β†’ Select an application β†’ Warehouse β†’ Change. β†’ SD-map.
  • ☁️ Disabling Automatic Backup: Settings β†’ Accounts. β†’ Mi Cloud β†’ Backup β†’ Shut down.
  • 🚫 Freeze applications via Shizuku + App Manager: allows you to β€œsleep” unnecessary programs without removing them.

For advanced users, there's another way to debloat through Magisk, and Universal Debloater lets you disable system applications without physically removing them, which is safer than ADB, because changes are easy to roll back.

If you’re critically short on memory, consider buying a smartphone with a lot of storage, such as the Redmi Note 13 Pro+, which is available in 512GB, which solves the problem at the root.

FAQ: Frequent questions about removing apps on Xiaomi

Can you delete Google apps (YouTube, Chrome, Gmail) without consequences?
Yes, but with reservations: πŸ”Ή YouTube, Chrome, Gmail can be removed – they are not critical to the system. πŸ”Ή Google Play Services (com.google.android.gms) and Google Services Framework (com.google.android.gsf) cannot be removed, and this will disrupt all Google services. πŸ”Ή In some models (for example, POCO F5) When you delete the Google App, voice search can go missing. If you don't use Google services, you can install Xiaomi.eu firmware -- it doesn't have Google apps out of the box.
How do you know which app is responsible for a specific feature (like a weather widget)?
There are several ways: App Inspector: Install App Inspector from Play Market. Open the widget/function you want to check. Run App Inspector and select Show over Other Windows. Tap on the item of interest, the app will show the name of the package. ADB: adb shell dumpsys window | grep mCurrentFocus This command will display the name of the active window package. For MIUI weather widgets, the com.miui.weather2 is usually the answer.
Will it work? OTA-Update after removing system applications?
It depends on which packages you have removed: βœ… If only user apps (such as Mi Music or Mi Browser) are removed, updates will come and install normally. ⚠️ If system services (e.g. com.miui.updater) are affected, the update center will stop working, and you will have to manually update via Fastboot. ❌ If you delete com.miui.system or similar critical packages, your phone may not boot after the update. To avoid problems, check the list of deleted packages for compatibility with the new version before updating. MIUI in forums (for example, 4PDA).
How to uninstall applications on Xiaomi without a computer?
Without PC options are few, but they are: Disconnect through Settings: Go to Settings β†’ Annexes β†’ Application management. Choose the unnecessary application β†’ Disable. This won't remove it completely, but it will stop it from working and updating. Using a launcher with app hider: Install Nova Launcher or Lawnchair. In the launcher settings, find the "Hide Apps" option and add the unnecessary ones to the list. Uninstallation apps (require root): Titanium Backup (Old, but Works). SD Maid (function "AppControl"). ⚠️ Note: Most Play Market cleaners (such as CCleaner) cannot remove system applications without root.
Can I remove MIUI and install a pure Android?
Technically yes, but with serious reservations: πŸ”§ Method 1: Custom firmware (e.g. LineageOS or Pixel Experience) requires a fastboot oem unlock; some models (e.g. Redmi Note 12) have 7 days to wait until unlocked; warranty and data encryption (on some firmware) are lost). πŸ“± Method 2: Xiaomi.eu firmware (MIUI No bloats required to unlock the bootloader on most models, retains all functions MIUI, It removes Chinese apps and ads. OTA-update. ⚠️ Problems after installing a clean Android: Camera may not work (you need separate drivers); Xiaomi branded features (like Second Space or Game Turbo) will disappear. NFC, For most users, the best option is Xiaomi.eu. MIUI, without any unnecessary software and with European localization.