Are you trying to make room on Xiaomi, but some apps stubbornly do not want to be removed? System utilities like Mi Browser, Mi Music or GetApps do not have a โDeleteโ button, and third-party programs give out an error โDelete is impossibleโ? This problem is familiar to many owners of smartphones on MIUI โ the Xiaomi proprietary shell blocks the uninstallation of preinstalled applications, even if you do not need them.
In this article, we will discuss 5 working ways to remove any application on Xiaomi, from standard methods through settings to advanced techniques using ADB and root rights. You will learn how to circumvent the limitations of MIUI, what to do with system programs, and what risks radical methods carry. And if the application is not deleted due to a virus or failure, you will find a solution for this situation.
Why Xiaomi apps arenโt removed: 3 main reasons
Before we get to the instructions, itโs important to understand why Xiaomi is blocking the removal of certain programs.
- ๐ System applications MIUI โ These are programs that are integrated into the shell (e.g., Security, Themes, Mi Video) and are considered critical to the operation of the system. MIUI hides the removal button.
- ๐ฆ Pre-installed bloatver โ advertising and affiliate applications (for example, Facebook, Netflix, LinkedIn in some regions). Xiaomi contracts with developers, so does not allow them to be removed.
- ๐ก๏ธ Protection against user errors โ MIUI Blocks the removal of programs that may disrupt the stability of the system (for example, Google Play Services or Mi Account).
Interestingly, even if an application seems unnecessary (e.g. Mi Pay in a country where the service doesnโt work), the system still protects it, which is due to the versatility of the firmware โ the same version of MIUI is distributed worldwide, and regional features are only considered at the update level.
Method 1: Disable the application through settings (without deleting)
If you just need to make room and hide an unnecessary program, but you don't have to delete it completely, you can turn off the application, which works for most system utilities and doesn't require any additional tools.
How to do this:
- Open Settings โ Applications โ Application Management.
- Find the app you want in the list (use search if itโs not in the visible area).
- Slip it and select โDisableโ** (the button may be gray if the application is critical).
- Confirm the action in the window that appears.
โ Pros of the method: safe, does not require administrator rights, reversible (can be turned back on).
โ Cons: the application remains in memory, takes up space (albeit less), some processes can continue to work in the background.
๐ก
Disabled apps are not updated via Google Play, which saves traffic and space on the device.
Method 2: Removal via ADB (without root rights)
If you don't want to turn off or root access, you can use ADB (Android Debug Bridge), which allows you to remove even system applications, but requires you to connect your smartphone to your computer.
Step-by-step:
- Turn on USB debugging: Go to Settings โ About Phone. Tap 7 times on MIUI Version to activate Developer Mode. Go back to Settings โ Additional โ Developer. Activate USB Debugging.
Connect your smartphone to your PC
ADB Tools
Official tools from Google
Open the command line.
adb.exe
adb devices(Your device name should appear as a confirmation of your connection.)
adb shell pm list packages | grep 'app' name'(Replace the name of the app with a part of the name, for example miui.browser for Mi Browser.)
adb shell pm uninstall -k --user 0 name.packet(For example, adb shell pm uninstall -k --user 0 com.android.browser.)
Important: This method removes the application only for the current user (flag) --user 0), After the reset, it can return.
โ๏ธ Preparation for removal through ADB
Method 3: Using root rights to remove completely
If you're willing to take drastic measures, root access will allow you to remove any application, including those critical to MIUI.
- โ ๏ธ Loss of warranty: Xiaomi does not provide support for root devices.
- โ ๏ธ Security breach โ some banking applications (e.g. SberBank Online) may stop working.
- โ ๏ธ Risk of โbrickingโ โ Deleting important system files can make your phone inoperable.
If you do decide, follow the instructions:
- Get root access using Magisk or SuperSU (instructions depend on the Xiaomi model).
- Install a root-enabled file manager, such as Root Explorer or FX File Explorer.
- Go to /system/app or /system/priv-app (there are stored system applications).
- Find the folder with the name of the application being removed (such as MiBrowser) and delete it.
- Reset the device.
โ ๏ธ Note: Before removing system applications, make a backup copy through TWRP Some programs (e.g. com.android.phone) are critical to the phone's performance!
Method 4: Remove via TWRP (for power users)
TWRP (Team Win Recovery Project) is a custom recovery that allows you to manage system files without full firmware. The method is suitable if you already have TWRP installed (for example, after unlocking the bootloader).
Instructions:
- Boot to TWRP (usually by clamping Power + Volume up).
- Select Advanced โ File Manager.
- Go to /system/app or /data/app (depending on the type of application).
- Find a folder with the name of the package (e.g. com.miui.browser-1) and delete it.
- Go back to the main menu and select Reboot โ System.
| Type of application | The Way to TWRP | Risk of removal |
|---|---|---|
| Systemic (MIUI) | /system/priv-app | High (may disrupt the shell) |
| Pre-installed (bloat) | /system/app | Medium (usually safe) |
| Third-party (from Google Play) | /data/app | Low. |
| Updates to system applications | /data/app (folders with suffix -1) | Low (can be restored through an update) |
What if the phone is not turned on after removal via TWRP?
Method 5: Removing viruses and suspicious applications
If an application is not removed because it is infected with a virus or has administrator rights, standard methods will not work.
- Check Administrator Permits: Go to Settings โ Passwords & Security โ Device Administrator Permits. Uncheck the suspicious app.
- Use an antivirus like Malwarebytes or Dr.Web Light, which can detect and remove malware.
- Remove via Safe Mode: Press the power button and hold the power off until the prompt to go to Safe Mode appears.In Safe Mode, try uninstalling the app in the standard way.
- Reset settings (extreme): Go to Settings โ About Phone โ Reset. Select Reset all settings (no data on the memory card affected).
โ ๏ธ Warning: If the virus has blocked access to settings, try rolling back updates via Settings โ Annexes โ โฎ โ Reset application preferences. This will reset all permissions, application data, and can unlock removal.
What to do if nothing helps: alternative solutions
If none of these methods worked, consider alternatives:
- ๐ Update MIUI โ sometimes in newer versions of firmware, Xiaomi allows you to remove previously blocked applications. โ The phone. โ Updating the system.
- ๐ฑ Install custom firmware โ for example, Xiaomi.eu or LineageOS. These firmware often go without bloat and allow you to remove system programs.
- ๐ ๏ธ Contacting the service center โ if the problem is caused by a virus or hardware failure, specialists can help without risking data loss.
- ๐ Freeze through Titanium Backup โ if deletion is not possible, you can โfreezeโ the application (stop it without physically deleting it).
๐ก
Before installing custom firmware, be sure to unlock the bootloader through the Mi Unlock Tool. Without this step, you will not be able to flash an alternative MIUI.