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:
- Are you prepared for possible system failures (e.g., missing tiles in the notification curtain or synchronization errors)?
- 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
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:
- Open Settings β Applications β Application Management.
- Slip on the three dots in the upper right corner and select Show all apps.
- Find the app you want (such as Mi Browser) and open the page.
- Click Disable (the button will only be active for pre-installed programs).
- 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:
- Download and install Platform Tools (includes adb.exe).
- On your smartphone, activate Settings β The phone. β Version. MIUI (Use 7 times to become a developer).
- Return to Settings β Additional β For developers and enable USB debugging.
- Connect your phone to your PC, open the command line in the adb.exe folder and execute: adb devices (your device should appear).
- 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
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:
- Unlock the bootloader through the official Xiaomi tool (requires a Mi Account and wait 7-30 days).
- Install. TWRP Or another custom recap for your model (see instructions for the XDA Developers).
- Download and install Magisk to manage root rights.
- Use a root-enabled file manager (such as Root Explorer) and go to the root /system/priv-app or /system/app.
- Find a folder with the name of the package (for example, Browser for Mi Browser) and delete it.
- 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?
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:
| Firmware | Features | Support for models | Reference |
|---|---|---|---|
| LineageOS | As close as possible to βpureβ Android, stable operation | Redmi Note 7/8, Mi 9, Mi A3 etc. | lineageos.org |
| Pixel Experience | Google Pixel interface, frequent updates | POCO F1, Redmi K20 Pro, Mi 9T | pixelexperience.org |
| HavocOS | Maximum customization, support for themes and gestures | Redmi Note 5/6/7, Mi 8 | havoc-os.com |
| MIUI EU | Official MIUI without Chinese services and advertising | Most of the Xiaomi/Redmi/POCO models | xiaomi.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Β»:
- Open the Settings. β Security centre β Battery and productivity β Battery management.
- Select an app (like GetApps) and set a Background activity limit. β Limit.
- 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!