How to Remove Xiaomi’s Standard Apps: 5 Proven Ways

Why are Xiaomi’s built-in apps bothering users?

Xiaomi, Redmi and POCO smartphones come with dozens of pre-installed apps, from useful MIUI services to advertising utilities like Mi Browser or Mi Video. Many of them not only take up memory space, but also run in the background, consuming battery power and traffic. According to a 2023 study, up to 15% of the CPU time on new Xiaomi devices is spent on the background activity of standard applications.

Complicating the problem, even after being β€œdeleted” through the settings menu, many applications simply deactivate and their files remain on the system, leading to the accumulation of β€œdigital garbage” – pieces of code, cache and updates that continue to take up space. In this article, we will discuss legal and technical ways to completely remove embedded software, including methods for users without root rights and advanced techniques for experienced users.

It's important to understand that not all standard applications can be removed without consequences. Some of them are critical to the operation of MIUI - their removal can lead to interface failures or complete failure of the smartphone.

What standard Xiaomi apps can be removed without risk?

Not all pre-installed programs are equally useful, experts distinguish three categories of embedded applications Xiaomi:

  • πŸ”΄ Critical - Deletion will cause system failures (e.g. MiuiSystemUI, Security).
  • 🟑 Conditionally safe – can be removed, but some functions MIUI It will stop working (for example, Mi Browser or Mi Music).
  • 🟒 Safe to delete – does not affect the stability of the system (e.g. Mi Pay, Mi Community, Facebook App Installer).

Here is a list of apps that most users delete without negative consequences (checked at MIUI 14/15):

Title of the annexPackage name (package name)Can I remove it?What's the removal gonna do?
Mi Browsercom.android.browserYes.Free up ~150MB, stop background advertising
Mi Videocom.miui.videoplayerYes.Remove the unnecessary player, stop auto-start
Mi Musiccom.miui.playerYes.Free ~100MB, stop downloading album covers
Mi Paycom.mipay.walletYes.Remove unnecessary payment service (not working in Russia)
Facebook App Installercom.facebook.appmanagerYes.Stop installing unnecessary Facebook services

⚠️ Note: If you use Mi Account features (such as cloud backup or device search), do not remove com.xiaomi.account and com.miui.cloudservice.

πŸ“Š What Xiaomi apps you want to remove first?
Mi Browser
Mi Video
Mi Music
Advertising services (e.g. User Feedback)
All of the above.

Method 1: Disable standard applications through settings (without root)

The easiest and safest method is to deactivate unnecessary programs, which will not remove them completely, but will stop background activity and hide icons from the menu. MIUI 12-15:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. Slip on the three dots in the upper right corner and select Show all apps.
  3. Find the app you want (such as Mi Browser) and open your card.
  4. Click Disable (or Remove Updates if the button is active).
  5. Confirm the action in the window that appears.

πŸ”Ή What does it mean:

  • πŸ“± The app will disappear from the menu and stop running.
  • πŸ”‹ Battery consumption and traffic will stop in the background.
  • πŸ“€ Free up some of the RAM (but not permanent!).

⚠️ Note: Some system applications (e.g., Security or MiuiDaemon) cannot be disabled via the standard menu.

β˜‘οΈ Preparation for application deactivation

Done: 0 / 4

Method 2: Remove via ADB (without root but with PC)

