Smartphones Xiaomi, Redmi and POCO They're stuffed out of the box with dozens of pre-installed system applications, from useful utilities to intrusive branded software that eats up memory, uses up battery power in the background and slows down the system. Many users want to get rid of this "garbage" but are afraid to disrupt stability. MIUI Or turn your phone into a brick:
β What system applications can be disabled without risk (disaggregated by categories: secure, conditionally safe and dangerous).
β 3 ways to disconnect: through settings MIUI, assisted ADB utility MIUI Optimized Setup (for Advanced Setup).
β What happens if you remove critical services β from a drop in performance to a complete inoperability of the phone.
β Features for different models: why POCO F5 You can delete more than the Redmi Note 12, and how it relates to the version MIUI.
All recommendations are based on real-world user tests and analysis of system process logs. We wonβt advise βremove everythingβ β instead, youβll get an accurate list of apps that can be deactivated on 90% of Xiaomi devices without loss of functionality, as well as a checklist to check stability after cleaning.
Why Xiaomiβs system apps are interfering with your phone
Even Xiaomiβs flagship models suffer from background activity, according to tests by Geekbench and AccuBattery, up to 15 percent of battery power can go to unnecessary processes like:
- π± Msa (MIUI System Ads β service responsible for displaying ads in the system menu (yes, even if you turned it off!).
- π MiuiDaemon is a background process that checks for updates to all Xiaomi apps, including those you donβt use.
- π Analytics β collects data about your phone usage (even if you have disabled βSending Statisticsβ in your settings).
- π΅ MusicFX and Mi Sound Assistant β duplicate the functions of the standard equalizer, but work in the background.
The problem is compounded by the fact that MIUI For example, Cleaner (com.miui.cleanmaster) can take up to 300 MB of RAM even in a folded state, and Mi Video can load the processor by 5-10% when simply scrolling through the tape in TikTok.
But it's not all that bad: some of this software can be disabled (deactivated) or deleted (uninstalled) without consequences, and the key is to know which apps are responsible for what.
What Xiaomi System Apps Can Be Disabled Without Risk
We split the software into 3 In the table below, only those applications that can be disabled on most devices (tested on the MIUI 13β14 For the Redmi Note 11/12, POCO X4/F5, Mi 11 Lite).
| Category | Title of the annex | Packet (name in ADB) | What happens after removal? |
|---|---|---|---|
| Safe. | MIUI Cleaner (Cleaning up) | com.miui.cleanmaster | The βCleanβ button in the settings will disappear, but the function can be replaced with SD Maid or Files by Google. |
| Safe. | Mi Video (Video) | com.miui.videoplayer | There won't be a standard player, but VLC or MX Player is working better. |
| Conditionally secure. | Mi Music (Music) | com.miui.player | The music widget will disappear on the lock screen, but playback through other players will remain. |
| Dangerous. | Security (Security) | com.miui.securitycenter | It'll lead to collapse. MIUI: Access to security settings, antivirus and application resolution will be lost. |
| Conditionally secure. | Mi Browser (Browser) | com.android.browser | The pre-installed browser will disappear, but Chrome or Firefox will remain. |
β οΈ Note: On some models (e.g, POCO X3 Pro or Redmi K50) Deleting com.miui.miservice (Mi Account sync service) can lead to loss of communication with Xiaomi servers - you will lose access to themes, the cloud, and even updates by air:
- π Synchronize contacts / photos through Mi Cloud.
- π¨ Downloading themes from MIUI Themes.
- π± Find Device (phone search).
Check backup of important data (contacts, photos, SMS)
Make sure your phone is 50%+ charged.
Disable two-factor authentication in Mi Account (if you delete Mi Service)
Download alternative applications (player, browser, gallery)
Take screenshots of current settings (in case of reset)
-->
How to disable system applications on Xiaomi: 3 working ways
There are three main methods of deactivating unwanted software, depending on your level of training and phone model:
- Through settings MIUI (The simplest but limited way).
- With help. ADB (PC requires, but allows you to remove more applications).
- Through MIUI Optimized Setup (for advanced, gives full control).
Let's take a look at each one.
Method 1: Disconnect via settings (without root)
This method is suitable for deactivating (not deleting) applications, which will remain in the system, but will stop working and consume resources.
- Open Settings β Applications β Application Management.
- Click on the three dots in the top right corner and select Show All Apps.
- Find the app you want (such as Mi Video) and tap it.
- Click Disable (if the button is inactive, the application is critical to the system).
β οΈ Note: Some applications (such as Security or Mi Account) cannot be disabled in this way β MIUI It's just not gonna let you do it. ADB.
π‘
If the "Disable" button is inactive, try to delete all app updates first (the "Remove Updates" button in the same menu).
Method 2: Removal via ADB (for experienced)
ADB (Android Debug Bridge is a debugging tool that lets you control your phone from your computer, and it can completely remove system applications, rather than just disabling them.
The work will require:
- π₯οΈ Computer with Windows/macOS/Linux.
- π± Included debugging by USB on the phone (Settings) β The phone. β Version. MIUI (tap 7 times) β Additionally. β For developers β Debugging by USB).
- π USB-Type C Cable (preferably original).
- π οΈ Installed drivers ADB Fastboot (you can download from Google or via Google) SDK Platform Tools).
Instructions:
- Connect the phone to the PC and allow debugging (a request will appear on the smartphone screen).
- Open the command prompt (cmd on Windows or Terminal on the macOS/Linux) Enter: Adb devices must appear serial number of your device.
- To remove the application, use the command: adb shell pm uninstall -k --user 0 For example, to delete Mi Video: adb shell pm uninstall -k --user 0 com.miui.videoplayer
- Reboot the phone.
πΉ Important: Uninstall Team -k removes the application only for the current user (without affecting system files).This is safer than a complete deletion (pm uninstall without flags), but some applications can recover after updating. MIUI.
What if the ADB canβt see the device?
Method 3: MIUI Optimized Setup (for deep cleaning)
This method is suitable for users who want to massively remove unnecessary apps without manually entering commands. MIUI Optimized Setup is a script that automates the process through ADB.
Instructions:
- Download the archive. MIUI Optimized Setup with GitHub.
- Unpack it in a folder with ADB (For example, platform-tools).
- Connect your phone and launch the file. miui_optimized_setup.bat (Windows or miui_optimized_setup.sh (macOS/Linux).
- Follow the instructions on the screen β the script will suggest you to choose which apps to remove (there are pre-configured profiles: Light, Medium, Aggressive).
β οΈ Note: Aggressive profile removes critical services (e.g. com.miui.securitycenter) that may cause your phone to fail. Use it only if you are ready to flash it!
π‘
MIUI Optimized Setup is the fastest way to remove mass, but it requires caution.Always choose a Light or Medium profile if you are not sure of the consequences.
What happens if you remove critical system applications?
Some users in pursuit of cleanliness delete everything without understanding what an app is responsible for, and the consequences can range from minor bugs to a phone that is completely inoperable.
Here are the most common problems:
- π΄ Loss of functionality: Delete com.miui.gallery β The standard gallery will be lost (but you can use Google Photos). β The calculator will disappear (you will have to install a third-party one).
- π΄ System failures: Removal of com.miui.securitycenter β No application permissions, antivirus, call blocking. com.android.providers.media removal β All media files from system folders will be lost.
- π΄ Impossibility to Update: Delete com.miui.updater β It's not gonna be updated. MIUI by air (you will have to hand-stitch it).
- π΄ Bootloop (perpetual download): Delete com.miui.home (launcher) β The phone will not load beyond the logo. MIUI.
πΉ How to Restore a Remote Application?
If something goes wrong after removal, there are two options:
- Restore through ADB: adb shell cmd package install-existing name packet For example: adb shell cmd package install-existing com.miui.gallery
- Reset your phone to factory settings (if the first method didnβt help).
π‘
Before mass removal of system applications, back up via adb backup or MIUI This will help you quickly recover data if something goes wrong.
Features for different Xiaomi models
Not all Xiaomi smartphones are the same, even within the same lineup. POCO You can often uninstall more apps than Redmi because of the differences in firmware:
| Line/model | Features | What can be removed without risk | What you can't touch |
|---|---|---|---|
| POCO F3/F4/F5 | The firmware is closer to βpureβ Android, less branded software. | com.miui.cleanmaster, com.miui.videoplayer, com.miui.player, com.android.browser | com.miui.home (launcher), com.miui.securitycenter |
| Redmi Note 10/11/12 | Many advertising services (Msa), aggressive memory optimization. | com.miui.msa.global (advertising), com.miui.analytics (statistics) | com.xiaomi.discover (if removed, search in settings will disappear) |
| Mi 11/12/13 | Flagship firmware with additional services (for example, Mi) AI). | com.miui.voiceassist (voice assistant), com.miui.weather2 (weather) | com.xiaomi.aiasst (management) AI-function) |
| Redmi 9/10 series | Old firmware (MIUI 12 and below), fewer restrictions on deletion. | You can remove almost everything from the category "Safe" (see table above). | com.qualcomm.qti.autoregistration (responsible for mobile network) |
πΉ Important for owners POCO: In some models (for example, POCO X3 NFC) Deleting com.poco.launcher will result in a launcher resetting to a standard MIUI. To return POCO Launcher, you will have to reinstall it manually through APK.
πΉ Important for Redmi Note 12: On these models, delete com.miui.fm (FM-radio) can cause Bluetooth errors. If you don't use the radio, you'd better just turn it off through the settings.
How to check if removing system applications has harmed
After cleaning the system, you need to make sure that the phone is stable.
πΆ Mobile network and Wi-Fi work without breaks
π Calls and SMS send/receive
π The battery does not discharge faster than usual (check in Settings). β Battery)
π· The camera starts and takes photos/video
π Sound works in speakers, headphones and via Bluetooth
π Face print/unlocking function
π± No random reboots or lags
-->
If after removing the application you notice:
- π Frequent reboots β Most likely, a critical service has been removed (e.g. com.miui.home).
- π΅ There is no mobile network. β Check if you have removed com.qualcomm.qti... or similar packages.
- π Battery goes down in 2-3 hours β It is possible that the deletion has led to a permanent reboot of some service (check in Settings). β Battery β Use of the).
β οΈ Warning: If the phone starts to overheat after deleting the apps, it may mean that the system is constantly trying to restore the remote process:
- Check logs through adb logcat (requires knowledge).
- Restore the Remote Application (see section above).
- If it does not help, make a reset to the factory settings.