How to completely remove system applications on Xiaomi MIUI 11:4 Proven Methods

Owners of Xiaomi smartphones on the basis MIUI 11 often face the problem of embedded applications that take up memory, consume battery power and are not removed in standard ways, such as services like Mi Browser, Mi Music, GetApps or duplicate messengers that can not be uninstalled through the settings menu. Are there any legal and safe ways to get rid of them?

In this article, we will discuss 4 working methods for removing system applications on the MIUI 11 – from simple (without root rights) to advanced (using the use of the ADB You will learn which programs can be removed without risk to the system, and which should not be touched. APK, which are rarely mentioned in standard guides.

It's important: MIUI 11 was released in 2019 This year, many devices have already received updates. MIUI 12/13/14. However, the methods described below are also relevant for newer versions of the shell, if we are talking about unprivileged (non-rooted) devices. MIUI 14+ Additional steps may be required due to Xiaomi’s tightening security policy.

Before you start removing, answer two questions:

  1. Are you prepared for possible system failures (e.g., missing tiles in the notification curtain or synchronization errors)?
  2. Do you have a backup copy of your data in case of an emergency?

If at least one of them is answered β€œno,” consider alternatives like disabling or freezing apps instead of completely uninstalling them.

1. which system applications can be removed from the MIUI 11, which ones aren't.

Not all embedded software is equally useful (or useless). For example, removing com.miui.securitycenter will result in loss of face/fingerprint unlocking features, and uninstalling com.android.providers.telephony will deprive you of mobile communication. To avoid turning your smartphone into a brick, remember the rules:

βœ… Can be removed (minimum risk):

  • 🌐 com.android.browser – standard Mi Browser (if you use Chrome or Firefox).
  • 🎡 com.miui.player – Mi Music player (alternatives: Spotify, VLC).
  • πŸ“¦ com.xiaomi.midrop – Mi Drop (unless you use Wi-Fi file transfer).
  • πŸ“± com.miui.analytics – statistics collection service (remove unnecessary traffic in the background).

❌ Cannot be removed (critical to the system):

  • πŸ”’ com.miui.securitycenter – Security Center (responsible for unlocking and permissions).
  • πŸ“ž com.android.phone – phone calls (without it there will be no communication).
  • βš™οΈ com.android.settings – system settings (deleting will lead to a boot cycle).
  • πŸ“Ά com.miui.system - kernel MIUI (Remove it, you get a brickΒ»).

πŸ” Questionable cases (can be removed, but with reservations):

  • πŸ“· com.android.gallery3d β€” You can delete it if you use Google Photos, but you lose integration with the camera (for example, quick viewing of photos after taking a photo).
  • πŸ“§ com.android.email is an email client, and deletion is not critical, but some services (such as synchronizing your Mi Account) may fail.

⚠️ Note: Even "safe" applications can be linked to other services, such as uninstallation com.miui.weather2 (Weather) can break the clock widget on the lock screen.Always check dependencies through ADB Team: adb shell dumpsys package com.name.packet

πŸ“Š What Xiaomi system apps are bothering you the most?
Mi Browser browser
Music player
Mi Video
GetApps and Advertising Services
Others

2. Method 1: Disabling system applications without deletion (the safest)

If you do not need a complete uninstallation, but just hide the application from the eyes and stop it from working – use built-in tools. MIUI 11.This method does not require superuser rights and is reversible in one click.

πŸ“Œ How to disable the system application:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. Slip on the three dots in the upper right corner and select Show all apps.
  3. Find the app you want (such as Mi Browser) and open the page.
  4. Click Disable (the button will only be active for pre-installed programs).
  5. Confirm the action in the dialog window.

βœ… Pros of the method:

  • πŸ”„ Reverse – you can turn the application back on at any time.
  • πŸ›‘οΈ No system risk – no system files are affected.
  • πŸ“± No need for PC or special knowledge.

❌ Cons of the method:

  • πŸ“¦ The application remains in the device memory (takes up space).
  • πŸ”„ Some services (such as Mi Analytics) may be automatically enabled after an update. MIUI.

πŸ’‘ Hidden Life Hack: Disabled apps disappear from the menu, but can be returned via Settings β†’ Annexes β†’ If the Disable button is inactive, it means that the program is protected from deactivation at the firmware level.

πŸ’‘

Before disabling the system application, check it in APKMirror – there may be a more recent and β€œlightweight” version without ads that can be installed on top of the standard one.

Method 2: Removal through ADB (No root licenses, but with a PC)

ADB (Android Debug Bridge is an Android debugging tool that allows you to manage system packages without getting root access. MIUI 11, but requires the inclusion of Debugging by USB and computer connection.

πŸ“Œ Step-by-step instruction:

  1. Download and install Platform Tools (includes adb.exe).
  2. On your smartphone, activate Settings β†’ The phone. β†’ Version. MIUI (Use 7 times to become a developer).
  3. Return to Settings β†’ Additional β†’ For developers and enable USB debugging.
  4. Connect your phone to your PC, open the command line in the adb.exe folder and execute: adb devices (your device should appear).
  5. Enter the command to delete (replace com.name.packet with the desired one): adb shell pm uninstall -k --user 0 com.name.package Example for Mi Browser: adb shell pm uninstall -k --user 0 com.android.browser

πŸ”Ή What do flags in a team mean:

  • -k β€” Stores cache and application data (in case of re-installation).
  • --user 0 β€” Deletes only for the current user (does not affect other accounts on the device).

⚠️ Important nuances:

  • πŸ”Œ After the blackout USB-Debugging some commands may not be executed - turn it on again.
  • πŸ”„ When resetting settings or updating MIUI Remote applications will return.
  • πŸ“± This method does not work for privileged systems. APK (For example, com.miui.home - launcher).

β˜‘οΈ Preparation for removal through ADB

Done: 0 / 5

Method 3: Complete removal with root rights (for power users)

If you're willing to take the risk of taking full control of the system, you can remove applications permanently with root access, a method that requires unlocking the bootloader and installing a custom recap (e.g., a custom recap, TWRP), which cancels the warranty and may result in the device being blocked in case of an error.

πŸ“Œ How to remove the system application with root:

  1. Unlock the bootloader through the official Xiaomi tool (requires a Mi Account and wait 7-30 days).
  2. Install. TWRP Or another custom recap for your model (see instructions for the XDA Developers).
  3. Download and install Magisk to manage root rights.
  4. Use a root-enabled file manager (such as Root Explorer) and go to the root /system/priv-app or /system/app.
  5. Find a folder with the name of the package (for example, Browser for Mi Browser) and delete it.
  6. Reset the device.

⚠️ Risks of the method:

  • πŸ”§ Loss of warranty – Xiaomi doesn’t officially support unlocking the bootloader on all models.
  • πŸ’₯ Possibility of "bricking" - an error in removing the critical APK It can make the phone inoperable.
  • πŸ”„ Problems with OTA-updates – after system modification, standard updates may not be installed.

πŸ”Ή Alternative to root: If you don’t want to take risks, use the application freeze via Magisk or the App Systemizer module.

⚠️ Note: On some Xiaomi models (e.g. Redmi Note 8 Pro with Mediatek processor), unlocking the bootloader can lead to loss of power. IMEI Before the procedure, save a backup copy of the partition. NVRAM!

How to restore a remote system application with root?
If you remove the critical APK And the phone stopped working, try it: 1. Install the original firmware through Fastboot. 2. Download the absent APK From a site like APKMirror and manually flash it through TWRP folder /system/priv-app. 3. Use the adb push command name file.apk /system/priv-app/ and assign the correct permissions (chmod) 644).

5. Method 4: Use of custom firmware (for enthusiasts)

If you are tired of restrictions MIUI 11, you can install alternative firmware β€” for example, LineageOS, Pixel Experience or HavocOS. These builds are devoid of built-in Xiaomi β€œjunk” and offer β€œclean” Android.

πŸ“Œ The benefits of custom firmware:

  • 🧹 There are no built-in Xiaomi apps (except for Android-critical ones).
  • πŸš€ Higher productivity and autonomous operation time.
  • πŸ”„ Regular security updates (as opposed to older versions) MIUI).