To completely remove standard applications without obtaining root rights, you can use ADB (Android Debug Bridge: This method requires you to connect your smartphone to your computer, but it doesn't violate warranty. POCO any version MIUI.

πŸ“Œ What's the matter:

  • πŸ–₯️ Computer with Windows/macOS/Linux.
  • πŸ”Œ USB-cable (preferably original).
  • πŸ“± Included debugging by USB smartphone.
  • πŸ› οΈ Installed Xiaomi drivers and package ADB Tools.

πŸ”§ Step-by-step instruction:

  1. Activate Developer Mode: Settings β†’ About Phone β†’ MIUI Version (Tap 7 times)
  2. Enable USB debugging in Settings β†’ Additional β†’ For developers.
  3. Connect your smartphone to your PC and select File Transfer (MTP) mode.
  4. Download ADB Tools and unpack the archive.
  5. Open the command prompt (Windows) or terminal (macOS/Linux) in the folder with ADB.
  6. Enter the command to check the connection: Adb devices should appear the name of your device.
  7. Remove the unnecessary application by command (example for Mi Browser): adb shell pm uninstall --user 0 com.android.browser

πŸ’‘ List of popular commands for removal:

Mi Video:      adb shell pm uninstall --user 0 com.miui.videoplayer


Mi Music:      adb shell pm uninstall --user 0 com.miui.player




Mi Pay:        adb shell pm uninstall --user 0 com.mipay.wallet




Facebook:      adb shell pm uninstall --user 0 com.facebook.appmanager




User Feedback: adb shell pm uninstall --user 0 com.miui.bugreport

πŸ’‘

Before deleting an application via ADB, check its packet name with the command adb shell pm list packages | grep "name." For example, adb shell pm list packages | grep "miui" will display all applications with "miui" in the name.

Method 3: Removal with root rights (for power users)

If you're ready to root, the system cleanup capability is expanded many times over, allowing you to remove any application, including those critical to MIUI, but you need to be careful, and an error can lead to a device being "bricked."

πŸ”Ή How to get rooted in Xiaomi:

  1. Unlock the bootloader through the official Xiaomi website (requires a Mi Account account and wait 7-15 days).
  2. Install custom TWRP or OrangeFox recavators.
  3. Please use Magisk to obtain root rights.

πŸ› οΈ Deletion tools:

  • πŸ“± Root Explorer – file manager with access to system folders.
  • πŸ” Titanium Backup – allows you to delete and freeze applications.
  • 🧹 SD Maid – Clears residual files after deletion.

⚠️ Note: Removing the following applications will cause malfunctions MIUI:

  • com.miui.home – launcher (disappears desktop).
  • com.android.settings – system settings.
  • com.miui.securitycenter – Security Center (responsible for permissions)
  • com.xiaomi.finddevice – search for a device (if you delete it, you will not be able to find the phone if you lose it).
What if after the application is removed, the system stops working?
If the smartphone does not turn on or reboots after removing the root method, try: 1. Go to TWRP and restore the backup (if you did). 2. Refuse the clean version of MIUI via Fastboot. 3. Install the remote application back through ADB: adb install the name apk. If nothing helps, contact the service center, but note that the warranty will be lost.

Method 4: Use custom firmware (complete replacement of MIUI)

The Radical method for those who want to get rid of all standard Xiaomi applications is to install alternative firmware.

  • 🌍 LineageOS – β€œclean” Android without excess software.
  • πŸ”„ Pixel Experience – firmware with an interface like Google Pixel.
  • πŸš€ Havoc-OS - customizable firmware with many settings.
  • πŸ”’ GrapheneOS – firmware with a focus on security and privacy.

πŸ“Œ The benefits of custom firmware:

  • 🧹 Complete lack of built-in Xiaomi applications.
  • πŸ”‹ Improved autonomy through optimized code.
  • πŸ†• Regular security updates (unlike older versions) MIUI).

⚠️ Cons and risks:

  • πŸ”§ Installation difficulty (requires bootloader unlock and Fastboot experience).
  • πŸ“± Possible problems with the camera, NFC or sensors (depending on the model).
  • 🚫 Loss of official guarantee.
  • πŸ”„ The need for manual firmware updates.

πŸ”— Where to download firmware:

  • XDA Developers is the largest instructional community.
  • The official website of LineageOS.
  • Pixel Experience.

πŸ’‘

Installing custom firmware is the most radical way to get rid of standard apps, but it is only suitable for power users. For most, methods with ADB or disabling through settings are enough.

