Why Removing Apps on Xiaomi is Different from Other Android Smartphones
Xiaomi, Redmi and POCO smartphones are powered by MIUI, which significantly modifies standard Android, and this affects the removal process: there are nuances that are not found on pure Android or other brandsβ smartphones, for example, many system applications cannot be removed in the standard way without obtaining root rights, and some βremoteβ programs are actually just hidden and continue to take up space.
In this article, we will discuss all the current ways to remove from basic to advanced, including working with ADB and hidden MIUI settings. Particular attention will be paid to the differences between the firmware versions (MIUI 12/13/14/15) and smartphone models. If you tried to remove the application through the menu and you failed, here you will find a solution.
Itβs important to understand that some apps (such as Mi Browser, Mi Video or GetApps) are part of the Xiaomi ecosystem and removing them completely can disrupt the stability of the system.
Method 1: Standard removal through the settings menu
This is the easiest method that works for most custom apps (installed from Google Play or Google Play). APK-However, it has limitations:
- π± It does not work for pre-installed system applications (Mi Music, Mi Community, etc.)
- π Some applications after βdeletionβ are restored after restarting
- π Does not clean the cache and residual files of the application
To remove the application in a standard way:
- Open Settings β Applications
- Select the Application Management tab
- Find the desired application in the list (you can use the search)
- Click Remove (if the button is active)
- Confirm the action in the window that appears
βοΈ What to check before standard removal
If the Remove button is inactive or not, then the application is protected by the system, in which case proceed to the following methods.
Method 2: Disabling system applications (without deleting)
When you can't completely delete an app, you can turn it off, hide it from the menu, stop background processes, save battery power, but the program files stay on the device and take up space.
How to disable the system application:
- Go to Settings β Applications β Application Management
- Select the app you want (such as Mi Pay or Mi Home)
- Click Disable (button will appear if deletion is not available)
- Confirm the action in the warning window
What happens if you disable an important system application?
List of apps that can be safely disabled on most Xiaomi devices:
| Annex | Appointment | Risk of shutdown |
|---|---|---|
| Mi Browser | Branded browser | Low (you can use Chrome) |
| Mi Video | Video player | Low (there are alternatives) |
| Mi Music | Music player | Medium (may disrupt music notifications) |
| GetApps | Branded app store | Low (you can use Google Play) |
| Mi Community | Xiaomi User Forum | Low. |
β οΈ Note: Do not disable applications called com.android. or com.miui. at the beginning (e.g. com.miui.securitycenter) β this can lead to unstable system operation.
Method 3: Remove via ADB (for power users)
ADB (Android Debug Bridge) is a tool for debugging Android devices through a computer, which can remove even applications that are protected by the system, and requires connecting a smartphone to a PC and basic command-line knowledge.
Advantages of the method:
- π§ Remove system applications without root rights
- π Frees up space on the device
- π Ability to restore remote application
Step-by-step:
- Turn on Developer Mode on Smartphone: Settings β About Phone β MIUI Version (click 7 times)
- Activate USB Debugging in Settings β Additional β For Developers
- Connect your phone to your computer and confirm your debugging permission.
- Download and install ADB Tools on PC
- Open the command line in the ADB folder and type in: Adb devices (the name of your device should appear)
- Get a list of all applications: adb shell pm list packages
- Remove the unnecessary app (e.g. Mi Browser): adb shell pm uninstall -k --user 0 com.android.browser
π‘
Before deleting through ADB, back up your data via Settings β System β Backup. This will help restore the system if something goes wrong.
List of popular removal packages:
- π Mi Browser: com.android.browser
- π΅ Mi Music: com.miui.player
- πΊ Mi Video: com.miui.videoplayer
- π GetApps: com.xiaomi.mipicks
- π¬ Mi Community: com.miui.bbs
β οΈ Note: Removing some system applications (e.g. com.miui.securitycenter) may result in loss of functionality (fingerprint, face unlocking will not work) or a cyclical reboot of the device.
Method 4: Using third-party applications to remove
If ADB seems complicated, you can use specialized utilities that provide a user-friendly interface to remove system applications without manually entering commands.
Popular removal programs:
- π οΈ App Inspector β shows all installed packets and allows you to delete them
- π§Ή System App Remover β specializes in removing system applications
- π Package Name Viewer β Helps you find the exact names of packages
How to use System App Remover:
- Download and install the app from Google Play
- Provide root access (if required)
- Select the System Applications tab
- Check the boxes for unnecessary programs
- Click Remove selected
- Reset the device
Advantages of the method:
- π± It does not require a connection to a computer.
- π Easy search by application names
- π Shows the occupied place of each application
β οΈ Note: Most of these applications require root rights that void the warranty on the device.
Method 5: Remove via TWRP (for advanced users)
TWRP (Team Win Recovery Project) is a custom recovery that allows you to take full control of the system, with the help of which you can remove system applications, install modified firmware and create backups.
This method is only suitable for experienced users, as it requires:
- π Unlock the bootloader (bootloader)
- π± Installations TWRP Instead of standard recovery
- πΎ Create a full backup (nandroid backup)
Step-by-step:
- Install TWRP on your device (instructions depend on the model)
- Boot into recovery mode (usually Power + Volume Up)
- Select Advanced β File Manager
- Go to /system/app or /system/priv-app
- Find a folder with an unnecessary app (like Browser)
- Select the folder and select Delete
- Reset the device
π‘
TWRP removal is the most radical method that can cause a system to fail. Always back up before making changes!
List of folders of popular system applications:
- π browser: /system/app/Browser or /system/priv-app/Browser
- π΅ Music: /system/app/MiuiMusic
- πΊ Video: /system/app/MiuiVideo
- π Shop: /system/app/GetApps
How to return a remote system application
If you have problems after you delete the system application (some functions are not working, the smartphone restarts or gives errors), it can be restored.
Recovery options:
| Deleting method | How to repair |
|---|---|
| Standard removal | Install from Google Play or via APK |
| Shutdown | Settings β Applications β Disabled β Include |
| ADB | Use the command adb shell cmd package install-existing <package> |
| TWRP | Restore from backup or re-flash the device |
If you have removed the app through ADB and want to return it, use the command:
adb shell cmd package install-existing com.miui.browser(Replace com.miui.browser with the name of the package you want)
To recover via TWRP:
- Boot in recovery.
- Choose Restore.
- Specify the backup folder
- Mark the System section
- Confirm the recovery.