Xiaomi, Redmi and POCO smartphones come with pre-installed software that is not always in demand. Embedded MIUI services, advertising modules and duplicate applications take up memory, consume battery power and can slow down the device. However, a simple click on βDeleteβ in the menu is often not available, many programs are protected by the system from uninstallation.
In this article, we will discuss 5 proven ways to remove unwanted applications on Xiaomi (including the models of 2023-2026 on MIUI 14/15 and HyperOS): from standard methods through settings to advanced techniques using ADB and root rights.
Importantly, the procedure is different for custom applications (installed from Google Play), system utilities (such as Mi Video or Mi Music) and service modules (such as com.miui.analytics), and we will analyze each case separately, taking into account the risks and consequences.
1. Standard removal through MIUI settings
The easiest method is to use the built-in MIUI tools, which are suitable for custom applications and some pre-installed programs that the manufacturer has allowed to be removed without additional manipulation.
How to do this:
- π± Open the Settings menu β Annexes β Application management.
- π In the list, find the app you want (such as Mi Browser or Facebook).
- ποΈ Click βDeleteβ (if the button is active). For some applications, it will be βDisableβ instead, which means that the complete deletion is blocked.
- βοΈ Confirm the action if the system requests a password or PIN.
Limitations of the method:
- β It does not work for system applications (e.g., Security or Mi Account).
- β Some programs are restored after the update MIUI.
- β Does not clean cache and residual files (this requires Cleaner or manual cleaning).
β οΈ Note: Removing apps like Google Play Services or Miui System UI This will cause critical malfunctions in your smartphone.
2. disabling system applications (without deletion)
If the Delete button is inactive but the app interferes (e.g. shows ads or works in the background), it can be disabled, which hides the program from the user and stops its activity, but does not free the memory completely.
Instructions:
- Go to Settings β Applications β Application Management.
- Select your target app (such as Mi Video or Mi Pay).
- Click βDisableβ (if the button is gray β administrator rights are required).
- Confirm the action in the dialog window.
What the blackout does:
- β The app disappears from the menu and stops running.
- β Battery and Internet traffic are being cut off.
- β Application data is saved (when re-enabled, everything will be restored).
Disadvantages:
- β Memory is not released β application files remain on the device.
- β Some processes may continue to work in the background (e.g. com.xiaomi.mipicks).
Backup of important data |
Check the name of the packet on the network (for example, on 4PDA) |
Turn off MIUI auto-update in Settings β About Phone β System Update |
Write down a list of disabled applications for rollback changes-->
3. Removal via ADB (without root rights)
Removing secure system applications (e.g., com.miui.analytics or com.xiaomi.midrop) will require ADB (Android Debug Bridge: This method doesnβt require root rights, but it does. USB-debug.
Step-by-step:
- Activate Developer Mode: Go to Settings β About the phone. Press 7 times on Version. MIUI. Back to Settings β Additionally. β For developers. USB-debugging.
Connect your smartphone to your PC and confirm your trust in your computer.
ADB Tools
Command line.
Terminal
adb devices(The serial number of the device must appear).
adb shell pm uninstall -k --user 0 title.packetFor example, for Mi Browser:
adb shell pm uninstall -k --user 0 com.android.browserList of safe packets to remove (for MIUI 14/15):
| Package name | Annex | Effects of removal |
|---|---|---|
| com.miui.analytics | Xiaomi Analytics Gathering | Sending of usage data is stopped |
| com.xiaomi.midrop | Mi Drop (file transfer) | You will not be able to use the integrated file transfer |
| com.miui.bugreport | Error reports | Not critical, but may interfere with diagnosis of problems |
| com.android.browser | Mi Browser | Removes the standard browser (Charlem can be used) |
β οΈ Note: Deleting packages like com.google.android.gsf or com.miui.home will cause the system to fail. Before experimenting, review the list of secure packages on thematic forums (for example, for example, for the first time in the world, 4PDA or XDA Developers).
adb backup -apk -obb -shared -all -f backup.abThis will save all applications and data to the backup.ab file on PC.-->
4. Removal by root rights (advanced method)
If your Xiaomi has customized recaps installed (such as TWRP) and obtained root rights (via Magisk), you can remove any system applications, including those that are blocked even for ADB.
Methods of disposal:
- π Through a file manager with root access (e.g., Root Explorer or Root Explorer) FX File Explorer: Go to the folder /system/app or /system/priv-app. Find a folder with the name of the app (e.g. MiBrowser). Delete the folder or rename it (add.bak at the end).
- π€ Terminal Emulator: Su mount -o rw,remount /system rm -rf /system/app/Title: Folders mount -o ro,remount /system
- π οΈ Through Titanium Backup (requires Magisk): Freeze or uninstall the application through the program interface. Create a backup before action.
Risks of the method:
- β Improper removal can lead to bootloop ( looped boot).
- β Some applications are related to MIUI β Deleting them will break the interface.
- β After updating MIUI Deleted files can be restored.
What if after removing the system application, the phone does not turn on?
5. Use of third-party utilities (without root)
If ADBs seem complicated, you can use specialized software to remove system applications, which automate the process and often have databases of secure packages.
Popular utilities:
- π‘οΈ Debloater Tool (for PC): Works through ADB, It has a user-friendly graphical interface, allowing you to disable packets in groups (e.g., all Google or Xiaomi apps).
- π± App Inspector (for Android): Shows a list of all export packages installed, helps identify unnecessary services before being removed via the app. ADB.
- π§ Universal Android Debloater (GUI PC: Supports multi-device profiles, has a database of "safe" and "dangerous" packages.
Example of Universal Android Debloater:
- Connect your phone to a PC with it on USB-debugging.
- Start the program and click Read Device Packages.
- Check the boxes for unnecessary packages (green β safe, red β dangerous).
- Click Apply and select the action: Uninstall or Disable.
β οΈ Note: Third-party utilities may contain advertising or collect data. download them only from official sources (for example, GitHub developer). XDA or 4PDA.
π‘
Even without root rights, you can remove up to 70% of pre-installed Xiaomi apps through ADB or specialized utilities, the main thing is not to touch packages related to the operation of MIUI and Google Services.
6. How to return a remote application
If you have problems after deleting (e.g., Google Services or MIUI Launcher stopped working), the application can be restored.
For applications removed via ADB:
adb shell cmd package install-existing name.packetFor applications removed through root:
- Restore the folder from the backup (if you did backup).
- Download the APK applications from the APKMirror website and install them manually.
- Reflash MIUI via Fastboot (extreme case).
If the application has been disabled:
- Go to Settings β Applications.
- Click on the three dots in the top right corner and select "Show all apps."
- Find the disabled application and click "Enable".
7. How to prevent the return of remote applications
After the MIUI update, many system applications are restored to avoid this:
- π Turn off auto updates: Go to Settings β The phone. β Update the system. Press three dots. β Β«SettingsΒ» β Turn off "Automatic BootingΒ».
- π¦ Use Magisk modules: Install Universal Debloater or MIUI Debloater via Magisk. It blocks the recovery of deleted packets after updates.
- π Freeze packets: Instead of deleting, use the command: adb shell pm disable-user --user 0 This will prevent them from running, but save files on the device.
For Xiaomi models on HyperOS (2026):
- The new shell is more aggressively restoring system applications.
- It is recommended to use Magisk Delta to block packet updates.