How to completely remove the application β€œCOVID-19” from Xiaomi and any Android-smartphone: 5 working ways

The COVID-19 app (or similar contact tracking services such as Exposure Notifications, Aarogya Setu, Stop Coronavirus) are often installed on smartphones automatically, either through system updates, pre-loaded software or at the request of carriers. On Xiaomi, Redmi and POCO devices, these applications can be integrated into MIUI firmware as system, making it difficult to remove them by standard methods.

Many users complain about the constant notifications, background activity and battery consumption associated with these services. Even though the pandemic is officially over, some applications continue to run in the background, collecting location and contact data. In this article, we will discuss all possible ways to delete from disabling to completely erasing system files, including methods for and with non-root devices.

⚠️ Warning: Removing system applications may disrupt stability MIUI. Some Xiaomi models 12/13 series and Redmi Note 11/12 This causes Google services to crash. Before you do something, back up through Settings. β†’ The phone. β†’ Backup.

Why is the COVID-19 app so hard to uninstall?

Contact tracking applications are often system or privileged, meaning that they:

  • πŸ”’ Installed in section /system/priv-app/ or /system/app/, Where the average user does not have access.
  • πŸ›‘οΈ Protected by the manufacturer’s digital signature (e.g. Xiaomi or Google).
  • πŸ”„ Automatically recover after removal through standard methods (e.g., through Settings) β†’ Annexes).
  • πŸ“‘ They may be linked to Google Play Services or MIUI Optimization.

On Xiaomi devices, such applications are often disguised as:

  • com.miui.health is a MIUI health service.
  • com.google.android.apps.exposurenotification β€” Google Exposure Notifications.
  • en.gov.coronavirus is a Russian application β€œStop Coronavirus”.

Even if you manually remove them, the system can restore them after a reboot or update, so special techniques are required, which we will discuss below.

πŸ“Š What appendix COVID-19 installed on your phone?
Google Exposure Notifications
Stop Coronavirus
MIUI Health
Other
I don't know.

Method 1: Disable the application without removing (without root)

If you just need to stop the app but not remove it completely, use the built-in Android tools:

  1. Go to Settings β†’ Applications β†’ Application Management.
  2. Click on the three dots in the upper right corner and select Show System.
  3. Find the app by name (e.g. COVID-19, Exposure Notifications, or Stop Coronavirus).
  4. Slip on it and select Disable (or Remove Updates if the button is active).

On some MIUI 14+ firmware, the option to turn off may be blocked.

  • πŸ”§ Try Stop the app first, then Clear the cache and Clear the data.
  • πŸ“΅ Disable notifications in the Notifications section.
  • 🚫 Disallow auto-start in Settings β†’ Permits β†’ Auto-start.

⚠️ Note: Xiaomi with Global firmware ROM Disabling system applications can cause com.android.phone error. If the mobile network is lost after the disconnection, return the default settings via Settings β†’ System system β†’ Resetting settings (select Resetting app settings).

πŸ’‘

If the β€œDisable” button is inactive, try removing all app updates first (if any), then try again.

Method 2: Removal via ADB (without root)

This method is suitable for users who do not have root rights, but have access to debugging via USB.

  • πŸ–₯️ Computer with drivers installed ADB and Fastboot.
  • πŸ“± Included debugging by USB on the phone (Settings) β†’ The phone. β†’ Version. MIUI β€” Tap 7 times, then return to the Additional Settings β†’ For developers β†’ Debugging by USB).
  • πŸ”Œ USB-cable (preferably original).

Step-by-step:

  1. Connect the phone to the PC and confirm the debugging permission.
  2. Open the command prompt (Windows) or terminal (Linux/macOS) and type:
adb devices

(The name of your device should appear.)

  1. Enter the command to delete (replace package.name with the real name of the package):
adb shell pm uninstall -k --user 0 package.name

Examples of packages:

  • com.google.android.apps.exposurenotification β€” Google Exposure Notifications.
  • en.gov.coronavirus - "Stop Coronavirus".
  • com.miui.health is a MIUI health service.

If the team doesn’t work, try:

adb shell pm disable-user --user 0 package.name

USB debugging enabled

Installed ADB drivers on PC

The phone is connected in file transfer mode (MTP).

Command Prompt Launched on behalf of the Administrator-->

On some Xiaomi devices (such as the Redmi Note 10 Pro and POCO X3 Pro), this method only works until the first reboot.

Method 3: Removal with root rights

If you have Magisk or another root rights manager installed on your device, you can delete the app permanently.

  1. Install a file manager with root support (such as Root Explorer or FX File Explorer).
  2. Go to /system/priv-app/ or /system/app/.
  3. Find a folder with the name of the application (for example, ExposureNotifications or MiuiHealth).
  4. Delete the folder or rename it (e.g. add at the end of.bak).
  5. Reset the device.

