How to completely remove the application on the Xiaomi smartphone: 5 proven ways

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.
πŸ“Š What method of removing applications are used more often?
Through a long tap on the icon
In the phone settings
With the help of a file manager
I'm using ADB.
Don't delete apps.

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:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. Select the desired app from the list (use the search at the top if the list is long).
  3. Click "Delete" (if the button is active) or "Disable" (for system programs).
  4. 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

Done: 0 / 5

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:

  1. Connect your smartphone to your PC and confirm the debugging permission on your phone screen.
  2. Open the command prompt (cmd) in the folder with ADB and type:
adb devices

(The serial number of your device should be displayed.)

  1. To see a list of all packages installed, enter:
adb shell pm list packages
  1. Find the name of the package of the desired application (for example, com.miui.calculator for the calculator).
  2. Remove the application by the command:
adb shell pm uninstall -k --user 0 com.miui.calculator

Replace 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.

AnnexPackage nameCan I remove it?Effects of consequences
Mi Browsercom.android.browserYes.Loss of standard browser (you can use Chrome)
Mi Musiccom.miui.playerYes.The standard player will disappear (alternatives: Spotify, VLC)
Mi Videocom.miui.videoplayerYes.There will be no standard video player.
Security (Security)com.miui.securitycenterNo.Failure of the antivirus and optimizer
Themes (Themes)com.android.themesPartially.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?
Over time, folder. /Android/data/ It can grow to several gigabytes, which will lead to: ⚠️ Slowing down the smartphone (especially with a small amount of memory). ⚠️ Errors in installing new applications (data conflict). ⚠️ Updating problems MIUI (If the residual files are associated with system processes, it is recommended to clean the tails at least once in the system. 2–3 month.

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:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. Select a system application (e.g. Mi Browser).
  3. Click on the three dots in the top right corner and select "Delete Updates".
  4. 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:

  1. Go to Settings β†’ Applications β†’ Application Management.
  2. Select the application you want (such as Mi Credit or Mi Pay).
  3. 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).

Frequently asked questions

❓ Why does the app reapp appear after the update? MIUI?
This is because MIUI firmware contains a list of mandatory system applications that are restored when you update. To avoid this: Use ADB to remove with the --user 0 flag (as described in section 3). Disable automatic app updates on Google Play (Settings β†’ Auto-Update Applications β†’ Never). Remove system program updates before the main MIUI update.
❓ Can I remove Google Play Services or Google Play Store?
⚠️ Not recommended! These apps are critical to: Run most of the software from Google Play, get Android security updates, sync your Google account (mail, contacts, calendar) and delete it will result in: Application launch errors ("Google Play Services are missing"), inability to download programs from the Play Market, problems with Gmail, YouTube, and other Google services. If these apps take up too much space, try: Clear their cache (Settings) β†’ Annexes β†’ Google Play Services β†’ Clear cache. Disable automatic update (Settings) β†’ Annexes β†’ Google Play Store β†’ Remove updates).
❓ How to remove viruses that masquerade as system applications?
If you suspect that there is malware on the phone that is not removed by standard methods: Check the phone via Dr.Web or Malwarebytes (download from official sites, not unknown sources!). Run the scan in security mode: Turn off the phone. Press the power button and increase the volume before the logo appears MI. Select Safe Mode and try to remove a suspicious app in Safe Mode via Settings. β†’ Applications. If it doesn't work, reset to factory settings (Settings) β†’ The phone. β†’ Resetting settings). ⚠️ Attention: Some viruses block access to settings. In this case: Use ADB To remove a suspicious package (see section 3). If you are not sure, contact the Xiaomi service center (addresses on the official website).
❓ Why you can’t delete Facebook or other social networks pre-installed on Xiaomi?
Xiaomi has partnered with Facebook, TikTok and other services, which often pre-installed their apps as system. To remove them: Try standard removal of updates (see section 5), then uninstall. Use ADB with the command: adb shell pm uninstall -k --user 0 com.facebook.katana (For Facebook; for other social networks, package names: TikTok: com.zhiliaoapp.musically Instagram: com.instaidin LinkedIn: com.androidinlinked) If you turn off your account from Google Playbook after you delete it.
❓ How to know which app can be safely removed and which can’t?
Before removing the system application, check its purpose: Can the application be removed? Mi Browser Deletion Consequences Yes Loss of Standard Browser (use Chrome) Mi Video Yes No Standard Mi Music Video Player Yes Disappears Security Music Player No Mi Account Antivirus and Optimizer Failure No No No You Can Sign In to Xiaomi Account Google Play Services No Error in Most Themes Apps Partially You Can't Change Design Themes To Check Unknown Packages: Use sites like APKMirror or Google Play by typing the packet name into a search. Search forums XDA Developers or 4PDA (part of your Xiaomi model).