How to safely remove the system application on Xiaomi Redmi 9C: 4 working methods

Xiaomi Redmi 9C owners often face the problem of pre-installed system applications that take up space in memory, consume battery power and display annoying advertising. Unlike conventional programs, such applications can not be removed in the standard way - the "Delete" button is simply absent from the menu, but this does not mean that you are doomed to put up with unnecessary software.

On the Redmi 9C with MIUI 12/13/14 firmware, there are several ways to get rid of system applications: from temporary shutdown through settings to complete removal with ADB or specialized utilities. It is important to understand that not all methods are equally safe - some can cause malfunctions in a smartphone if you remove critical components. In this article, we will analyze 4 proven methods available even to users without root rights, and also tell you which applications can be removed without risk and which should not be touched.

Before you start deleting, make sure your Redmi 9C has USB debugging enabled (in Settings β†’ About Phone β†’ MIUI version, press 7 times, then go back to Additional Settings β†’ For Developers).

πŸ“Š Why you want to remove system applications on Redmi 9C?
They take up a lot of space.
Showing ads
Interfering with the phone
I want to make an alternative.
Another option

1. disable system applications through MIUI settings

The easiest and safest way to do this is to disable unnecessary applications, not to delete them, but to connect to a PC or to a specific knowledge, but to a limited extent, to keep the application in memory, to stop working and to update.

To disable the system application:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. In the list, find the app you want (such as Mi Video, Mi Music, or GetApps).
  3. Click on it, then select "Disable".
  4. Confirm the action in the window that appears.

Once disabled, the app will disappear from the menu and no longer use resources, but its data will remain in the phone's memory, and to make room, you can further clear the cache and data through the same Application Management section.

⚠️ Warning: Do not disable applications with the names com.android., miui. or system. in the package - this can lead to unstable work MIUI.

  • πŸ“± Pros of the method: does not require a PC, reversible, safe for the system.
  • ❌ Cons: the application remains in memory, not all system programs can be disabled.

πŸ’‘

If you need to return a disabled application, go to Settings β†’ Apps β†’ All apps β†’ Menu (three dots) β†’ Show disabled and click β€œEnable”.

2. Removal via ADB (without root rights)

A more radical way is to remove system applications using Android Debug Bridge (ADB), a method that completely erases unnecessary software, but requires a computer connection and basic command line knowledge.

You'll need:

  • πŸ–₯️ A computer with installed Xiaomi drivers and ADB Tools.
  • πŸ“± Redmi 9C plug-in USB (see introduction).
  • πŸ”Œ Cable USB (preferably original).

Step-by-step:

  1. Connect the phone to your PC and type in the command line: Adb devices Make sure the device is identified (should appear its serial number).
  2. Get a list of all installed applications: adb shell pm list packages Find the package of the desired application in the list (for example, com.miui.video for Mi Video).
  3. Delete the application by command: adb shell pm uninstall -k --user 0 name packet For example, to delete Mi Video: adb shell pm uninstall -k --user 0 com.miui.video

The --user 0 flag means that the application is only removed for the current user (without affecting system files), which reduces the risk of MIUI damage, but does not guarantee 100% security.

⚠️ Note: Deleting applications like com.android.phone or com.miui.home will cause your phone to fail. Before deleting, check the name of the package in reliable sources (for example, on the forum). 4PDA).

AnnexPacket nameCan I remove it?
Mi Videocom.miui.videoβœ… Yes.
Mi Musiccom.miui.playerβœ… Yes.
GetAppscom.xiaomi.mipicksβœ… Yes.
Mi Browsercom.android.browser⚠️ Only if you use another browser
Security (Security)com.miui.securitycenter❌ No (critically for the system)

Install ADB Tools on PC| Enable USB debugging on Redmi 9C| Check the connection with the adb devices | Download the list of safe packets to remove | Create a backup of the data-->

3.Using the Xiaomi ADB/Fastboot Tools utility

For those who do not want to work with the command line, there is a convenient utility Xiaomi ADB/Fastboot Tools.It automates the process of removing system applications and reduces the risk of errors.

Download the utility from the official repository on GitHub and follow the instructions:

  1. Connect Redmi 9C to your PC and start the utility.
  2. Select the "Uninstall system apps" option.
  3. In the list, tick the apps you want to remove (the utility only shows safe to remove packages).
  4. Click on β€œUninstall selected” and wait until the process is complete.

The advantage of this method is a visual interface and pre-filtering of dangerous packets. However, the utility does not always support the latest versions of MIUI, so check compatibility on forums before using it.

Once deleted, restart your phone. If you have problems (e.g., missing the theme), return the remote apps through the same tool by selecting "Install system apps."

