Owners of smartphones Xiaomi, Redmi and POCO They often have embedded applications that cannot be removed by standard methods, which take up space in memory, consume battery power in the background, and sometimes even send unnecessary notifications. ROOT-Connection to a computer, but it is not.
In this article, we will discuss 4 working ways to get rid of system applications on Xiaomi without using ROOT and PC. All methods are tested on MIUI 12-14 firmware and are relevant for models from 2020-2026. Importantly, some actions can lead to unstable system operation, so make a backup before starting.
If you are not sure if you should remove an application, check it in Settings β Applications β Application Management. System programs are usually marked as System and do not have a button to βDeleteβ, only βDisableβ or βRemove Updatesβ.
1. disable system applications through standard MIUI settings
The safest way to do this is to disable, not delete it completely, and it will stop the program from working, but it won't delete the files from the device, and it's suitable for most pre-installed services like Mi Browser, Mi Music, Mi Video, and others.
How to do this:
- π± Open the Settings. β Annexes β Application management.
- π Find the right app in the list (use search to speed up).
- π« Click "Disable" (if the button is inactive, the application is critical to the system).
- β οΈ Confirm the action in the window that appears.
Once you turn it off, the app will disappear from the menu, stop sending notifications and using resources, but its files will remain in the device's memory, and to return the program, you just go back to its settings and click "Enable".
β οΈ Note: Do not disable services called com.android., com.miui. or com.qualcomm.* β this can lead to critical system failures, including inability to call or connect to the network.
β Mi Browser (com.android.browser)
β Mi Music (com.miui.player)
β Mi Video (com.miui.videoplayer)
β GetApps (com.xiaomi.mipicks)
β Mi Pay (com.mipay.wallet)
β All the rest β check before disconnecting!
-->
2. Remove via MIUI Hidden Settings (hidden settings)
There's a hidden section in MIUI's firmware called "Developer Settings," which lets you manage system components, and you can activate it by:
- Go to Settings β The phone.
- Click on the MIUI version 7 times in a row (you are a developer!).
- Back to the settings β Additional β for developers.
Now you can remove some system applications:
- π§ Find the "Application Management" section (may be called "System Applications").
- π Select a program from the list (for example, Mi Browser or GetApps).
- ποΈ Click Delete Data and Disable (complete deletion is not available for all applications).
This method does not work on all Xiaomi models, as the manufacturer gradually restricts access to hidden settings. If there is no section "App Management" - move to the next method.
What to do if hidden settings are not opened?
3. Removal via ADB (without ROOT and PC)
ADB (Android Debug Bridge) is an Android debugging tool that lets you manage the system through commands. Although it usually requires a PC connection, you can use local ADB on Xiaomi via the LADB (Local ADB) app.
Step-by-step:
- Download and install LADB from Google Play.
- Activate "Debugging by" USB" In Settings β For developers.
- Open LADB, click Start Server and confirm access.
- Enter the command to delete (example for Mi Browser): pm uninstall -k --user 0 com.android.browser
- Reset the device.
List of commands for popular system applications:
| Annex | Package name (package name) | Delete command |
|---|---|---|
| Mi Browser | com.android.browser | pm uninstall -k --user 0 com.android.browser |
| Mi Music | com.miui.player | pm uninstall -k --user 0 com.miui.player |
| GetApps (Mi App Store) | com.xiaomi.mipicks | pm uninstall -k --user 0 com.xiaomi.mipicks |
| Mi Video | com.miui.videoplayer | pm uninstall -k --user 0 com.miui.videoplayer |
| Mi Pay | com.mipay.wallet | pm uninstall -k --user 0 com.mipay.wallet |
β οΈ Attention: Teams with flag --user 0 remove the application only for the current user, without affecting system files.This reduces the risk of firmware damage, but does not guarantee 100% Don't use the command. `pm uninstall` without `--user 0` β This can result in the inoperability of the device!
π‘
Before deleting, check if the app is critical to Google or MIUI services, for example, deleting com.google.android.gms will cause all Google Play services to stop.
4.Use of uninstallation applications (without ROOT)
There are apps on Google Play that allow you to uninstall system programs without ROOT or PC, and they work through the same mechanisms as ADB, but with a more user-friendly interface.
- π οΈ App Manager (by Ramdroid) β shows all installed and system applications, allows you to disable and remove.
- ποΈ System App Remover β specializes in removing embedded programs.
- π§ Easy Uninstaller β Supports packet removal.
How to use:
- Install one of the apps from the list above.
- Give it the ADB license (instructions will appear at the first start).
- Select the system application from the list.
- Click "Delete for User" (it is an analogue of the command pm uninstall --user 0).
The advantage of this method is the visual interface and the ability to mass delete, but some applications may charge for advanced features.
π‘
Uninstaller apps donβt delete system files completely, they only hide them from the current user, which is safer than deleting them completely, but doesnβt free up the deviceβs memory by 100%.
5 Which system applications can be removed and which cannot be removed
Not all built-in programs are equally useful (or harmful) and below is a list of safe and dangerous to uninstall applications on Xiaomi.
Can be removed (low risk):
- π Mi Browser (com.android.browser) is a standard browser that duplicates Chrome.
- π΅ Mi Music (com.miui.player) β a music player if you use Spotify or YouTube Music.
- π¬ Mi Video (com.miui.videoplayer) - video player, replaceable VLC or MX Player.
- π GetApps (com.xiaomi.mipicks) β Xiaomiβs branded app store.
- π³ Mi Pay (com.mipay.wallet) is a payment service that is only relevant to China.
Remove dangerous (high risk of failure):
- βοΈ Miui System (com.miui.system) is the interface kernel MIUI.
- π‘ Miui Daemon (com.miui.daemon) - background processes of the system.
- π Security (com.miui.securitycenter) β Security and permissions management center.
- π Phone Services (com.android.phone) β responsible for calls and SMS.
- π Google Play Services (com.google.android.gms) β critical for all Google services.
If you are in doubt about whether you can uninstall an application, look for its package name on the 4PDA or Xiaomi.eu forums, where the experience of removing system components on specific models is often discussed.
6 Recovery of Remote System Applications
If the device is unstable after removal (e.g., lost calls, Wi-Fi or errors), you need to return the remote programs.
Method 1: ADB (if removed through it)
Use the command to re-install:
cmd package install-existing com.android.browserReplace com.android.browser with the package of the desired application.
Method 2: Resetting settings
- π Go to Settings. β The phone. β Resetting settings.
- π± Select "Reset All Settings" (does not delete user data).
- β οΈ If it doesnβt work, do βFull Resetβ (deletes all data, including photos and apps).
If the reset doesn't work, you'll have to reflash the device through Fastboot or Recovery, which is an extreme measure that requires a PC and a knowledge of the firmware process.
π‘
Before you uninstall system applications, always back up through Settings β Additional β Backup and Reset. This will allow you to quickly recover data when you crash.