Xiaomi Redmi 9C is a popular budget smartphone with a productive chipset Helio G35, but even it eventually begins to โslow downโ due to the pile of unnecessary applications. MIUI system services, pre-installed games from partners and background processes eat up precious resources, reducing battery life. In this article, we will discuss how to safely disable or remove applications on the Redmi 9C โ both standard means and with hidden features.
It is important to understand the difference between disabling and uninstalling: the first simply freezes the program to prevent it from running, and the second erases its files from the device. On Redmi 9C, without superuser rights (root), most system applications can not be deleted - they can only be deactivated. We will show all working methods, including ADB for advanced users, and explain which programs can not be touched to avoid system failures.
Why are Redmi 9C apps unnecessarily available?
Even after buying the new Redmi 9C, it contains dozens of pre-installed programs.
- ๐ฆ System services MIUI: Mi Video, Mi Music, GetApps and others โ they are integrated into the firmware and take up space in the section /system.
- ๐ฎ Games from partners: Xiaomi cooperates with developers (for example, Gameloft or Tencent), so the device can be used for the first time. PUBG Mobile, Free Fire or Asphalt 9.
- ๐ Auto Updates: Some programs (such as Facebook or Netflix) are installed automatically via Google Play or GetApps.
- ๐ฑ Duplicate services: on Redmi 9C There are two browsers (Mi Browser and Google Chrome), two calendars, two email clients.
According to the tests, up to 30% of the internal memory on the Redmi 9C is occupied by pre-installed applications that the user did not install consciously, and many of them work in the background, consuming battery power and traffic, for example, Mi Security scans the device every 24 hours, and Mi Cloud syncs data even if you do not use this service.
โ ๏ธ Attention: Not all applications can be removed! For example, com.android.phone or com.miui.home are critical to the system, and disabling them will lead to bootloop or inability to log in to the menu.
Method 1: Disabling applications through standard settings
The easiest and safest method is to deactivate unnecessary programs through the Settings menu, which requires no additional tools and is suitable for most user and part of the system applications.
Instructions:
- Open Settings โ Applications โ Application Management.
- In the top menu, select All Apps (only user-generated ones are shown by default).
- Find the program you want to disable (such as Mi Video or Games).
- Tap the name โ Disable (the button will be active if the application can be deactivated).
- Confirm the action in the dialog window.
After deactivation, the annex:
- โ Disappears from the menu and desktop.
- โ It won't start automatically.
- โ Stop receiving updates.
- โ But it will remain in the device memory (it can be turned on again in the settings).
โ๏ธ Preparation for application deactivation
Some apps (like Google Play Services) cannot be disabled, the button will be inactive, which means that the program is critical for Android or MIUI to work.
Method 2: Remove user applications
If the program was installed by you (for example, through Google Play or APK-The file, you can delete it completely, freeing up space in the memory:
Option 1 (through settings):
- Go to Settings โ Applications โ Application Management.
- Select the Download tab (shows only custom programs).
- Tap on the app. โ Delete.
Option 2 (through launcher):
- Find the program icon on the desktop or menu.
- Press it with your finger โ drag it to the top of the screen, where the inscription โDeleteโ will appear.
- Release your finger for confirmation.
| Type of application | Can I turn it off? | Can I remove it? | Effects of consequences |
|---|---|---|---|
| User-generated (installed by you) | โ Yes. | โ Yes. | The memory is released, the program disappears completely. |
| System (MIUI, Google) | โ ๏ธ Partially. | โ No, no root) | There may be errors in the work of the OS |
| Partner games | โ Yes. | โ ๏ธ Only through ADB | Disappear from the menu, but take up a place in the memory |
| Google (Play Market, Services) | โ No. | โ No. | The Android ecosystem will be disrupted |
โ ๏ธ Note: If after deleting the application, the smartphone began to spontaneously reboot or errors such as "com.android.phone stopped", then you have removed the critical component.
Method 3: Remove system applications via ADB (without root)
For advanced users willing to work with the command line, there is a way to completely remove system applications without obtaining superuser rights. ADB (Android Debug Bridge, which is part of Android SDK.
Step-by-step:
- Turn on USB debugging: Go to Settings โ About Phone. Tap 7 times on MIUI Version to activate Developer Mode. Go back to Settings โ Additional โ Developer. Activate USB Debugging.
Connect your smartphone to your PC
Xiaomi
official website
Download ADB
- Windows: Platform Tools by Google.
- For Linux/macOS: install via a packet manager (sudo apt install adb).
- Run the command line in the folder with ADB and execute the commands: adb devices (should appear the name of your device). adb shell (go to the shell of the smartphone).
- Delete the application by command: pm uninstall -k --user 0 name.packet For example, to delete Mi Video: pm uninstall -k --user 0 com.miui.video
List of Redmi 9C system application packages:
- com.miui.video โ Mi Video
- com.miui.miservice - Mi Service Framework (caution!)
- com.xiaomi.gamecenter.sdk.service โ Game Center
- com.miui.weather2 - Weather
- com.android.browser โ Mi Browser
How to find out the name of the application package?
โ ๏ธ Attention: Removal through ADB The application can only be restored through resetting or flashing. Before removing, make sure to check whether other functions are dependent on it (for example, deleting com.google.android.gms will disrupt Google Play).
Method 4: Using third-party programs (with root)
If your Redmi 9C has superuser rights (root), you can use specialized utilities to deep clean the system.
- ๐ ๏ธ Titanium Backup โ allows you to freeze, delete and backup any applications, including system applications.
- ๐งน SD Maid โ clears the cache, deletes residual files and finds โjunkโ programs.
- ๐ Root App Remover โ a simple interface for removing system applications with the ability to restore.
Examples of Titanium Backup:
- Install the program from Google Play (root required).
- Grant the rights of the superuser when requested.
- Go to the Backup/Restore tab.
- Find an unnecessary app โ tap on it โ choose Freeze or Delete.
Advantages of the method:
- โ Ability to completely remove system applications.
- โ Create backup copies before deletion.
- โ Batch mode (package processing of several programs).
Disadvantages:
- โ The risk of loss of warranty (manufacturer does not recommend rooting devices).
- โ Errors in removing critical components can lead to bootloop.
- โ Requires technical skills.
๐ก
Before removing the system application through root, back up to TWRP or OrangeFox to restore the system if something goes wrong.
Which apps can be removed and which ones canโt?
The Redmi 9C has three categories of applications:
- Safe to delete โ duplicate or unnecessary programs to the user.
- Conditionally safe โ you can remove, but it will affect the functionality.
- Critical โ removal will lead to the system inoperability.
| Category | Examples of applications | Effects of removal |
|---|---|---|
| Safe. | com.miui.video, com.xiaomi.gamecenter, com.miui.weather2 | Frees up memory, no failures |
| Conditionally safe. | com.android.browser, com.miui.notes, com.miui.calculator | Loss of functionality (browser, calculator), but the system will remain functional |
| Critical | com.android.phone, com.miui.home, com.google.android.gms | Download failure, interface errors, loss of communication |
The list of absolutely safe applications to remove on Redmi 9C:
- com.miui.video โ Mi Video
- com.xiaomi.gamecenter.sdk.service โ Game Center
- com.miui.miservice โ Mi Service Framework (but cautiously โ can affect push notifications)
- com.miui.weather2 - Weather
- com.android.email โ Email (if not used)
- com.miui.fm โ FM-radio
๐ก
Before removing any system application, check its dependence through the dumpsys package command name.packet in ADB. This will show which services use this package.
What to do if after removing the application, the smartphone stopped working?
If you have removed the critical app and Redmi 9C:
- ๐ It hangs on the logo (bootloop),
- ๐ต Not included,
- โ ๏ธ Errors like "android.process.media stopped",
The ability to restore the work can be in the following ways:
Method 1: Reset to factory settings
- Turn off your smartphone.
- Press the Power button + Volume up until the Mi logo appears.
- From the Recovery menu, select Wipe Data โ Wipe All Data.
- Confirm the reset and restart the device.
Method 2: Fastboot Flashing
- Download the official firmware for Redmi 9C from Xiaomi website.
- Unpack the archive and connect the smartphone to the PC in Fastboot mode (Power button + Volume down).
- Run the script. flash_all.bat (Windows or flash_all.sh (Linux/macOS).
Method 3: Recovery via TWRP (if installed)
- Download to TWRP (Power button + Volume up).
- Select Restore and restore the backup (if you did).
- Or just reflash the system partition (System) through Install.
โ ๏ธ Note: If the smartphone does not turn on even in the Fastboot mode, the bootloader may be damaged. EDL (emergency mode) with the help of the box Xiaomi Authorized Account. This method requires special equipment and it is better to contact the service center.