How to remove apps on Xiaomi phone: all ways (including system)

Xiaomi’s MIUI-based smartphones are known for their abundance of pre-installed apps, many of which users never use. However, removing programs on these devices has its nuances: some applications can be uninstalled using standard methods, others require additional actions, and system services are blocked altogether. In this article, we will discuss all the current ways to remove applications on Redmi, POCO and other Xiaomi models in 2026 – from basic to advanced, including bypassing the limitations of MIUI.

It is important to understand that the uninstall process depends on the type of application: installed by the user (from Google Play or APK) are removed without problems, preinstalled (for example, Mi Browser or Mi Video) often require disconnection,

System services (such as com.miui.analytics) can only be removed with root rights or through ADB.

We will look at each case separately, taking into account the features of the latest versions of MIUI 14 and MIUI 15.

1. Standard removal of applications through the settings menu

The easiest way is to remove it via the MIUI interface. It is suitable for most user applications (for example, games, social networks, instant messengers), as well as for some preinstalled software that Xiaomi allows to uninstall.

To remove the app:

  • πŸ“± Open the Settings. β†’ Annexes β†’ Application management.
  • πŸ” Find the right app in the list (use the search at the top if the list is large).
  • πŸ—‘οΈ Press Delete (if the button is active). If the button is inactive, try Turn it off.
  • πŸ”„ Confirm the action in the window that appears.

Note: Xiaomi has added protection against accidental removal of system components in MIUI 15, and if the Remove button is missing, it means that the application is either critical to the system or its removal is blocked by the manufacturer, in which case alternative methods will be required (see the following sections).

πŸ’‘

If the Remove button is inactive, try pressing Stop first and then rechecking the availability of delete. Sometimes this works for pre-installed apps like Mi Music or Mi Pay.

2. Removal through launcher (desktop)

A quick way for those who don’t want to dig into settings is to remove it directly from the home screen, which works for all applications except system services and some pre-installed Xiaomi utilities.

Instructions:

  • πŸ–±οΈ Find on the desktop or in the application menu the program icon you want to remove.
  • πŸ‘† Hold it with your finger for 1-2 seconds until the context menu appears.
  • πŸ—‘οΈ Drag the icon to the top of the screen where the Remove (or basket) will appear).
  • βœ… Confirm the action.

If you turn off or remove from the screen instead of Remove, then the application is protected from removal. In this case, use the methods from the following sections.

πŸ“Š How often do you remove unnecessary apps on your smartphone?
Once a week.
Once a month
Only when memory ends
Never delete.
Other

3. disabling pre-installed applications (without deletion)

Many Xiaomi apps (e.g. Mi Browser, Mi Video, GetApps) cannot be removed in standard ways, but they can be disabled.This hides them from the menu, stops background processes and frees up some of the RAM, while the application files remain on the system, and it can be activated again if necessary.

How to turn it off:

  1. Go to Settings β†’ Applications β†’ Application Management.
  2. Select the application you want (such as Mi Browser).
  3. Click Disable (the button will appear if the deletion is blocked).
  4. Confirm the action in the dialog window.

Disabled apps will not be updated through Google Play and will not appear in the menu, but they still take up space in the device’s memory, and you will need to use ADB or root rights to completely remove them (see Section 6).

What happens when the system application is disabled?
Disabling does not delete the program files, but only blocks its start and background activity. This is safe for most applications (for example, Mi Calculator or Mi Notes), but disabling critical services (for example, com.miui.securitycenter) can lead to unstable system operation or errors in MIUI.

4. Removal via ADB (for power users)

If the standard methods do not work, and root rights do not want to get, you can use Android Debug Bridge (ADB). This method allows you to remove most pre-installed applications, including those that Xiaomi blocks in the interface. ADB-Teams are working on all versions MIUI, but require connecting the smartphone to the PC and enabling debugging mode.

Step-by-step:

  1. πŸ–₯️ Install. ADB-Drivers on a computer (Windows, macOS or Linux).
  2. πŸ“± On your smartphone, activate Settings β†’ The phone. β†’ Version. MIUI (Press 7 times to turn on the developer mode).
  3. Return to Settings β†’ Additional β†’ For developers and enable USB debugging.
  4. πŸ”Œ Connect your phone to your PC through USB-cable (select File Transfer Mode).
  5. 🐍 Open the command line (or Terminal) on your PC and type: Adb devices Make sure the device is identified (should show its serial number).
  6. πŸ“ To see a list of all installed applications, follow: adb shell pm list packages Find the name of the package of the desired application in the list (for example, com.miui.browser for Mi Browser).
  7. πŸ—‘οΈ Remove the application by command: adb shell pm uninstall -k --user 0 com.miui.browser Replace com.miui.browser in the name of your package.

Once the command is executed, the application will disappear from the menu, but its files will remain in the system (the -k option stores cache and data). To delete the application completely (along with the data), use the command without -k:

adb shell pm uninstall --user 0 com.miui.browser

Install ADB-PC drivers

Enable the developer mode on Xiaomi

Activate debugging over USB

