How to completely remove embedded applications on Xiaomi Redmi: 5 proven methods

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:

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. Select the app you want (such as Mi Video).
  3. Click Disable (button can be gray if disconnection is prohibited).
  4. 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:

  1. Download and install ADB Tools on PC.
  2. Turn on your smartphone Settings โ†’ About Phone โ†’ MIUI version (click 7 times to activate the developer mode).
  3. Return to Settings โ†’ Additional โ†’ For developers and enable USB debugging.
  4. Connect Redmi to your PC and enter: Adb devices Must appear with a serial number.
  5. To see a list of all applications, follow: adb shell pm list packages
  6. To remove a specific application (e.g. Mi Video): adb shell pm uninstall -k --user 0 com.miui.video

List of popular removal packages:

AnnexPacket nameCan I remove it?
Mi Videocom.miui.videoโœ… Yes.
Mi Musiccom.miui.playerโœ… Yes.
Mi Browsercom.android.browserโœ… Yes.
Facebookcom.facebook.katanaโœ… Yes.
Game Turbocom.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:

  1. Unlock the bootloader through Xiaomiโ€™s official tool (Mi Unlock Tool) and it will take 72 to 168 hours (waiting for confirmation).
  2. Install a custom recavator (TWRP) for your Redmi model.
  3. Please use Magisk to obtain root rights.
  4. Install a file manager with root support (such as Root Explorer or FX File Explorer).
  5. 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?
If you remove a critical component (e.g. com.android.phone), the phone will stop loading or lose basic features (calls, mobile internet, Wi-Fi). EDL-Always back up the section. /system before removal!

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:

  1. Download the tool with XDA Developers.
  2. Connect Redmi to your PC and launch ADB AppControl.exe.
  3. 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.

  1. Keep your finger in the free space of the desktop.
  2. Select Launcher Settings (or Screen Settings).
  3. Find the Hidden Apps option (in some versions of MIUI it is called Hide icons).
  4. 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 nameAppointmentEffects of removal
com.android.phonePhone calls and SMSIt's not gonna be possible to call.
com.miui.homeLauncher (desktop)Black screen after download
com.android.settingsSystem settingsImpossible to open the settings
com.miui.securitycenterSecurity centrePermit failures
com.google.android.gsfGoogle servicesPlay 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).

FAQ: Frequent questions about removing embedded applications

Can you remove Mi Video and Mi Music without consequences?
Yes, these applications are not system critical, they can be safely removed through ADB or disabled in settings, but after the MIUI update, they can come back.
What if after removing the application, the phone stopped booting?
If you have removed a critical system component, you must: Load into Fastboot mode (clamp down Power). + Volโˆ’ Flash your phone with the official firmware through the Mi Flash Tool. If the Fastboot is not available, use it. EDL-Mode (requires an authorized Xiaomi account) In extreme cases, contact the service center.
Will remote applications return after resetting?
Yes, if you completely reset your Windows Data, all the pre-installed applications will recover. To avoid this, you need to: Use root and delete files from /system. Or repeat the deletion procedure through ADB after each reset.
Can I remove Google Play Services?
No, deleting com.google.android.gms will result in: Play Store shutdown, Google account sync loss, Google Services-dependent apps crash (e.g., Gmail, YouTube) and if you don't need Google services, you'd better install GApps-free firmware (e.g., LineageOS).
How do I know which app can be removed and which canโ€™t?
Before deleting, check: Package name in adb shell pm list packages -s (system flags system), package description on sites like APKMirror or XDA Developers, feedback from other users of your Redmi model on forums. If in doubt, first disable the application and check the stability of the phone for 2-3 days.