How to completely remove the application on Xiaomi: from system to user

Removing unnecessary apps on Xiaomi, Redmi or POCO smartphones is a challenge that every user sooner or later faces. Even after buying a new device, many find dozens of pre-installed programs that take up memory, consume battery power and distract with notifications. But not all applications are removed the same way: some can be erased in two clicks, and others – MIUI system services – require deep settings or even superuser rights.

In this article, we will look at all the current ways to remove applications on Xiaomi in 2026, from standard uninstall via menus to hidden functions for power users. Particular attention will be paid to removing embedded applications without root rights, this is possible due to the features of the MIUI 14/15 firmware. You will also learn how to return a remote application if you suddenly need it, and which programs are better not to touch, so as not to disrupt the system.

1. Standard removal through the application menu

The easiest way to get rid of unnecessary programs is to use built-in MIUI tools. It is suitable for custom applications installed from Google Play or third-party sources, as well as for some pre-installed utilities (for example, Mi Browser, Mi Music or Mi Video).

To remove the app:

  • πŸ“± Open the Settings. β†’ Annexes β†’ Application management.
  • πŸ” In the list, find the desired application and tap on it.
  • πŸ—‘οΈ Press the Remove button (if it is active).
  • βœ… Confirm the action in the dialog window.

If the Remove button is inactive or absent, then the application is system-based and requires alternative methods (for these, read below). Also, some programs (for example, Google Play Services) can only be disabled - this will delete their updates and stop the background work, but the files will remain in memory.

πŸ“Š What apps do you remove more often on Xiaomi?
Social media
Games
MIUI system utilities
Promotional programmes
Other

⚠️ Attention: Deleting Google apps (e.g. YouTube, Gmail) may disrupt services linked to your account, and it is better to disable them rather than remove them completely.

2.Delete via Google Play Store

If the app was installed from Google Play, it can be removed directly through the store, which is convenient when you need to quickly clear the list of installed programs or when standard removal for some reason does not work.

Instructions:

  1. Open the Google Play Store.
  2. Slip on the profile avatar in the upper right corner.
  3. Select Application and Device Management β†’ Management.
  4. In the list, find the desired application and click on the basket (Delete).

The advantage of this method is synchronization with a Google account, so if you log in to the same account on another device, the list of installed applications will be updated automatically, but the system programs and those installed from the APK will not appear here.

πŸ’‘

To quickly find rarely used apps, Google Play sorts the list by the date of last use: Recently updated or Rarely used.

3. disabling system applications (without deletion)

Many embedded MIUI programs (e.g. Mi Pay, Mi Roaming, Cleaner) cannot be removed in standard ways, but they can be disabled, which will stop them from working, hide them from the menu and prevent auto-start, but the files will remain in the device’s memory.

How to disable the system application:

  • βš™οΈ Go to Settings. β†’ Annexes β†’ Application management.
  • πŸ” Select the application you want (e.g. Mi Community).
  • 🚫 Click Disable (button will appear if deletion is not available).
  • βœ… Confirm the action.

The programs will not be disabled:

  • πŸ“± Appear in the app menu.
  • πŸ”” Showing notifications.
  • πŸ”„ Launch in the background.
  • πŸ“₯ Get automatic updates.

⚠️ Warning: Disabling system services (such as Miui Daemon or SecurityCenter) can cause the phone to run unstable.

What system applications can be disabled without risk?
Safe to disable: - Mi Browser (if you use Chrome) - Mi Music/Mi Video (if there are alternatives) - Mi Community (Xiaomi forum) - Mi Roaming (if you do not roam) - Cleaner (if you clean your phone manually) - Game Turbo (if you do not play) Do not disable: - Google Play Services - SecurityCenter - Miui System UI - Telephony Provider (responsible for calls)

4. Removal of system applications without root rights (ADB)

If you want to completely remove the built-in application, but are not ready to get root rights, you can use ADB debugging. This method works on all Xiaomi devices with an unlocked bootloader and enabled debugging over USB.

Step-by-step:

  1. πŸ”§ Enable Developer Mode: Go to Settings β†’ About the phone, tap 7 times on the version. MIUI. Back to Settings β†’ Additionally. β†’ For developers, activate debugging by USB.

ADB Tools

official website of Android

πŸ“± Connect your phone to your PC and confirm your trust in your computer.

cmd

ADB

adb devices

(Your device should appear)

adb shell pm uninstall -k --user 0 com.miui.name

(Replace com.miui.name with an app package, such as com.miui.browser for Mi Browser).

List of packages of popular system applications Xiaomi:

