Remove unnecessary applications on Xiaomi Redmi Note 9 Pro

Xiaomi’s Redmi Note 9 Pro series is known for its excellent price-performance ratio, but owners are often annoyed by the abundance of pre-installed software. Device owners are faced with the fact that system memory is quickly filled not only with user data, but also with built-in services that they never use. This is not just visual noise, but also a real load on the Snapdragon 720G processor’s RAM, which can lead to micro-lates in the MIUI.

In this detailed guide, we will discuss all the legal and advanced ways to clean your gadget from digital garbage. You will learn how to safely deactivate system components that are usually hidden from the user’s eyes without disrupting the stability of the Android operating system. A competent approach to software management will significantly extend battery life and free precious gigabytes of internal storage.

Analysis of the occupied space and types of applications

Before you start taking radical action, you need to audit what exactly consumes the resources of your device. Owners of the Redmi Note 9 Pro need to understand the difference between custom applications that can be removed with a simple click and system components that require a special approach. Standard system tools can only get rid of the tip of the iceberg, while heavyweights are often hidden deeper.

To start, go to Settings β†’ Applications β†’ All apps. Here you will see the full list of installed software. Pay attention to the items that consume the most memory and power. Often these are analytics services, advertising modules or duplicate programs imposed by regional distributors. System applications are marked with a special icon and do not have an active delete button in the standard menu.

Special attention should be paid to the so-called bloatware β€” pre-installed games and services that are not critical to the Android operation. their removal is safe, but requires understanding what each package is responsible for. For example, removing Mi Video or Mi Music will not affect the functionality of the phone if you use third-party players.

πŸ“Š What type of app takes up the most space in your Redmi?
User-generated games and social networks
System cache and data
Pre-installed bloatware
Photo and video from the camera

⚠️ Note: Before removing any system components, we strongly advise you to back up your important data. An error in selecting a package can lead to unstable interface operation.

Standard removal of user programs

The easiest and safest way to free up space is to remove apps you installed yourself or are allowed to remove through the interface. To do this, find the right icon on your desktop or app menu. Press your finger on the icon before the context menu appears, and select Delete or drag the icon to the cart if this option is available in your version of MIUI.

If there is no desktop icon, go to Settings β†’ Applications β†’ Application Management. Find an unnecessary program in the list, click on it and select the Remove button at the bottom of the screen. The system will request confirmation, after which the application will be completely erased along with its cache and data. This method is ideal for cleaning up games, social networks and instant messengers.

However, for many pre-installed Xiaomi applications, the delete button will be inactive (grey). In this case, the standard method will not work, and you will need to use more advanced tools, which will be discussed below.

  • πŸ“± Find the app in the menu or settings.
  • πŸ—‘οΈ Press the "Delete" button or drag it to the cart.
  • βœ… Confirm the action in the pop-up window.

πŸ’‘

Before removing heavy games, check if your Google Play Games account is linked to them so you don’t lose progress in the future.

Disabling the built-in MIUI services

For applications that cannot be removed in the standard way, Android provides a forced stop and disable feature.It doesn’t physically remove files from flash memory, but completely hides them from the interface, prohibits running in the background and consuming traffic. For the Redmi Note 9 Pro, it’s a safe way to get rid of annoying components like Mi Pay (if not in use), Mi Drop or regional services.

To turn off the application, go to Settings β†’ Applications β†’ All applications. Select the target program. If the Remove button is inactive, find the Disable or Turn off button. Once confirmed, the system will warn that the application may stop working correctly. For most embedded services, this warning can be ignored, since they are not part of the kernel of the system.

Disabled apps stop updating through Google Play or GetApps, which also saves traffic and space. However, when you reset your phone to factory settings, all the components that are disabled are activated again, a method that is good for a temporary solution or for users who are afraid to experiment with ADB.

What apps can be turned off exactly?
Safe to disable: Mi Video, Mi Music, Mi Browser, GetApps, Mi Credit, Mi Pay, Games. It is not recommended to touch: Google Play Services, MIUI System, Security, Download Manager.

