How to completely remove undeleteable applications on Xiaomi: 5 working ways

Xiaomi, Redmi and POCO smartphone owners regularly face the problem of pre-installed apps that cannot be removed by standard methods, including Mi Video, Mi Music, GetApps, Mi Browser and dozens of other services that take up space in memory, consume battery power and display ads, and even after resetting, these programs return, protected by the status of system applications.

In this article, we will discuss all the current ways to remove embedded software on Xiaomi in 2026, including methods without superuser rights (ROOT). The instructions are suitable for devices on MIUI 14/15 and the new HyperOS firmware, and take into account the features of the Mi 11/12/13/14, Redmi Note 10/11/12 and POCO F/X. You will learn how not to simply disable, but to delete applications permanently, freeing up to 1-3 GB of memory and increasing battery life.

Why Xiaomi doesn’t allow you to remove system applications?

The manufacturer blocks the removal of pre-installed software for three reasons:

  • πŸ”’ Partner contracts: Many apps (e.g. Facebook, Netflix, LinkedIn) are integrated under agreements with Xiaomi, and their removal violates the terms of cooperation.
  • πŸ› οΈ System dependencies: Some services (e.g. com.miui.systemAdSolution) are responsible for the operation of ad units in the MIUI. Removing them can lead to failures.
  • πŸ“± Unification of firmware. Xiaomi releases one version MIUI for all regions, and the removal of "extra" applications instructs users through Settings β†’ Applications (where only disconnection is available).

But there are workarounds, like hiding through the ADB It does not violate the integrity of the system, but makes applications invisible to the user and the OS. ROOT-rights or use of utility MIUI Optimizing (about her below).

⚠️ Attention: Removing system applications may cause unstable performance of Google’s camera, sensors or services. β†’ Additionally. β†’ Backup.

Method 1: Disconnect via MIUI settings (without deleting)

If you don’t need to completely erase the app, but stop it and hide it from the menu, use the built-in tools:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. Slip on the desired application (for example, Mi Video).
  3. Click Disable (if the button is inactive, select Stop first).
  4. Confirm the action in the dialog window.

This method doesn't delete the application files, but stops its background processes and removes the icon from the menu. MIUI Some applications may be activated again.

πŸ“Š What Xiaomi System Apps Are Most Irritating to You?
Mi Video
GetApps
Mi Browser
Mi Music
Others

Method 2: Remove via ADB (without ROOT)

The Android Debug Bridge (ADB) tool allows you to uninstall system applications without obtaining superuser rights.The method works on all Xiaomi models, but requires a connection to a PC.

Step 1: Preparation

  • πŸ–₯️ Install. ADB Fastboot Tools on the computer.
  • πŸ“± On your smartphone, activate Settings β†’ The phone. β†’ Version. MIUI (Tap 7 times to turn on Developer Mode).
  • πŸ”§ Back to Settings β†’ Additionally. β†’ For developers and enable debugging by USB.

Step 2: Connect and Commands

Connect your phone to your PC via USB (select File Transfer Mode) and execute:

adb devices

If the device appears in the list, enter:

adb shell


pm uninstall -k --user 0 name.package

Examples of popular application packages:

AnnexPacket nameCan I remove it?
Mi Videocom.miui.videoYes.
GetAppscom.xiaomi.mipicksYes.
Mi Browsercom.android.browserYes (may disrupt web browsing)
Mi Musiccom.miui.playerYes.
Facebook App Managercom.facebook.appmanagerYes (deleting all Facebook services)

After the command is executed, the application will disappear from the system, but its files will remain in memory (parameter). -k It is required to remove the cache completely. ROOT.

Download ADB Tools on PC

Enable Developer Mode on Xiaomi

Activate Debugging over USB

Connect the phone in the file transfer mode

Check the connection with the adb device command-->

⚠️ Note: Deleting com.google.android.gms or com.android.vending will result in loss of access to Google Play and Google services. Also, do not delete packages called miui, android or qualcomm - this can cause the phone to fail.

Method 3: Using MIUI Optimizing (for experienced users)

MIUI Optimizing (formerly Xiaomi ADB/Fastboot Tools) automates the process of removing system applications. It supports HyperOS and MIUI 14/15, and has pre-configured lists of safe packets to remove.

