How to remove completely MI-Applications from Xiaomi phone: 5 working ways

Owners of Xiaomi smartphones often face the problem of preinstalled MI-applications that take up memory, consume battery power and display annoying advertising. Even after standard removal through the menu, many programs continue to work in the background or recover from updates. MI-Xiaomi phone applications, including system services MIUI, without risk of damaging the operating system.

We will look at both the official methods through customization, and advanced techniques using ADB and third-party utilities. Particular attention will be paid to Redmi models, POCO and flagships of the Mi series, where the process may differ due to different versions of the firmware. Importantly, some methods require unlocking the bootloader or root rights β€” we will clearly indicate where this is necessary and where you can do without radical measures.

Why? MI-Applications are so hard to remove in standard ways

Xiaomi integrates its services at the MIUI firmware level, making them part of the operating system, even after clicking "Delete" in the app menu:

  • πŸ“¦ Most programs are simply disabled, but remain in the device’s memory.
  • πŸ”„ After updating MIUI Remote applications are often restored automatically
  • πŸ•΅οΈβ€β™‚οΈ Some services (e.g. miui.analytics) continue to run in the background, collecting data.
  • πŸ“± On models with Google Mobile Services, some applications are tied to Google Play services

This is technically done through a mechanism. /system/priv-app/, stored APK-Standard removal through the user interface simply hides the application icon, but does not delete its files and processes.

πŸ“Š What are they? MI-Apps are the ones that annoy you the most?
Mi Browser
Mi Music
Mi Video
GetApps
Themes
Cleaner

Method 1: Disconnect via standard settings (without root)

The safest method that works for most users is that it doesn't remove apps completely, but it stops them from working and hides them from the menu:

  1. Open Settings β†’ Applications β†’ Application Management
  2. In the upper right corner, click on three dots and select "Show all apps"
  3. Find the right one. MI-Application (e.g. Mi Browser or Mi Video)
  4. Click "Disable" and confirm the action.

Some system services (e.g. com.miui.analytics) will require:

  1. Click "Storage" β†’ "Clear Data" and "Clear Cache"
  2. Go back and select "Limit background activity"

Make a backup copy of important data|Check the version. MIUI In Settings→The phone.|Disable automatic update of applications|Write down the names of the deleted programs-->

πŸ’‘

If the β€œDisable” button is inactive, try first to remove all app updates through the β€œThree Dots β†’ Remove Updates” menu.

This is a reversible method, and you can always turn the app back on, but it's not suitable for applications that:

  • πŸ”’ Secured by a system (e.g. Security or Finder)
  • πŸ“Š Related to core functions MIUI (For example, Themes)
  • πŸ”„ Automatically Update via Google Play

Method 2: Remove via ADB (without root, but with bootloader unlocking)

A more radical method that requires you to connect your phone to your computer, and the advantage is to completely remove the apps you've selected, rather than just disabling them.

  • πŸ’» Computer with Windows/Linux/macOS
  • πŸ”Œ USB-cable (preferably original)
  • πŸ“± Included debugging by USB developer-setting
  • πŸ”“ Unlocked bootloader (for some models)

Step-by-step:

  1. Install ADB Tools on your computer
  2. Enable USB debugging: Settings β†’ About Phone β†’ MIUI Version (click 7 times), then Settings β†’ Additional β†’ For Developers β†’ Debugging over USB
  3. Connect your phone to your computer and confirm your debugging permission.
  4. Open the command line/terminal and type:
adb devices

(The name of your device should appear)

adb shell


pm uninstall -k --user 0 name.package

List of packages of popular MI-applications:

AnnexPacket nameCan I remove it?
Mi Browsercom.android.browserYes.
Mi Videocom.miui.videoplayerYes.
GetAppscom.xiaomi.mipicksYes.
Mi Musiccom.miui.playerYes.
Themescom.android.themesNo (systemic)
How to find out the name of the package of any application?
1. Install the App Inspector or Package Name Viewer 2 from Google Play. Find the app in list 3. Copy the name of the package (e.g., com.miui.calculator for Calculator) 4. Use that name in the ADB command

⚠️ Note: Removal of system packages such as com.android.themes or com.miui.securitycenter may lead to unstable operation MIUI or a complete loss of functionality of some smartphone features.Always check the list of safe to remove packages for your particular model.

Method 3: Using Xiaomi ADB/Fastboot Tools

For users who do not want to work with the command line, there is a convenient utility Xiaomi ADB/Fastboot Tools. It provides a graphical interface for managing system applications.

Instructions for use:

  1. Download the utility from the official GitHub
  2. Install ADB drivers and enable USB debugging on your phone
  3. Connect the device and start the program.
  4. In the main menu, select Uninstall System Apps.
  5. Check boxes for unnecessary applications (the program shows their security for removal)
  6. Click on "Uninstall Selected" and confirm the action

Advantages of this method:

  • 🎯 Visually select applications instead of manually entering commands
  • πŸ›‘οΈ Automatic safety check for removal
  • πŸ”„ Ability to restore remote applications
  • πŸ“Š Shows the occupied place of each application

πŸ’‘

Xiaomi ADB/Fastboot Tools supports backups before deleting – be sure to use this feature so that applications can be restored if needed.

