Xiaomi, Redmi and POCO smartphone owners regularly face the problem of pre-installed apps that cannot be removed by standard methods, including Mi Video, Mi Music, GetApps, Mi Browser and dozens of other services that take up space in memory, consume battery power and display ads, and even after resetting, these programs return, protected by the status of system applications.
In this article, we will discuss all the current ways to remove embedded software on Xiaomi in 2026, including methods without superuser rights (ROOT). The instructions are suitable for devices on MIUI 14/15 and the new HyperOS firmware, and take into account the features of the Mi 11/12/13/14, Redmi Note 10/11/12 and POCO F/X. You will learn how not to simply disable, but to delete applications permanently, freeing up to 1-3 GB of memory and increasing battery life.
Why Xiaomi doesnβt allow you to remove system applications?
The manufacturer blocks the removal of pre-installed software for three reasons:
- π Partner contracts: Many apps (e.g. Facebook, Netflix, LinkedIn) are integrated under agreements with Xiaomi, and their removal violates the terms of cooperation.
- π οΈ System dependencies: Some services (e.g. com.miui.systemAdSolution) are responsible for the operation of ad units in the MIUI. Removing them can lead to failures.
- π± Unification of firmware. Xiaomi releases one version MIUI for all regions, and the removal of "extra" applications instructs users through Settings β Applications (where only disconnection is available).
But there are workarounds, like hiding through the ADB It does not violate the integrity of the system, but makes applications invisible to the user and the OS. ROOT-rights or use of utility MIUI Optimizing (about her below).
β οΈ Attention: Removing system applications may cause unstable performance of Googleβs camera, sensors or services. β Additionally. β Backup.
Method 1: Disconnect via MIUI settings (without deleting)
If you donβt need to completely erase the app, but stop it and hide it from the menu, use the built-in tools:
- Open Settings β Applications β Application Management.
- Slip on the desired application (for example, Mi Video).
- Click Disable (if the button is inactive, select Stop first).
- Confirm the action in the dialog window.
This method doesn't delete the application files, but stops its background processes and removes the icon from the menu. MIUI Some applications may be activated again.
Method 2: Remove via ADB (without ROOT)
The Android Debug Bridge (ADB) tool allows you to uninstall system applications without obtaining superuser rights.The method works on all Xiaomi models, but requires a connection to a PC.
Step 1: Preparation
- π₯οΈ Install. ADB Fastboot Tools on the computer.
- π± On your smartphone, activate Settings β The phone. β Version. MIUI (Tap 7 times to turn on Developer Mode).
- π§ Back to Settings β Additionally. β For developers and enable debugging by USB.
Step 2: Connect and Commands
Connect your phone to your PC via USB (select File Transfer Mode) and execute:
adb devicesIf the device appears in the list, enter:
adb shell
pm uninstall -k --user 0 name.packageExamples of popular application packages:
| Annex | Packet name | Can I remove it? |
|---|---|---|
| Mi Video | com.miui.video | Yes. |
| GetApps | com.xiaomi.mipicks | Yes. |
| Mi Browser | com.android.browser | Yes (may disrupt web browsing) |
| Mi Music | com.miui.player | Yes. |
| Facebook App Manager | com.facebook.appmanager | Yes (deleting all Facebook services) |
After the command is executed, the application will disappear from the system, but its files will remain in memory (parameter). -k It is required to remove the cache completely. ROOT.
Download ADB Tools on PC
Enable Developer Mode on Xiaomi
Activate Debugging over USB
Connect the phone in the file transfer mode
Check the connection with the adb device command-->
β οΈ Note: Deleting com.google.android.gms or com.android.vending will result in loss of access to Google Play and Google services. Also, do not delete packages called miui, android or qualcomm - this can cause the phone to fail.
Method 3: Using MIUI Optimizing (for experienced users)
MIUI Optimizing (formerly Xiaomi ADB/Fastboot Tools) automates the process of removing system applications. It supports HyperOS and MIUI 14/15, and has pre-configured lists of safe packets to remove.
Instructions:
- Download MIUI Optimizing from GitHub.
- Unpack the archive and launch it. MIUI_Optimizing.exe.
- Connect your phone via USB with debugging enabled (see Method 2).
- In the program, select Uninstall system apps.
- Check the unneeded apps and click Uninstall.
The advantage of this method is the visual interface and the ability to roll back changes. However, the utility does not always work correctly with new models (for example, Xiaomi 14 Ultra), so check compatibility on the official Telegram channel before using it.
What if MIUI Optimizing canβt see the device?
Method 4: Removal by using ROOT-rights
Receipt ROOT-This method gives you full control over the system, but it is unwarranted and can disrupt Xiaomi.
Step 1: Unlock the bootloader
On new Xiaomi devices, you need to:
- Link your Mi Account to your phone in Settings β Xiaomi Account.
- Go to the Mi Unlock website and download the unlock utility.
- Start the phone in Fastboot mode (turn off, then press Power + Volume down).
- Connect to your PC and follow the instructions in the Mi Unlock Tool.
The process can take up to 72 hours (Xiaomi imposes a limit on new accounts).
Step 2: Install Magisk and uninstall applications
After unlocking:
- Run Magisk through TWRP or Fastboot.
- Install Root Explorer or Titanium Backup from Magisk Manager.
- Go to /system/app or /system/priv-app and delete folders with unnecessary applications.
Example: To delete Mi Video, find and delete the MiuiVideo folder.
π‘
Before you delete your system files, back them up to the cloud or PC to help restore your phone to work when it crashes.
Method 5: Hiding applications without removal (for HyperOS)
The new firmware HyperOS (installed on Xiaomi 14, Redmi K70, etc.) blocks many removal methods, but allows you to hide applications from the user.
- Hold your finger on the app icon on the home screen.
- Select Remove from the screen (not "Delete").
- Drag the icon to the Hidden Applications folder (created automatically).
This doesn't free up memory, but it takes apps out of sight. To completely remove them on HyperOS, you'll have to use ADB or ROOT.
What to do if the phone stops working after removal?
If after manipulating system applications Xiaomi does not turn on, constantly restarts or gives errors, use these tips:
- π Reset via Recovery. + Volume up, select Wipe Data (only user data is erased).
- π₯ Download the official firmware for your model from the Xiaomi Firmware website and run through the Mi Flash Tool.
- π οΈ Recovery through ADB. If the phone is turned on but glitchy, connect to ADB and execute: adb shell cmd package install-existing title.packet This will return the remote application.
If none of the methods worked, contact Xiaomiβs service center β self-repairing can make the problem worse.
π‘
Before any manipulation of system files, always back up via Mi Cloud or locally, and this is the only way to bring your phone back to life in a critical crash.