How to remove unnecessary applications on Xiaomi: 5 proven ways

Xiaomi’s MIUI-based smartphones are known for their abundance of pre-installed apps, from branded services (Mi Browser, Mi Video) to affiliate programs (Facebook, Netflix). Many of them can’t be removed by standard methods, but that doesn’t mean they have to take up space in memory and background. According to Xiaomi, up to 30% of users disable or delete at least 5 embedded apps in the first month of use.

The problem is not just the space: redundant software consumes battery power, collects data for analytics, and can conflict with user applications. This article highlights the current ways Xiaomi (including Redmi, POCO, and Black Shark models) clean up MIUI 14/15, as well as hidden methods for power users. All instructions are tested on firmware from 2023-2026.

1. Standard removal through settings

The safest way is to use the built-in MIUI tools. It is suitable for most third-party applications and some system utilities (such as Mi Pay or Mi Community).

How to do this:

  • πŸ“± Open the Settings. β†’ Annexes β†’ Application management.
  • πŸ” In the list, find the unnecessary app (use a search at the top of the screen).
  • πŸ—‘οΈ Click Remove (if the button is active) or Disable (for system programs).
  • ⚠️ Confirm the action in the dialog window.

Limitations of the method:

  • ❌ It does not work for mission-critical services (Mi Security, System) UI).
  • ❌ Some apps (Google Play Services) are only disabled but not removed completely.
  • ❌ After resetting the settings, the disabled programs can return.
πŸ“Š Which apps you delete first?
Social media
Games
Xiaomi Branded Services
All right.
I'm not removing anything.

⚠️ Attention: Deleting Google Play Services or Mi Account will cause the app store to fail and sync data.

2. disable system applications without root

If the Remove button is inactive, try to disable the program, which will stop it from working, free up RAM, and prevent background activity, while the application files remain in the device's memory.

Step-by-step:

  1. Go to Settings β†’ Applications β†’ Application Management.
  2. Select your target app (e.g. Mi Browser).
  3. Click Disable (if the button is grey, administrator rights are required).
  4. Confirm the action by clicking Disable the application.

List of apps that can be safely disabled on most Xiaomi devices:

  • 🌐 Mi Browser (replace with Chrome or Firefox).
  • 🎬 Mi Video (unless you use the built-in player).
  • πŸ’¬ Mi Community (support forum, rarely in demand).
  • 🎡 Mi Music (alternatives: Spotify, YouTube Music).
  • πŸ“Š Analytics (statistics collection service, not critical for work).

β˜‘οΈ Preparation for application deactivation

Done: 0 / 4

3. Removal via ADB (for power users)

The Android Debug Bridge (ADB) tool allows you to remove system applications without root rights.The method requires connecting a smartphone to a PC and basic command line knowledge.

What you need:

  • πŸ–₯️ Android computer SDK Platform-Tools.
  • πŸ“± Xiaomi smartphone with enabled debugging USB (Settings β†’ The phone. β†’ Version. MIUI β€” Press 7 times, then return to the Additional Settings β†’ For developers).
  • πŸ”Œ Cable USB Type-C (preferably original).

Instructions:

  1. Connect your smartphone to your PC and confirm the debugging permission.
  2. Open the command line (cmd) in the folder with the platform-tools.
  3. Enter the command to check the connection: adb devices must appear serial number of the device.
  4. Get a list of all packages: adb shell pm list packages
  5. Remove the unnecessary app (example for Mi Browser): adb shell pm uninstall -k --user 0 com.android.browser

Popular removal packages:

AnnexPacket nameRisk
Mi Browsercom.android.browserLow.
Mi Videocom.miui.videoplayerLow.
Mi Musiccom.miui.playerLow.
Analyticscom.miui.analyticsMedium.
Mi Communitycom.xiaomi.forumLow.

⚠️ Note: Deleting com.google.android.gms (Google Services) or com.xiaomi.account (Mi Account) will cause key features to fail. Before experimenting, back up through Settings β†’ Additionally. β†’ Backup and reset.

How to restore a remote application?
To return the program that was removed through ADB, use the command: adb shell cmd package install-existing com.name.packet If it did not work, reset the settings or update the firmware through MIUI Recovery.

4. Use of third-party utilities (without root)

If ADB seems complicated, you can use specialized programs that automate the removal process and provide a user-friendly interface.

Top.-3 Verified utilities for Xiaomi:

  • πŸ› οΈ App Inspector – shows all installed packages and allows you to disable system applications without ADB. Download it to Google Play.
  • 🧹 Debloater Tool - runs over PC, supports mass removal.GitHub official.
  • πŸ” Package Name Viewer – Helps you find the names of manually deleted packages ADB. Reference.