Alternative method through Termux with root:

su


mount -o rw,remount /system




rm -rf /system/priv-app/ExposureNotifications




mount -o ro,remount /system




reboot

⚠️ Attention: Xiaomi with firmware MIUI 13/14 removal APK This can lead to bootloop. Before you do anything, check if you have custom recovery (TWRP) repair.

Xiaomi modelThe risk of bootloopRecommended method
Redmi Note 8/9/10Low.ADB
Xiaomi 11/12/13Medium.Only ADB.
POCO F3/F4/F5High-pitchedUninstallation without deletion
Black Shark 4/5Low.Any method

πŸ’‘

On devices with MIUI 14+, removing system APKs through root most often causes crashes.Use ADB or disabling without removing.

Method 4: Remove via TWRP (for power users)

If your Xiaomi has custom recovery TWRP installed, you can uninstall the app through it:

  1. Load into TWRP mode (clip Power + Volume up).
  2. Select Advanced β†’ File Manager.
  3. Go to /system/priv-app/ or /system/app/.
  4. Find the folder with the application and delete it (swipe for confirmation).
  5. Go back to the main menu and select Wipe β†’ Dalvik/ART Cache.
  6. Reset the device.

If the phone does not load after removal:

  • πŸ”„ Go back in TWRP and restore the backup copy (if any).
  • πŸ“¦ Check it out. MIUI via Install β†’ Select ZIP (Download the firmware from Xiaomifirmwareupdater.com).
What to do if Wi-Fi or mobile network is lost after deleting?
This means you have removed a critical system component associated with communication modules (e.g. com.qualcomm.qti.telephonyservice). restore backup via TWRP or run a clean MIUI through Fastboot.

Method 5: Blocking through hosts file (alternative to deletion)

If you can't delete the application, you can block its access to the Internet by editing the hosts file, which will prevent the data from being sent to the servers, but the application itself will remain in the system.

Instructions:

  1. Install any file manager with root access (such as Solid Explorer).
  2. Go to /system/etc/hosts and open the file in the text editor.
  3. Add a line to the end of the file:
127.0.0.1 exposure-notifications.googleapis.com


127.0.0.1 coronavirusapi.ru




127.0.0.1 health.mi.com

  1. Save the file and restart the device.

This method works on all versions of Android, including MIUI 14, but requires root rights.

πŸ’‘

If you don’t have root, you can use the NetGuard or Blokada app to block internet access for specific apps without editing hosts.

How to check if the application has been removed?

After using any of the methods, check the result:

  1. Open Settings β†’ Apps and find the name of the remote app. If it's not there, success.
  2. Check the list of running processes through Developer Options (Settings β†’ Developer β†’ Launched Services).
  3. Use the ADB command:
adb shell pm list packages | grep -i covid

If the command does not return the results, the application is removed.

To check background activity:

  • πŸ“Š Install AccuBattery or Greenify and check if the remote application is consuming resources.
  • πŸ” B Settings β†’ Battery β†’ Battery use check if there are any suspicious processes.

FAQ: Frequent questions about removing COVID-19 applications

Can I uninstall the COVID-19 app without a computer?
Yes, but with limitations: Some MIUI firmwares allow you to disable the application via Settings β†’ Applications (see Method 1). With root rights, you can use App Inspector or System App Remover directly on your phone. Without root and ADB, you can not completely remove system applications.
Why does the application return after being deleted via ADB?
This is due to the autorecovery mechanism of system APKs in MIUI. Solutions: Disable automatic app updates in Google Play. Freeze the app via Titanium Backup (root required). Install Magisk and the Systemizer module to convert the app to custom.
Is it safe to remove Exposure Notifications from Google?
Yes, but with reservations: βœ… The app is not critical for Android. ⚠️ On some devices, it is linked to Google Play Services, and deleting it can cause account sync errors. πŸ”„ If you have problems, restore the application using adb shell cmd package install-existing package.name.
How to remove COVID-Xiaomi app with a blocked bootloader?
On devices with a locked bootloader (such as the Xiaomi 13T or Redmi Note 12), options are limited: Use Method 1 (disable). Try Method 5 (lock through hosts, but requires root). Unlock the bootloader officially via Mi Unlock (it requires a wait of 7-168 hours).
Can removal be done? COVID-Applications to improve autonomy?
Yes, but the effect depends on the model: Battery Savings model Redmi Note 10/11 5-10% Xiaomi 12/13 3-7% POCO F3/F4 8-12% The greatest effect is noticeable on low-cost devices with a weak processor (for example, Redmi 9A), where background services are heavily loaded system.