Method 5: Hiding applications without deleting (alternative)

If you don't want to risk the stability of the system, but you want to take the apps out of your sight, you can hide them. It won't free up memory, but it will make the interface cleaner.

  • πŸ“‚ Desktop folders – Move unnecessary icons to the folder and hide it in the far corner of the screen.
  • πŸ” Search by application - in MIUI You can turn off the display of applications in the menu, but they will remain in the system.
  • πŸ› οΈ Third-party launchers, such as Nova Launcher or Lawnchair, allow you to hide the icons of any application.

πŸ”Ή How to hide applications in Nova Launcher:

  1. Install Nova Launcher from Google Play.
  2. Press your finger on the desktop β†’ Settings Nova.
  3. Go to Apps and Widgets β†’ Hide Apps.
  4. Check the boxes for unnecessary programs.

⚠️ Note: Hiding apps doesn’t stop them from doing background activity. If the goal is to save battery or traffic, use the methods in the previous sections.

What if the system is unstable after removing the application?

If, after manipulating standard applications, Xiaomi has started to slow down, restart, or issue errors, follow the following steps:

  1. Reboot your smartphone – sometimes it solves cache problems.
  2. Clean the cache through the receptacles: Turn off the phone β†’ Press down Power + Volume Up β†’ Select Wipe Cache
  3. Restore the Remote Application via ADB: adb shell cmd package install-existing com.name.packet
  4. Reset your settings (if nothing helps): Settings β†’ The phone. β†’ Resetting settings ⚠️ Note: This will remove all data from the device!
  5. Reflash MIUI via Fastboot (extreme case).

πŸ“Œ List of errors and their causes:

Symptoms.Possible causeDecision
Continuous resetsRemoved a critical application (e.g. com.miui.home)Restore through ADB or reflash the system
Wi-Fi/Bluetooth is not workingRemoved system services com.android.wifi or com.android.bluetoothReturn applications or reset network settings
The notification panel has disappearedRemoved by com.miui.systemui or com.android.systemuiOnly flashing through Fastboot
Settings won't open.Deleted by com.android.settingsRestore via ADB or reset your phone

FAQ: Frequent questions about removing standard Xiaomi apps

❓ Can you uninstall standard Xiaomi apps without a computer?
Yes, but with limitations. Without a PC, you can only disable apps through settings or use third-party programs like App Inspector (requires root). For complete removal without root, you need ADB, and it only works from a computer.
❓ Will Remote Applications Return After Updating? MIUI?
Yes, with major updates (e.g., from MIUI 14 to MIUI 15), some system applications may recover. To avoid this, use ADB to re-delete after the update or opt out of updates via Settings β†’ About Phone β†’ System Update β†’ Three Points β†’ Settings β†’ Turn off Auto Boot.
❓ How to know which app can be removed and which can not?
The most reliable way is to check the list on the forums. 4PDA or XDA Developers for your model. You can also use the Package Name Viewer app (available on Google Play) to see which packages are related to system services. πŸ”Ή If the package name has miui.system, Android or Google, it is better not to touch it.
❓ Why did you not reduce traffic after removing the Mi Browser?
Other system services are likely to be consuming traffic, such as com.miui.analytics – usage statistics collection. com.xiaomi.midrop – background file synchronization. com.miui.weather2 – weather widget (updates data even if you don’t use it). Check traffic consumption in Settings β†’ SIM cards and mobile networks β†’ traffic consumption and disable suspicious applications.
❓ Can I remove the advertisement in MIUI, non-delete?
Yes, there are several ways: Disable personalized advertising in Settings β†’ Xiaomi account β†’ Advertising β†’ Personalized advertising (off). Install an ad blocker (e.g. AdGuard or Blokada). Use ADB-Advertising services: Adb shell pm uninstall --user 0 com.miui.msa.global adb shell pm uninstall --user 0 com.xiaomi.midrop