Xiaomi, Redmi and POCO smartphones come with dozens of pre-installed apps, many of which users never run. Mi Browser, Mi Video, GetApps, Mi Pay and other services not only take up space in memory, but also consume resources in the background, reducing battery life. Unfortunately, standard removal through the Apps menu is often blocked by the MIUI system - the Remove button is simply inactive.
In this article, we will discuss 5 Proven ways to get rid of unnecessary built-in applications: from secure disabling without root rights to complete removal through the Internet ADB We will pay special attention to the risks of each method - some operations can lead to loss of warranty or unstable operation of the system if executed incorrectly. MIUI 14/15 model 2020β2026 year-end.
1. Disabling embedded applications without removing
The safest way to remove unnecessary apps is to disable them through system settings. This wonβt free up the deviceβs memory, but will stop background activity and hide icons from the menu.The method works on all Xiaomi smartphones without root rights and does not affect the warranty.
To disable the application:
- π± Go to Settings. β Annexes β Application management.
- π Find the app you want (such as Mi Music or Mi Community) and tap it.
- βοΈ Click βDisableβ (if the button is inactive, select βStopβ firstΒ»).
- β Confirm the action in the dialog window.
β οΈ Warning: Disabling system services (e.g. com.miui.system or com.android.phone) can cause an interface crash or loss of mobile communications.
List of applications that can be disabled without risk:
| Name of name | Package | Effects of disconnection |
|---|---|---|
| Mi Browser | com.android.browser | It will not open by default for links |
| Mi Video | com.miui.video | The player will disappear, but the files will remain. |
| GetApps | com.xiaomi.mipicks | There will be no update of the store. |
| Mi Pay | com.miui.tsmclient | Shut down. NFC-Payments via Xiaomi |
2. Removal via ADB (without root rights)
If the shutdown isnβt enough, you can completely remove unnecessary apps using ADB (Android Debug Bridge), a method that doesnβt require super-user rights, but requires connecting the smartphone to a computer, and the advantage is that the apps are permanently deleted, freeing up space in memory.
The work will require:
- π» Computer with Windows/macOS/Linux and installed Xiaomi drivers.
- π USB-cable (preferably original).
- π¦ Utility. ADB Tools by Google.
- βοΈ Included debugging by USB on a smartphone (Settings) β The phone. β Version. MIUI β 7 times tap; then Settings β Additionally. β For developers β Debugging by USB).
Step-by-step:
- Connect the smartphone to the computer and confirm the debugging permission on the device screen.
- Open the command prompt (Windows) or terminal (macOS/Linux) in the folder with ADB.
- Enter the command to check the connection: Adb devices must appear serial number of your device.
- Remove the application by command (replace package.name with real package): adb shell pm uninstall -k --user 0 package.name For example, to remove Mi Browser: adb shell pm uninstall -k --user 0 com.android.browser
βοΈ Preparation for removal through ADB
β οΈ Note: Removing system components (e.g. com.miui.home) will cause the interface to fail. Before experimenting, back up through Settings β Additionally. β Backup.
List of safe packets to remove (for MIUI 14/15):
- π com.android.browser β Mi Browser
- π΅ com.miui.player β Mi Music
- πΊ com.miui.video β Mi Video
- π com.xiaomi.mipicks β GetApps
- π³ com.miui.tsmclient β Mi Pay
π‘
Before mass deletion, check the smartphone after deleting each application separately. Some services may be associated with system functions (for example, com.miui.analytics is responsible for collecting statistics, but removing it does not break the system).
3.Using Magisk and the Debloater module
If you have Magisk installed on your smartphone, you can use Universal Debloater or MIUI Debloater to remove embedded applications in bulk, a method that is suitable for advanced users, as it requires unlocking the bootloader and installing a custom recavator.
Advantages of the method:
- π Ability to restore remote applications via Magisk.
- π Support for packet removal (one team).
- π‘οΈ Less risk of βbreakingβ the system compared to manual removal through ADB.
Instructions:
- Install Magisk and TWRP (if not already installed).
- Download the MIUI Debloater module (available on XDA Developers).
- Install the module through Magisk Manager (Modules section).
- Reset the device.
- After downloading, open the terminal and type: su debloater Follow the on-screen instructions for selecting applications.
What if the system functions stopped working after the module was removed?
4. Removal through custom firmware (for advanced)
The most radical way to get rid of built-in software is to install custom firmware based on LineageOS, Pixel Experience or HavocOS. These firmware are devoid of Xiaomi's branded services, but require:
- π Unlocked bootloader (the procedure erases all data!).
- π§ Established custom recaveri (TWRP Or OrangeFox).
- π₯ Compatible firmware for your model (check on the XDA or 4PDA).
The advantages of custom firmware:
- π Lack of all built-in Xiaomi apps.
- π Regular security updates from the community.
- β‘ Ability to fine-tune the interface and performance.
Cons:
- β Loss of warranty (if the bootloader is unlocked).
- π Possible battery or camera problems (depending on firmware).
- π΅ Certain functions (e.g, IR-Game Turbo or Blaster may not work.
Installation instructions (briefly):
- Unlock the bootloader via Mi Unlock Tool (requires a Xiaomi account and wait 7-14 days).
- Install TWRP via fastboot: fastboot flash recovery twrp.img fastboot boot twrp.img
- Download firmware (such as LineageOS) and GApps (if you need Google services).
- In TWRP, run Wipe β Advanced Wipe (select Dalvik, Cache, System, Data).
- Install firmware and GApps, then restart.
π‘
Custom firmware is the only way to get rid of all Xiaomi system applications without the risk of reappearing after updates. However, this method is only suitable for advanced users, ready for possible bugs and loss of warranty.
5. Hiding icons without removal (alternative method)
If you donβt want to risk system stability, but want to remove icons of unnecessary applications from the menu, use third-party launchers or built-in MIUI features.
Ways to hide apps:
- π In the standard launcher. MIUI: Press the app icon. Select Hide the app (not available on all models).
- π οΈ Through Nova Launcher or Apex Launcher: Install the launcher from Google Play. β Β«Hide or drag to the folder βHiddenΒ».
App Hider
The advantage of this method is reversibility: applications stay in the system, but do not interfere with everyday use, but background processes can still consume resources.
6 Risks and how to avoid them
Removing or disabling system applications can have unexpected consequences, and these are the most common problems and ways to solve them:
| Problem. | Reason. | Decision |
|---|---|---|
| Wi-Fi/Bluetooth is not working | Removed com.miui.connectivity or similar package | Restore with ADB: adb shell cmd package install-existing package.name |
| The notification panel has disappeared | Removed by com.android.systemui | Reflash the system through Fastboot with data storage |
| No links open. | Removed browser by default | Install a third-party browser and assign it to a standard |
| Error "System UI stopped" | Conflict after launcher removal | Install another launcher via ADB Sideload |
To minimize the risks:
- π Create a backup through Settings β Additionally. β Backup or TWRP.
- π Check the destination of the packet before deleting (for example, on the APKMirror website).
- π οΈ Remove applications one at a time, checking system stability after each step.