What system applications can be turned off on Xiaomi Redmi 9: a safe list 2026

Xiaomi Redmi 9 is one of the most popular budget smartphones, but its MIUI firmware is known for its abundance of pre-installed system applications. Many of them run in the background, consuming battery power, RAM and even mobile traffic. However, not all applications can be removed without consequences: some are critical to the stable operation of the device.

In this article, we’ll look at which system applications on Redmi 9 can be turned off without risk and which should not be touched. You’ll learn how to properly deactivate unnecessary services, what tools to use to do this (including ADB and root rights), and what risks removing critical components. All recommendations are relevant for MIUI 12/13/14 and are based on firmware analysis for Redmi 9 (codenamed lancelot).

Why system applications interfere with the work of the smartphone

Even if you don’t run pre-installed apps manually, many of them are:

  • πŸ”‹ Battery consumption – background processes (e.g. com.miui.analytics) can consume up to 5-10% of the charge per day.
  • πŸ“± Occupy RAM – Xiaomi services (like com.xiaomi.midrop) often hang in the background, slowing down multitasking.
  • πŸ“Ά Spending mobile traffic – apps like com.miui.cloudservice sync data without you knowing it.
  • πŸ“¦ Take up space in memory - some system APK Weigh 50-200 MB (e.g. com.miui.videoplayer).

According to the Redmi 9 tests, disabling unnecessary system applications can increase battery life by 15-25% and free up to 1-1.5 GB of RAM.

πŸ“Š Have you ever turned off system applications on Xiaomi?
Yeah, through the settings.
Yes, with ADB.
Yes, after getting root.
No, I'm afraid to break my phone.
No, I didn't know it was possible.

List of safe to disable system applications

Below is an updated list of applications for 2026 that can be disabled on Redmi 9 without critical consequences, all of which are classified as "bloata" (pre-installed software that does not affect the operation of the system).

Title of the annexPackage (APK)What's he doing?Risk of shutdown
Mi Videocom.miui.videoplayerStandard video playerLow (third-party players can be used)
Mi Musiccom.miui.playerStandard audio playerLow (alternatives: Spotify, VLC)
Mi Browsercom.android.browserBrowser from XiaomiMedium (can break web browsing in some menus)
Mi Drop (Mi Share)com.xiaomi.midropFile transfer over Wi-FiLow (alternatives: ShareIt, Nearby Share)
Cleaner (Security)com.miui.cleanmasterMemory optimizerMedium (may worsen automatic cache cleaning)

Important: On some Redmi 9 firmware, the com.miui.cleanmaster app is responsible for Battery and Performance in the settings.

Make a backup copy of important data|Check the version. MIUI In Settings β†’ The phone.|Make sure your phone is at least 50 times charged%|Connect the device to Wi-Fi (for the purpose of connecting the device) ADB-method)-->

How to disable system applications: 3 working ways

There are several methods to deactivate unwanted applications, from simply disabling them through settings to completely removing them with ADB or root rights, and consider each of them with Redmi 9 in mind.

1. Disconnection through standard settings

The safest, but also the most limited, way is suitable for applications that can be deactivated without special tools:

  1. Go to Settings β†’ Applications β†’ Application Management.
  2. In the top menu, select All Apps (not β€œDownloaded”).
  3. Find the app you want (such as Mi Video) and tap it.
  4. Click Disable (if the button is active).

⚠️ Note: Not all system applications have a "disable" button. If it's not, you'll need to use it. ADB root.

2. Disconnection via ADB (no root rights)

It requires you to connect your phone to your computer, but it doesn't violate your warranty, it's suitable for applications that you can't turn off through your settings.

  1. Turn on Developer Mode on your phone: Settings β†’ About Phone β†’ MIUI version (shap 7 times).
  2. Activate USB Debugging in Settings β†’ Additional β†’ For developers.
  3. Connect Redmi 9 to your PC and execute the command: adb shell pm disable-user --user 0 com.miui.videoplayer (replace com.miui.videoplayer with the desired package).

adb shell pm enable com.name.packet

3. Removal by Root Rights (for experienced)

The most radical method to remove system applications completely requires unlocking the bootloader and installing Magisk or custom Recovery. Example of commands for TWRP:

adb shell


su




mount -o rw,remount /system




rm /system/priv-app/MiVideo/MiVideo.apk




reboot