The program works with all modern Xiaomi models, including:

  • Redmi Note 12/13 Pro+
  • POCO F5/X5 Pro
  • Xiaomi 13/13T/14
  • Mi 11 Ultra

Method 4: Magisk Removal (root rights required)

For advanced users who are ready to get root access, there is a most flexible method of removing system applications, which allows you not only to delete, but also to freeze programs so that they can be easily restored.

Conditions required:

  • πŸ”“ Unlocked loader
  • πŸ“± Installed by Magisk (last version)
  • πŸ› οΈ System App Remover or App Systemizer

Step-by-step:

  1. Install Magisk Manager and get root access
  2. Download the System App Remover module through the Magisk repository
  3. Reset the device
  4. Open the System App Remover app from the Magisk menu
  5. Select applications to remove (the program shows the dependence between packets)
  6. Press Uninstall and confirm the action.

⚠️ Warning: Removing critical system components through Magisk may result in a device being lost and a need for complete flashing.Always create a full backup through Magisk TWRP before removing packets, unless they are sure of their purpose.

Advantages of the Magisk method:

  • πŸ”„ Possibility of β€œfreezing” instead of complete removal
  • πŸ“Š Shows the complete dependencies between packages
  • πŸ”’ It works even with secure system applications.
  • πŸ› οΈ Supports recovery through backups

Method 5: Manual removal via TWRP (for power users)

The most radical method, which requires the installation of a custom TWRP recap, allows you to physically delete application files from the system partition.

  • πŸ“± Devices with unlocked loader
  • πŸ”§ Users who are prepared for possible risks
  • πŸ› οΈ Situations where other methods have not helped

Instructions:

  1. Install TWRP for your model (instructions on the official website)
  2. Download to Recovery Mode (usually Power + Vol Up)
  3. Select "Mount" and select System
  4. Go to Advanced β†’ File Manager
  5. Find folders: /system/app/ – custom applications /system/priv-app/ – system applications with increased rights

MiBrowser

Reset the device

Important nuances:

  • πŸ“ Always back up the folder before deleting (Backup in) TWRP)
  • πŸ” Some apps may have dependencies – deleting one folder can break another app
  • πŸ”„ After updating MIUI Remote applications can return

πŸ’‘

Before deleting via TWRP, check the contents of /system/priv-app/ for files with the.odex extension. Deleting them can lead to system boot errors.

How to prevent the return of remote MI-applications

Even after successful removal, many MI-Applications are returned after update MIUI. To avoid this:

  1. Turn off automatic system update: Settings β†’ About Phone β†’ System Update β†’ Three Points β†’ Settings β†’ Auto Update (off)
  2. Freeze update services via ADB: pm disable-user --user 0 com.android.updater pm disable-user --user 0 com.miui.updater
  3. Use the community-based patched versions of MIUI (e.g. MIUI EU or Xiaomi.eu) where many unnecessary apps have already been removed.
  4. Check the list of installed apps regularly after updates

For models with Google Mobile Services, it is additionally recommended:

  • πŸ“± Turn off automatic app updates in Google Play
  • πŸ” Check the permissions for Google Play Services (some of which are MI-Applications are updated through this service)
  • πŸ›‘οΈ Use App Ops to limit background activity

FAQ: Frequent questions about removal MI-applications

Can I remove MIUI Security without consequences?
No, com.miui.securitycenter is a critical system component that is responsible for security and permissions, and removing it will cause unstable operation, so instead of deleting it, you can disable individual functions through settings or use Magisk to partially disable.
Why do applications return after being deleted via ADB?
This is due to the MIUI protection mechanism, which restores system applications when integrity is checked. To prevent returns: Freeze the update service: pm disable-user --user 0 com.miui.updater Use the Magisk Disable Force Encryption module (for some models) Install custom firmware without unnecessary applications
How to remove advertising in MI-applications without removal?
There are a number of ways: πŸ“± In the application settings, disable "Personalized Advertising" 🌐 Use Blokada or AdGuard to block ad domains πŸ› οΈ Install the patch through Magisk (module) MIUI AdBlocker) πŸ”§ Change the region of the device to European (in some versions) MIUI Advertising less) A combination of these methods is often required to remove ads completely.
What are they? MI-Applications can be safely removed POCO F5?
For POCO F5 (and most modern devices on MIUI 14), it is safe to delete: com.miui.bugreport - Error Reports com.xiaomi.mipicks - GetApps com.miui.videoplayer - Mi Video com.miui.player - Mi Music com.android.browser - Mi Browser com.miui.weather2 - Weather com.miui.calculator (if you use the alternative) It is not recommended to delete: com.mi.gallery, com.com.gallery can disrupt the system.com.com.com.com.com.com.com.com.com.com.com.com.com.com.com.com.com.com.com.com.com.com.com.com.com.com.com.com.com.com.com.com.com.com.com.com.com.com.com.com.com.com.com.com.com.com.com.com.com.com.com.com
What if the phone does not turn on after removing the applications?
If the device does not boot after removing system components: Try booting into Fastboot Mode (Power + Vol Down) Connect to your computer and execute the command: fastboot boot twrp.img (for temporary TWRP boot) Restore deleted files from backup If there is no backup - reflash the device via Mi Flash Tool (will be reset to factory settings) To prevent such situations, always backup via TWRP before removing system applications.