Deep Cleaning through ADB (for Advanced)

The most effective method of removing any embedded software, including hidden system processes, is to use a tool. ADB (Android Debug Bridge. This method requires connecting the smartphone to the computer via USB-It allows you to delete packets at the system level, effectively freeing up space in the partition. /system, What is impossible to do with regular funds.

To start, activate the developer mode on Redmi Note 9 Pro. Go to Settings β†’ About Phone and quickly click on MIUI Version seven times until the notification β€œYou are a developer” appears. Then, in the menu Additional β†’ For developers, turn on the USB Debugging Toggle. When you connect to your PC, confirm the debugging permission on your smartphone screen.

Once you have installed the SDK Platform Tools on your computer, open the command line in the tool folder and type in the adb device command to check the connection. If the device is displayed with device status, you can proceed to delete. The removal command looks like this: adb shell pm uninstall -k --user 0 packet name. It is important to know the exact name of the package (for example, com.miui.videoplayer).

adb shell pm uninstall -k --user 0 com.miui.videoplayer


adb shell pm uninstall -k --user 0 com.miui.player




adb shell pm uninstall -k --user 0 com.android.bips

β˜‘οΈ Preparation for removal through ADB

Done: 0 / 5

List of safe packet removal

To avoid damaging the operating system, it is important to understand which packets can be removed without the risk of a brick or a broken phone. Below is a table with the most common MIUI and Android components, which are often considered redundant for the average user.

Remember that removing critical system components, such as com.android.systemui (responsible for the status bar and navigation) or com.miui.securitycenter (security center), will make the device impossible, in which case you will need a complete reset via Recovery Mode or flashing.

Packet nameDescription of functionRecommendation
com.miui.browserStandard Mi browserDelete (if there is Chrome)
com.miui.playerMusical player MiRemove (if there is another)
com.miui.videoplayerVideo player MiRemove (if there is another)
com.facebook.katanaFacebook Services (hidden)Delete (if not necessary)
com.google.android.apps.docsGoogle DocumentsAt the discretion of the user

⚠️ Note: Removing packets through ADB It's irreversible without reconnecting to a PC and complex reinstal commands. Be extremely careful with packages containing the words "system," "framework," or "security".

Removal of Removed Components and FAQ

If you delete the extra packet during the optimization process or the system starts to work incorrectly, there is a recovery mechanism. For packets deleted through ADB, the adb shell cmd package install-existing command is used to return the application to its place without having to download it again, since the files remain in the system partition, simply marked as deleted for the current user.

In case of serious errors, when the phone stops loading or constantly crashes into error, only a full reset to factory settings (Wipe Data in Recovery mode) will help. This will return the Redmi Note 9 Pro to its original state, as on the day of purchase, with all the software preinstalled.

πŸ’‘

Any application that is remote via ADB can be restored by install-existing, but it is easier to know in advance what you are removing so as not to waste time on recovery.

Below are the answers to the most common questions that users have when trying to optimize their smartphone.

Can I remove Google Play Services?
Technically, it is possible through ADB, but it is strongly discouraged. Google Play Services is the foundation for most applications, including maps, notifications, contact synchronization and banking applications, and its removal will render almost all installed software inoperable.
Is it safe to remove the Security app?
No, you can't delete the com.miui.securitycenter. It's the MIUI system kernel that manages permissions, memory cleansing, battery and antivirus protection, and deleting or disabling it can cause a cyclical phone restart (bootloop).
Will the warranty disappear after the system applications are removed?
By itself, uninstalling applications by software (without unlocking the bootloader and obtaining Root rights) is not a reason to deny the warranty. However, if you damage the software, the service center may require paid software recovery.
How to find the name of the application package?
The name of the package can be found by installing a special identifier application from the Play Market, such as "App Inspector" or "Package Name Viewer". URL-The application address in the web version of Google Play Store.