AnnexPacket nameCan I remove it?
Mi Browsercom.android.browser or com.miui.browserβœ… Yes.
Mi Musiccom.miui.playerβœ… Yes.
Mi Videocom.miui.videoplayerβœ… Yes.
Cleanercom.miui.cleanmasterβœ… Yes.
Mi Communitycom.xiaomi.forumβœ… Yes.

Once the command is executed, the app will disappear from the system, but its data will remain. To return it, you just need to reinstall it via Google Play or reset the phone settings.

Install ADB Tools on PC|Enable developer mode on Xiaomi|Activate debugging on USB|Connect phone to computer |Check list of application packages-->

5. Deletion with root rights (for experienced users)

If you are willing to take drastic measures, obtaining root rights will open access to the removal of any system applications, including those protected by MIUI.

  • πŸ”“ Loss of warranty (if the device is under warranty).
  • πŸ›‘οΈ Vulnerability to malware.
  • πŸ”„ Possible system failures.

Removal will require:

  1. Unlock the bootloader through the official Xiaomi website.
  2. Install Custom Recovery (TWRP)
  3. Switch Magisk to get root.
  4. Use a root-enabled file manager (such as Root Explorer) to remove application folders from /system/app or /system/priv-app.

Example of Mi Browser removal path:

/system/app/Browser

or

/system/priv-app/MiuiBrowser

⚠️ Note: Deleting critical system files (e.g. com.android.phone) will cause your phone to fail. Create a full backup before any manipulation. TWRP.

πŸ’‘

Root rights give you complete control of the system, but you need to be careful. Only remove applications that you know are intended.

6. How to return a remote application

If you have removed the app and want to return it, there are a few ways:

For user applications:

  • πŸ“₯ Reinstall from Google Play.
  • πŸ”„ Restore from backup (if it was created through Settings) β†’ Google β†’ Backup).

For system applications:

  • πŸ”§ If removed through ADB, Follow the command: adb shell cmd package install-existing com.miui.name (replace com.miui.name with the application package).
  • βš™οΈ Reset your phone settings to factory (Settings) β†’ The phone. β†’ Resetting settings).
  • πŸ“¦ Fly the device through the Mi Flash Tool (extreme case).

If the application was removed using root, the only reliable way to return it is to flash or manually copy files from the backup.

7. which applications should not be removed

Not all system programs are safe to remove, some of them are critical for the stable operation of MIUI and the phone as a whole.

  • 🚨 com.android.phone – responsible for calls and SMS.
  • 🚨 com.google.android.gms – Google Play Services (required for most applications).
  • 🚨 com.miui.securitycenter – Security Center MIUI.
  • 🚨 com.miui.system – system components of the interface.
  • 🚨 com.android.settings – phone settings.
  • 🚨 com.qualcomm.qti.telephonyservice – telephony service (on devices with Qualcomm processor).

Removal of these components may result in:

  • πŸ“΅ Loss of network (calls and mobile internet will not work).
  • πŸ”„ Constantly restarting your phone.
  • βš™οΈ Inability to enter the settings.
  • πŸ›‘ Complete inoperability of the device (brick).

If you are in doubt whether to remove an app, it is better to turn it off first and monitor the phone for a few days.

Frequently asked questions

Can I remove Google Play Services from Xiaomi?
No, com.google.android.gms is a critical service for most applications, including Google Play, Gmail, and many games, and if it is removed, it will cause system failures, and the best thing you can do is disable updates for this package.
Why After Removing the Application ADB It appears again after the update. MIUI?
When major MIUI updates are implemented, some system applications are automatically restored. To avoid this, you can: Disable automatic MIUI updates; use Magisk to freeze packets; and delete the application again after the update.
How to remove viruses that masquerade as system applications?
If you suspect that there is malware on your phone that poses as a system app: Check your phone through Google Play Protect (Settings) β†’ Google β†’ Use antivirus (e.g. Malwarebytes or Dr.Web) If the virus does not get removed, reset to factory settings (with full memory cleaning). Do not delete system files manually - this can aggravate the problem.
Can I remove MIUI altogether and install a pure Android?
Yes, but it will require: Unlock the bootloader, Install custom recovery (TWRP), flash alternative firmware (like LineageOS or Pixel Experience). Note that after that: Xiaomi's proprietary features (like IR Blaster or Game Turbo) will stop working. There may be problems with the camera or sensors. The warranty will be voided.
How do I know which app takes up the most memory?
To find voracious programs: Go to Settings β†’ Apps β†’ App Management. Tap three dots in the top right corner and select Sort by size. The list will show the apps that take up the most space. You can also use third-party utilities, such as Files by Google or SD Maid.