How to completely remove applications from Xiaomi Redmi: 5 working ways

Why Standard Removal Doesn't Always Work

Owners of Xiaomi Redmi smartphones often face a problem: after clicking β€œDelete” in the app menu, it disappears from the list, but after a while it reappears after the system update. This is due to the features of the MIUI firmware, where some of the software is integrated at the operating system level. Even after β€œdelete” through the standard interface, application files remain in the device’s memory, occupying up to 500 MB on the system partition.

Even more difficult is the case with Xiaomi’s built-in services, such as Mi Video, Mi Music or GetApps. These cannot be uninstalled without additional tools, as they are tied to key MIUI functions. For example, removing Security can disrupt the fingerprint scanner. In this article, we will discuss all legal and technical ways to clean a smartphone from unnecessary software, including methods for users without root rights.

Method 1: Standard removal through settings

Let’s start with the simplest method, which is suitable for third-party applications installed by the user through Google Play or.apk files. This method requires no additional tools and is safe for the system:

  1. Open the Settings β†’ Applications.
  2. Select the Application Management tab.
  3. Find the desired application in the list and tap it.
  4. Press the Remove button (if it is active).

If the Remove button is inactive or not, the app is system-based, in which case you can move on to the following methods. Please note that some apps (such as Facebook or Netflix) may be pre-installed by the manufacturer and require alternative removal methods.

β˜‘οΈ Preparation for removal of applications

Done: 0 / 4

Method 2: Disabling system applications (without deleting)

For applications that cannot be removed in the standard way, Xiaomi offers a disable feature.This will not free up memory on the system partition, but will stop background processes and hide the icon from the menu.

  • πŸ“± Go to Settings. β†’ Annexes β†’ Application management.
  • πŸ” Find a system application (such as Mi Browser or Mi Pay).
  • 🚫 Click Disable and confirm the action.
  • πŸ”„ If necessary, restart the device.

Disabled apps won’t be updated through Google Play, but their files will remain in memory, a method that is suitable for saving battery power and reducing background activity, for example, turning off Mi Video can extend battery life by 10-15% by stopping background processes.

πŸ’‘

Before disabling system applications, check their dependence on other features. For example, disabling Mi Share will disrupt the fast file transfer between Xiaomi devices.

Method 3: Removal via ADB (without root rights)