Instructions:

  1. Download MIUI Optimizing from GitHub.
  2. Unpack the archive and launch it. MIUI_Optimizing.exe.
  3. Connect your phone via USB with debugging enabled (see Method 2).
  4. In the program, select Uninstall system apps.
  5. Check the unneeded apps and click Uninstall.

The advantage of this method is the visual interface and the ability to roll back changes. However, the utility does not always work correctly with new models (for example, Xiaomi 14 Ultra), so check compatibility on the official Telegram channel before using it.

What if MIUI Optimizing can’t see the device?
1. Update the drivers ADB on PC (download from Google site). 2. Check that the developer settings include the item "Allow debugging by Google". USB (Safe mode)” 3. Try another one USB-cable (preferably original). 4. Reboot your phone and PC, then reconnect.

Method 4: Removal by using ROOT-rights

Receipt ROOT-This method gives you full control over the system, but it is unwarranted and can disrupt Xiaomi.

Step 1: Unlock the bootloader

On new Xiaomi devices, you need to:

  1. Link your Mi Account to your phone in Settings β†’ Xiaomi Account.
  2. Go to the Mi Unlock website and download the unlock utility.
  3. Start the phone in Fastboot mode (turn off, then press Power + Volume down).
  4. Connect to your PC and follow the instructions in the Mi Unlock Tool.

The process can take up to 72 hours (Xiaomi imposes a limit on new accounts).

Step 2: Install Magisk and uninstall applications

After unlocking:

  1. Run Magisk through TWRP or Fastboot.
  2. Install Root Explorer or Titanium Backup from Magisk Manager.
  3. Go to /system/app or /system/priv-app and delete folders with unnecessary applications.

Example: To delete Mi Video, find and delete the MiuiVideo folder.

πŸ’‘

Before you delete your system files, back them up to the cloud or PC to help restore your phone to work when it crashes.

Method 5: Hiding applications without removal (for HyperOS)

The new firmware HyperOS (installed on Xiaomi 14, Redmi K70, etc.) blocks many removal methods, but allows you to hide applications from the user.

  1. Hold your finger on the app icon on the home screen.
  2. Select Remove from the screen (not "Delete").
  3. Drag the icon to the Hidden Applications folder (created automatically).

This doesn't free up memory, but it takes apps out of sight. To completely remove them on HyperOS, you'll have to use ADB or ROOT.

What to do if the phone stops working after removal?

If after manipulating system applications Xiaomi does not turn on, constantly restarts or gives errors, use these tips:

  • πŸ”„ Reset via Recovery. + Volume up, select Wipe Data (only user data is erased).
  • πŸ“₯ Download the official firmware for your model from the Xiaomi Firmware website and run through the Mi Flash Tool.
  • πŸ› οΈ Recovery through ADB. If the phone is turned on but glitchy, connect to ADB and execute: adb shell cmd package install-existing title.packet This will return the remote application.

If none of the methods worked, contact Xiaomi’s service center – self-repairing can make the problem worse.

πŸ’‘

Before any manipulation of system files, always back up via Mi Cloud or locally, and this is the only way to bring your phone back to life in a critical crash.

FAQ: Frequent questions about removing apps on Xiaomi

Can Google Play Services be removed without consequences?
No. Deleting com.google.android.gms will result in loss of access to all Google services: Play Market, Gmail, YouTube, maps, etc. If you don’t need Google services, you’d better install custom firmware without GApps (like LineageOS).
Why do remote applications return after the MIUI update?
When you update your firmware, the system restores the standard set of applications. To avoid this, re-delete through ADB after the update or disable auto-update in Settings β†’ About Phone β†’ System Update.
How to find out the name of the application package for ADB?
Install App Inspector from Play Market or use the command: adb shell pm list packages | grep "name" For example, to search for all packages with "miui": adb shell pm list packages | grep miui
Can I remove Miui Daemon (com.xiaomi.midrop)?
This service is responsible for fast file transfer between Xiaomi devices (similar to AirDrop), its deletion will disrupt the Mi Share function and can cause errors when connecting to other gadgets of the ecosystem (for example, Mi Band or Mi Smart Home).
How to remove ads in MIUI without removing applications?
Open Settings β†’ About Phone, tap 5 times on the MIUI Version, then go to Additional β†’ Special Options β†’ Remove Ads. Alternatively, disable personalized ads in Settings β†’ Xiaomi Account β†’ Mi Advertising.