Google Duo (now Google Meet) is pre-installed on most Xiaomi smartphones and often runs in the background, using up battery power and taking up space in memory. Many users want to remove it, but face a problem: standard deletion through the app menu does not work, since Duo refers to system services from Google. In this article, we will analyze all the working methods, from simple disconnection to complete removal with ADB and root rights.
Itβs important to understand that on Xiaomi devices with MIUI or HyperOS firmware, the process of removing system applications is nuanced. For example, on some models (for example, Redmi Note 12 Pro+ or Xiaomi 13T), Duo is integrated into Google Play services, and its removal may affect the operation of other functions. We tested all methods on current firmware versions (2026) and detailed the risks of each method.
Why canβt Duo be removed in the standard way?
The Google Duo app (com.google.android.apps.tachyon) is a system application that the manufacturer blocks from being removed for several reasons:
- π Integration with Google services: Duo is closely linked to Google Play Services, Contacts and Phone, making it difficult to isolate it.
- π¦ Pre-installed software: Xiaomi contracts Google to pre-install services, so deletion could violate license agreements.
- π Automatic Recovery: Even after removal, the system can restore Duo with the next Google Play Services update.
On HyperOS devices (such as Xiaomi 14 or Redmi K70), things get more complicated: the system protects system components more actively. Trying to remove Duo without the right rights can lead to a failure of Google services or even βforever bootβ (bootloop) on some firmware.
Method 1: Disable Duo through settings (no root rights)
If you donβt have to completely remove the app, but just turn it off, itβs the safest method, and itβs suitable for all Xiaomi models, including POCO and Black Shark, and requires no special knowledge.
- Open Settings β Applications β Application Management.
- In the search bar, type Duo (or com.google.android.apps.tachyon).
- Click on the app, then select Disable (or Remove Updates if the Disable button is inactive).
- Confirm the action in the dialog window.
After the shutdown:
- β The application will stop running and spending resources.
- β Disappears from menu and search.
- β It will stay in memory (takes up) ~50β100 MB).
- β It may be activated again after the Google Play Services update.
π‘
To prevent Duo from recovering from updates, disable automatic updates for all Google apps in Settings β Apps β Google Play Store β Auto Update.
Method 2: Remove updates and reset to factory version
If the Duo was updated through Google Play, it can be rolled back to a factory version that takes up less space and has no background processes, which works on MIUI 12-14 and HyperOS without root rights.
Instructions:
- Go to Settings β Applications β Application Management β Duo.
- Click on the three dots in the top right corner and select Remove Updates.
- Confirm the action. The app will return to the version preinstalled on the phone.
- Then click Disable (if the option is available).
Important: On some models (e.g. Xiaomi 12T Pro) Duo can automatically update again after resetting. To avoid this, block updates through Google Play Store:
- Open the Google Play Store.
- Find Google Duo in your search.
- Click on the three dots next to the Update button and uncheck the Auto Update box.
Turn off automatic updates in Google Play
Make a backup copy of important data
Check the version. MIUI/HyperOS at the Settings β The phone.
Battery charge of at least 50%-->
Method 3: Removal via ADB (no root rights)
If disabling doesnβt work and you donβt have root rights, you can uninstall Duo using Android Debug Bridge (ADB), a method that works on most Xiaomi devices but requires a connection to a computer.
What you need:
- π» Computer with Windows/macOS/Linux.
- π Cable USB (preferably original).
- π± Included debugging by USB phone-on.
- π Utility. ADB (download from the official website).
Step-by-step:
- Activate USB debugging: Go to Settings β About Phone. Click 7 times on MIUI Version (or HyperOS Build Number) to turn on Developer Mode. Return to Settings β Additional β Developer. Enable USB Debugging.
- Connect your phone to your PC: Adb devices (Should show up. If not, install Xiaomi drivers.)
- Remove Duo: adb shell pm uninstall --user 0 com.google.android.apps.tachyon
- Reboot the phone.
β οΈ Note: On some HyperOS firmware (e.g. Xiaomi 14 Ultra), this method may not work due to enhanced protection of system applications:
adb shell pm hide com.google.android.apps.tachyonIt doesnβt remove the app, but hides it from the system.
What if the ADB canβt see the device?
Method 4: Complete removal with root rights (for experienced)
If you have root access (e.g. via Magisk), you can completely remove Duo along with its cache and data, a method that is suitable for users who are prepared for possible risks (e.g., a Google Play Services crash).
Instructions:
- Install a file manager with root rights support (such as Root Explorer or FX File Explorer).
- Go to /system/priv-app/PrebuiltGmsCore or /system/app/ and find the Duo folder or the com.google.android.apps.tachyon.apk file.
- Delete the folder or file (pre-return!).
- Clear cache and data: su pm clear com.google.android.apps.tachyon
- Reboot the phone.
β οΈ Note: Some HyperOS firmwares remove system APK-files may cause a bootloop to crash before deleting:
- Create a full backup through TWRP or OrangeFox.
- Check if Duo is a dependency for other services (like Google Phone).
- Use the Magisk App Systemizer module to convert Duo to a custom app first and then uninstall.
| Deleting method | Root rights required? | Risk to the system | Is it re-established after updates? |
|---|---|---|---|
| Disconnection through settings | β No. | β οΈ Low. | β Yes. |
| Removal of updates | β No. | β οΈ Low. | β Yes. |
| Removal via ADB | β No. | β οΈ Medium. | β Not unless you update Google Play) |
| Complete removal with root rights | β Yes. | β High-pitched | β No. |
| Use of Magisk modules | β Yes. | β οΈ Medium. | β No. |
Method 5: Magisk modules (alternative to root rights)
If you have Magisk installed, but you donβt want to manually delete system files, you can use special modules, for example, the Universal SafetyNet Fix module or Debloater allows you to disable unnecessary system applications without risking damage to the firmware.
How to install the Duo Remove Module:
- Download the Xiaomi Debloater or Universal App Remover module from the Magisk repository.
- Install the module through Magisk Manager.
- Reboot the phone.
- Open the module app (if any) and select com.google.android.apps.tachyon to remove.
- Confirm the action and restart the device.
πΉ Advantages of this method:
- β More secure than manual file removal.
- β You can roll back changes by removing the module.
- β It works on HyperOS and new versions. MIUI.
β οΈ Note: Some modules may conflict with Google Play Services:
- π± Google Play Store (should open without errors).
- π Calling through Google Phone (if you use it).
- π Application updates (should be downloaded).
What if the Duo has recovered after removal?
Even after successfully removing Google Duo, it can reappear on the phone, due to automatic system applications recovery through Google Play Services.
- Turn off automatic updates: Open Google Play Store β Profile β Settings β Network settings. Select App Auto Update β Do not update automatically.
Block the installation via ADB:
adb shell pm block com.google.android.apps.tachyon(This command hides the application from the system, but does not remove it completely.)
Use the Firewall:
- Install the NetGuard or AFWall+ app (requires root).
- Block internet access for Google Play Services (but it could disrupt other services!).
- Install custom firmware: LineageOS or Pixel Experience, for example, without Google services installed beforehand. However, this is an extreme measure that requires unlocking the bootloader and losing warranty.
π‘
If Duo has recovered from the Google Play Services update, the only reliable way is to disable automatic updates to system applications or use Magisk modules to block.