How to disable unnecessary system applications on Xiaomi Redmi: 5 proven ways

Xiaomi Redmi smartphone owners regularly face the problem of pre-installed system applications that take up memory, consume battery power and display annoying advertising. Even after a complete reset, these services โ€” from Mi Video to GetApps โ€” come back, and their removal through the standard menu is often blocked by the manufacturer. In this article, we will discuss legal ways to disable such applications without obtaining root rights, taking into account the features of MIUI 14/15 firmware and the Redmi Note 12/13, Redmi 10/11 model range.

Itโ€™s important to understand that disabling system services can disrupt Xiaomiโ€™s branded features (such as synchronization with Mi Account or control gestures).We analyzed the user experience from the 4PDA and XDA-Developers forums to compile lists of safe to deactivate and critical applications. We also consider alternatives to complete removal โ€“ hiding icons, limiting background activity, and using ADB without unlocking the bootloader.

Why you canโ€™t just uninstall your system apps on Redmi

MIUI firmware is integrated with Xiaomiโ€™s kernel-level ecosystem, so most embedded services are protected from removal. Attempt to uninstall them through Settings โ†’ Applications usually ends with the message โ€œDelete is impossibleโ€ or a grayed-out button. Hereโ€™s why:

  • ๐Ÿ”’ System Protection: Applications like com.miui.securitycenter or com.android.providers.media are part of the Android Framework and their removal will lead to bootloop).
  • ๐Ÿ“ฆ Updates over the air: Services like com.xiaomi.market (Mi App Store) automatically recover after updates MIUI through OTA.
  • ๐Ÿ”„ Service dependencies: For example, com.miui.gallery is associated with the system camera - its removal will disrupt the photo module.

Even if you get root access (for example, through Magisk), removing critical components can deprive you of warranty and access to banking applications (due to the operation of SafetyNet), so the best option is to disable, not remove.

๐Ÿ“Š How do you usually do with unnecessary apps on Xiaomi?
I'm turning it off through the settings.
I use ADB.
Remove with root rights
Ignoring.

Method 1: Disconnect via standard MIUI settings

The safest method, but it doesn't work for all apps, is suitable for deactivating user services like Mi Music, Mi Browser or Games.

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. Slip on the three dots in the upper right corner and select "Show All Apps" (or "System Processes" in newer versions of MIUI).
  3. Find the right app (e.g. com.miui.videoplayer) and tap on it.
  4. Click "Disable" (if the button is active) and confirm the action.

โš ๏ธ Note: Some applications (e.g. com.miui.cleanmaster) continue to work in the background after shutdown. โ†’ Battery and productivity โ†’ Battery management and set a "Limited" mode for them".

โ˜‘๏ธ Preparing for disabling system applications

Done: 0 / 4

Method 2: Use ADB (without root)

Tool. ADB (Android Debug Bridge allows you to disable system applications through the command line without violating the integrity of the firmware. USB-Debugging (included in Settings) โ†’ The phone. โ†’ Version. MIUI โ€” Tap 7 times on the build number, then return to Settings โ†’ Additionally. โ†’ For developers).

Download ADB Tools from Googleโ€™s official website and follow the commands:

adb devices


adb shell pm list packages -f | grep 'miui'




adb shell pm disable-user --user 0 com.xiaomi.midrop # Example: disable Mi Drop

Below is a list of safe packets to disable (checked on Redmi Note 12 Pro+ and Redmi 10C):

Package nameAnnexEffects of disconnection
com.miui.videoplayerMi VideoNo video will be played in the gallery.
com.xiaomi.midropMi DropYou canโ€™t transfer files over Wi-Fi Direct.
com.miui.analyticsMiui AnalyticsStop sending usage data
com.xiaomi.scannerDocument scannerIt won't be scanned. QR-camera-code

โš ๏ธ Warning: Do not disable packages called com.android., com.qualcomm. or com.miui.home, this will cause the system to fail. โ†’ Additionally. โ†’ Backup and reset.

๐Ÿ’ก

To return a disabled application, use the command adb shell pm enable com.name.packet.A list of all disabled packets can be obtained through adb shell pm list packages -d.

Method 3: Hidden icons with MIUI Hidden Settings

