Google One automatically installs on most Xiaomi smartphones, along with Googleβs service package, even if you donβt use it. The app takes up space in memory, consumes battery power in the background and can duplicate the features of the standard MIUI Cloud. Unlike other system applications, Google One can be removed β but not all methods work equally efficiently.
In this article, we will discuss all the current methods of removing Google One from Xiaomi in 2026, including hidden MIUI settings, ADB commands and manual removal via TWRP. Particular attention will be paid to the nuances for different versions of the firmware: from MIUI 12 to MIUI 14 based on Android 12-14. If you want not just to disable, but completely uninstall the service β read further.
Why is Google One installed on Xiaomi without consent?
The reason lies in the license agreement between Xiaomi and Google, which requires all smartphones with a certified version of Android (and this is 99% of Xiaomi, Redmi and POCO devices) to include in the firmware a basic set of Google services β the so-called GMS (Google Mobile Services).
- π± Google Play Services β the basis for other Google apps;
- π Google Play Store - App Store;
- βοΈ Google One β Cloud Storage (formerly Google Drive);
- π§ Gmail, YouTube, Google Maps and others.
Without these services, the smartphone would not have received a Google certificate, and users would lose access to the Play Store and most popular apps. However, Google One is the only app on this list that can be removed without consequences for the system. Unlike Google Play Services, it is not critical.
β οΈ Attention: On devices with MIUI for Russia (Versions marked with a note) RU) Google One can be integrated deeper due to local requirements.Check the firmware version in Settings β The phone. β Version. MIUI.
Method 1: Standard Settings Deletion (for most users)
If Google One was installed as a regular app (not a system app), it can be removed in the standard way:
- Open Settings β Applications β Application Management.
- In the search bar, type Google One.
- Click on the app, then select Delete.
If the Remove button is inactive or not, then the application is system, in which case move on to the following methods.
Check out the MIUI version (Settings β About the phone)
Create a backup copy of important data
Charge your phone at least 50%
Turn off automatic sync with Google (Settings) β Accounts)-->
On some MIUI firmware (e.g. MIUI 13.0.6 for Redmi Note 11), the delete button may be hidden behind an additional menu.
- π§ Click on three dots in the upper right corner of the app screen;
- ποΈ Select Remove Updates, then try to delete again;
- π Restart the phone and try again.
Method 2: Disconnecting through Google Account Settings
If you can't completely delete it, you can turn off the sync and hide the application, and this method won't free up the memory, but it will stop the background activity.
- Go to Settings β Accounts and Sync β Google.
- Select your account, then click Google Account Management (browser will open).
- In the web interface, go to the Storage β Google One section.
- Turn off the automatic backup option.
- Return to your phoneβs settings and in the Google One app menu, select Stop and Disable.
After that:
- π΅ The app will stop sending notifications;
- π Battery consumption will decrease by 2-5% (based on tests on Xiaomi) 12T);
- βοΈ Files will no longer sync to Googleβs cloud.
β οΈ Attention: On devices with MIUI 14 and Android 13+ This method may not work properly due to changes in background activity policy. β Battery β Battery usage after 24 hours.
Standard removal through settings
Use of the ADB-team
Manual removal via TWRP
Uninstallation without deletion-->
Method 3: Remove via ADB (for power users)
If standard methods donβt work, you can uninstall Google One using the Android Debug Bridge (ADB), which requires connecting the phone to your computer, but doesnβt require root rights.
Step-by-step:
- Enable Developer Mode on your phone: Go to Settings β About Phone; Click 7 times on MIUI Version; Return to Settings β Additional β For Developers; Activate Debugging over USB.
Xiaomi
ADB Tools
cmd
Terminal
adb devices(Your device should be displayed. If not, confirm the permission on your phone.)
adb shell pm uninstall --user 0 com.google.android.apps.driveIf the command is successful, Google One will be removed for the current user, and the app will disappear from the menu, but will remain in the system partition (does not take up space in the user's memory).
| Xiaomi model | MIUI version | Does it work? ADB-removal? | Notes |
|---|---|---|---|
| Redmi Note 10 Pro | MIUI 13.0.4 | β Yes. | Debugging confirmation required |
| Xiaomi 12 | MIUI 14.0.3 | β Yes. | After upgrading to Android 13, you may need to re-enter the command |
| POCO X3 Pro | MIUI 12.5.7 | β οΈ Partially. | Removed only for the current user |
| Redmi 9A | MIUI 12.0.8 | β No. | Blocked by Google's policies |
π‘
If the adb command doesn't work, try first to disable the application through the settings, then try again. Sometimes this removes the lock.
Method 4: Manual removal via TWRP (requires unlocking the bootloader)
The most radical method is to delete the Google One system file through the custom TWRP recavator. This method is suitable for users with an unlocked bootloader and a TWRP installed.
Warning: Mistakes in TWRP can lead to a device blink.We recommend pre-create a full backup through Nandroid Backup.
Instructions:
- Load the phone into TWRP mode (usually Power + Volume Up).
- Go to Advanced β File Manager.
- Open /system/priv-app/GoogleOne or /system/app/GoogleOne (the path may be different).
- Delete the entire folder or files inside (e.g. GoogleOne.apk and GoogleOne.odex).
- Reboot the phone.
How to use System App Remover:
- In the app, search for Google One (com.google.android.apps.drive).
β οΈ Note: Some uninstallers (e.g. Titanium Backup) require root rights. On Xiaomi devices with a blocked bootloader, this will result in a data reset! ADB.
What if Google One is back after the update?
After updating MIUI or resetting, Google One can recover.
- π Turn off automatic updates MIUI: Go to Settings. β The phone. β Update the system; Click on three points β Settings β Turn off automatic loading.
Delete the Google Play Services cache:
- In Settings β Apps, find Google Play Services.
- Select Warehouse. β Clear the cache;
- Reboot the phone.
- π Block the installation through ADB: adb shell pm hide com.google.android.apps.drive (stealing the app from the system).
If Google One has recovered from factory reset, it's integrated into firmware.
- π§ Flashing to custom firmware (for example, LineageOS or Pixel Experience);
- π‘οΈ Using Magisk to block installation (requires root).
On most Xiaomi devices with MIUI 14, standard removal is not possible β you will need an ADB or TWRP.