How to Remove Unnecessary Apps on Xiaomi: 5 Ways to Work

Xiaomi smartphones out of the box come with dozens of pre-installed apps, many of which users never run. Over time, manually installed programs that no longer need to be installed, but continue to take up space in memory, consume battery power in the background and can even collect data. In this article, we will discuss all the current ways to remove applications on devices with MIUI 14/15 – from standard methods to hidden functions for power users.

It is important to understand that not all applications can be removed without consequences. For example, Xiaomi system services (such as com.miui.securitycenter) are responsible for the stable operation of the shell, and their forced removal can lead to failures. We will explain in detail which programs can be safely uninstalled, and which only disable or freeze.

1. Standard removal through MIUI settings

The easiest and safest way is to use the system’s built-in tools, and it’s suitable for most custom applications (installed from Google Play or Google Play). APK-files, and for some pre-installed programs that Xiaomi allows to be deleted.

To remove the app:

  • πŸ“± Open the Settings. β†’ Annexes β†’ Application management.
  • πŸ” Enter the program name in the search bar or find it manually in the list.
  • πŸ—‘οΈ Click Remove (if the button is active) or Disable (for system applications).
  • ⚠️ Confirm the action if a warning of possible consequences appears.

Note: for some applications (e.g. Mi Browser or Mi Video), the Remove button may not be active, in which case the system will only prompt you to Disable or Remove updates (return the program to the factory version).

πŸ“Š What apps do you most often remove from your smartphone?
Social media
Games
Pre-installed programs Xiaomi
Fitness trackers
Other

2. Removal of updates to system applications

Many of Xiaomi’s standard software (e.g. Camera, Gallery, Music) can’t be removed completely, but you can return it to the factory version, saving space, especially if the app has been updated through Google Play and now weighs several times more than the original version.

How to do this:

  1. Go to Settings β†’ Applications β†’ Application Management.
  2. Choose the right application (e.g. Mi Community).
  3. Click on the three dots in the top right corner and select Remove Updates.
  4. Confirm action. The app will return to the version preinstalled on the device.

After that, the program will no longer be updated automatically through Google Play, but its functionality may be limited, for example, in the old version of Mi Browser, some websites may not work.

πŸ’‘

If the app stopped working correctly after removing the updates, try clearing its cache in the same menu (Storage β†’ Clear cache).

3. disabling system applications (without deletion)

For applications that cannot be removed by standard methods, the option of disabling remains, which hides the program from the menu, stops its background activity and frees up some of the RAM, but does not delete files from the device.

  • πŸ“¦ Mi Pay, Mi Credit and other financial services if you do not use them.
  • 🎡 Mi Music or Mi Video if you use alternatives (e.g. YouTube Music or YouTube Music) VLC).
  • πŸ“‘ Mi Remote if you don’t have a control device.

How to disable the application:

  1. Go to Settings β†’ Applications β†’ Application Management.
  2. Select the application you want (e.g. Mi Game Center).
  3. Click Disable (button will appear if deletion is not available).
  4. Confirm the action. The app will disappear from the menu and stop working.

⚠️ Note: Disabling some system services (e.g. com.miui.analytics) may cause errors in the work MIUI. Before disabling, check the program name on the network.

4. Removal via ADB (for power users)

If standard methods don't work and root rights don't, you can use Android Debug Bridge (ADB), a tool for debugging Android devices, which allows you to remove even those applications that MIUI blocks through the interface, but it requires connecting your smartphone to your computer and basic command line knowledge.

Step-by-step:

  1. Turn on Developer Mode on your smartphone: go to Settings β†’ About Phone and 7 times click on the MIUI version.
  2. Return to Settings β†’ Additional β†’ For developers and activate Debugging over USB.
  3. Connect your phone to your PC, install ADB drivers (e.g., via Mi PC Suite) and open the command prompt.
  4. Enter the command to check the connection: adb devices The device should appear in the list.
  5. Get a list of all applications: adb shell pm list packages
  6. Find the name of the unneeded package (e.g. com.miui.videoplayer for Mi Video) and delete it: adb shell pm uninstall -k --user 0 com.miui.videoplayer

Key key --user 0 This means that the application is only deleted for the current user (without affecting system files), which is safer than a complete deletion, but the program can return after resetting the settings.