What to do if the launcher is missing after removal?
If you have deleted com.miui.home (standard launcher) MIUI), The phone will boot into a "naked" Android without a desktop: 1. Connect to the PC through ADB. 2. Install any third-party launcher (e.g. Nova Launcher) with the command: adb install nova_launcher.apk 3. Run it through the latest app menu (swipe up from the bottom edge of the screen). 4. Return the system launcher through Xiaomi ADB Tools or re-flash the phone.

4. Delete with Magisk (for users with root)

If your Redmi 9C has Magisk installed, you can use the modules to remove system applications, which gives you maximum freedom, but also maximum risk – improper actions can lead to a β€œbrick” of the device.

Popular modules for Magisk:

  • πŸ“¦ Universal SafetyNet Fix – bypasses security checks (needed for banking applications to work after receiving root).
  • πŸ—‘οΈ System App Remover – allows you to remove any system applications through a graphical interface.
  • πŸ”§ MIUI Bloater Remover – a specialized module for cleaning MIUI softwareless.

To remove the application through Magisk:

  1. Install System App Remover via Magisk Manager.
  2. Reboot the phone.
  3. Open the System App Remover app, select unnecessary programs, and click Uninstall.

⚠️ Note: After removing system applications through Magisk, some features MIUI (For example, topics or gestures may stop working. Create a full backup through the TWRP Or OrangeFox Recovery.

If you are not sure about your actions, it is better to use methods without root (ADB or Xiaomi ADB Tools). Root access opens up a lot of possibilities, but also increases the chances of "breaking" the phone.

πŸ’‘

Removing system applications through Magisk is the most control-producing, but requires knowledge and backup. For most users, rootless methods (ADB or disabling through settings) are sufficient.

5. How to return a remote system application

If you have problems after you delete (for example, notifications or settings have stopped working), the application can be restored.

For ADB:

  • Connect your phone to your PC and type in the command: adb shell cmd package install-existing name packet For example, to recover Mi Video: adb shell cmd package install-existing com.miui.video

For Xiaomi ADB Tools:

  • Launch the utility, select β€œInstall system apps” and select the desired applications.

For Magisk:

  • Remove the module that was used to remove, or restore the backup via TWRP.

If none of these methods worked, the last option is to reset to factory settings (in Settings β†’ About Phone β†’ Reset) and this will bring back all system applications, but delete your data, so back up first.

6. which system applications can be removed without risk

Not all pre-installed apps are equally useful, and here are some programs that can be safely removed or disabled on Redmi 9C (relevant to MIUI 12-14):

AnnexAppointmentCan I remove it?The alternative
Mi VideoVideo playerβœ… Yes.VLC, MX Player
Mi MusicMusic playerβœ… Yes.Spotify, Poweramp
GetAppsBranded app storeβœ… Yes.Google Play, APKMirror
Mi BrowserBrowser with ads⚠️ Yes, if there is another browserChrome, Firefox
Mi PayPayment service (not working in Russia)βœ… Yes.Sberbank Online, Tinkoff
Mi CommunityXiaomi Forumβœ… Yes.4PDA, Reddit

Here is what you can not delete (the risk of disrupting the system):

  • 🚫 com.android.settings - Settings.
  • 🚫 com.miui.securitycenter - Security Center.
  • 🚫 com.miui.home - Launcher MIUI.
  • 🚫 com.android.phone - Phone and SMS.
  • 🚫 com.google.android.gsf – Google Services (if you use it).

If you’re not sure if you can uninstall a particular app, check its name on topic forums or in the AppBrain database.

FAQ: Frequent questions about removing system applications on Redmi 9C

Can I remove system applications without a computer?
Yes, but with limitations. Without a PC, you can only disable applications through settings (see Section 1). ADB (computer.
I deleted the system app and the phone stopped working properly.
First try to return the app via ADB (installing team) or Xiaomi ADB Tools. If that doesn't help, reset to factory settings (all data will be deleted!).
Why After Removing the Application ADB It appears again after the update. MIUI?
When you update your firmware, MIUI restores all system applications. To avoid this, re-remove unnecessary programs through ADB after the update or turn off automatic updates in Settings β†’ About Phone β†’ System Update.
Can I remove ads in MIUI by removing system applications?
Partially, MIUI ads are displayed via com.miui.analytics and com.xiaomi.midrop. These can be disabled or removed via ADB, but this does not guarantee the complete disappearance of ads. Additional manipulations are needed to completely remove them (for example, disabling personalized recommendations in Xiaomi account settings).
Will Google Pay work if you remove the system apps?
Google Pay requires a SafetyNet check. If you have removed system applications through Magisk or changed firmware, SafetyNet may block the service. To fix this, install Universal SafetyNet Fix in Magisk.