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.
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:
- Safely remove β does not affect the operation of the system.
- You can delete, but with reservations, some functions may disappear.
- 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 annex | Package (name in the system) | What's he doing? | Can I remove it? |
|---|---|---|---|
| Mi Browser (Browser) | com.android.browser | Branded browser with advertising | β Yes (use Chrome or Firefox) |
| Mi Video (Video player) | com.miui.videoplayer | Player with integrated advertising | β Yes (replace by) VLC or MX Player) |
| Mi Music (Music) | com.miui.player | Music Player with Limited Functionality | β Yes (alternatives: Spotify, Poweramp) |
| Mi Pay (Payment System) | com.mipay.wallet | The Chinese wallet (not working in Europe) | β Yes (if you don't use it) NFC-payment) |
| Mi Community (Xiaomi Forum) | com.xiaomi.forum | Official 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:
- Disconnection (without removal) β suitable for beginners.
- Removal through ADB β requires a computer but does not violate the warranty.
- 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:
- Download and unpack the platform-tools in any folder.
- Turn on the phone Developer Mode: Settings β The phone. β Version. MIUI (click 7 times)
- Activate USB Debugging in Settings β Additional β For developers.
- Connect your phone to your PC and execute: Adb devices (the device should appear).
- 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?
What happens if you remove critical applications?
Some users, in pursuit of a free space, delete everything without understanding the consequences.
| Remote appendix | Effects of consequences | How 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:
- Restore the application through ADB: adb shell cmd package install-existing com.miui.home
- Install APK manually (for example, download) com.android.settings.apk for your version MIUI).
- Make a reset to factory settings (but this will return all preinstalled applications).
adb backup -apk -shared -all -f backup.abThis 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 app | The alternative | Advantages of alternatives |
|---|---|---|
| Mi Browser | Google Chrome / Firefox | Quick, no ads, PC sync. |
| Mi Video | VLC / MX Player | Support for all formats, no advertising. |
| Mi Music | Poweramp / Spotify | Best sound quality, equalizer. |
| Mi File Explorer | Solid Explorer / FX File Explorer | Two-panel mode, cloud storage. |
| Mi Calculator | Google Calculator / CalcES | More 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:
- Go to Settings β Applications β Application Management.
- Select an app (such as Mi Browser).
- Click Remove Updates (if the button is active).
- 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.