Xiaomi, Redmi and POCO are known not only for their powerful hardware at an affordable price, but also for their pre-installed apps, the so-called bloatwear. Even after buying a new device, users are faced with dozens of unnecessary services, from duplicate galleries to advertising utilities like Mi Browser or Mi Video, which take up space in memory, consume battery power and sometimes even transmit data in the background without the userโs knowledge.
In this article, we will discuss all possible ways to remove applications on Xiaomi, from standard methods through settings to advanced techniques using ADB and disabling system services. Particular attention will be paid to security issues: what can be removed without risk, and what actions will lead to system failure or loss of warranty. The instructions are relevant for all devices based on MIUI 12-14 (including HyperOS), as well as for models Redmi Note 12 Pro+, Xiaomi 13T, POCO F5 and others.
Why are there so many unnecessary apps on Xiaomi?
Smartphone makers, including Xiaomi, are partnering with software developers to pre-install their products on devices, which brings the company additional revenue but creates problems for users:
- ๐ฑ Duplicate functionality: for example, along with the standard Google Gallery, Mi Gallery is installed, and instead of Chrome, Mi Browser is installed.
- ๐ Background activity: Many applications (such as Mi Security or Cleaner) run in the background, consuming up to 5-10% of the charge per day.
- ๐ก๏ธ Limitations MIUI: The system does not allow you to remove most pre-installed applications through the standard menu - only disable.
- ๐ Data collection: Some services (e.g. Mi Analytics) send anonymous usage statistics, raising privacy concerns.
According to a study by AppBrain (2023), new Xiaomi smartphones have an average of 25-40 apps pre-installed, of which users actively use no more than 10-15.
โ ๏ธ Attention: Deleting system applications can lead to unstable phone operation, update errors, or even loss of warranty.Before any manipulation, back up your data!
Method 1: Standard removal through settings
The easiest and safest method is to remove settings through the settings menu, which is suitable for third-party applications installed by the user, as well as for the part of the preinstalled software that Xiaomi allows to uninstall.
Instructions:
- Open Settings โ Applications โ Application Management.
- Select an app from a list (like Facebook or Netflix).
- Click Remove (if the button is active) If it is displayed instead to Disable or Remove Updates, the application is system-based, it cannot be removed in the standard way.
What can be removed in this way:
- ๐ฎ Games from partners (Garena Free Fire, PUBG Mobile and others.).
- ๐บ Streaming services (Amazon Prime Video, Hungama Play - relevant for Indian firmware).
- ๐ Store apps (Flipkart, Paytm โ if you donโt use them).
โ ๏ธ Note: Some apps (such as Mi Pay or Mi Home) may be associated with features NFC Removing them would disable the appropriate capabilities of the phone.
โ๏ธ Preparation for removal of applications
Method 2: Disabling system applications (without deleting)
If the Remove button is inactive, the application is system, in which case it can be disabled, this will stop the background processes and hide the icon from the menu, but will not free up space on the disk.
How to turn it off:
- Go to Settings โ Applications โ Application Management.
- Select the application you want (such as Mi Browser).
- Click Disable and confirm the action.
Advantages of the method:
- โ Doesn't require root rights.
- โ Does not disrupt the system.
- โ You can return the application at any time.
Disadvantages:
- โ Does not free up space in memory.
- โ Some applications (such as Mi Security) can self-repair after an update. MIUI.
| Annex | Can I remove it? | Can I turn it off? | Effects of removal |
|---|---|---|---|
| Mi Browser | โ No. | โ Yes. | Loss of access to the built-in browser (you can use Chrome) |
| Mi Video | โ No. | โ Yes. | The built-in video player (alternative โ VLC) will not work |
| Cleaner | โ Yes. ADB) | โ Yes. | The โWaste Cleanupโ feature will disappear, but you can use Files by Google |
| Mi Security | โ No. | โ Yes. | Disable built-in antivirus and security scanner |
| Google Duo | โ Yes. | โ Yes. | Loss of access to video calls (you can use Google Meet) |
๐ก
If the app reappears after disabling, try freezing it via ADB (instructions in the next section).
Method 3: Remove system applications via ADB (without root)
Removing system applications that cannot be uninstalled in the standard way will require an ADB (Android Debug Bridge) method that does not require root rights, but requires connecting the phone to a computer.
Step-by-step:
- Turn on Developer Mode: Go to Settings โ About Phone. Click 7 times on MIUI until the notification โYouโve become a developerโ appears.
- Activate USB Debugging: Return to Settings โ Additional โ Developer. Turn on the USB Debugging Switch.
Connect the phone to the PC and confirm the debugging permission.
ADB Tools
Win + R โ cmd
ADB
cd C:\platform-toolsadb devices(Serial phone number should be displayed).
adb shell pm uninstall --user 0 com.package.name(Replace com.package.name with the real name of the package)
How to find out the name of the application package:
- Install App Inspector (from Play Market) on your phone.
- Open the app and find what you want in the list - at the bottom will be the Package Name bar.
Examples of commands for popular applications:
- Removal of Mi Browser: adb shell pm uninstall --user 0 com.android.browser
- Removal of Mi Video: adb shell pm uninstall --user 0 com.miui.videoplayer
- Cleaner: adb shell pm uninstall --user 0 com.miui.cleanmaster
โ ๏ธ Note: Do not remove applications with com.android., com.miui. (except for the above) or com.google.* โ this may disrupt the system!
What if the ADB canโt see the device?
Method 4: Using Magisk (for advanced users)
If you are ready to get root rights, then using the Magisk module you can remove any system applications, including those that are blocked even for ADB. This method is suitable for advanced users, as it requires unlocking the bootloader and installing a custom recovery.
Advantages:
- โ Full control over system files.
- โ Ability to remove deeply integrated services (e.g. Mi Analytics).
- โ Returning a place in memory (/system).
Disadvantages:
- โ Loss of warranty (unlocking the bootloader resets the Knox-like protection counter from Xiaomi).
- โ Risk of โbrickingโ the device in case of error.
- โ Some banking applications (such as SberBank Online) may stop working due to root.
Instructions:
- Unlock the bootloader through Mi Unlock Tool (requires a Xiaomi account binding and a wait of 7-15 days).
- Install custom Recovery (TWRP or OrangeFox).
- Sweep Magisk through the Recovery.
- Install the System App Remover module (available in the Magisk repository).
- Select the apps to remove and restart the phone.
List of apps that can be removed via Magisk (but not via ADB):
- ๐ Mi Analytics (com.miui.analytics) โ statistics collection.
- ๐ MiUI Daemon (com.miui.daemon) - background processes MIUI.
- ๐ก๏ธ Mi Security Center (com.miui.securitycenter) โ if you use a third-party antivirus.
- ๐ฑ Mi Share (com.miui.mishare.connectivity) โ if you donโt use Wi-Fi Direct.
๐ก
Removing through Magisk gives you maximum freedom, but requires deep knowledge and preparedness for possible problems with MIUI updates.
Method 5: Reset to factory settings (radical method)
If the phone is full of unnecessary apps and manual deletion doesn't work, you can do a complete reset, which will delete all user data, but return the system to its original state -- sometimes the only way to get rid of an intrusive bloatwer after you've done the firmware.
How to reset your settings:
- Make a backup copy of important data (photos, contacts, messages).
- Go to Settings โ About the phone โ Reset settings.
- Choose to erase all data and confirm the action.
- After the reboot, the phone will be like new โ you can immediately turn off the automatic installation of unnecessary applications in Settings โ Applications โ Application Management โ Auto Install.
Advantages of the method:
- โ All temporary files and cache are deleted.
- โ Apps installed by updates disappear MIUI.
- โ Possible system errors are eliminated.
โ ๏ธ Note: After a reset, Xiaomi may re-install some pre-installed apps (such as Mi Browser or Mi Video).To avoid this, turn off the internet during the initial phone setup and manually uninstall unnecessary software.
What you canโt remove on Xiaomi (risks and consequences)
Not all system applications can be safely removed, some of which are critical to MIUI or Android, and below are the list of uninstalled packages and the possible consequences:
| Annex (package) | Effects of removal |
|---|---|
| com.android.settings | Loss of access to phone settings. |
| com.miui.home | The main screen and launcher will disappear (the phone will not boot normally). |
| com.android.phone | Calls and mobile networks will stop working. |
| com.google.android.gms | Google services (Play Market, Gmail, etc.) will be disrupted. |
| com.miui.securityadd | There may be problems with application permissions. |
If you accidentally delete a critical app:
- Try to restore it with ADB: adb shell cmd package install-existing com.package.name
- If the phone doesnโt boot, reset via Fastboot: fastboot erase userdata (this will erase all data, but return the system to working state).