How to remove the Android app on Xiaomi Redmi 9 in full: 5 working ways

Removing unnecessary apps from Xiaomi Redmi 9 seems like a simple task β€” until you find that programs continue to take up space in memory, cache or not be deleted at all through the standard menu. This is especially true for preinstalled system utilities from Xiaomi that can not be uninstalled in the usual way. In this article, we will discuss all possible methods of removal from basic to advanced, including working with ADB and obtaining root rights.

It is important to understand that Redmi 9 (Redmi 9A/9C/9T models and other modifications) runs on customized MIUI firmware, which imposes restrictions on removing system applications. Even after uninstallation through Settings, many programs leave behind folders with data in /data/data or /sdcard/Android/obb. We will show you how to clean them without a trace, and also talk about the risks and consequences of each method.

1. Standard removal through Android settings

The easiest and safest way to do this is to use built-in tools. MIUI. It is suitable for most user applications (installed from Google Play or Google Play). APK-Files, but won’t work for system utilities like Mi Browser, Mi Music or GetApps.

To remove the application in a standard way:

  • πŸ“± Open the Settings. β†’ Annexes β†’ Application management.
  • πŸ” Enter the program name in the search bar or find it manually in the list.
  • πŸ—‘οΈ Click Remove (if the button is active) or Disable (for system applications).
  • 🧹 Confirm the action by entering a password or pattern lock if necessary.

If the Remove button is inactive, it means that the application is system-based and requires alternative methods, in which case you can only turn it off (this will stop background processes) or clear the cache/data.

⚠️ Warning: Disabling system applications (such as Mi Security or Mi Account) may cause your phone to run unstable or update errors MIUI. Before experimenting, back up your data.

πŸ“Š How often do you remove unnecessary apps from your smartphone?
Once a week.
Once a month
Only when memory ends
Never delete.
Other

2. Delete via Google Play (for custom applications)

If the application was installed through the Google Play Store, it can be removed directly from there, which is convenient because it allows you to manage programs remotely (for example, through the web version of the Play Market on your computer).

Instructions:

  • πŸ›’ Open the Google Play Store on your phone.
  • πŸ‘€ Click on the profile icon in the upper right corner β†’ Application and device management.
  • πŸ“‹ Go to the Installed tab and find the desired application.
  • πŸ—‘οΈ Click on the basket icon (Delete) next to the name.

For remote control:

  1. Open play.google.com on PC.
  2. Sign in with the same account as Redmi 9.
  3. Select My Apps and Games β†’ Installed.
  4. Find the app and click Remove (basket icon).

This method is not suitable for Xiaomi system applications, but is useful for mass removal of unnecessary games or utilities, and it allows you to cancel software updates, returning them to the factory version (it is useful if the application becomes worse after the update).

πŸ’‘

If the app is not removed through the Play Market, check if it is a system or MIUI update.

3. Manual removal of residual files

Even after standard removal, apps often leave behind cache, settings, and data files in the phone’s memory. On Redmi 9, these files can take anywhere from a few megabytes to a gigabyte (such as heavy graphics games or messengers with media files).

