Embedded apps on Xiaomi Redmi smartphones are a headache for many users, taking up space in memory, using battery power in the background and often duplicating the functions of third-party programs. But you canโt just remove them through the standard menu: MIUI blocks the uninstallation of system utilities, even if you never use them.
In this article, we will discuss all the working methods of removing embedded applications, from secure (without root rights) to radical (with unlocking the bootloader), you will learn which programs can be removed without risk to the system, and which cannot be touched categorically, and we will analyze alternative methods: disabling, freezing and hiding unnecessary utilities.
Important: The procedure differs depending on the MIUI version (12, 13 or 14) and the Redmi model (e.g. Redmi Note 10 Pro or Redmi 9A).
Why you canโt just remove system apps from the menu
Smartphone manufacturers, including Xiaomi, integrate pre-installed software into firmware, which fall into three categories:
- ๐ฑ System Services โ Critical to Work MIUI (For example, com.android.phone or com.miui.home, deleting them will cause the phone to fail.
- ๐ต Branded utilities โ Mi Music, Mi Video, Themes. They can be removed, but not by all means.
- ๐ฆ Bloatware โ advertising and affiliate applications (Facebook, Netflix, LinkedIn) that Xiaomi installs under the contract.
The standard Settings menu โ Applications only allow you to disable or hide some programs, but not remove them completely.
- ๐ Security Policy โ Deleting System Files May Disrupt Android.
- ๐ Contracts with partners โ Xiaomi gets money for pre-installation of some applications.
- ๐ Recovery option โ after resetting all remote programs will return.
โ ๏ธ Note: Removing system applications without backup may result in a cyclical restart (bootloop) or loss of functionality (for example, the notification panel will disappear or the camera will stop working!
Method 1: Disabling embedded applications (without root)
The safest method is to disable, not delete, and the application will remain in memory, but will stop working and consume resources.
- ๐บ Mi Video, Mi Music, Mi Browser
- ๐ฑ Facebook, LinkedIn, TikTok (if preinstalled)
- ๐ฎ Game Turbo, Mi Pay, Mi Credit
Instructions:
- Open Settings โ Applications โ Application Management.
- Select the app you want (such as Mi Video).
- Click Disable (button can be gray if disconnection is prohibited).
- Confirm the action in the dialog window.
Selected the application that is not necessary for the system
Backup of important data (in case of failure)
The device is charged at least 50%
Developer mode is disabled (if enabled)-->
Once disabled, the app will disappear from the menu, but will remain in the Settings โ Apps list. It can be turned on again at any time.
โ ๏ธ Note: Do not disable com.android.vending (Google Play Store) or com.google.android.gsf (Google Services Framework) โ this will result in loss of access to Google services!
Method 2: Remove via ADB (without root but with PC)
If you don't have enough shutdowns, you can completely remove unnecessary apps using ADB (Android Debug Bridge), which does not require root rights, but you need to:
- ๐ฅ๏ธ Computer with Windows, macOS or Linux
- ๐ USB-cable (preferably original)
- ๐ฑ Developer mode enabled and debugging by USB on the Redmi
Step-by-step:
- Download and install ADB Tools on PC.
- Turn on your smartphone Settings โ About Phone โ MIUI version (click 7 times to activate the developer mode).
- Return to Settings โ Additional โ For developers and enable USB debugging.
- Connect Redmi to your PC and enter: Adb devices Must appear with a serial number.
- To see a list of all applications, follow: adb shell pm list packages
- To remove a specific application (e.g. Mi Video): adb shell pm uninstall -k --user 0 com.miui.video
List of popular removal packages:
| Annex | Packet name | Can I remove it? |
|---|---|---|
| Mi Video | com.miui.video | โ Yes. |
| Mi Music | com.miui.player | โ Yes. |
| Mi Browser | com.android.browser | โ Yes. |
| com.facebook.katana | โ Yes. | |
| Game Turbo | com.miui.gameturbo | โ ๏ธ Partially (may disrupt game mode) |
โ ๏ธ Note: Pm uninstall command with flag --user 0 It removes the app only for the current user. Once you reset, it will come back.
Mi Video and Mi Music
Facebook, TikTok and other social networks
Game utilities (Game Turbo)
Services (Mi Pay, Mi Credit)
Others-->
Method 3: Removal with root rights (for experienced)
If you're willing to take risks, you can root and remove system applications permanently, and this is a method that's suitable for users who:
- ๐ง They can unlock the bootloader (bootloader)
- ๐ฑ Ready for possible loss of warranty
- ๐ Agree to Magisk's regular security updates
Instructions:
- Unlock the bootloader through Xiaomiโs official tool (Mi Unlock Tool) and it will take 72 to 168 hours (waiting for confirmation).
- Install a custom recavator (TWRP) for your Redmi model.
- Please use Magisk to obtain root rights.
- Install a file manager with root support (such as Root Explorer or FX File Explorer).
- Go to /system/app or /system/priv-app and delete folders with unnecessary applications.
Examples of paths for popular applications:
- ๐ฌ Mi Video: /system/priv-app/MiuiVideo
- ๐ต Mi Music: /system/priv-app/MiuiPlayer
- ๐ Mi Browser: /system/app/Browser
What happens if you delete the system application by mistake?
After removal, clean the cache in the recavery (Wipe) โ Dalvik/ART Cache to avoid errors.
Method 4: Freeze applications (alternative to deletion)
If you donโt want to take risks, but shutting down isnโt enough, you can freeze apps using:
- ๐ง Titanium Backup (requires root)
- โ๏ธ App Quarantine (without root, but with limitations)
- ๐ ADB AppControl (via AppControl) ADB, as in Method 2)
Freezing blocks the application, but it doesn't delete its files.
- โ You can quickly defrost if something goes wrong.
- โ Does not violate the integrity of the system partition
- โ It works even for applications that cannot be disabled by standard means.
Instructions for ADB AppControl:
- Download the tool with XDA Developers.
- Connect Redmi to your PC and launch ADB AppControl.exe.
- Select unnecessary apps and click Freeze.
Method 5: Hiding applications through launcher
If you just don't like the fact that unnecessary apps are cluttering your desktop, you can hide them without removing them.
- Keep your finger in the free space of the desktop.
- Select Launcher Settings (or Screen Settings).
- Find the Hidden Apps option (in some versions of MIUI it is called Hide icons).
- Check the boxes of the programs you want to hide.
Hidden annexes:
- ๐ Stay on the Settings menu โ Annexes
- ๐ฑ Will not appear on the desktop and in the list of all programs
- ๐ You can go back at any time.
This method does not save memory or stop background processes, but it does make the interface cleaner.
What applications cannot be removed (blacklist)
Some system components are critical to MIUI operation, and their removal will result in:
- ๐ Cyclical reboot (bootloop)
- ๐ต Network loss (no calls and no internet)
- ๐ณ Black screen after switching on
List of prohibited packets for removal:
| Packet name | Appointment | Effects of removal |
|---|---|---|
| com.android.phone | Phone calls and SMS | It's not gonna be possible to call. |
| com.miui.home | Launcher (desktop) | Black screen after download |
| com.android.settings | System settings | Impossible to open the settings |
| com.miui.securitycenter | Security centre | Permit failures |
| com.google.android.gsf | Google services | Play Market and Synchronization will not work |
โ ๏ธ Warning: Even if you find instructions on the Internet to remove one of these packages, don't do it. Restore the phone will require a full flashing through Fastboot or a full flashing. EDL, What can be difficult for beginners.
๐ก
Before you uninstall any system application, check its packet name from trusted sources (e.g. XDA Developers or 4PDA).