Removing unnecessary apps on Xiaomi smartphones is a challenge that every user sooner or later faces. Even on new devices with MIUI 14/15, preinstalled services take up precious space in memory, and some of them are not deleted at all by standard methods. In this article, we will discuss all the current ways to remove applications from basic to advanced, including working with ADB and hidden settings.
The feature of MIUI firmware is that it actively uses duplicate services (for example, two browsers or two file managers), and also integrates advertising modules into system utilities. This means that simply clicking βDeleteβ in the application menu will not always work, we will show you how to circumvent these restrictions without violating the stability of the system, and we will tell you which applications can not be removed, so as not to turn the smartphone into a βbrickβ.
1. Standard removal through the settings menu
The easiest way is to use the built-in MIUI tools. It is suitable for most custom applications (installed from Google Play or.apk files), as well as for some preinstalled utilities that Xiaomi allows to uninstall.
To remove the application by the standard method:
- π± Open the Settings. β Annexes β Application management.
- π Find the desired application in the list (you can use a search by name).
- ποΈ Click "Delete" (if the button is active).
- β οΈ Confirm the action in the window that appears.
If the Remove button is inactive or not, the application is system-based and requires alternative methods (as discussed in the following sections).Please note that even after uninstallation, some applications (such as Mi Video or Mi Music) may be restored after the MIUI update.
2. disabling system applications (without root)
If the app cannot be removed, it can be disabled, which will stop all background processes and hide the icon from the menu.The method works without superuser rights (root) and is suitable for most pre-installed services, except for critical ones (for example, com.android.phone or com.miui.home).
Instructions for unsetting:
- Go to Settings β Applications β Application Management.
- Select an app (such as Mi Browser or GetApps).
- Click βDisableβ (the button will appear if the deletion is blocked).
- Confirm the action in the dialog window.
The apps that are disabled wonβt be updated through Google Play, but their data will remain in the deviceβs memory. To return the app, just go back to its settings and click βEnableβ.
π‘
Before disabling system applications, check their destination online, for example, disabling com.miui.analytics will stop telemetry collection, but may disrupt some MIUI functions.
3. Removal via ADB (for power users)
The Android Debug Bridge (ADB) tool allows you to remove system applications without root rights, but requires you to connect your smartphone to your computer.This method is suitable for Xiaomi on any version of MIUI, including the latest updates from 2026. Importantly, improper use of ADB can lead to system failure.
Step-by-step:
- Enable USB Debugging in the Developer Settings (Settings β About Phone β MIUI Version β Press 7 times, then go back to Settings β Additional β For Developers).
- Connect your smartphone to your PC and confirm the debugging permission.
- Open the command line (Windows) or terminal (macOS/Linux) and type:
adb devicesMake sure the device is identified (should show its serial number) and then execute the command to delete:
adb shell pm uninstall --user 0 com.example.appReplace com.example.app with a real application package (you can find out through programs like App Inspector or Package Name Viewer).
Examples of packages of popular system applications Xiaomi:
| Annex | Packet name | Can I remove it? |
|---|---|---|
| Mi Browser | com.android.browser | Yes (there are alternatives) |
| GetApps | com.xiaomi.mipicks | Yes (app store) |
| Mi Video | com.miui.videoplayer | Yes (there are alternatives) |
| Security | com.miui.securitycenter | No (critically for the system) |
| Cleaner | com.miui.cleanmaster | Yeah (optimizer) |
Install drivers ADB PC-only|Enable debugging on USB Xiaomi|Check the connection of the adb device team|Download the list of application packages|Make a backup copy of the data-->
4. Removal through root rights
If your Xiaomi has Magisk or another root rights manager installed, you can remove any system applications, including those that are blocked even for ADB. However, this method requires caution: removing critical components (for example, com.miui.home - launcher) will lead to system failure.
Popular tools for removing from root:
- π οΈ Root App Deleter β a simple interface with backup.
- π¦ System App Remover β Supports batch removal and recovery.
- π§ Titanium Backup β allows you not only to delete, but also to βfreezeβ applications.
Before deleting, be sure to back up via TWRP or OrangeFox. If the smartphone stops booting after deleting, restore the system from the backup.
What if the phone does not turn on after removing the application?
5. Resetting to factory settings: a radical method
If you need to remove all user apps and return your smartphone to a βcleanβ state, reset through the recovery menu, which is also useful if you are selling or transferring the device to another user.
How to reset:
- Go to Settings β About the phone β Reset settings.
- Select βErase all dataβ (make sure important files are saved!).
- Confirm the action and wait for the reboot (it will take 5-10 minutes).
After reset, only pre-installed MIUI applications will remain on the device. To avoid automatic recovery, turn off sync with Mi Account in your account settings before reset.
π‘
Factory reset deletes all data, including photos, contacts and messages. Always back up before doing this operation!
6. How to prevent automatic recovery of remote applications
One of the most common problems with Xiaomi is the self-repair of preinstalled apps after the MIUI update.
- π Turn off automatic updates MIUI In Settings β The phone. β Updating the system β βοΈ β Auto-update.
- π΅ Block the Internet for services com.miui.systemAdSolution and com.xiaomi.finddevice via Settings β Annexes β Permits β Data data.
- π‘οΈ Use it. ADB deactivate:
adb shell pm disable-user --user 0 com.xiaomi.mipicksIf the application is still restored, repeat its removal through ADB You can also use Xiaomi, or you can use a root manager. ADB/Fastboot Tools β utility with a graphical interface for mass removal of system applications.
7. which apps can not be removed on Xiaomi
Some system components are critical to MIUI operation, and if they are removed, they will cause the device to lose functionality or become inoperable, and here is a list of the packets that are prohibited from being deleted:
- β com.android.phone β phone calls and mobile network.
- β com.miui.home β standard launcher (remove β screen will turn black).
- β com.android.settings β System settings.
- β com.qualcomm.qti.telephonyservice β working with SIM-cards (on devices with Snapdragon processor).
- β com.miui.securitycenter β Security Center (remove β you canβt install applications).
If you accidentally delete one of these packages, restore it via TWRP (by installing the official firmware) or with ADB:
adb shell cmd package install-existing com.android.phoneπ‘
Before experimenting with system applications, create a full backup via TWRP or OrangeFox, which will allow you to restore the system in 10-15 minutes if something goes wrong.