Removing unnecessary apps on Xiaomi smartphones seems like a simple task β until you encounter system programs that do not want to disappear, or residual files that occupy precious memory. Unlike iPhone or βpureβ Android, MIUI firmware has its own nuances: hidden settings, duplicate menus and restrictions on removing preinstalled software. This article will help you figure out how to properly uninstall applications on Redmi, POCO or Mi, including those that are not deleted by standard methods.
We will look at not only the basic methods through the settings menu, but also advanced techniques using ADB, cleaning cache, and explaining why some programs return after a reboot. Special attention will be paid to security: removing system applications without understanding the consequences can lead to malfunctions in the smartphone, including problems with MIUI updates or camera failure. All instructions are relevant for the MIUI 12-15 firmware versions (including HyperOS for new models).
1. Standard removal through the application menu
The most obvious way is to remove settings through the main screen or menu, which is suitable for most user applications (installed from Google Play or.apk files), but often useless for pre-installed software from Xiaomi.
To remove the application by the standard method:
- π± Click on the program icon on the home screen or in the application menu for a long time. The "Delete" button will appear at the top of the screen (if it is active).
- ποΈ If there is no button, drag the icon to the top of the screen, where the words βDeleteβ or βDeinstallβ appear".
- βοΈ For some applications (such as Mi Browser or Mi Video), only "Disable" will be prompted instead of deleting".
Limitations of the method:
- β Does not work for system applications (e.g. Security, Themes, Mi Pay).
- β Does not clean residual files (cache, data in the folder) /Android/data/).
- β Does not remove system software updates downloaded through Google Play.
2. Remove via phone settings
A more flexible method is to use the Applications section in your settings, where you can not only uninstall programs, but also clean their data or disable them.
Step-by-step:
- Open Settings β Applications β Application Management.
- Select the desired app from the list (use the search at the top if the list is long).
- Click "Delete" (if the button is active) or "Disable" (for system programs).
- Confirm the action by pressing "OK" in the window that appears.
What to do if the "Delete" button is inactive:
- π Try to first click on Clear Data and Clear Cache β sometimes this will unlock the option to delete.
- π₯ If the app has been updated through Google Play, click βDelete Updatesβ and then try again.
- π§ Some system programs (such as Mi Music or Mi Calendar) may need to be disabled instead of uninstalled.
βοΈ Preparation for removal of the annex
Important: The apps that are disabled will remain in the phone's memory, but they will stop working and update, and they can be turned back on in the same menu.
3. Removing system applications without root via ADB
If standard methods fail and root rights are not desired, ADB (Android Debug Bridge) can help, which allows you to remove most pre-installed programs, but requires caution: improper use of ADB can lead to firmware failure or loss of functionality (for example, camera or mobile network failure).
What you need:
- π» Computer with installed Xiaomi drivers and program ADB Tools (you can download from the official Google website).
- π± Included debugging by USB on a smartphone (Settings) β The phone. β Version. MIUI β Press 7 times, then return to Settings β Additionally. β For developers β Debugging by USB).
- π Cable USB Type-C (preferably original).
Instructions for removal:
- Connect your smartphone to your PC and confirm the debugging permission on your phone screen.
- Open the command prompt (cmd) in the folder with ADB and type:
adb devices(The serial number of your device should be displayed.)
- To see a list of all packages installed, enter:
adb shell pm list packages- Find the name of the package of the desired application (for example, com.miui.calculator for the calculator).
- Remove the application by the command:
adb shell pm uninstall -k --user 0 com.miui.calculatorReplace com.miui.calculator with your package name.
Warnings:
β οΈ Note: Do not delete packages with the names com.android., com.qualcomm. or com.miui.home, this may cause the system to fail.
| Annex | Package name | Can I remove it? | Effects of consequences |
|---|---|---|---|
| Mi Browser | com.android.browser | Yes. | Loss of standard browser (you can use Chrome) |
| Mi Music | com.miui.player | Yes. | The standard player will disappear (alternatives: Spotify, VLC) |
| Mi Video | com.miui.videoplayer | Yes. | There will be no standard video player. |
| Security (Security) | com.miui.securitycenter | No. | Failure of the antivirus and optimizer |
| Themes (Themes) | com.android.themes | Partially. | You canβt change the themes of the design. |
π‘
Before you massively remove system applications via ADB, back up your important data and check if your smartphoneβs functionality depends on it (e.g., Mi Pay may be associated with NFC).
4. Cleaning of residues after disposal
Even after uninstallation of the application on Xiaomi, there are often βtailsβ: files in /Android/data/ and /Android/obb/ folders, as well as entries in the MIUI registry. This takes up space and can cause errors when you re-install the program.
How to completely clean the tracks:
- π Use a file manager (such as Mi File Manager or Solid Explorer) to manually clean up your file:
- π§Ή Use the built-in utility "Cleaning" (Settings) β Cleaning, but choose "Deep cleaning".
- π To find hidden files, use applications like SD Maid (requires root for full scan).
Beware of Google Play cleaners, many of whom leave unneeded files or display false warnings, and MIUI already has built-in optimization tools:
- π Settings β Battery and productivity β Cleanup.
- ποΈ Settings β Memory. β Clear (shows large files).
What happens if you donβt clean the residual files?
5. Removal of System Application Updates
Many of Xiaomiβs standard programs (such as Mi Browser or Mi Community) are updated through Google Play, but their basic versions remain on the system, which leads to duplication: you delete the updated version, and in its place the old version appears that can not be uninstalled.
How to remove updates:
- Open Settings β Applications β Application Management.
- Select a system application (e.g. Mi Browser).
- Click on the three dots in the top right corner and select "Delete Updates".
- Confirm the action. The app will return to the factory version.
If the Remove button is active, you can uninstall the program completely. If not, use ADB (see Section 3).
Why it matters:
- π System application updates often take up more space than the original versions.
- π Older versions may contain vulnerabilities that have been patched in updates (but if you donβt use the program, itβs best to remove it completely).
- βοΈ Some updates conflict with firmware, causing crashes (for example, Mi Video may stop playing some formats).
π‘
Removing system application updates is a must before attempting a complete uninstallation, and without it, many programs will return after a reboot.
6 Recovery of Remote System Applications
If you have problems after uninstalling through ADB (for example, the camera or mobile Internet stopped working), the application can be restored. You do not need to reset your smartphone to the factory settings, just reinstall the package.
Recovery methods:
- π Dumping through MIUI:
- π₯ Reinstallation through ADB:
adb shell cmd package install-existing com.miui.calculator(Replace com.miui.calculator with your package name.)
- π§ Hand-mounted APK:
If the application is critical for the system (for example, Security or Mi Account), and you can not restore it, you will have to reset to factory settings (Settings β About the phone β Reset settings).
β οΈ Warning: Before reset, save data! Unlike iPhone, backup on Xiaomi doesn't always restore apps and their settings. Use Google Account to sync contacts and Mi Cloud for photos.
7.Alternatives to Deletion: Disconnection and Hiding
If you can't delete an application or it's risky, you can turn it off or hide it from the home screen, and it won't free up memory, but it will save you from intrusive notifications and random launches.
How to disable the system application:
- Go to Settings β Applications β Application Management.
- Select the application you want (such as Mi Credit or Mi Pay).
- Click "Disable" and confirm the action.
How to hide the icon from the main screen:
- π± Long-term click on the application icon.
- In the menu that appears, select Hide (if the option is available) or drag the icon to the Hidden Apps folder (created automatically).
- π To return the icon, open the app menu, click on the three dots at the top and select Show Hidden".
Advantages of disconnection:
- β The app is not updated through Google Play.
- β Does not appear in the list of running processes (saves battery).
- β Not showing notices.
Disadvantages:
- β It takes up space in memory (albeit less than an active application).
- β Certain functions MIUI It may not work properly (for example, disabling Mi Share will disrupt fast file transfers).