How to safely remove system applications on Xiaomi Redmi 9 with NFC: 3 proven methods

Xiaomi Redmi 9 with NFC is a popular smartphone with a balance of price and functionality, but many users face the problem of imposed system applications that take up memory, consume battery power and interfere with comfortable work. Unlike conventional programs, you can not remove them by standard methods: the β€œDelete” button in the application menu is inactive, and disconnecting through settings does not always solve the problem.

In this article, we will discuss three working ways to remove system applications on Redmi 9 with NFC (model M2004J19C): no root rights (with minimal risks), using ADB and through Magisk for advanced users, also explain which applications can be removed without consequences and which ones can not be absolutely, and how to restore the system if something goes wrong.

⚠️ Warning: Removing system applications could disrupt stability MIUI, This can cause update errors or even build-ups of the device, and you do everything at your own risk!

Why you can’t just uninstall your system apps on Xiaomi

In MIUI (Xiaomi firmware), system applications are protected from removal for several reasons:

  • πŸ”’ Security: Some applications (e.g. com.miui.securitycenter) are responsible for virus protection and permission management.
  • πŸ”„ Updates: Apps like com.xiaomi.market (Mi App Store) or com.miui.updater are needed to work properly OTA-update.
  • πŸ“± Integration with MIUI: com.miui.home or com.android.systemui services are closely related to the system interface.

If you remove a critical app, your smartphone can:

  • 🚨 Stop loading (bootloop).
  • πŸ”‹ Discharge quickly due to errors in the background.
  • πŸ“΅ Stop catching the net or NFC.
πŸ“Š Have you ever tried to remove system apps on Xiaomi?
Yes, through ADB.
Yeah, with root rights.
No, but I want to try.
No, I'm afraid to break my phone.

Not all system applications are that important, however, such as com.miui.analytics (statistics collection), com.xiaomi.midrop (Mi Drop), or com.miui.hybrid (advertising services) can be removed without serious consequences.

Method 1: Disabling system applications without root (the safest)

If you just need to free up memory and reduce background activity, just turn off unnecessary apps. This won't delete them completely, but it will stop working and hide them from the menu.

Instructions:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. Slip on the three dots in the upper right corner and select Show all apps.
  3. Find an unneeded app (such as Mi Video or Mi Music).
  4. Click Disable β†’ Disable the application.

βœ… Pros of the method:

  • πŸ›‘οΈ Without risk to the system.
  • ⚑ Does not require computer or special knowledge.
  • πŸ”„ You can return the application at any time.

❌ Cons:

  • πŸ—‘οΈ The application remains in the memory of the device.
  • πŸ”„ After updating MIUI may re-activate.

Unnecessary Google services (e.g. Google Play Music)

Mi Video/Mi Music (if not used)

Mi Browser (if you use Chrome)

Mi Drop (if you don't transfer files over Wi-Fi Direct)

-->

Important: Do not disable apps called com.android., com.miui.security, or com.qualcomm.* – this can cause your phone to fail.

Method 2: Remove via ADB (no root rights but with a computer)

If the shutdown is not enough, you can uninstall system applications via Android Debug Bridge (ADB). This method does not require root rights, but it is necessary. USB-debug.

πŸ”Ή Preparation:

  1. Download ADB Tools (Google's official website).
  2. Turn on your phone: Settings β†’ The phone. β†’ Version. MIUI (Tap 7 times to become a developer. β†’ Additionally. β†’ For developers β†’ USB-debugging.

Redmi 9

File transfer

πŸ”Ή Elimination:

  1. Open the command prompt (Windows) or terminal (Mac/Linux) in the folder with ADB.
  2. Enter the command to check the connection: Adb devices must appear serial number of your device.
  3. Get a list of all packages: adb shell pm list packages -f
  4. Remove the unnecessary app (e.g. Mi Browser): adb shell pm uninstall -k --user 0 com.android.browser

πŸ“Œ Examples of commands for popular applications:

AnnexPacket nameDelete command
Mi Browsercom.android.browseradb shell pm uninstall -k --user 0 com.android.browser
Mi Musiccom.miui.playeradb shell pm uninstall -k --user 0 com.miui.player
Mi Videocom.miui.videoplayeradb shell pm uninstall -k --user 0 com.miui.videoplayer
Analytics (statistical collection)com.miui.analyticsadb shell pm uninstall -k --user 0 com.miui.analytics

⚠️ Attention: After restarting or updating MIUI Some apps can recover. To delete them forever, you'll need root rights.

πŸ’‘

Before deleting, back up your application list with the adb shell pm list packages > apps.txt command. This will help restore them if something goes wrong.

Method 3: Complete removal with root rights (for power users)

If you're risk-averse and want to get rid of system applications forever, you'll need to get root rights through Magisk, which gives you complete control of the system, but also higher risks.

πŸ”Ή Step 1: Unlock the bootloader

  • πŸ”“ Go to the Mi Unlock website and download the utility.
  • πŸ“± Link your Mi Account to your device in Settings β†’ Xiaomi account.
  • πŸ–₯️ Connect your phone to your PC in Fastboot mode (press Power) + Vol Down when switched off).
  • πŸ”„ Run Mi Unlock and follow the instructions (it may take 7-30 days to wait!).

πŸ”Ή Step 2: Installation of Magisk

  1. Download the latest version of Magisk.
  2. Please. boot.img via fastboot flash boot magisk_patched.img.
  3. Restart your phone and check the root rights through the Magisk Manager app.

πŸ”Ή Step 3: Removal of applications

With root rights, you can use:

  • πŸ“± Root Explorer (manually delete files from the site) /system/app or /system/priv-app).
  • πŸ€– Titanium Backup (Remote Backup) + removal).
  • πŸ’» ADB Root access: Adb shell su mount -o rw,remount /system rm -rf /system/app/Unnecessary Annex