To completely clear the traces of the application:

  • πŸ“ Open any file manager (e.g., Mi File Manager or Total Commander).
  • πŸ” Go to the folders: /sdcard/Android/obb/[Title package: Additional game data is stored here; /sdcard/Android/data/[Title packet: User files; /data/data/[name packet] - system data (available only with root rights).
  • πŸ—‘οΈ Delete folders with the name of the application package (for example, com.whatsapp for WhatsApp).
Type of fileWayWhat's storedRoot rights required?
Cash app./data/data/[package]/cacheTemporary files to speed up workYes.
User data/sdcard/Android/data/[package]Saving, downloading, media filesNo.
OBB-file/sdcard/Android/obb/[package]Additional resources for gamesNo.
System settings/data/data/[packet]/shared_prefsConfiguration filesYes.

On Xiaomi Redmi 9 without root rights, you can only clean folders in /sdcard. Accessing /data/data requires unlocking the bootloader and obtaining superuser rights.

Delete via Settings or Play Market| Check folder /sdcard/Android/obb| Clear /sdcard/Android/data| Delete cache in Settings β†’ Storage |Reboot phone-->

4. Removal of system applications through ADB

If standard methods don't work and you don't have root rights, you can use Android Debug Bridge (ADB), a tool for debugging Android devices, which allows you to remove or disable system applications without risking damage to the firmware, but requires connecting the phone to a PC.

Step-by-step:

  1. πŸ–₯️ Install. ADB Fastboot Tools on the computer.
  2. πŸ“± On Redmi 9, activate Developer Mode: Go to Settings β†’ About the phone. Press 7 times on the version. MIUI, until you have been notified you have become a developer.

Settings β†’ Additional β†’ For Developers

  • USB debugging;
  • Allow debugging (in the dialog window).
  • πŸ”Œ Connect your phone to the PC by USB (Select the File Transfer Mode).
  • 🐍 Open the command line (Windows) or the terminal (macOS/Linux) file ADB and execute: Adb devices (should display your device).
  • πŸ“¦ To remove the application, type: adb shell pm uninstall -k --user 0 [For example, to remove Mi Browser: adb shell pm uninstall -k --user 0 com.android.browser
  • πŸ”„ Reboot the phone.

Advantages of the method:

  • βœ… Full control over system files;
  • βœ… Ability to remove even updates MIUI;
  • βœ… Cleaning all traces of applications, including hidden folders.

Disadvantages:

  • ❌ Risk of loss of guarantee;
  • ❌ Possible problems with updates MIUI;
  • ❌ Security Threat (root rights open access to the system for malware).

Once you have obtained the root rights, you can use ADB commands with superuser rights to completely remove:

su


pm uninstall [name packet]

Delete folders manually through Root Explorer.

πŸ’‘

Root rights give you maximum freedom, but require technical skills. If you are not sure about your actions, use methods without unlocking the bootloader (ADB or disabling applications).

Alternative methods: shutdown and freezing

If deletion is impossible or risky, you can disable or freeze the application, which will stop it working and free up RAM, but the files will remain on the device.

Disconnection via MIUI:

  • πŸ“± Go to Settings. β†’ Annexes β†’ Application management.
  • πŸ” Select the desired application.
  • 🚫 Click Disable (if the button is active).

Freezing with ADB:

adb shell pm disable-user --user 0 [name packet]

To defrost:

adb shell pm enable [name packet]

Use of third-party utilities:

  • 🧊 App Quarantine (requires root rights) – allows you to β€œisolate” applications;
  • πŸ›‘οΈ Island (to work in an isolated environment without root).

These methods are useful if you want to temporarily shut down the program (for example, to test performance) or if deleting leads to errors in the system.

7. How to avoid re-installation of unnecessary applications

Even after removal, some Xiaomi system applications can recover after the MIUI update.

  • πŸ”„ Turn off automatic updates MIUI: Go to Settings. β†’ The phone. β†’ Update the system. Click on the three dots in the top corner. β†’ Settings β†’ Turn off automatic loading.
  • πŸ“΅ Block the Internet for unnecessary services: C β†’ Select the application (e.g. Mi Browser) and click on Mobile Data and Wi-Fi β†’ Banned.
  • πŸ›‘οΈ Use a firewall (such as NetGuard or AFWall)+ root-righted).

You can also remove updates for system applications by returning them to the factory version:

adb shell pm uninstall -k --user 0 [name packet]

This is useful if the program has become worse after the update.

FAQ: Frequent questions about removing applications on Xiaomi Redmi 9

πŸ”Ή Can I remove Mi Browser without root rights?
Yes, with ADB. Run the command: adb shell pm uninstall -k --user 0 com.android.browser This will delete the browser for the current user, but will not affect system files. After the MIUI update, the application can return.
πŸ”Ή Why does the app appear again after removal?
This is due to automatic system applications recovery when you update MIUI. To prevent this: Disable automatic firmware updates; Use Magisk to remove packages from the system partition; Freeze the application via ADB instead of completely uninstall.
πŸ”Ή How to find out the name of the application package?
There are several ways: Through Play Market: open the application page - the name of the package is indicated in the address (for example, com.whatsapp for WhatsApp). Through ADB: adb shell pm list packages | grep "key word" For example, to search for a browser: adb shell pm list packages | grep "browser" Through the App Inspector app (available in Play Market).
πŸ”Ή Can I remove Google Play Services?
No, it is a critical service for most applications, and deleting it will result in: Stopping Google account sync; Play Market and other Google services inoperability; errors in games and programs using Google APIs. Instead of deleting, you can disable automatic updates to this service through Settings β†’ Apps β†’ Google Play Services β†’ Three dots β†’ Disable updates.
πŸ”Ή How to Free Up Space If I Can't Remove System Applications?
If removal is not possible, try it: 🧹 Clear the cache of all applications through Settings β†’ Warehouse β†’ Cache data; πŸ“ Transfer files to SD-card (if supported); πŸ—‘οΈ Use Files by Google to find and delete unnecessary files; ☁️ Upload media files to the cloud (Google Photos, Mi Cloud) and you can also disable unnecessary system applications through the cloud. ADB Or settings so they don’t waste resources.