Xiaomi Redmi 9 is one of the most popular budget smartphones, but its MIUI firmware is known for its abundance of pre-installed apps. Many of them duplicate Google features or are simply useless for most users. However, not all programs can be removed without consequences: some are critical to the stable operation of the system.
In this article, we will look at which applications on Redmi 9 can be safely removed and which should not be touched, how to distinguish system services from unnecessary software, what tools to use to uninstall, and what to do if something goes wrong after deleting, and we will also look at alternative ways to free up space on the device without risk.
Important: all manipulations you perform at your own risk. Even "safe" applications in rare cases can affect the operation of individual functions. On Redmi 9 with MIUI 12.5 firmware and the new removal of system APKs through ADB can lead to disruptions in Google Pay and some banking applications due to changes in the security policy of Xiaomi.
Why Redmi 9 has so many unnecessary apps
Xiaomiโs MIUI firmware was originally developed for the Chinese market, where the companyโs own services are popular. When adapting for global versions (such as Redmi 9 Global), many applications remain, even if they duplicate the features of Google Mobile Services (GMS) or are simply useless outside of China.
The main reasons for the excess software:
- ๐ Duplication of features: for example, Redmi 9 has Google Chrome, Mi Browser, and Mi Video with YouTube.
- ๐ฐ Partner Agreements: Xiaomi preinstalles third-party apps (e.g. Facebook, Netflix) for a cash reward.
- ๐ Localization: Some services (such as Mi Community or Mi Store) are needed to support the Xiaomi ecosystem, but not all users.
- ๐ฑ Technical limitations: some applications are tied to system services and cannot be removed without root rights.
According to an analysis of the Redmi 9 firmware (model M2003J15SC), about 30% of preinstalled applications can be removed without damage to the system, but among them there are those that take up minimal space (for example, Mi Drop weighs only ~ 5 MB) and those that eat up hundreds of megabytes (for example, Mi Browser with cache).
What apps can be removed from Redmi 9 without risk
Below is a list of apps that can be safely removed on Xiaomi Redmi 9 (relevant to MIUI 12-14 firmware).All of them do not affect the basic functionality of the phone, but it is recommended to back up data before deleting.
| Title of the annex | Package (APK) | Can I remove it? | Effects of removal |
|---|---|---|---|
| Mi Browser | com.android.browser | โ Yes. | The default browser will disappear, you can use Chrome or another |
| Mi Video | com.miui.videoplayer | โ Yes. | There will be no built-in video player, but YouTube and other players will remain. |
| Mi Music | com.miui.player | โ Yes. | Music Player Removes, but You Can Use Google Play Music or VLC |
| Mi Drop (Quick Share) | com.xiaomi.midrop | โ Yes. | There will be no quick file transfer over Wi-Fi Direct |
| Mi Community | com.xiaomi.forum | โ Yes. | Access to Xiaomiโs official forum will disappear |
You can also delete:
- ๐ต Mi Sound Recorder (com.android.soundrecorder) โ if you donโt use a recorder.
- ๐ Mi Notes (com.miui.notes) โ if you use Google Keep or other notes.
- ๐ฆ Mi File Manager (com.mi.android.globalFileexplorer) โ if you prefer Files by Google or Solid Explorer.
- ๐ฎ Game Turbo (com.xiaomi.glgm) โ if you donโt play mobile games.
๐ก
Before deleting, check if the application is being used by default. For example, if Mi Browser is designated by the default browser, deleting it may cause errors when opening links from other applications.
โ๏ธ Preparation for removal of applications
How to remove system applications: step-by-step instructions
There are several ways to remove unwanted apps on Redmi 9, the most secure ones are through system settings or with the help of ADB (Android Debug Bridge), and the root-right method provides more options, but it is more risky.
Method 1: Remove via settings (for normal applications)
This method is suitable for applications that are not system-based, but pre-installed by Xiaomi:
- Open Settings โ Applications โ Application Management.
- Choose the app you want (like Facebook or Netflix).
- Click Remove (if the button is active).
Method 2: Removal via ADB (for system applications)
To remove system APKs, you will need a computer and enabled USB debugging:
- Activate Settings โ About Phone โ MIUI version (click 7 times to become a developer).
- Return to Settings โ Additional โ For developers and enable USB Debugging.
- Connect your phone to your PC, install ADB Tools, and execute the command: adb shell pm uninstall -k --user 0 com.xiaomi.forum (replace com.xiaomi.forum with the desired application package).
What if the ADB canโt see the device?
Method 3: Use of third-party utilities (requires root)
If you have root access, you can use apps like Titanium Backup or System App Remover, but it's risky: Incorrectly deleting system files can lead to a phone blink.
โ ๏ธ Note: Removing applications through ADB It doesn't remove them completely from the device, it only hides them for the current user. MIUI They can come back. You need root rights to remove them completely.
What applications cannot be removed (critical system services)
Some applications on Redmi 9 may seem unnecessary, but removing them will cause system failures, network connectivity problems, or even the inability to boot your phone. APK:
| Title of the annex | Package (APK) | Effects of removal |
|---|---|---|
| Mi Account (Xiaomi Account) | com.xiaomi.account | Inability to log in to Xiaomi account, disruptions in the theme store and cloud |
| Security (Security) | com.miui.securitycenter | Failure of antivirus, call blocker and other protection features |
| Miui Daemon | com.xiaomi.midrop | Failures in the work of background processes, rapid battery discharge |
| Google Play Services | com.google.android.gms | Stop all Google apps (YouTube, Gmail, etc.) |
Also, you cannot remove:
- ๐ก Miui System UI (com.miui.systemui โ responsible for the system interface.
- ๐ Battery and Performance (com.miui.powerkeeper) โ manages energy consumption.
- ๐ถ Sim Toolkit (com.android.stk) โ needed for work SIM-map.
- ๐ Google Services Framework (com.google.android.gsf) โ critical for updates and syncs.
โ ๏ธ Warning: If after removing the application, the phone began to overheat, discharge quickly or reboot - immediately reset to factory settings via Settings โ Additionally. โ Recovery and reset.In some cases, you may need to flash through Fastboot.
What to do if the phone is unstable after removing applications
If after uninstallation of the system APK on Redmi 9 problems appeared, use these tips:
1. Recovery of Remote Applications
If you delete something important through ADB, you can return the application with the command:
adb shell cmd package install-existing com.xiaomi.forum(Replace com.xiaomi.forum with the desired application package).
2. Cache dumping
Sometimes it helps to clean the cache of system applications:
- Go to Settings โ Applications โ Application Management.
- Select Show all apps (three dots in the upper right corner).
- Find a problem app (like Security) and click Clear Cache.
3.Retracting MIUI updates
If the failures started after the system update, try to roll back:
- Download the old firmware version for Redmi 9 from the official Xiaomi website.
- Go to Settings โ About the phone โ System update.
- Click on three dots โ Select a firmware file and specify the downloaded file.
๐ก
If the phone doesn't turn on after you delete your system files, try recovery (press Power + Volume Up) and run Wipe Cache Partition.This won't delete your data, but it can restore your work.
Alternative ways to free up space on Redmi 9 without removing apps
If you are afraid to remove system APKs, but want to make room, use these methods:
- ๐งน Cache Clearing: Go to Settings โ Storage and click Clear next to unnecessary files.
- ๐๏ธ Removing duplicates: Use Files by Google to find repetitive photos and videos.
- โ๏ธ Transfer files to the cloud: Upload photos to Google Photos or Mi Cloud and delete local copies.
- ๐ฑ Disabling unnecessary applications: C Settings โ Select the program and click Disable (it will stop working, but will not be deleted).
- ๐ Use Lite Versions: Replace heavy social media (such as Facebook) with Facebook Lite.
Another effective way is to transfer applications to SD-card (if supported):
- Insert the memory card in Redmi 9.
- Go to Settings โ Storage โ Internal Memory.
- Select the application and click Transfer to SD-map.
๐ก
To reduce memory consumption, turn off automatic app updates in Google Play. Open Play Store โ Settings โ Auto Update apps โ Select Never.