For advanced users willing to work with the command line, there is a method of removing system applications through the command line. ADB (Android Debug Bridge. This way doesn't require superuser rights, but you need a computer and a computer. USB-The advantage of this method is to completely delete the application files from the system partition, rather than simply disabling them.

Step-by-step:

  1. Download and install Google’s Platform Tools.
  2. Activate Developer Mode on your smartphone: go to Settings β†’ About Phone and tap on the MIUI version 7 times.
  3. Return to Settings β†’ Additional β†’ For developers and enable USB debugging.
  4. Connect your smartphone to your PC and enter in the command line: adb devices Make sure the device is determined (serial number should appear).
  5. To uninstall the app, use the command: adb shell pm uninstall -k --user 0 com.example.app Replace com.example.app with a real package (e.g. com.miui.videoplayer for Mi Video).

A list of Xiaomi Redmi system application packages can be found on specialized forums, such as 4PDA or XDA Developers. Important: improper removal of system components can lead to unstable device operation.

How to find the package name of the application?
Open Settings β†’ Applications, select the desired application and scroll down to Packet Name. Or use ADB: adb shell pm list packages | grep "keyword" command.
AnnexPackage nameCan I remove it?
Mi Videocom.miui.videoplayerYes (ADB)
Mi Musiccom.miui.playerYes (ADB)
GetAppscom.xiaomi.mipicksYes (ADB)
Security (Security)com.miui.securitycenterNo (critically for the system)
Mi Browsercom.android.browserYes (ADB)
πŸ“Š What application removal method do you use more often?
Standard removal through settings
Disabling system applications
Removal via ADB
Root access and custom firmware
I do not remove system applications

Method 4: Removal with root rights

Users with an unlocked bootloader and Magisk or other root rights management system installed can remove system applications through file managers like Root Explorer or Mixplorer, a method that gives maximum control over the device, but requires caution:

  • πŸ”“ Get root access (instructions for Xiaomi Redmi vary depending on the model).
  • πŸ“ Install a file manager with root support (e.g. Solid Explorer).
  • πŸ—‘οΈ Go to the folder. /system/app or /system/priv-app.
  • πŸ—ƒοΈ Find a folder with the name of the application (for example, VideoPlayer) and delete it.
  • πŸ”„ Reset the device.

Warning: Deleting critical system files can lead to a device blink (completely inoperable). It is recommended to pre-backup through TWRP or other customized recavator. For example, deleting the MiuiSystemUI folder will make the interface inoperable.

πŸ’‘

Root access offers the best possible cleanup options, but requires technical skills and cancels Xiaomi’s official warranty.

Method 5: Using custom firmware

For power users willing to sacrifice stability for full control, there are custom firmware like LineageOS, Pixel Experience or Havoc-OS. These firmwares are devoid of pre-installed Xiaomi software and offer a β€œpure” Android.

  1. Unlock the bootloader via Mi Unlock Tool (requires a Xiaomi account binding and a wait of 7-14 days).
  2. Installation of custom recavery (TWRP or OrangeFox).
  3. Format partitions and firmware of the new OS.

Advantages of custom firmware:

  • πŸš€ Absence of Bloatware (unnecessary applications).
  • πŸ”„ Regular security updates.
  • 🎨 Ability to fine-tune the interface.

Disadvantages:

  • ⚠️ Loss of guarantee.
  • πŸ”‹ Possible problems with autonomy.
  • πŸ“± Non-functioning corporate functions (e.g, IR Blaster or Game Turbo).

πŸ’‘

Before installing custom firmware, check its compatibility with your Redmi model on the XDA Developers forum. For example, the firmware for the Redmi Note 10 Pro (sweet) will not work for the Redmi Note 10 (mojito).

What to do if the application is returned after removal

Some Xiaomi system applications are restored after the MIUI update, which is due to a system protection mechanism that checks the integrity of critical components to prevent reappearance:

  1. Turn off automatic MIUI update in Settings β†’ About Phone β†’ System Update.
  2. Use tools like App Systemizer (requires root) to move the application from the system partition to the user partition.
  3. Freeze the app with Titanium Backup or Lucky Patcher.

If the application returned after manual firmware updates, you will have to repeat the removal process, and the alternative is to roll back to an older version of MIUI, where the security mechanisms are less aggressive.

How do you roll back the MIUI version?
1. Download the desired firmware version from the Xiaomi website. 2. Go to Settings β†’ The phone. β†’ Update the system and click on three dots in the top right corner. 3. Select the Service Pack and specify the downloaded file. 4. Confirm the rollback.⚠️ All data will be erased!

FAQ: Frequent questions about removing apps on Xiaomi Redmi

Can Google Play Services be removed without consequences?
No, Google Play Services is a critical component for most applications, including Google Play, Gmail and geolocation services, and removing it will cause errors in the system, and the best you can do is disable automatic updates.
Why does the app reappear after being deleted via ADB?
It's because of the mechanism. OTA-To avoid this, disable automatic update checks or use tools like Disable Service to block the recovery process.
How to delete Mi Account if it prevents unlocking the bootloader?
You can’t delete Mi Account completely, but you can reset it through Settings β†’ Accounts β†’ Mi Account β†’ Delete your account. You’ll need to link another account to unlock the bootloader. Please note that after you reset to factory settings, you’ll need your account again to activate the device.
Is it safe to use programs like Debloater?
Software for mass removal of system applications (such as Universal Android Debloater) is convenient but risky, they can remove critical components, which will lead to bootloop. Always check the list of deleted packages and create a backup.
How to return a remote system application?
If you delete an application through ADB or root, you can restore it by downloading.apk files from thematic forums and installing them manually, resetting to factory settings (returning all system applications), refashioning the device via Fastboot or Recovery.

⚠️ Note: Removing system applications on devices with MIUI Global could disrupt Google's services. MIUI China does not have Google services initially, but removing Xiaomi system components could lead to bugs in the operation of proprietary features such as Quick Ball or Second Space.

⚠️ Note: On Redmi models with MediaTek processors (e.g. Redmi) 9A or Redmi Note 11 SE) Unlocking the bootloader and obtaining root rights is more difficult than on devices with Qualcomm Snapdragon. This is due to the features of the chipset protection.