Xiaomi smartphones based on the shell MIUI They're known for their functionality, but over time, users are faced with the need to make room or get rid of unnecessary apps. Unlike pure Android, there are some nuances: Some programs cannot be removed by standard methods, and system utilities often return after a reset.This article will help you understand how to properly remove applications on Xiaomi - from basic methods to advanced techniques for power users.
We will look at all the current methods for modern versions. MIUI 12-14, including hidden shell functions, working with ADB, And we'll explain why some applications persist after they're deleted, and we'll focus on security, because the wrong actions can cause system failures. 10/11/12, POCO F3/F4, Xiaomi 12/13/14, But also suitable for other brand devices.
Before you start removing, it is important to understand the difference between the types of applications:
1. Which apps can be removed on Xiaomi and which ones canβt
In the ecosystem MIUI All programs are divided into three categories, and the rules for working with them are radically different:
- π± Custom applications β installed by you from Google Play or.apk files and can be removed without restriction through standard settings.
- π§ System utilities MIUI β Pre-installed services (Theme Store, Security, Mi Video, etc.) Some of them can be disabled, but complete deletion requires superuser rights.
- βοΈ Critical system components - the kernel MIUI, Google services, drivers, and removing them will cause the device to fail and require flashing.
The most common mistake for beginners is to try to delete com.miui.securitycenter or com.android.vending (Google Play Store), which will result in a reboot cycle or loss of functionality. Before removing any system application, check its destination through services like APKMirror or Google Play.
β οΈ Warning: Removing system applications without backup may block access to features MIUI, It's like face unlock, power saving mode, or theme settings. Always backup through Settings. β The phone. β Backup.
| Type of application | Can I remove it? | Deleting method | Risks. |
|---|---|---|---|
| Games from Google Play | β Yes. | Standard removal | No. |
| Social networks (Facebook, TikTok) | β Yes. | Standard removal | Loss of account data |
| Pre-installed Utilities (Mi Music, Mi Browser) | β οΈ Partially. | Disconnection or ADB | Misfunction of MIUI |
| System Services (Google Play Services) | β No. | β | Critical system failure |
| Viruses/suspicious programs | β Yes. | Through the Security Center. | Residual files in memory |
If you are not sure about the purpose of the application, use Safe Mode: press the power button. β Hold "Switch off" β Select "Reboot in Safe Mode" and only system programs are running in this mode, which will help you identify unnecessary programs.
2. Standard removal: step-by-step instruction for beginners
For most user applications, the basic method through settings is suitable. MIUI. This method does not require additional knowledge and is safe for the system.
Check if your account is linked to the app (for example, VKontakte or Instagram)
Sync important data (photos, messages) with the cloud
Close the application in the multitasking menu
Connect to Wi-Fi if you plan to install a replacement immediately-->
- Open Settings β Applications β Application Management.
- In the top line of the search, type the name of the program (such as Likee or AliExpress).
- Click on the desired application β If the button is inactive, it is system software (see section 4).
- Confirm action. Some programs (like Facebook) may offer disabling instead of deleting, which is normal for preinstalled versions.
Alternative way: Hold your finger on the app icon on the home screen β Select "Delete" (if available). On some models (POCO X3, Redmi 9A) This method may not work for system utilities.
β οΈ Note: When you delete through Settings, you will still have cached data and settings files. To completely clear the application trail, go to Settings after you delete it. β Memory. β Clean and select "Deep Cleaning".
If the application is not removed in the standard way, but you are sure that it is not system, try:
- π Restart the phone and try again.
- π₯ Update the program via Google Play β sometimes this unlocks the delete button.
- π‘οΈ Check for viruses through the Security Center β Scanner (some malware blocks its removal).
π‘
In the models with MIUI 13+ The app menu has a tab called "Unused" where it automatically collects programs that you haven't used in more than 3 months, and you can delete them in a packet, saving you time.
3. Google Play Removal: Why It Doesn't Always Work
The Google Play Store offers its own way of removing apps, but it has limitations for Xiaomi devices.The main problem is that the service does not display pre-installed programs, even if they were updated through the store.
To remove the app via Google Play:
- Open the Google Play Store β Click on the profile avatar in the upper right corner.
- Select Application and Device Management β Management.
- In the list, find the desired application and click on the basket on the right.
Pay attention to the nuances:
- π The list will not show system utilities MIUI (For example, Mi Community or Mi Pay).
- π If the app was pre-installed but then updated via Google Play, deleting it will return it to the factory version.
- π Some programs (such as Netflix or Disney)+) Can be protected from removal due to license agreements with Xiaomi.
If the delete button in Google Play is inactive but the app is not system-based, try:
- Clear the store's cache: Settings β Annexes β Google Play Store β Warehouse β Clear the cache.
- Remove Store Updates: In the Same Menu, Click Three Dots β Remove updates.
- Reboot the device and try again.
π‘
Google Play doesn't show Xiaomi system apps even if they've been updated through the store.[citation needed (ADB root-right).
4. How to remove system applications without root rights (method) ADB)
For experienced users who want to get rid of pre-installed utilities MIUI (Mi Music, Mi Browser, GetApps, and Android Debug Bridge (ADB). This method does not require root rights, but requires accuracy.
You'll need:
- π₯οΈ Computer with Windows/macOS/Linux
- π USB-cable (original or qualitative analogue)
- π§ Installed Xiaomi drivers (download from the official website)
- π οΈ Googleβs Platform Tools tool (download here)
Step-by-step:
- Put the debugging on. USB on a smartphone: Settings β The phone. β Version. MIUI (Press 7 times until the message βYou became a developerβ appears β Additionally. β For developers β Debugging by USB (turn on)
- Connect your phone to your PC and select File Transfer mode.
- Unpack Platform Tools on your computer and open CMD (Windows) or Terminal (macOS/Linux) in this folder.
- Enter the command to check the connection: adb devices If the device appears in the list, you can continue.
- Find out the exact application package (for example, for Mi Browser it is com.android.browser). MIUI: List of system application packages Xiaomi com.miui.bugreport (Feedback) com.miui.calculator (Calculator) com.miui.compass (Compass) com.miui.fm (FM-radio) com.miui.gallery (Gallery) com.miui.miservice (Mi Service Framework) com.miui.notes (Notes) com.miui.player (Mi Music) com.miui.videoplayer (Mi Video) com.xiaomi.scanner (Scanner) com.xiaomi.payment (Mi Payment)
- Enter the command to delete (replace package.name with real package): adb shell pm uninstall -k --user 0 package.name Flag --user 0 means deletion only for the current user (does not affect system files).
Examples of commands for popular applications:
adb shell pm uninstall -k --user 0 com.android.browser # Mi Browser
adb shell pm uninstall -k --user 0 com.miui.player # Mi Music
adb shell pm uninstall -k --user 0 com.xiaomi.midrop #Mi Drop (file transfer)β οΈ Note: Some applications after removal through ADB They can return after the update. MIUI. To avoid this, before updating the system, disable the automatic installation of remote packets by the command: adb shell cmd package install-existing package.name
If after removal, the application continues to appear in the menu, but does not open, clear the launcher cache:
- Go to Settings. β Annexes β Launcher (or) POCO Launcher).
- Press Warehouse. β Clear the data.
- Reset the device.
5. Complete removal with root rights: risks and opportunities
For those willing to take risks to maximize the purity of the system, there is a method of rooting, which gives full control of the device, but deprives of warranty and can lead to a "brick" (inoperability) of the phone if you make a mistake.
Advantages of root rights for removing applications:
- π§Ή Ability to remove any system programs, including com.miui.securitycenter.
- ποΈ Complete cleaning of residual files and application folders.
- π Possibility of rollback to the factory version of system utilities.
How to get a root rights on Xiaomi:
- Unlock the bootloader through the official Xiaomi tool (requires a Mi Account and wait 7-30 days).
- Install a custom recap (TWRP) for your model.
- Sweep Magisk through the Recovery.
Once you have your root rights, use Root Explorer or Titanium Backup to remove:
- Open the file manager with root access.
- Go to /system/app/ or /system/priv-app/.
- Find a folder with the name of the app (for example, Browser for Mi Browser).
- Delete the folder or rename it (add.bak at the end).
- Clear the cache in /data/data/ (Find a folder with the same package name).
Popular tools for working with root rights:
| Annex | Appointment | Reference |
|---|---|---|
| Magisk | Root rights and modules management | GitHub |
| Titanium Backup | Backup and Removal of System Applications | Google Play |
| Root Explorer | File Manager with access to system folders | Google Play |
| SD Maid | Cleaning of residual files after deletion | Google Play |
β οΈ Note: Delete critical system files (e.g, framework-res.apk or services.jar, which will make it impossible to boot the system. TWRP before modification.
If you have problems after you delete the system application (for example, navigation gestures or power saving mode stopped working), restore deleted files from the backup or reflash the device through the Mi Flash Tool.
6. How to return a remote system application
If you realized that the application was needed after deleting, or encountered errors in the system, there are several ways to return it:
Method 1: Through the Security Center (for disabled applications)
- Go to Settings β Applications β Application Management.
- Click on the three dots in the upper right corner β Show all applications.
- Find the desired application in the list and click Enable.
Method 2: Through ADB (If the application has been removed by the team)
Enter the command:
adb shell cmd package install-existing package.nameFor example, to restore the Mi Browser:
adb shell cmd package install-existing com.android.browserMethod 3: Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fast Fastboot Fast Fastboot Fast Fastboot Fastboot Fast Fastboot Fast Fastboot Fast Fastboot Fast Fast Fastboot Fastboot Fast
If a critical application is removed and the system is not stable:
- Download the original firmware for your model from the official Xiaomi website.
- Unpack the archive and launch it. flash_all.bat (Windows or flash_all.sh (macOS/Linux).
- Connect your phone in Fastboot mode (clip Volume Down + Power when the device is off).
Method 4: Recovery through Backup TWRP
If you have a backup copy:
- Boot to TWRP (click Volume Up + Power).
- Select Restore and specify the folder with backup.
- Check the System and confirm the recovery.
If none of the methods worked, only a complete reset via Settings remains. β The phone. β Reset settings. Remember, this will delete all user data!
7.Alternative methods: disabling and hiding applications
You don't always have to physically remove apps, and in some cases, you just have to disable or hide them so that they don't interfere with your work or take up space on the menu.
Disabling system applications
This method blocks the program, but does not delete its files:
- Go to Settings β Applications β Application Management.
- Select the desired application β Disable.
- Confirm the action. The icon will disappear from the menu, and the process will not start.
Hiding icons through POCO Launcher
On devices with POCO Launcher (or after installation):
- Hold your finger in the free seat of the main screen.
- Select Launcher Settings β Hide Applications.
- Check the boxes of the programs you want to hide.
The use of "Sleeping Mode" in MIUI
The function limits the background activity of applications, saving battery power:
- Go to Settings β Battery and Performance β Battery Consumption Management.
- Select Sleep Mode.
- Add apps that should βfall asleepβ when you lock the screen.
Freezing through ADB
The alternative to disconnection is the command:
adb shell pm disable-user --user 0 package.nameTo defrost:
adb shell pm enable package.nameThese methods are useful if you donβt want to risk system stability, but want to get rid of annoying notifications or unnecessary icons.
8. Frequent mistakes and how to avoid them
When working with the removal of applications on Xiaomi, users often face typical problems, and here are the most common ones and how to solve them:
- π "The app returns after update MIUI" β This is because the system restores preinstalled packets. Solution: before upgrading, disable the automatic installation of remote applications via the ADB (see section 4).
- π« "The Remove button is inactive, so it's a system application. ADB or root-rights to remove it.
- β‘ "The phone has become slower after deleting" - you may have deleted an important system process. Try to return it (section 6) or perform a cache reset to the computer. TWRP.
- π± "The icon is still there, but the app wonβt openβ β clear the launcher cache (section 4, step 7).
- π "Battery goes down quickly after removal" - some system utilities (Mi Security) optimize power consumption.
If the application has stopped working fingerprint after removal, NFC Or the camera, you probably deleted the associated system packet. ADB firmware.
β οΈ Note: On Xiaomi models with a locked bootloader (most devices purchased in official stores), an attempt to obtain root rights or flash custom recovery will lead to hard-brick (complete inoperability). Before such operations, be sure to unlock the bootloader through the official Xiaomi tool.
If you are not sure about your actions, use safer methods:
- π Disable unnecessary apps instead of deleting them.
- π΅ Hide icons through launcher settings.
- π Use "Sleep Mode" to Save Charge.
π‘
Before you delete system applications, always check their purpose and back up. Most problems with the system are not easy. MIUI After removal, the recovery is resolved through ADB or refashion.