Xiaomi Redmi 9 owners often face the problem of βjunkβ system applications that take up space in memory, consume battery power and show annoying advertising. MIUI β Xiaomiβs brand shell β is known for an abundance of preinstalled software that can not be removed by standard methods. But there are legal and not very ways to get rid of unnecessary services without breaking the smartphone.
This article will help you understand which applications can be removed without risk and which should not be touched, even if they seem useless. We will look at methods of varying complexity, from simple disabling through settings to deep uninstallation via ADB and Fastboot. It is important to understand that some manipulations can lead to the failure of individual MIUI functions (for example, themes or cloud backup), so before you start it is worth weighing the pros and cons.
If you're not sure about your technical skills, start with the safest ways to disable or hide applications. For experienced users, we've prepared detailed instructions for working with the software. ADB, including commands to remove specific Redmi packets 9 (All methods tested on current versions MIUI 14/15 Android 10/11.
1. Which system applications can be removed on Redmi 9 and which can not be removed
Not all pre-installed apps are equally useful or secure to remove, such as Google Play (com.google.android.gms) or MIUI System Launcher (com.miui.home) services, which are critical to the stability of the system, and their removal will lead to βforever bootβ (bootloop) or complete failure of the smartphone.
These can be removed without serious consequences (but with reservations):
- π± Mi Browser (com.android.browser) is Xiaomi's standard browser with ads. Alternative: Chrome or Firefox.
- π΅ Mi Music (com.miui.player) is a music player. VLC poweramp.
- π· Mi Gallery (com.miui.gallery) - a gallery with cloud sync. Delete will turn off viewing photos via "Quick SettingsΒ».
- π Security (com.miui.securitycenter) β antivirus and cleaner. Deletion will deprive you of built-in optimization.
- π GetApps (Mi Market) (com.xiaomi.market) β Xiaomiβs branded app store.
β οΈ Note: Delete Mi Account (com.xiaomi.account) or MIUI Daemon (com.miui.daemon) will result in loss of synchronization of data (contacts, notes, topics) and errors in the system:
- π§ com.android.providers.media β multimedia database (photos, videos, music will no longer be displayed).
- π‘ com.qualcomm.qti.telephonyservice β mobile service (network may disappear).
- π com.miui.powerkeeper β power management (deterioration of autonomy).
Method 2: Disabling system applications (without root and ADB)
The safest method is to disable, not uninstall, and the app will stay on the system, but it will stop working, updating and showing notifications, which is suitable for beginners and does not require a connection to a PC.
Instructions:
- Open Settings β Applications β Application Management.
- Slip on the three dots in the upper right corner and select Show all apps.
- Find the app you want (such as Mi Browser) and open the page.
- Click Disable (if the button is inactive β the application is critical to the system).
- Confirm the action in the dialog window.
πΉ Pros of the method: there is no risk of damaging the system, you can return everything back in one click.
πΉ Cons: the application will remain in memory (takes up) ~50-300 MB, some processes may continue to work in the background.
π‘
To hide disabled apps from the menu, use a third-party launcher (like Nova Launcher) with icon hiding feature.
3. Method 2: Removal via ADB (no root rights)
ADB (Android Debug Bridge) is Googleβs official tool for debugging Android devices, which allows you to remove system applications without obtaining root rights, but with some limitations: some packages are protected and can not be uninstalled.
What you need:
- π₯οΈ Computer with Windows/Linux/macOS.
- π USB-cable (preferably original).
- π₯ Google Platform Tools (download and unpack to a separate folder).
- π§ Included Debugging by USB on the phone (Settings) β The phone. β Version. MIUI β Tap 7 times, then go back to Settings β Additionally. β For developers).
Step-by-step:
- Connect Redmi 9 to your PC and select File Transfer mode.
- Open the command line (Windows) or terminal (Linux/macOS) in the folder with Platform Tools.
- Enter the command to check the connection: adb devices If the device is displayed - everything is fine.
- Launch the ADB: Adb shell shell shell
- Remove an unnecessary application (example for Mi Browser): pm uninstall -k --user 0 com.android.browser Flag --user 0 means deletion only for the current user (does not affect system files).
π List of commands for popular Redmi 9 apps:
| Annex | Packet name | Team for ADB |
|---|---|---|
| Mi Browser | com.android.browser | pm uninstall -k --user 0 com.android.browser |
| Mi Music | com.miui.player | pm uninstall -k --user 0 com.miui.player |
| GetApps (Mi Market) | com.xiaomi.market | pm uninstall -k --user 0 com.xiaomi.market |
| Mi Video | com.miui.videoplayer | pm uninstall -k --user 0 com.miui.videoplayer |
| Cleaner (Cleaning) | com.miui.cleanmaster | pm uninstall -k --user 0 com.miui.cleanmaster |
β οΈ Note: If, after removing the application through ADB problems (e.g., lost sound or stopped working camera), it can only be returned through resetting or flashing!
USB | Installed drivers Xiaomi| Downloaded Platform Tools| Backup of important data | Phone charged at least 50%-->
Method 3: Removal with Magisk (for stitched devices)
If your Redmi 9 has Magisk installed (an alternative to root rights), you can use modules to uninstall system applications.This method is more flexible than ADB, but requires an unlocked bootloader and an installed customized Recovery (such as TWRP).
Instructions:
- Install Magisk via TWRP.
- Download the System App Remover module (available in the Magisk repository).
- Install the module via Magisk Manager and restart the phone.
- After the reboot, open the System App Remover app, select unnecessary packages, and remove them.
πΉ Advantages: you can remove secure applications, there is a recovery function.
πΉ Risks: Incorrect removal can lead to soft-brick (phone turns on, but not booting system.
What if the phone does not turn on after removing the application?
5. Method 4: Manual removal via TWRP (for experienced)
This method involves physically removing application files from the system partition /system/priv-app or /system/app. It is the most dangerous, but also the most effective β the application will disappear forever, freeing up space.
What do you need?
- π Unlocked bootloader (official instructions Xiaomi).
- π οΈ Established custom recaveri TWRP Redmi 9 (codename Lancelot).
- π Backup copy of section /system (backup in TWRP beforehand!).
Step-by-step:
- Load to TWRP (Plug Power + Volume Up when turned on).
- Go to Advanced β File Manager.
- Open /system/priv-app or /system/app (depending on where the application is located).
- Find a folder with the name of the package (e.g. com.android.browser) and delete it.
- Reboot the phone.
β οΈ Attention: Removal of folders from /system This may result in the inability to update MIUI through OTA. In this case, the updates will have to be installed manually via Fastboot.
6. How to return a remote system application
If you have problems after deleting (camera is not working, sound is missing, boot errors), there are several ways to return everything back:
Method 1: By ADB (if removed by pm uninstall):
adb shell cmd package install-existing com.android.browserReplace com.android.browser with the name of the package you want.
Method 2: By resetting the settings:
- Go to Settings β About the phone β Reset settings.
- Choose to erase all data (hard reset).
- After the reboot, all system applications will return.
Method 3: Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot:
- Download the official firmware for Redmi 9 from Xiaomi website.
- Unpack the archive and run through the Mi Flash Tool in Clean All mode.
πΉ Important: If you remove applications through TWRP, The only reliable way to get them back is to restore the partition backup. /system or refashion the phone.
π‘
Before any manipulation of system files, back up via TWRP or MIUI Backup, which will save you hours of data recovery in case of an error.
7.Other Removal Alternatives: How to Hide or Replace System Applications
If the removal risks seem too high, there are safer ways to get rid of the annoying apps:
- π Hiding icons: Use launchers like Nova Launcher or Apex Launcher that let you hide apps from the menu.
- π« Titanium Backup Freeze: An app (requires root) can freeze system programs, making them inactive.
- π Replacement with analogues: For example, instead of Mi Gallery, use Google Photos, and instead of Mi Browser, use Chrome.
- π‘οΈ Ad Blocking: Install Blokada or AdGuard to disable ads in system apps without removing them.
π‘ Advice: If you are disturbed by advertising in MIUI, Try to disable personalized advertising in settings: Settings β Confidentiality β Advertising β Personalized advertising (disable).