How to Remove Unnecessary Apps on Xiaomi Redmi 9: 5 Verified Ways

Why are Xiaomi Redmi 9 running out of apps?

Xiaomi Redmi 9 is one of the most popular budget phones, but even it eventually begins to β€œslow down” due to the accumulated programs. The manufacturer installs dozens of pre-installed services on the device (the so-called bloatvar), many of which the user simply does not need, and they are added to games, messengers and utilities installed by the owner, but forgotten after several uses.

The problem is that even after standard removal through the Apps menu, many programs leave behind cache, data, and background processes, while continuing to waste memory and battery power, especially for system applications like Mi Browser, Mi Video, or GetApps, which cannot be uninstalled in the usual way, and in this article, we will discuss all possible cleaning methods, from simple to advanced, including working with ADB and hidden MIUI settings.

It's important to understand that not all applications can be removed without consequences. Some system services are critical to the stable operation of Redmi 9. For example, deleting com.miui.securitycenter will lead to errors in the work of the security center, and deleting com.android.phone will lead to loss of mobile communication.

Method 1: Standard removal through settings

The easiest and safest method is to remove the settings through the settings menu, which is suitable for most user applications (such as games from Google Play or instant messengers), but will not work for Xiaomi system utilities.

To remove the program:

  • πŸ“± Open the Settings. β†’ Annexes β†’ Application management.
  • πŸ” Find the desired application in the list (you can use the search at the top of the screen).
  • πŸ—‘οΈ Press Remove (if the button is active).
  • πŸ”„ If necessary, confirm the action by pressing OK.

πŸ’‘

If the Remove button is inactive, the application is system-based. Try to disable it (disable button) so that it does not start or waste resources.

This method does not delete the application data completely – the folders in /Android/data and /Android/obb remain. To completely clean, you will need to use a file manager (for example, Mi File Manager) and manually delete the remaining files.

⚠️ Note: Do not remove apps called com.miui., com.android. or com.qualcomm.* are system components without which the smartphone can stop working.

Method 2: Disabling system applications (without deleting)

If the Remove button is inactive, but the application interferes (for example, Mi Music or Mi Pay), it can be disabled, this will stop all the processes of the program and hide it from the menu, but will not free up space on the disk.

Instructions:

  • πŸ“± Go to Settings. β†’ Annexes β†’ Application management.
  • πŸ” Select the application you want (e.g. Mi Browser).
  • 🚫 Click Disable (if the button is available).
  • πŸ”„ Confirm the action in the dialog window.

The disabled application will stop:

  • πŸ“± Appear on the menu and on the desktop.
  • πŸ”„ Start automatically when the system is booted.
  • πŸ“Ά Use the Internet and background processes.
  • πŸ”” Send notifications.

Check the name of the package in Google for criticality|Create a backup copy of important data|Remember the name of the application for possible inclusion|Reboot the phone after disconnecting-->

List of safe apps to disable on Redmi 9:

Title of the annexPackage (name in the system)Can I turn it off?
Mi Browsercom.android.browserβœ… Yes.
Mi Videocom.miui.videoplayerβœ… Yes.
GetApps (Mi App Store)com.xiaomi.mipicksβœ… Yes.
Mi Musiccom.miui.playerβœ… Yes.
Mi Paycom.mipay.walletβœ… Yes.

Method 3: Remove via ADB (for power users)

If the shutdown isn’t enough and the app takes up a lot of space, you can uninstall it completely using Android Debug Bridge (ADB).This requires connecting the smartphone to your computer and basic command line knowledge.

Step-by-step:

  1. πŸ’» Install. ADB Tools on your computer (Windows, macOS or Linux).
  2. πŸ“± On Redmi 9, turn on Developer Mode: Go to Settings β†’ About the phone. Press 7 times on the version. MIUI, until the notice "You've become a developer" appears. Go back to Settings β†’ Additionally. β†’ For developers, activate debugging by USB.

πŸ”Œ Connect your smartphone to your computer USB (Use the original cable).

Terminal

adb devices

(Serial number device should appear)

adb shell

(transition to the smartphone shell)

pm list packages | grep 'miui'

(view the list of Xiaomi packages)

pm uninstall -k --user 0 com.miui.browser

(Example of Mi Browser removal)

List of safe packets to remove on Redmi 9
com.miui.browser β€” Mi Browser com.miui.videoplayer β€” Mi Video com.xiaomi.mipicks β€” GetApps com.miui.player β€” Mi Music com.mipay.wallet β€” Mi Pay com.miui.weather2 β€” Weather com.xiaomi.scanner β€” Scanner com.xiaomi.payment β€” Mi Pay (alternative package) com.miui.notes β€” Notes (if not used) com.miui.calculator β€” Calculator (can be replaced by Google Calculator)

After the command is executed, the application will be removed for the current user (flag) --user 0). That means that:

  • βœ… The app will disappear from the menu and stop working.
  • βœ… Free up space in memory (but not in all cases – some packets remain in the system partition).
  • ❌ After resetting the settings (hard reset), the application will return.

⚠️ Note: Do not delete packages with the names com.qualcomm., com.android.server. or com.miui.home, this will cause the system to fail.

Yeah, regularly.|I tried it once.|No, but I want to learn.|No, and no planning.-->

Method 4: Use of third-party utilities (without root)