Connect the phone in the mode "File transfer"

Check the connection of the team `adb devices`

Find the name of the application package

Create a backup copy of the data (optional)-->

5. List of secure removal applications MIUI

Not all pre-installed apps can be removed without risk to the system. Below is a list of programs that can be safely removed or disabled on most Xiaomi devices (including Redmi and POCO).

Title of the annexPackage name (for ADB)Can I remove it?Effects of consequences
Mi Browsercom.android.browser or com.miui.browserYes.The standard browser will disappear, you can use Chrome or another browser.
Mi Videocom.miui.videoplayerYes.Video player will be deleted, but files will remain
Mi Musiccom.miui.playerYes.Music player will disappear, you can use Spotify or VLC
GetApps (Mi App Store)com.xiaomi.mipicksYes.Removed branded app store Xiaomi
Mi Paycom.mipay.walletYes.Contactless payment service will disappear (if you do not use it)

⚠️ Note: Removing applications like com.miui.home, com.miui.securitycenter, or com.android.settings will cause the system to fail. It is also not recommended to remove Google services (e.g. com.google.android.gms) as this will disrupt Google Play and other dependent apps.

6. Removal of root-right system applications

If you're willing to take drastic measures, getting root permissions will open up access to uninstall any application, including system ones, but this method has serious risks: loss of warranty, unstable MIUI, problems with updates.

Use applications like Root Explorer or Titanium Backup to remove from root:

  • πŸ”“ Get root rights (for example, through Magisk or KingRoot).
  • πŸ“‚ Install a file manager with root support (e.g., Root Explorer).
  • πŸ—‘οΈ Go to the folder. /system/app or /system/priv-app.
  • πŸ“› Find a folder with the name of the application being removed (for example, Browser for Mi Browser).
  • πŸ—‘οΈ Delete the folder or rename it (for example, by adding.bak at the end).
  • πŸ”„ Reset the device.

⚠️ Attention: Removing system components can result in a "bootloop" (a looped reboot) or failure of individual features (such as a camera, Wi-Fi or mobile network).Be sure to back up through the backup before experimenting. TWRP or MIUI Backup.

πŸ’‘

Getting root rights voids Xiaomi warranty and could disrupt work OTA-Use this method only if you are confident in your actions and are prepared for the possible consequences.

7 Recovery of Remote Applications

If you have problems after deleting (for example, notifications or settings have stopped working), you can restore the application.

  • πŸ”„ For disabled applications: Return to Settings β†’ Apps, find the program and click Enable.
  • πŸ–₯️ For the remote through ADB: Reinstall the application via the command: adb shell cmd package install-existing com.miui.browser (replace com.miui.browser with the desired package).
  • πŸ“¦ For remote from root: Restore backup via Titanium Backup or manually copy files back to the root /system/app.
  • πŸ”§ For system failures: Perform reset to factory settings (Settings) β†’ The phone. β†’ Reset your settings) or reflash your device via the Mi Flash Tool.

If the phone stopped turning on after removing the system application, try booting into recovery mode (press Power + Volume Up) and reset. In extreme cases, you will need to flash it through Fastboot.

FAQ: Frequent questions about removing apps on Xiaomi

Can I remove Google apps (Play Market, YouTube, Chrome)?
Technically, but not recommended. These apps are integrated into Google services, and deleting them can lead to: account sync errors; problems installing apps from Google Play; push notifications malfunction. If they are very intrusive, it is better to disable or hide them with a launcher (for example, Nova Launcher).
Why After Removing the Application ADB It appears again after the update. MIUI?
When you update your firmware, Xiaomi restores all system applications that have been removed. To avoid this: Before updating, create a list of deleted packages (adb shell pm list packages command). -u). After the update, repeat their removal through ADB. Or turn off automatic updates. MIUI In Settings β†’ The phone. β†’ Updating the system β†’ βš™οΈ β†’ Auto-update.
How to remove viruses or suspicious apps that are not removed?
If an unknown app appears on your phone that is not removed by standard methods: Check it with Google Play Protect (Settings) β†’ Google β†’ Security. Run antivirus scanning (e.g. Malwarebytes or Dr.Web). If the application is system (e.g. com.qualcomm.atfwd), don't delete it, it can be a legitimate service. At the very least, reset to factory settings.
Can I remove MIUI altogether and install a pure Android?
Yes, but it requires unlocking the bootloader, installing custom recovery (TWRP) And the firmware of alternative OSes (like LineageOS or Pixel Experience) is a complex and risky process: πŸ”“ Unlocking the bootloader erases all data; πŸ“± Not all functions can work, for example, NFC camera); πŸ”„ You'll have to install updates manually. You can find detailed instructions on the forums. XDA Developers or 4PDA for your model.
How do I know which app takes up the most memory?
To find voracious programs: Open Settings β†’ Applications β†’ Application Management. Click on three dots in the upper right corner and select Sort β†’ By size. View the list β€” the heaviest apps will be at the top. For more information, click on the app and look at the Memory section. You can also use third-party utilities like Files by Google or SD Maid.