Owners of smartphones Xiaomi, Redmi and POCO They often face a problem: even after resetting to factory settings, dozens of pre-installed applications remain on the device. Mi Browser, Mi Video, GetApps, Mi Pay and other services take up memory, consume battery power in the background and sometimes even show ads. But can they be removed without consequences for the system?
In this article, we will look at all the current ways to remove embedded applications on Xiaomi in 2026 β from secure methods without root rights to radical solutions for power users. You will learn which applications can be removed and which cannot be touched categorically, how to restore the system when crashes and what to do if important functions are lost after removal.
Important: the procedure for removing system applications is always associated with risks. Even if you follow the instructions, on some models (for example, Xiaomi 13 Ultra or the other two models). POCO F5 Pro) removal of key services may result in a reboot cycle or loss of functionality MIUI. Therefore, before any manipulation, make a backup copy of the data.
1. Which embedded applications can be removed and which cannot be removed
Not all pre-installed applications are equally useful (or useless), and can be divided into three categories according to the risk of removal:
β Safely removed (underused services):
- π Mi Browser β a browser with ads, easily replaced with Chrome or Firefox
- π¬ Mi Video β video player, duplicates the functions of Google Photos or VLC
- π GetApps - a branded app store (analogue of Play Market)
- π³ Mi Pay β payment service (relevant only for China)
- π± Mi Remote β remote control (if you do not use the IR port)
- π΅ Mi Music - Music player (replaced with Spotify or Yandex Music)
β οΈ Remove with caution (can affect stability):
- π± Security β responsible for virus scanning and optimization
- π Cleaner β cleaning garbage (you can turn off, but not remove)
- π Analytics β statistics collection (deletion may disrupt the work) MIUI)
- π οΈ Mi Drop β File transfer over Wi-Fi (a useful feature for some users)
π« You cannot delete critical system services):
- π€ Android System WebView β needed to display web content in applications
- π± MIUI System Launcher - Main Launcher (deletion will lead to black screen)
- βοΈ Settings - System settings
- π MIUI Guard Provider β Responsible for Application Permissions
- πΆ Telephony Provider β mobile network and calls
β οΈ Attention: On models with MIUI For the global market (e.g. Redmi Note 12 Global), some applications (e.g. Google Play Services) cannot be removed, resulting in loss of access to Google services (MIUI China) has no restrictions, but there are no Google services out of the box.
2. Method 1: Disabling embedded applications (without deleting)
If you don't want to risk system stability, but you want to get rid of intrusive applications, you can turn them off, and that hides them from the menu, stops background activity, and frees up some of the memory.
How to disable unnecessary applications:
- Open Settings β Applications β Application Management.
- In the list, find the desired application (for example, Mi Browser) and tap it.
- Click Disable (if the button is inactive, the application is system and cannot be disabled in the standard way).
- Confirm the action in the window that appears.
What the blackout does:
- π± The app disappears from the menu and search
- π Stops using the battery in the background
- π€ Not updated through Play Market
- π You can turn it on again at any time.
However, this method has disadvantages:
- π« Does not free up space in memory (application files remain on the device)
- π Some applications (such as Security) may be activated again after an update. MIUI
π‘
If the βDisableβ button is inactive, try removing all app updates first (the βDelete Updatesβ button) and then try to disable again.
3. Method 2: Removal via ADB (no root rights)
ADB (Android Debug Bridge is an Android debugging tool that allows you to remove system applications without obtaining root rights. POCO s MIUI 12-14, but requires a computer connection.
What you need:
- π» Computer with Windows, macOS or Linux
- π USB-cable (preferably original)
- π± Included debugging by USB smartphone
- π οΈ Utility. ADB (You can download from the official Android website)
Step-by-step:
- Turn on USB debugging: Go to Settings β About Phone. Tap 7 times on MIUI Version to activate Developer Mode. Go back to Settings β Additional β Developer. Activate USB Debugging and confirm permission.
- Connect your smartphone to your computer: Use USB-cable and select File Transfer Mode (MTP). On your computer, open the terminal (command line) in the folder with ADB.
Check the connection:
adb devicesThe name of your device with device status should appear.
Get a list of all the apps:
adb shell pm list packages -fCopy the list into a text file and find the names of unwanted apps (e.g. com.miui.browser for Mi Browser).
Delete the annex:
adb shell pm uninstall -k --user 0 name packetExample of Mi Browser removal:
adb shell pm uninstall -k --user 0 com.miui.browserWhat do flags in a team mean:
- -k - saves cache and application data (in case of recovery)
- --user 0 β delete only for the current user (does not affect the system)
Download ADB and unpack into a folder|Enable debugging on USB phone-on|Connect the phone to the PC in mode MTP|Check the connection of the adb device team|Make a backup copy of important data-->
β οΈ Note: On some models (e.g. Xiaomi) 13T or POCO X5 Pro) after removing system applications through ADB Google Play Protect or Xiaomi sync services may stop working, in which case only a factory reset will help.
Method 3: Removal with Magisk (for stitched devices)
If your Xiaomi has custom recaps installed (for example, TWRP) and obtained root rights through Magisk, you can delete system applications using modules or manually through the file manager.
Important: This method is only suitable for power users! Incorrect deletion of system files can lead to a "brick" (inoperability) of the device.
Instructions for removal through Magisk:
- Install Magisk Manager and check root rights status.
- Download the System App Remover or Debloater module from the Magisk repository.
- Install the module via Magisk and restart the device.
- After the reboot, open the System App Remover app (appears in the menu).
- Select the unnecessary apps and click Uninstall.
Alternative method (manually via Root Explorer):
- Install a file manager with root support (such as FX File Explorer or Solid Explorer).
- Go to /system/priv-app/ or /system/app/.
- Find a folder with the name of the unwanted app (e.g. Browser for Mi Browser).
- Rename the folder by adding.bak at the end (e.g. Browser.bak).
- Reset the device.
Advantages of this method:
- π§Ή Complete removal of application files (frees up space)
- π§ Ability to restore the application by removing the.bak suffix
- π οΈ It works with highly integrated services.
β οΈ Attention: On devices with MIUI 14 and later Xiaomi has implemented anti-Rollback protection, which can lock the phone when you change system files. Before removing, check if your model supports unlocking the bootloader on the official Xiaomi website.
What if the phone does not turn on after removing the applications?
5. Method 4: Use of custom firmware (for advanced)
The most radical, but also the most effective way to get rid of embedded applications is to install custom firmware (for example, LineageOS, Pixel Experience or Pixel Experience). MIUI This method is suitable for those who are willing to sacrifice some functions. MIUI for pure Android.
The advantages of custom firmware:
- π§Ή No pre-installed Xiaomi apps
- π Higher performance and battery life
- π Regular security updates
- π¨ Ability to fine-tune the interface
Cons:
- π« Loss of some functions MIUI (Second Space or Game Turbo)
- π§ Installation complexity (needs an unlocked loader and custom recavery)
- π± Possible bugs with camera, sensors or mobile network
Popular firmware for Xiaomi:
| Firmware | Features | Xiaomi support |
|---|---|---|
| LineageOS | Clean Android without bloat, stable operation | β Most models |
| Pixel Experience | Google Pixel interface, frequent updates | β Popular models |
| MIUI EU | MIUI without Chinese services and boloat | β All devices Xiaomi |
| Havoc-OS | Maximum customization, many functions | β οΈ Limited list |
Where to download firmware:
- π Official website of LineageOS
- π± Group MIUI EU Telegram
- π§ Forum XDA Developers (Search by Model)
π‘
Installing custom firmware requires unlocking the bootloader, which resets all data on the phone, and it can also be insecure (on new Xiaomi models, unlocking the bootloader is officially allowed, but requires a wait of 7-15 days).
6. Method 5: Reset to factory settings with a selection of applications
Little-known fact: on some firmware MIUI (Especially on Chinese versions, when you reset to factory settings, you can selectively restore applications. This does not remove them completely, but allows you to not install unnecessary services after the reset.
How it works:
- Go to Settings β About the phone β Reset settings.
- Select Reset All Settings (not to be confused with Remove All Data!).
- On some firmware, the option of Selective Recovery or Application Configuration will appear.
- Uncheck any unnecessary apps (such as Mi Browser or Mi Music).
- Confirm the reset and wait for the reset.
Limitations of the method:
- π± It does not work on all the firmware (most often on the MIUI China)
- π After updating MIUI Apps may appear again
- π« Does not free up space in memory (applications stay in the system, just not installed for the user)
If there is no such option, you can try an alternative option:
- Make a reset to factory settings.
- When you first set up your phone, donβt connect to Wi-Fi.
- Skip all the steps related to data recovery and application installation.
- After manually configuring, disable unnecessary applications (see Method 2).
7 Risks and How to Restore the System After Errors
Removing system applications is always risky, and here are the most common problems and ways to solve them:
| Problem. | Reason. | Decision |
|---|---|---|
| Cyclical reboot (bootloop) | Critical system service is removed (e.g, MIUI System Launcher) | Fastboot or Mi Flash Tool to use your phone |
| Play Market is not working. | Removed from Google Play Services or Google Services Framework | Install GAPPS manually TWRP |
| Mobile network goes missing | Telephony Provider services are removed or MIUI TeleService | Restore from the backup or sew stock firmware |
| Notifications are not working | Remote. MIUI Notification Center | Install an alternative launcher (e.g. Nova Launcher) |
| Black screen after download | System Launcher or Display Services Removed | Connect to ADB and set up the launcher manually |
How to restore a remote application:
- π If removed through ADB flag-headed -k, Try the command: adb shell cmd package install-existing name packet
- π± If you renamed the folder to /system, Return your old name and reboot.
- π§ If nothing helps, run the stock firmware through the Mi Flash Tool.
β οΈ Note: On devices with Dynamic RAM Expansion (e.g. Xiaomi) 12T Or the Redmi Note 12 Pro.+) Deleting system services can lead to incorrect operation of the RAM expansion function, in which case only a complete reset will help.
8.Delete alternatives: How to hide and block unnecessary apps
If the risks of removing system applications scare you, there are safer ways to make them invisible:
1. Hiding from the menu with launcher
- Install an alternative launcher (like Nova Launcher or Apex Launcher).
- In the launcher settings, find the option to Hide applications.
- Check out unnecessary apps (such as Mi Browser or GetApps).
2 Freeze via Greenify or App Quarantine
- Install Greenify (requires root or ADB).
- Add unnecessary apps to the list of "frozen."
- They will not run in the background and waste resources.
3.Blocking through Digital Wellbeing
- Open the Settings. β Digital well-being β Toolbars.
- Set a time limit for unnecessary applications (set a limit of 0 minutes).
- It wonβt remove them, but it will make them inaccessible.
4. Disable updates via Play Market
- Open the Google Play Market.
- Find an unneeded app (such as Mi Video).
- Press three points. β Remove updates β Turn off auto-update.
π‘
Hiding or freezing applications is the safest way, as it does not affect system files, while freeing up RAM and reducing battery consumption without risking system stability.