How to Remove Google Duo from Xiaomi Redmi: From Disconnection to Uninstallation

Google Duo is pre-installed on most Xiaomi Redmi smartphones as part of Googleโ€™s service package. Even if you donโ€™t use video calls, it takes up memory space, consumes battery power in the background and can send notifications. Unlike regular apps, Google Duo on Xiaomi is integrated into MIUI firmware as system software, so standard removal via the Apps menu is often not available.

In this article, we will discuss 5 working ways to get rid of Google Duo on Redmi Note 10/11/12, Redmi 9/10, POCO X3/X4 and other models โ€“ from simple disabling to complete deletion of system files. Each method has been tested on MIUI 12, 13 and 14 (including global and Chinese versions of firmware).

Why canโ€™t Google Duo be removed in the standard way?

On Xiaomi smartphones, the Google Duo app is classified as a system (built-in) program.

  • ๐Ÿ“ฆ Application files are stored in a protected section /system/priv-app/ or /system/app/, Where ordinary users do not have access.
  • ๐Ÿ”’ MIUI Blocks the โ€œDeleteโ€ button in the application settings, leaving only the โ€œDisableโ€ or โ€œDelete Updatesโ€ options".
  • ๐Ÿ”„ Even after resetting to factory settings, Google Duo is automatically restored (unless removed at firmware level).

In addition, on some Redmi models (e.g. Redmi Note 11 Pro+ 5G), Google Duo is linked to Google Play Services, and its forced removal may cause disruptions to other Google apps (Gmail, YouTube, Maps).

โš ๏ธ Attention: On devices with MIUI for Russia (versions of firmware marked RU) Google Duo may be part of Google Mobile Services (GMS). Deleting it violates the license agreement and may result in blocking some features, such as push notifications.

Method 1: Turn off Google Duo without removing (no root)

The safest method is to deactivate the application so that it doesn't run or waste resources, a method that is suitable for users who don't want to risk system stability.

Instructions:

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. In the search bar, type Duo (or scroll through the list to the All Apps section).
  3. Click on Google Duo, then select Disable.
  4. Confirm the action in the dialog box (the system will warn you of possible failures โ€“ ignore if you do not use video calls).

After the shutdown:

  • ๐Ÿ“ต The app will disappear from the menu and stop sending notifications.
  • ๐Ÿ”‹ Background activity will be stopped (charge savings) ~1-3% day-to-day).
  • ๐Ÿ“ฅ Updates to Google Play will no longer be installed.

โš ๏ธ Attention: On some firmware MIUI after updating OTA Disabled applications can be activated again. Check the status of Google Duo after each system update.

โ˜‘๏ธ Preparing for Google Duo Disconnection

Done: 0 / 4

Method 2: Remove updates and reset to factory version

If Google Duo was updated through Google Play, you can bring it back to the original version, which takes up less space and has no unnecessary features.

Steps:

  1. Go to Settings. โ†’ Annexes โ†’ Google Duo โ†’ Three points (โ‹ฎ) โ†’ Remove updates.
  2. Confirm the action. The app will return to the version preinstalled in the firmware.
  3. (Optional) Disable Automatic Update: Open Google Play โ†’ Click on Profile Avatar โ†’ Settings โ†’ App Auto Update. Choose Do Not Update Automatically or Update Only via Wi-Fi.
Annex versionSize (MB)Background activityNotifications
Factory (at MIUI)~12-15MinimumAbsent.
Updated (from Play Market)~45-60Tall.Aye. (calls, messages)
Unplugged.~12-15No.No.

Advantages of the method: it does not require technical skills, reversible (you can update the application again).

๐Ÿ“Š You are removing pre-installed apps on Xiaomi?
Yeah, all unnecessary.
Only the ones that interfere with work.
No, I'm afraid of failure.
I don't know how to do that.

Method 3: Remove via ADB (without root but with PC)

For users who are ready to connect the phone to a computer, there is a way to uninstall Google Duo via Android Debug Bridge (ADB), an official tool from Google that does not require root rights, but requires basic command-line knowledge.

Step-by-step:

  1. Turn on Developer Mode on your phone: Go to Settings โ†’ About Phone. Click 7 times on MIUI until the notification "You've become a developer" appears.

USB debugging

  • Back to Settings โ†’ Additionally. โ†’ For developers.
  • Turn on the USB debugging switch and confirm the resolution.
  • Connect your phone to your PC through USB-Cable (use the original cable for stability).
  • Download and install ADB Tools on your computer.
  • Open the command prompt (Windows) or terminal (macOS/Linux) in the folder with ADB.
  • Enter the commands in order: adb devices (you should see your device name โ€“ if not, check the drivers) adb shell pm uninstall -k --user 0 com.google.android.apps.tachyon