πŸ“Œ Cons and risks:

  • πŸ”§ Requires unlocking the loader and installation TWRP.
  • πŸ“± Possible problems with the camera, sensors or module NFC (model).
  • πŸ”’ No official Xiaomi support (the warranty burns out).

πŸ”Ή Recommendations for choosing a firmware for MIUI 11:

FirmwareFeaturesSupport for modelsReference
LineageOSAs close as possible to β€œpure” Android, stable operationRedmi Note 7/8, Mi 9, Mi A3 etc.lineageos.org
Pixel ExperienceGoogle Pixel interface, frequent updatesPOCO F1, Redmi K20 Pro, Mi 9Tpixelexperience.org
HavocOSMaximum customization, support for themes and gesturesRedmi Note 5/6/7, Mi 8havoc-os.com
MIUI EUOfficial MIUI without Chinese services and advertisingMost of the Xiaomi/Redmi/POCO modelsxiaomi.eu

πŸ’‘ Tip: Before installing custom firmware, check its compatibility with your model on the forum XDA Developers.Some builds may not support Widevine L1 (no HD into Netflix/Disney+).

6.Delete alternatives: How to hide or replace system applications

If the risks of deleting are scary, consider safer ways to get rid of unnecessary programs:

πŸ”Ή 1. Replacement of standard applications with alternative applications:

  • 🌐 Install Google Chrome or Firefox instead of Mi Browser and assign them to the default app in the settings.
  • πŸ“· Use Google Photos or Simple Gallery instead of the standard gallery.
  • 🎡 Replace Mi Music with Spotify, VLC poweramp.