⚠️ Attention: Removal of system APK It can lead to bootloop (a looped reboot) or loss of functionality (for example, the disappearance of the menu item). /system.

What system applications cannot be disabled

Some processes are critical to the Redmi 9 operation, and disabling or deleting them can result in:

  • πŸ”„ Constant reboots (for example, if you touch com.android.phone – phone module).
  • πŸ“΅ Network loss (when deleting com.qualcomm.qti.telephonyservice).
  • πŸ”’ Screen lock (if you deactivate com.android.systemui).
  • πŸ”Œ Unable to charge (when removing com.miui.powerkeeper).
Prohibited applicationPackage (APK)Effects of disconnection
Systemic UIcom.android.systemuiDisappear notification panel, lock screen
Telephone servicescom.android.phoneNetwork, SMS, calls will be lost.
Google Play Servicescom.google.android.gmsAll Google apps will stop working
MIUI System Frameworkcom.miui.miuisystemInterface crash, bootloop

πŸ’‘

If after disabling the application, the phone starts to restart or β€œlay down”, immediately return it via ADB or reset settings.

What to do if after disabling applications the phone began to work worse

Sometimes deactivating even "safe" applications can lead to unexpected bugs.

  1. Check the error logs: Install the Logcat Extreme app and see which processes are crashing.
  2. Return disabled applications: Use the adb shell pm enable command (see section above).
  3. Reset the cache: Go to Settings β†’ Memory β†’ Clear the cache.
  4. Do a Settings Reset: If the phone is getting a lot of bugs, do a Hard Reset (but it will delete all the data!).

If the problem persists, you may have disabled a critical app, in which case only flashing through Fastboot or Recovery will help.

How to restore a remote system application without a backup?
If you have removed the system application through the root and have not made a backup, the only way to return it is to reflash the phone. 1. Download the official firmware for Redmi 9 (lancelot code) from the Xiaomi website. 2. Use the Mi Flash Tool for firmware in Fastboot mode. 3. Select the Clean All option (remove all data!).

Alternatives to Xiaomi system applications

If you’ve disabled the standard Redmi 9 apps, here’s what you can replace them with:

Application disabledRecommended replacementAdvantages
Mi VideoVLC or MX PlayerSupport for all formats, no advertising
Mi MusicPoweramp or SpotifyBest sound, equalizer.
Mi BrowserChrome or FirefoxSynchronization with PC, expansions
CleanerSD Maid or Files by GoogleDeeper cleaning, no aggressive optimization

⚠️ Note: Some alternative applications (e.g, VLC) They may consume more batteries than standard batteries. β†’ Battery.

FAQ: Frequent questions about disabling system applications

Can I turn off com.miui.analytics? Is it safe?
Yes, this application is responsible for collecting anonymous usage statistics. MIUI. Disabling it won't affect the phone's performance, but it may restrict access to some features (like personalized recommendations in GetApps). --user 0 com.miui.analytics adb shell pm disable-user --user 0 com.xiaomi.msa.global
After the shutdown, com.miui.cloudservice stopped syncing notes. How do I get it back?
This app is responsible for syncing with Xiaomi Cloud. To return the feature, perform: adb shell pm enable com.miui.cloudservice Or enable manual synchronization in Settings β†’ Xiaomi Account β†’ Mi Cloud.
How do I know which apps I can turn off on my version of MIUI?
The list of safe applications to disable may vary depending on the MIUI version and regional firmware. To check: Install the App Inspector app from Google Play. Open a list of all apps and sort by System category. Check each application through Google searches (e.g., "com.miui.weather2 can be turned off").
Will disabling apps save battery power?
Yes, but the effect depends on which applications you deactivate. For example: Disabling com.miui.analytics can give +2-3% of the charge per day; disabling com.xiaomi.midrop (Mi Share) - up to +5% if you do not use file transfer; disabling com.miui.cleanmaster can, on the contrary, reduce the time of operation, as cache will cease to clear. For maximum effect, combine disabling unnecessary applications with battery optimization.
Can I disable com.google.android.gms?
No, it will render all Google apps (including Play Market, Gmail, YouTube) completely inoperable if you want to reduce Google’s impact on autonomy, instead of shutting down: Limit background activity in Settings β†’ Apps β†’ Google Play Services β†’ Battery β†’ Limit background activity. Turn off automatic app updates in Play Market β†’ Settings. Use alternative services (e.g., F-Droid instead of Play Market).