Xiaomi Redmi smartphones based on MIUI firmware are known for their functionality, but often suffer from an excess of pre-installed applications β so-called bloatware. These programs take up precious memory space, consume battery power in the background and can even collect user data, but not all of them are critical to the operation of the system.
In this article, we will learn which applications can be safely removed from the Redmi Note 12/11/10, Redmi 13C/12C and other models without disturbing the stability of MIUI. You will learn how to distinguish system services from unnecessary software, which programs affect performance, and also get step-by-step instructions for cleaning the phone.
Why is Xiaomi Redmi so many unnecessary apps?
Xiaomiβs MIUI firmware was originally designed to address the Chinese market, where its own services are popular, from cloud storage to payment systems, and when adapted to the Global ROM, some of these applications remain, even if they are useless outside of China.
Xiaomi also works with partners (e.g. Facebook, Netflix, LinkedIn) to pre-install their programs for a fee, called bloatware.
- π± It takes up from 1 to 5 GB of memory (depending on the model)
- π Consume up to 15% of battery power in the background (according to GSMArena tests)
- π‘οΈ They can collect location, browser history, and even contacts.
- β‘ Slow down the system, especially on budget models (Redmi) 10A, Redmi 9C)
According to research by XDA Developers, Xiaomi Redmi with MIUI 14 has an average of 42 apps pre-installed, of which only 12 are critical to the systemβs operation.
Top.-5 The most useless applications on Xiaomi Redmi (you can safely remove)
These programs don't affect MIUI, but they take up space and consume resources, and you can delete them without root permissions through standard settings:
- Mi Browser (Xiaomi Browser) πΉ Package: com.android.browser or com.mi.globalbrowser πΉ Why not: Uses Chromium but is inferior in speed and security to Google Chrome or Firefox.
- Mi Music (Music) πΉ Package: com.miui.player πΉ Why not: Player with limited features. Better to use Spotify, YouTube Music or even standard Google Play Music.
- Mi Video (Video) πΉ Package: com.miui.videoplayer πΉ Why itβs unnecessary: Does not support most formats, loses MX Player or VLC functionally.
- Mi Pay (Miami Payment System) πΉ Package: com.miui.mipay πΉ Why unnecessary: Works only in China, is useless in Russia and Europe, but consumes up to 80MB of memory.
- Facebook Services πΉ Package: com.facebook.services/com.facebook.appmanager πΉ Why not: Background service to sync with Facebook, and if you don't use Facebook, it's just wasting battery.
To remove these applications:
- Go to Settings β Applications β Application Management.
- Find the desired application in the list and tap it.
- Click "Delete" (if the button is active) or "Disable".
π‘
If the Remove button is inactive, try pressing "Disable" first and then trying again. Some applications can only be removed after turning off.
Xiaomi system applications that can be disabled (but not removed)
These programs can't be removed without root rights, but you can turn them off through settings. They're not critical to MIUI, but they can be useful in some scenarios.
| Annex | Package | What is responsible for? | Can I turn it off? |
|---|---|---|---|
| Mi Drop | com.xiaomi.midrop | Transfer files between Xiaomi devices over Wi-Fi Direct | β Yes. |
| Mi Remote | com.duokan.phone.remotecontroller | Managing equipment for IR port (DU remote) | β οΈ Unless you use an IR port. |
| Security (Security) | com.miui.securitycenter | Antivirus, garbage cleaning, traffic control | β No (responsible for application permissions) |
| Mi Cloud | com.miui.cloudservice | Synchronize contacts, notes, photos with the cloud Xiaomi | β Yes (unless you use the cloud) |
| Game Turbo | com.miui.gameturbo | Optimization of games (reducing lags, blocking notifications) | β Yes (unless you play mobile games) |
To disable the system application:
- Go to Settings β Applications β Application Management β All applications.
- In the upper right corner, click on three dots and select "Show Systems".
- Find the desired application, open its page and click "Disable".
β οΈ Warning: Do not disable com.miui.securitycenter, which will cause permissions to crash for other applications. MIUI), Otherwise, the phone may stop loading.
Xiaomi Hidden Services: What You Can Remove With Root Rights
If you have root access (for example, through Magisk), you can remove the deeply integrated Xiaomi services that take up resources but are not visible in the standard app menu.
- π Analytics (Collection of Statistics) πΉ Packages: com.miui.analytics, com.xiaomi.mistatistics πΉ What does: Sends phone usage data to Xiaomi. deletion doesn't affect system operation, but could disrupt updates MIUI through OTA.
- π MSA (Mi Service Framework) πΉ Package: com.xiaomi.msa.global πΉ What does it do: Responsible for push notifications from Xiaomi (advertising, updates) After deletion, notifications from Mi Community and Mi Store will stop coming.
- π Mi Store (Xiaomi App Store) πΉ Package: com.xiaomi.market πΉ What does it do: Google Play alternative, but with a limited set of apps, can be removed if you only use the Play Market.
- π΅ Mi Sound Recorder πΉ Package: com.miui.soundrecorder πΉ What does it do? Xiaomi's recorder, Google Voice Recorder, Easy Voice Recorder.
Removing these annexes will require:
- Get root access (for example, via Magisk or TWRP).
- Install a file manager with root support (such as Root Explorer or FX File Explorer).
- Go to /system/app or /system/priv-app and delete the folders with the packet names (e.g. MiuiAnalytics).
β οΈ Note: Removing system packages with root rights can result in a cyclical restart (bootloop) or loss of functionality (for example, the camera or Wi-Fi will stop working). TWRP Or OrangeFox Recovery.
What happens if you delete MSA (com.xiaomi.msa.global)?
How to remove unnecessary apps without root rights (methods for beginners)
If you donβt want root access, but still want to get rid of the bloatver, there are a few safe ways to do this:
1.Across ADB (Android Debug Bridge)
This is an official tool from Google that allows you to manage system applications without root rights.
Install ADB drivers on your PC (download from Google)
Enable USB debugging in the developer settings (Settings β About Phone β MIUI version (tap 7 times) β Developer settings β USB debugging)
Connect your phone to your PC and allow debugging
Download the ADB platform (e.g. Minimal ADB and Fastboot)
-->
After preparation, execute commands in the terminal:
adb shell
pm uninstall -k --user 0 com.miui.msa.global # Removes MSA
pm uninstall -k --user 0 com.miui.analytics # Removes Analytics
pm uninstall -k --user 0 com.xiaomi.market # Removes Mi StoreA list of commands to remove other applications can be found on the XDA Developers or 4PDA forums.
2. Through uninstallation applications
There are special utilities that simplify the process of removing system applications without root rights.
- π App Inspector β shows all installed packets and allows you to disable them.
- π Debloater Tool (for PC) β works through ADB, has a convenient graphical interface.
- π Universal Android Debloater is an open project on GitHub with support for most Xiaomi devices.
Example of Universal Android Debloater:
- Download and install the program on PC.
- Connect your phone to USB with debugging enabled.
- Select the Xiaomi Redmi model from the list.
- Check the unneeded apps and click Uninstall.
β οΈ Note: Some uninstallers may suggest removing critical packets (e.g. com.android.phone) Always check the name of the packet before deleting it!
What apps can not be removed (risk of breaking the phone)
Some system services are critical to MIUI operation, and their removal or disabling may result in:
- π Cyclical reboot (bootloop)
- π΅ Network loss (mobile internet and calls will not work)
- π Sensor failure (gyroscope, accelerometer will not work)
- π Unlockability (if you delete biometric services)
Here is a list of prohibited packets:
| Package | Name of name | Effects of removal |
|---|---|---|
| com.android.phone | Telephone services | Calls and SMS will stop working |
| com.miui.home | MIUI launcher | The desktop will disappear, the phone will not boot. |
| com.android.settings | System settings | It is impossible to change the parameters. |
| com.qualcomm.qti.telephonyservice | Modem Services (for Snapdragon) | Mobile network and Wi-Fi will disappear |
| com.miui.securitycenter | Security centre | Permissions for all applications will be affected |
If you accidentally deleted one of these packages, the only way to restore your phone is to flash the original firmware through Fastboot or TWRP.
π‘
Before you uninstall any system application, check its name in the XDA Developers database or in the 4PDA forum. If there is no information, it is better not to take risks!
How to Free Up Space After Removing Unnecessary Applications
Removing the bloatwer is just the first step. To maximize the optimization of Xiaomi Redmi, follow the following steps:
- Clear the cache of system applications: Go to Settings β Memory β Clean up and click "Clean up." This will free up up to 1-3 GB of space.
- Turn off auto-run of unnecessary programs: In Settings β Applications β Application Management, select the application β βAuto-Startβ β turn off.
- Move applications to memory card: If you have a microSD installed, select Storage in the application settings" β "Change" β "Memory map".
- Use lightweight alternatives: Replace heavy apps (like Facebook) with lightweight versions (like Facebook Lite) or web versions.
We also recommend you disable auto-update apps in Google Play so that new versions donβt take up space without your knowledge.