List of safe to remove Xiaomi packages
Minimum risk: com.miui.analytics β€” analytics collection (you can disable) com.xiaomi.midrop β€” Mi Drop (file transfer) com.miui.player β€” Mi Music com.miui.videoplayer β€” Mi Video Medium risk (check the consequences): com.android.browser β€” Mi Browser com.miui.notes β€” Notes com.xiaomi.scanner β€” Scanner QR-High risk codes (not recommended): com.miui.securitycenter – Security Center com.android.settings – Settings

5. Complete removal through root rights

If you unlock the bootloader and install Magisk or another root rights manager, you can uninstall any application, including system applications, which gives you maximum freedom, but also maximum risks: careless removal of critical components can lead to bootloop or failure of MIUI functions.

For removal from root, applications are suitable:

  • πŸ› οΈ Root App Deleter – a simple interface for removing packages.
  • πŸ”§ Titanium Backup – allows you not only to delete, but also to create backup copies.
  • πŸ“¦ SD Maid – garbage cleaning and removal of system applications.

How to remove the application through Root App Deleter:

  1. Open the program and grant root rights.
  2. In the list, find the unnecessary application (you can filter by System category).
  3. Click on it and select Delete.
  4. Confirm the action and restart the device.

⚠️ Note: Before removing system applications, be sure to back up through TWRP Some packages (e.g. com.qualcomm.qti.telephonyservice) are critical for modem and communication.

Backup via TWRP| Check the name of the package on the network | Remove only unnecessary programs | Prepare for a possible reset of settings-->

Alternative methods: freezing and concealment

If deletion seems risky, you can freeze the application, which will suspend it without physically deleting the files.

  • 🧊 App Quarantine (without root, but requires) ADB).
  • ❄️ Ice Box – creates a sandbox for frozen applications.
  • πŸ”’ Shelter – isolates programs in a separate profile.

The advantage of freezing is that you can easily get the app back to work if you need it, for example, if you freeze the Mi Browser and then decide to use it, you just need to defrost it in the same app.

Another option is to hide the icons from the menu.

  1. Press your finger on the app icon on the home screen.
  2. Choose Remove or Hide (depending on the version of MIUI).
  3. The icon will disappear, but the program will remain in the system and will be available through search.

Comparison of Application Deletion Methods on Xiaomi

MethodRequired rightsTypes of Removable ApplicationsRisks.Recovery
Standard removalNo.User, part of the pre-installedLow.Reinstallation from Google Play
Removal of updatesNo.Systemic with updatesMedium (functionality may break down)Update via Google Play
ShutdownNo.Any systemicLow.Incorporation in settings
ADBUSB debuggingAnything but the critical ones.Average (the risk of errors with the wrong command)Reinstallation via ADB or reset
Root removalRoot rightsAnybody, including the systemHigh (bootloop risk)Recovery from the backup

πŸ’‘

For most users, standard removal or disabling is enough, and methods with ADB and root are suitable only for advanced users who are ready for possible failures.

FAQ: Frequent questions about removing apps on Xiaomi

Can I delete Mi Browser if I use Chrome?
Yes, Mi Browser can be deleted via ADB or disabled in settings. However, some MIUI features (such as downloading files from instant messengers) are opened by default in Mi Browser. Once it is deleted, they may not work correctly. It is recommended to turn off the browser first and check the stability of the system during the day.
Why does an application come back after the MIUI update after it is deleted via ADB?
This is because system applications are restored when you update the firmware, and to avoid this, you can: Use the Universal SafetyNet Fix module to block recovery; freeze the application instead of uninstalling (for example, via Ice Box); Remove the package after each update.
What Xiaomi apps can be removed without consequences?
The list of safe to delete programs includes: com.miui.analytics - statistics collection.com.xiaomi.midrop - Mi Drop (if you do not use file transfer). com.miui.player - Mi Music.com.miui.videoplayer - Mi Video.com.xiaomi.scanner - Scanner QR-Before deleting, check the current list for your model in the forums (for example, 4PDA or XDA Developers).
How to return a remote system application?
If you have removed the system application and faced problems, you can restore it: ADB, if the deletion was with the key --user 0: adb shell cmd package install-existing com.miui.videoplayer By resetting the device to factory settings (deletes all data!). Through flashing the phone using the Mi Flash Tool. If you had root and backup through Titanium Backup, restore the application from backup.
Why can’t some apps be turned off?
This is due to Xiaomi’s policies and MIUI architecture. Some system services (e.g. com.miui.securitycenter or com.android.phone) are critical for: Mobile network and calls; Security (virus scanner, permissions); System updates; disabling or deleting them can cause the phone to fail completely. In new MIUI versions (starting with 14), Xiaomi has tightened restrictions on disabling such services.