πŸ”Ή 2. Hiding apps from the menu:

  • Use launchers like Nova Launcher or Lawnchair, which allow you to hide your system programs from the list.
  • In the standard launcher. MIUI You can hide applications in the folder β€œHidden” (click the icon). β†’ Remove from the main screen β†’ Hide).

πŸ”Ή 3. Restriction of activity through the β€œSafety CentreΒ»:

  1. Open the Settings. β†’ Security centre β†’ Battery and productivity β†’ Battery management.
  2. Select an app (like GetApps) and set a Background activity limit. β†’ Limit.
  3. Turn off autostart in Settings β†’ Permissions β†’ Autostart.

πŸ”Ή 4. Blocking advertising and tracking:

  • Install Blokada or AdGuard to block ad requests from system applications.
  • Turn off statistics collection in Settings β†’ Memory. β†’ Cleanup β†’ Settings β†’ Data collection.

πŸ’‘

If you only need to free up space, first try clearing the cache of system applications in Settings. β†’ Warehouse β†’ Clear the cache. It often gives you a good idea. +1-3 GB of free space without risks.

7. Frequent mistakes and how to avoid them

Even experienced users sometimes make mistakes when removing system applications, and here are the most common ones and ways to prevent them:

πŸ”Έ Mistake 1: Removing the critical APK backup

πŸ“Œ Example: User deletes com.miui.home and phone stops loading.

βœ… Decision:

  • Download the original APK Launcher for your model with APKMirror.
  • Set it up through TWRP or adb sideload.
  • Use the command: adb install -r name file.apk

πŸ”Έ Mistake 2: Team Interruption ADB

πŸ“Œ Example: When executing adb shell pm uninstall, communication with the PC was interrupted and the application was deleted incorrectly.

βœ… Decision:

  • Reset the device.
  • Check if the packet is still in the system command: adb shell pm list packages | grep "name package"
  • If the package is missing, but the application still works – clear its data through Settings β†’ Annexes.

πŸ”Έ Error 3: Removing apps related to Google services

πŸ“Œ Example: Users have deleted com.google.android.gms (Google Play Services) and all Google-dependent apps have stopped working.

βœ… Decision:

  • Download the latest Open GApps for your version of Android from the OpenGApps website.
  • Install the package through TWRP.
  • If you don’t need Google services, install firmware without GApps (like LineageOS for microG).

⚠️ Note: On some Xiaomi devices (e.g. Redmi) 9A or POCO M3) Deleting com.qualcomm.qti.telephonyservice (Qualcomm service) results in the loss of the mobile network. Before deleting, check if the package is part of the modem module!

FAQ: Answers to Frequent Questions

❓ Can I uninstall system applications on Xiaomi without a computer?
Yes, but with limitations. Without a PC, you can only turn apps off through settings or use apps like App Inspector (requires root). ADB, Which means computer.
❓ Will Remote Applications Return After Updating? MIUI?
Yes, when you update through OTA The system restores all standard APK. To avoid this, you need to: Remove applications after the update; Use the Magisk Systemless Hosts module to block updates to specific packages; Install custom firmware without built-in garbageΒ».
❓ How to find out the name of the system application package?
There are several ways: ADB: adb shell pm list packages | grep "keyword" For example, to search for a browser: adb shell pm list packages | grep "browser" via the App Inspector app (available on Google Play). URL-address APK name of the package.
❓ Why does it still take place after the application is removed?
It's because of the flag. -k In the adb uninstall command, which stores the cache and data. To delete everything completely: First, run: adb shell pm clear com.name.packet Then delete the packet without flag. -k: adb shell pm uninstall --user 0 com.name.package ⚠️ No flag. -k The application will not be able to restore without flashing!
❓ Can I remove it? MIUI Completely and install a clean Android?
Technically yes, but it requires: Unlock the bootloader (with the risk of blocking the Mi Account (TWRP). Alternative build firmware (e.g. LineageOS) on some models (e.g. Redmi Note) 8T or Mi 10 Lite) may not work the camera or NFC Because there are no proprietary drivers, check the firmware reviews for your model before installing. XDA.