What the team does:

  • pm uninstall โ€“ removes the application for the current user (--user 0).
  • -k - saves cache and data (so that other applications' settings do not get confused).
  • com.google.android.apps.tachyon is a unique Google Duo identifier.

โš ๏ธ Attention: On some firmware MIUI After restarting or updating the Google Duo system, you may recover. To avoid this, before executing the command, disable automatic updates of applications in Google Play.

๐Ÿ’ก

If the command doesnโ€™t work, try first disabling Google Duo in the app settings, then repeat the procedure through ADB.

Method 4: Complete removal with root rights (for experienced)

If you have a bootloader unlocked and root rights set (for example, through Magisk), you can delete Google Duo at the system file level. This method is guaranteed to get rid of the application forever, but requires caution - errors can lead to a "brick" (inoperability) of the device.

Instructions:

  1. Install a file manager with root support (such as Root Explorer or FX File Explorer).
  2. Go to /system/priv-app/PrebuiltGmsCore or (if Duo is installed separately): /system/app/Duo
  3. Delete files with extensions:.apk (main application file),.odex (optimized code),.vdex (virtual Dalvik-executable file).
rm -rf /data/data/com.google.android.apps.tachyon

(The command can be executed via the root terminal or in the same file manager.)

Reboot the phone.

Important: Before deleting, back up /system/priv-app/ or specific Duo files to help restore the application in case of failure.

Deleting methodRoot is required.Risk of failureRecovery from OTA
ShutdownโŒ No.โš ๏ธ Low.Maybe we can turn on again.
ADBโŒ No.โš ๏ธ Medium.Maybe he can recover.
Root removalโœ… Yes.โ— High-pitchedNot recovering.
What if the Push notifications stopped working after deletion?
This is because Google Duo on some MIUI firmware is integrated with Google Play Services. To restore notifications: 1. Reinstall Google Play Services via APK (download from APKMirror). 2. Open Settings โ†’ Apps โ†’ Google Play Services โ†’ Storage โ†’ Clear cache. 3. Restart your phone. If the problem persists, return your Duo files to the place from the backup.

Method 5: Removal through Custom Recovery (TWRP)

If your Xiaomi Redmi has custom recovery installed (e.g. TWRP), you can delete Google Duo using specialized scripts or manually through the file manager recovery.

Procedure:

  1. Download TWRP for your model (if not already installed).
  2. Upload the phone to recovery mode: Turn off the device. Press the Power button + Volume up until the TWRP logo appears.

Advanced โ†’ File Manager

/system/priv-app/

Duo

PrebuiltGmsCore

Tachyon

Delete the entire folder (swipe for confirmation).

Wipe โ†’ Dalvik/ART Cache

Reboot โ†’ System

Warning: Deleting system applications via TWRP can disrupt firmware integrity. If the phone freezes on the logo or has errors after rebooting, restore deleted files from backup (if you did) or reflash MIUI via Fastboot.

๐Ÿ’ก

Use the method with TWRP It's safer for beginners to limit themselves to shutting down or ADB-removal.

What if Google Duo is back after the MIUI update?

After an over-the-air firmware (OTA) update, many system applications, including Google Duo, are automatically restored.

  • ๐Ÿ“ฅ Turn off automatic updates MIUI: Go to Settings. โ†’ The phone. โ†’ Updating the system โ†’ Three points (โ‹ฎ) โ†’ Settings. Turn off the option Auto boot via Wi-Fi.
  • ๐Ÿ”ง Use Magisk Module (for root): Install Universal Debloater via Magisk. In the module settings, mark Google Duo to lock.
  • ๐Ÿ›ก๏ธ Install custom firmware without GMS: Firmware type MIUI EU Pixel Experience allows you to selectively remove Google apps, minus: lose Google services (Play Market, Gmail, etc.).

If Duo is still back, repeat the removal of the previously chosen method (ADB or root). On some firmware, it helps to freeze the application through Titanium Backup or App Quarantine (requires root).

FAQ: Frequent questions about removing Google Duo on Xiaomi

Can I delete Google Duo without a computer?
Yes, but with limitations: No root: only disable via settings or uninstall updates. From root: you can use applications like System App Remover. + File Manager (e.g., Mixplorer).
Why does the ADB Duo reappear after removal?
This is due to: Automatic recovery of system applications after OTA-update MIUI. Duo's links to Google Play Services - some firmware versions restore it as an addiction.Solution: Disable automatic update MIUI Or use Magisk modules to block.
Is it safe to remove Google Duo for other Google apps?
On most Xiaomi firmware, removing Duo does not break other Google services (Gmail, YouTube, Maps).However, on some models (for example, Redmi Note 11T 5G), Duo is integrated into Google Dialer - its removal can cause the phone application to crash. How to check: Before removing Duo, disable Duo for 1-2 days and check the other applications.
How to get back Google Duo if you need it?
Recovery: If deleted via ADB: run adb shell cmd package install-existing com.google.android.apps.tachyon. If manually deleted (root): restore files from backup or download APK from APKMirror. If you just disabled: turn on the application settings.
Are there any alternatives to Google Duo on Xiaomi?
If you need a video call, consider it: ๐Ÿ“ž Mi Video Call (pre-installed on some Redmi models). ๐ŸŒ WhatsApp or Telegram (there are built-in video calls). ๐Ÿ”’ Signal or Jitsi Meet (Secure Alternatives) all take up less space than Duo and are not system-based.