If ADB seems difficult, you can use specialized applications to remove system software, one of the most popular is the App Inspector (available on Google Play).

  • πŸ” View a list of all installed packages (including hidden packages).
  • πŸ“Š Sort applications by size, installation date or status (system/user).
  • πŸ—‘οΈ Remove or disable programs (including those not visible in the standard menu).
  • πŸ”„ Restore Disabled Applications.

Alternative utilities:

  • πŸ› οΈ Debloater Tool (requires connection over the Internet) ADB, but with a graphical interface).
  • πŸ—ƒοΈ SD Maid (clears residual files after deleting applications).
  • πŸ” Package Name Viewer (helps you find the exact packet names for the ADB).

Example of work with App Inspector:

  1. Download and install the app from Google Play.
  2. Open it and grant ADB rights (if required).
  3. In the list, find an unnecessary app (e.g. com.xiaomi.midrop - Mi Drop).
  4. Click on it and select Uninstall or Disable.

πŸ’‘

Third-party utilities don’t give you more rights than ADB, but they make it easier to do so with a user-friendly interface. Always check the reviews and reputation of the app before installing it!

Method 5: Complete removal with root rights

If you're willing to take drastic measures, you can root and remove any applications, including those that are deeply integrated into the system.

  • 🚨 Loss of warranty (if the device is under warranty).
  • πŸ” Vulnerability to viruses (root opens access to system files).
  • πŸ’₯ Risk of β€œbricking” (turning a smartphone into a β€œbrick” if you make an error).
  • πŸ“΅ Problems with updates MIUI (may not be installed).

If you do decide, follow the instructions:

  1. πŸ”“ Unlock the bootloader through the official Xiaomi website (requires a Mi Account and wait) 7-30 days).
  2. πŸ“± Install a custom Recovery (TWRP) For Redmi 9, the Lancelot).
  3. πŸ”§ Use Magisk to get root rights.
  4. πŸ—‘οΈ Use Root Explorer or Titanium Backup to remove system applications.

Popular tools for working with root:

AnnexAppointmentReference
Magisk ManagerRoot rights managementGitHub
Titanium BackupBackup and Removal of System ApplicationsGoogle Play
Root ExplorerFile Manager with access to system foldersGoogle Play
SD Maid (with root)Deep cleaning of the system from garbageGoogle Play

⚠️ Note: After obtaining root rights Xiaomi Redmi 9 will no longer receive official updates MIUI You'll have to put them in manually through the air. TWRP.

How to clean up residual files after deletion?

Even after uninstallation, applications often remain:

  • πŸ—ƒοΈ Folders in /Android/data and /Android/obb (cache and additional files).
  • πŸ“ Files in /sdcard/DCIM/.thumbnails (sketches).
  • πŸ“Š Databases in /data/data (root-only).

For complete cleaning:

  1. πŸ“‚ Open Mi File Manager (or any other file manager).
  2. πŸ” Go to the Android folder β†’ data and find the folder with the name of the remote application (for example, com.tencent.mm for WeChat).
  3. πŸ—‘οΈ Delete the folder manually.
  4. 🧹 To clean the cache, use the built-in Cleanup utility in Settings β†’ Memory.

If you have root access, you can use the ADB command to clean up:

adb shell pm clear com.package.name

(Replace com.package.name with the name of the package)

πŸ’‘

Check the Download folder regularly – unnecessary folders often accumulate there. APK-files and archives occupying the site.

FAQ: Frequent questions about removing apps on Redmi 9

Can I remove Google Play Services? It takes up a lot of space.
No, Google Play Services is a critical component for most apps, including Google Play, Gmail, and YouTube, and deleting it will cause system errors, but you can turn off auto-update via Settings β†’ Apps β†’ Google Play Services β†’ Notifications β†’ Auto-Update.
After the application is removed via ADB, it returns after the MIUI update.
This is normal behavior, system applications are restored when you update the firmware. To avoid this, you can: Turn off automatic updates. MIUI In Settings β†’ The phone. β†’ Updating the system β†’ βš™οΈ β†’ Auto download. Use Magisk with Universal Debloater, which blocks recovery of deleted packets. Install updates manually, pre-removing unnecessary applications.
What apps can be removed on Redmi 9 without consequences?
Safe List (checked for the MIUI 12/13): com.miui.browser - Mi Browser com.miui.videoplayer - Mi Video com.xiaomi.mipicks - GetApps com.miui.player - Mi Music com.mipay.wallet - Mi Pay com.xiaomi.scanner - Scanner com.miui.weather2 β€” Weather com.xiaomi.joyose – Mi Remote (if not using the remote) Before removing check the relevance of the list for your version MIUI!
How to return a remote system application?
If you have removed the application through ADB Or root, you can restore it: through resetting settings (Settings) β†’ Additionally. β†’ Recovery and discharge β†’ Resetting settings. Fastboot (restores data but restores all system packets) Installation APK-For system applications (e.g. Mi Browser), the easiest command to execute is adb shell cmd package install-existing com.miui.browser
Why does the battery drain faster after removing the applications?
This is unlikely if you only delete unnecessary programs: πŸ”‹ Removed the application responsible for optimizing energy consumption (for example, com.miui.powerkeeper). πŸ“± After the manipulation of the system, the mechanism worked MIUI Optimization, which re-indexes files (temporary load increase). πŸ”„ Background processes of other applications have taken up the freed up resources. Check the battery consumption statistics in Settings β†’ Battery and sort applications by consumption.