If you're going to make a mistake, you can just hide the icons of the apps you don't need.

  1. Install the MIUI Hidden Settings app (Android 10+ is required).
  2. Open the "App Vault" or "Launcher Settings" section.
  3. Find the โ€œHide appsโ€ option and tick off unnecessary services (such as Mi Pay or Mi Community).

This method does not stop background processes, but removes visual clutter. For complete control, combine it with battery restriction (see Method 1).

How to get back hidden icons?
To return hidden apps, go to Settings โ†’ Apps โ†’ Application Management โ†’ Hidden Apps and uncheck the boxes.

Method 4: Using the App Inspector application for analysis

Before disabling system services, it is recommended to analyze their dependencies and resource consumption.

  • ๐Ÿ“Š Use of the CPU/RAM real-time.
  • ๐Ÿ”— Related services (e.g. com.miui.gallery depends on com.android.providers.media).
  • ๐Ÿ“ฅ Network activity (which applications send data).

For example, if com.xiaomi.mipicks (Mi Apps) consumes 15% of the battery in the background, it can be safely turned off via ADB. But com.lbe.security.miui (Security) should not be touched - it will disrupt the work of the antivirus and call blocker.

Method 5: Alternative launchers to circumvent restrictions

Installing a third-party launcher (such as a Nova Launcher or Lawnchair) allows you to:

  • ๐Ÿ–ผ๏ธ Hide system application icons without disabling them.
  • ๐Ÿ”„ Replace standard services (e.g. use Google Photos instead of Mi Gallery).
  • ๐Ÿ“ฑ Customize gestures and the appearance of the interface.

For this:

  1. Download the launcher from Google Play.
  2. Set it as the default launcher (the offer will appear at the first start).
  3. In the launcher settings, find the option โ€œHidden applicationsโ€ and add unnecessary services there.

โš ๏ธ Attention: Some functions MIUI (For example, pop-up notifications or read mode may not work properly with third-party launchers. Check compatibility on forums before installing, 4PDA).

๐Ÿ’ก

The side launchers do not remove system applications, but only mask them. To completely disable, use the combination ADB + battery restriction.

What to do if there are problems after disconnection

If errors occur after deactivation of system services (for example, the camera is not working or notifications are missing), follow the following steps:

  1. Return the disabled packets via ADB: adb shell pm enable com.name.packet
  2. Reset the launcher settings: go to Settings โ†’ Applications โ†’ Launcher and click โ€œClear Dataโ€.
  3. Check the logs of the errors via Logcat (Android SDK required): adb logcat | grep -i "error"

If your phone stops turning on (bootloop), try:

  • ๐Ÿ”„ Enter Recovery Mode (Squeeze Power) + Volume up when booting and make Wipe Cache.
  • ๐Ÿ“ฅ Flash the device through the Mi Flash Tool (instructions on the official website of Xiaomi).

FAQ: Frequent questions about disabling system applications

Can I turn off com.miui.securitycenter?
No, it's a critical system process, and turning it off will result in a loss of locking, antivirus, and permission management, and instead, limit its background activity in the battery settings.
Why does GetApps reappear after shutdown?
The com.xiaomi.market app is restored via automatic MIUI update. To prevent this: Turn off auto-update in Settings โ†’ About Phone โ†’ System Update โ†’ Three-points โ†’ Settings โ†’ Auto-download updates. Freeze the package through ADB again after each update.
How to disable advertising in system applications?
Advertising in Mi Browser, Mi Music and other services is managed by com.miui.systemAdSolution. It can be disabled via ADB, but a more reliable way is to change the region of the device: Go to Settings โ†’ Additional โ†’ Language and Region. Choose India (there are fewer ads) or the European Union (due to GDPR). Reboot your phone.
Will Google Pay work after disabling system applications?
Yes, unless you have touched packages related to the Google Services Framework (com.google.android.gms) and SafetyNet. However, disabling com.miui.securitycenter or changing system files may result in protections being triggered and contactless payments being blocked.
Can I turn off Miui Daemon (com.miui.daemon)?
This process is responsible for background tasks. MIUI, Including: Sync with Mi Account, feature themes, update weather and calendar widgets, and shutting it down will slow the interface and cause bugs in the branded apps. Instead, limit its activity through Settings. โ†’ Battery โ†’ Battery management โ†’ Choice of applications.