⚠️ Warning: Incorrect deletion of system files may result in loss of warranty and inability to update via OTA. Always do Nandroid backup before changes!

πŸ’‘

Even with root rights, don’t remove applications related to modem, radio, or bootloader β€” this can take down the network or NFC.

What System Applications Can Be Uninstalled on Redmi 9 with NFC

Below is a list of apps that can be removed without any critical consequences (but always test after you delete them!):

CategoryPacket nameWhat's he doing?Risk of removal
Advertising/Analyticscom.miui.analyticsCollection of usage statistics⚠️ Low.
Music/Videocom.miui.player, com.miui.videoplayerStandard playersβœ… Safe.
browsercom.android.browserMi Browserβœ… Safe.
Socialcom.xiaomi.accountMi Account (only if you are not using it)⚠️ Medium.
fitnesscom.xiaomi.pedometerStepperβœ… Safe.

🚫 Never delete:

  • πŸ“‘ com.qualcomm.* (communication modules, including. NFC).
  • πŸ” com.miui.securitycenter (security center).
  • πŸ“± com.android.phone (phone calls).
  • πŸ”„ com.miui.updater (system updates).
What happens if you remove a critical application?
If you delete, for example, com.android.settings, the phone will lose access to the settings menu, and you can restore it only through firmware or resetting. In the worst case, the device will stop booting (bootloop), and you will need to flash through Fastboot or EDL-regime.

How to Restore Remote System Applications

If the phone is unstable after removal, there are several ways to get it back:

πŸ”„ Method 1: Through ADB (if removed without root)

Restore the application with the command:

adb shell cmd package install-existing com.name.packet

πŸ”„ Method 2: Reset to factory settings

  • πŸ“± Go to Settings. β†’ The phone. β†’ Resetting settings.
  • ⚠️ All data will be erased, but 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 Fast Fastboot Fast Fastboot Fast Fastboot Fastboot Fast Fastboot Fast Fastboot Fast Fastboot Fast Fast Fast

  1. Download the official firmware for Redmi 9 NFC (M2004J19C) from Xiaomi.
  2. Unpack the archive and run through the Mi Flash Tool in Clean All mode.

πŸ’‘ Tip: If you have a Nandroid backup (made through a TWRP), Restore it is the fastest way to get the system back to its original state.

Alternatives to Deletion: How to Hide or Freeze Apps

If the risks of removal are frightening, consider alternative methods:

  • ❄️ Freeze through ADB: adb shell pm disable-user --user 0 com.name.package The application will stop working, but will remain in the system.
  • πŸ‘οΈ Hiding from the menu: Use launchers like Nova Launcher, where you can hide apps without removing them.
  • πŸ›‘οΈ Restriction of activity: C Settings β†’ Annexes β†’ Allowances to disable all permissions for unnecessary programs.

βœ… Pros of alternatives:

  • πŸ›‘οΈ No risk of damage to the system.
  • πŸ”„ We can quickly get it back.
  • πŸ“± It does not affect updates. MIUI.

FAQ: Frequent questions about removing system applications on Xiaomi Redmi 9 NFC

Can I remove Google Play Services?
❌ No! com.google.android.gms applications are critical to many functions, including: NFC, Google Pay and push notifications, which will cause massive disruptions.
Why do they return after they have been removed from ADB?
This is due to the MIUI autorestore function.To delete permanently, you either need to obtain root rights or disable updates for a specific package via ADB: adb shell pm uninstall -k --user 0 com.name.packet adb shell pm block com.name.packet
How do I know which app is responsible for NFC?
The NFC on Redmi 9 is handled by com.android.nfc (main service). com.qualcomm.qti.ufds@1.0-service (Qualcomm driver). You can't delete them! If the NFC stopped working after manipulating system files, swipe the phone again.
Will Xiaomi work after removing system applications?
πŸ”Ή If you remove non-critical apps (such as Mi Browser or Mi Music) – yes, the phone will work fine. πŸ”Ή If you delete system services (for example, com.miui.home) - there may be interface failures, errors or complete inoperability. πŸ”Ή Always check your phone after you delete each app!
Can I remove MIUI and install a pure Android?
πŸ”Ή Technically yes, but for the Redmi 9. NFC It's a complicated process: You need to unlock the bootloader (waiting 7-30 days). Set up custom recovery (TWRP). Sweep GSI-Generic System Image or custom firmware like LineageOS. ⚠️ Risks: Loss of warranty. Non-performing. NFC or camera (due to lack of drivers) Inability to update by air.