The advantages of third-party utilities:

  • βœ… Visual interface (no need to remember commands).
  • βœ… Ability to create a backup before removal.
  • βœ… Filtering of safe/hazardous packets.

Disadvantages:

  • ❌ PC connection required (for most tools).
  • ❌ Risk of installing malware when downloaded from unverified sources.

πŸ’‘

Before using third-party utilities, check reviews on 4PDA or XDA Developers – some programs may contain advertising modules or collect data.

5. Removal using TWRP and root rights

For users with an unlocked bootloader and TWRP installed, the most radical method available is to remove system applications through root access, which allows you to get rid of even the most β€œcorrupt” services, but requires caution.

What needs to be done:

  1. Unlock the bootloader through the official Xiaomi tool (can take up to 72 hours).
  2. Install TWRP Recovery for your model (see instructions at twrp.me).
  3. Please use Magisk to obtain root rights.
  4. Use Root Explorer or Titanium Backup to remove packets.

Examples of safe to remove system packages (for power users only!):

  • πŸ“± /system/priv-app/MiBrowser β€” browser.
  • πŸŽ₯ /system/priv-app/MiVideo β€” videoplayer.
  • πŸ“Š /system/priv-app/Analytics β€” statistics.
  • πŸ’° /system/priv-app/Pay β€” Mi Pay (unless you use contactless payments).

⚠️ Note: Delete files from the folder /system If you don't have a backup, you can make a device "brick." Always backup through the backup. TWRP β†’ Backup before changes.

πŸ’‘

Root access gives you maximum freedom, but it gives you no security and it increases security risk, and you can only use this method if you're confident in your actions.

6. How to prevent the return of remote applications

Even after successful removal, some programs may return after the MIUI update.

  • πŸ”„ Turn off automatic updates to system applications: Settings β†’ Annexes β†’ Application management β†’ βš™οΈ β†’ Auto-update of system applications β†’ Turn it off.
  • πŸ“΅ Block the installation of unnecessary programs through Google Play: Play Store β†’ Settings β†’ Auto-update of applications β†’ Never.
  • πŸ›‘οΈ Use it. ADB to permanently disable: adb shell pm hide com.name.packet (hiding the application from the system, but does not delete files).

If the app does come back:

  • Check the list of recently updated programs in Settings β†’ Apps β†’ Latest updates.
  • Repeat the removal/disconnection procedure.
  • Consider switching to custom firmware (like LineageOS or Pixel Experience) that doesn’t have Xiaomi preinstalled software.

7. Alternative methods: concealment and freezing

If deleting seems risky, you can simply hide or freeze unnecessary apps, which will stop them from working, but will keep the ability to recover quickly.

Ways of concealment:

  • πŸ‘οΈ V MIUI Launcher: Press the app icon β†’ Take it off the screen. β†’ Hide.
  • ❄️ Using Ice Box (freezing app): Download.
  • πŸ”’ App Hider (Hides icons and notifications).

Advantages of the method:

  • βœ… No risk of damage to the system.
  • βœ… It is easy to return the application in one click.
  • βœ… Does not require rooting or ADB.

Disadvantages:

  • ❌ The application remains in memory (takes up space).
  • ❌ Some programs may continue background activity.

FAQ: Frequent questions

Can Google Play Services be removed without consequences?
No. It's critical to Google Play, account sync, and many third-party programs, and you can only turn it off, but it will cause errors in other services (e.g., Gmail or YouTube will stop updating).
Why does it appear again after the application is deleted?
This is due to automatic system packet recovery when you update MIUI. To prevent a return: Turn off auto-update system applications in settings. Use ADB to permanently hide the packet (pm hide). Install custom firmware without preinstalled software.
What Xiaomi apps can be removed without risk?
A secure list for most devices: Mi Browser (com.android.browser) Mi Video (com.miui.videoplayer) Mi Music (com.miui.player) Mi Community (com.xiaomi.forum) Analytics (com.miui.analytics) Yellow Pages (com.android.yellowpages) ⚠️ Do not delete: Mi Account, Security, Settings, Google Play Services.
How do I know which app takes up the most memory?
Go to Settings β†’ Applications β†’ Storage. This shows a list of programs sorted by place you occupy. Alternatively, use Files by Google or SD Maid for detailed analysis.
Can I remove MIUI completely and install a pure Android?
Yes, but you need to: Unlock the bootloader (official instructions). Install custom Recovery (TWRP). Switch to alternative firmware (LineageOS, Pixel Experience, HavocOS). ⚠️ This will void the warranty and may cause the device to operate in an unstable manner (POCO F5, Redmi Note 12: possible problems with camera or sensors.