Xiaomi Redmi 9 is one of the most popular budget phones, but even it eventually begins to โbrakeโ due to the accumulated unnecessary applications. The manufacturer installs dozens of pre-loaded programs on the device (called a bloatvear), which take up precious space in memory, consume battery power and can monitor your activity. Fortunately, most of them can be removed or at least turned off โ and we will show you how to do this without root rights and without the risk of damaging the system.
In this article, youโll find unique methods for Redmi 9 that donโt work on other Xiaomi models, from standard uninstallation through settings to hidden features. MIUI, We'll also look at which apps can be removed without consequences, and which ones can be frozen. If your smartphone has become slower to work, quickly discharge or give out errors due to lack of memory โ this guide will help to return it to its former performance.
Why are there so many unnecessary apps on Redmi 9?
Smartphone manufacturers, including Xiaomi, often partner with third-party companies that pay for pre-installing their services, which lowers the final price of the device, but has the downside: the user gets a device packed with programs that:
- ๐ฑ Memory is Occupying โ Even Small Applications Can Eat 2โ3 GB of Internal Storage.
- ๐ Battery consumption โ background processes of the bloatvear constantly consume energy.
- ๐ต๏ธ Slice for activity โ many pre-installed programs collect data about your actions.
- ๐ข Slow down the system โ unnecessary services load the processor and RAM.
Redmi 9 has a particularly high number of junk apps because of the budget focus of the model, which is offset by the low price through affiliate programs.
- ๐ต Mi Music and Mi Video โ duplicate the features of Google Play Music and YouTube.
- ๐ฐ Mi Browser โ browser with aggressive advertising, inferior to Chrome or Firefox.
- ๐ผ Mi Pay and Mi Credit โ Financial services that do not operate outside India/China.
- ๐ฎ Game Turbo and App Vault are unnecessary for most users.
In addition, Redmi 9 often contains duplicate applications from Google and Xiaomi (for example, two calendars, two file managers), as well as services for the Chinese market, which are useless in Russia and Europe.
Which apps can be removed and which can not be removed
Before you start cleaning, it's important to understand that not all preinstalled programs are equally safe to remove. MIUI โ Deleting them can cause crashes, errors, or even a โbrickโ of the device. Below is a table separating applications into safe to remove, conditionally safe (you can turn off) and system (you can not touch).
| Category | Examples of applications | Recommendation |
|---|---|---|
| Safe to remove | Mi Browser, Mi Music, Mi Video, Mi Pay, Mi Credit, App Vault, Game Turbo, Cleaner, Security (if you use the alternative) | You can remove it completely through ADB or standard settings. |
| Conditionally secure. | Calendar, Email, FM Radio, Notes, Scanner, Mi Remote | It is better to disable (deactivate) if not used. Removal can disrupt the associated functions. |
| Systemic (Do Not Touch!) | MIUI System, Settings, Phone Services, Android System WebView, Google Play Services, MIUI Daemon, SecurityCenter | Deleting the phone will render it inoperable! The maximum is disabling the updates. |
| Duplicate | Files by Google vs File Manager, Google Calendar vs Mi Calendar, Chrome vs Mi Browser | You can leave one option (for example, Files by Google instead of the standard manager). |
Particular caution should be exercised with applications that have the words Provider, Service or Framework in their name. For example, DownloadProviderUi or MiuiSystemUI - their removal can lead to loss of functionality (for example, the notification panel will disappear or widgets will stop working). If you are not sure, you better turn off the application and check if there are any malfunctions.
โ ๏ธ Note: Some applications (e.g. Security) may seem unnecessary on Redmi 9, but they actually manage permissions for other programs. Deleting them will make it impossible for you to install new apps or change your privacy settings.
Method 1: Standard removal via MIUI settings
The easiest way is to use built-in tools. MIUI. It's good for removing custom applications and some pre-installed programs that the manufacturer allows to uninstall. Here's how to do it:
- Open Settings โ Applications โ Application Management.
- In the upper right corner, press three dots (โฎ) and select Show all applications.
- Find an unnecessary app (such as Mi Browser) and tap it.
- Click Remove (if the button is active) or Disable (if deletion is blocked).
Unfortunately, most system applications cannot be removed using this method, since the Remove button will be inactive.
- ๐ Disable the application โ it will disappear from the menu and stop working, but will remain in memory.
- ๐ฅ Remove updates โ return the application to the factory version (sometimes this frees up space).
- ๐ซ Prohibit Auto-Run โ Go to Permits โ Auto-start and disable unnecessary programs.
For some apps (such as Google Play Music or YouTube Music), the delete button may only appear after they are disabled in the Google account settings.
- Go to Settings โ Google โ Manage your Google account.
- Select the Services tab and find the Application Settings section.
- Disable unnecessary services (such as Google Play Movies) and then they will be available for removal.
โ๏ธ Preparation for removal of applications
Method 2: Removal via ADB (no root rights)
If the standard methods do not help, you can use Android Debug Bridge (ADB) โ A debugging tool that allows you to uninstall system applications without getting root access, which works on Redmi 9 and does not violate warranty, but requires a connection to a computer.
You'll need:
- ๐ฅ๏ธ Computer with Windows, macOS or Linux.
- ๐ USB-cable (preferably original).
- ๐ฆ Utility. ADB Tools by Google.
- ๐ง Included Debugging by USB phone-on.
Step-by-step:
- Activate debugging on USB: Go to Settings. โ About the phone, tap 7 times on the version MIUI, To turn on Developer Mode. Go back to Settings. โ Additionally. โ For developers, turn on the debugging. USB and confirm the action.
- Connect your phone to your PC: Download and unpack the platform-tools (ADB) Connect Redmi 9 to your computer. USB, Select File Transfer Mode. In the Command Prompt (or Terminal), go to the folder with ADB and type: adb devices If the phone appears in the list โ the connection is successful.
- Remove unnecessary app: Get a list of all apps by command: adb shell pm list packages (see the title in the table above). Delete the selected app (e.g. Mi Browser): adb shell pm uninstall -k --user 0 com.android.browser Replace com.android.browser with the desired application package.
After the command is executed, the application will disappear from the menu, but its data will remain in memory (parameter). -k If you want to delete everything completely, remove it. -k However, this may cause failures in the recovery of the application in the future.
โ ๏ธ Note: On Redmi 9, some system applications after uninstalling through ADB Can be automatically restored after the update MIUI. To avoid this, disable automatic system program updates in Settings โ The phone. โ Updating the system โ Settings (โฎ) โ Updating the applications.
๐ก
Before removing the application through ADB For example, deleting com.miui.securitycenter will make it impossible to install new programs due to loss of access to permissions.
Method 3: Using third-party utilities (without root)
If you work with ADB It seems complicated, you can use specialized applications to clean the system. They don't require root rights, but they're limited compared to manual methods:
- ๐งน App Inspector โ shows all installed applications, including hidden system, and allows you to disable them.
- ๐๏ธ Debloater Tool โ a utility for PC, working through ADB, but with a convenient graphical interface.
- ๐ Package Name Viewer โ Helps you find the exact names of packets to remove through ADB.
Example of work with App Inspector:
- Install the app from Google Play.
- Open it and provide root access (if any) or permission to display on top of other windows.
- Go to the Systems tab and find unnecessary programs.
- Slip on the app and select Disable or Remove Updates.
For Debloater Tool (on PC):
- Download the utility from GitHub.
- Connect Redmi 9 to USB with the debugging included (as in the method with the ADB).
- Launch the program, wait for the list of applications to load.
- Check the unneeded programs and click Uninstall selected.
The advantage of these tools is that they have a visual interface and can be reversed, but they can't remove applications that are locked at the level. MIUI. In that case, it will only help. ADB or rooting.
What to do if the application is not removed?
Method 4: Disabling Autostart and Background Activity
If you can't delete an application, but it's disruptive, you can limit the impact on the system. Redmi 9 has a few built-in tools to do this.
- ๐ซ Auto-start ban โ the app wonโt start when the phone is turned on.
- ๐ Background activity restriction โ the program will not be able to work in the background.
- ๐ต Disabling notifications โ no longer appear annoying alerts.
How to do this:
- Go to Settings โ Applications โ Application Management.
- Select an unneeded app (such as Mi Browser).
- Slip on permissions and disable all unnecessary (geolocation, contacts, SMS etc.).
- Go back and select AutoRun โ turn off the slider.
- Next, move to the Battery. โ Background Limitation and Select Limit.
- In the Notifications section, turn off the display of alerts.
These actions will not remove the application, but will significantly reduce its impact on performance and battery power. For example, after disabling autorun Mi Browser will stop consuming resources until you manually open it.
For mass shutdown of autostart:
- Go to Settings โ Battery and Performance โ Autostart Management.
- Press three points (โฎ) and select Show all applications.
- Sort the list by AutoRun and disable unnecessary programs.
๐ก
Turning off auto-start and background activity is the safest way to curb system applications that can't be removed.It won't free up memory, but it will increase battery life and speed up the phone.
Method 5: Reset to factory settings (extreme case)
If the phone is full of unnecessary apps and standard methods donโt work, you can perform a hard reset, which will return Redmi 9 to its original state by removing all user data and some preinstalled programs (the ones added after purchase).
It is important to understand that the discharge:
- โ Delete all your files, photos, messages and installed apps.
- โ Returns the system programs to the factory version (but does not remove them completely).
- โ Will not remove the built-in bloatvear (for example, Mi Browser or Mi Music).
- โ It will require re-setting the phone as it did after purchase.
How to reset:
- Create a backup of important data (photos, contacts, messages).
- Go to Settings โ About the phone โ Reset settings.
- Choose to erase all data and confirm the action.
- After the reboot, the phone will prompt you to set it up as new.
To prevent unnecessary applications from returning after reset:
- ๐ฑ When you first set up, do not restore data from a backup. MIUI โ Select Settings as a New Phone.
- ๐ง Turn off automatic updates of system applications in Google Play.
- ๐ซ Do not install updates for pre-installed programs (such as Mi Browser or Security).
โ ๏ธ Note: Redmi 9 can automatically restore some of the previously deleted applications (for example, Facebook or Netflix, if they were preinstalled). โ Apps and Remove Updates.
What to do if after removing the applications the phone began to glittle?
Sometimes, after cleaning the system, you may experience a breakdown: badges go missing, some functions don't work, or the phone reboots.
| Problem. | Possible cause | Decision |
|---|---|---|
| The notification panel has disappeared | Remote SystemUI or MiuiSystemUI | Restore the application through ADB: adb shell cmd package install-existing com.miui.systemui |
| Widgets don't work. | Remote MiuiHome (launcher) | Install an alternative launcher (like Nova Launcher) or restore the standard launcher. |
| No new applications are installed | Removed from Package Installer or SecurityCenter | Return the application with the command: adb shell cmd package install-existing com.lbe.security.miui |
| The phone is constantly rebooting. | Critical system component removed | Do a factory reset or reflash your phone through Fastboot. |
If you are not sure which application caused the failure, you can use the system logs:
- Connect Redmi 9 to your PC and start ADB.
- Enter the command to view logs: adb logcat
- Try to reproduce the error and find the name of the problem package in the logs (look for lines with the ERROR or CRASH).
If nothing works, the only surefire way to bring your phone back to life is by flashing it over Fastboot.
- Download the official firmware for Redmi 9 from Xiaomi website.
- Unpack the archive and go to the folder with the firmware.
- Connect the phone in Fastboot mode (clip Power + Volume down when turned on).
- Launch the file. flash_all.bat (For Windows, run the command: fastboot flash all