How to Disable or Remove Google One on Xiaomi Redmi: All Ways (2026)

Google One automatically integrates into MIUI firmware on Xiaomi Redmi smartphones, offering backup, cloud storage and other features. However, many users are faced with the fact that the application takes up space in memory, consumes traffic in the background or simply does not need to. Unlike standard programs, Google One cannot be removed as a regular application โ€“ it will have to deactivate through system settings or turn off forcibly.

In this article, we will discuss all the working ways to disable Google One on the Redmi Note 12/11/10 Pro, Redmi 9/10/13C and other models โ€“ from simply removing updates to completely uninstalling through ADB. Also explain the consequences this will have for backups, contact sync and other Google services. If you want to get rid of intrusive notifications or free up space, read on.

Why Google One Should Not Be Removed From Apps

The Google One app is a system service that Xiaomi integrates into firmware under an agreement with Google.

  • ๐Ÿ”น It is pre-installed and does not have a โ€œDeleteโ€ button in the app menu.
  • ๐Ÿ”น Even after deactivation through the settings, it will remain in the system, occupying up to 50-150 MB of space.
  • ๐Ÿ”น Some features (such as cloud backup) can work in the background even if you donโ€™t use them.

Moreover, on Redmi models with MIUI Global or MIUI for EEA (European Economic Area), Google One is often tied to other services, such as Google Play Services or Google Drive.

  • ๐Ÿ“ฑ Automatic synchronization of contacts and calendar.
  • ๐Ÿ”„ Backup photos through Google Photos.
  • ๐Ÿ›’ App updates from the Play Market.

So before you turn off, you should evaluate what features youโ€™re using, for example, if you actively back up data to the cloud, deactivating Google One could interrupt this process.

๐Ÿ“Š Why do you want to disable Google One?
It takes up a lot of space.
Intrusive notices
I don't use the cloud.
Interfering with other applications
Another option

Method 1: Disable via application settings (without root)

The safest method is to deactivate Google One through standard Android settings.This won't remove it completely, but will stop background activity and notifications.

Instructions:

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. In the search bar, type in Google One (or scroll through the list to the Google section).
  3. Click on the app, then select Disable (or Deactivate on some versions of MIUI).
  4. Confirm the action in the window that appears.

After that:

  • ๐Ÿ“ต The app will stop sending notifications.
  • ๐Ÿ“‰ Its background activity will be limited (but not completely stopped).
  • ๐Ÿ”„ Updates will no longer be installed automatically.

โ˜‘๏ธ Preparing to turn off Google One

Done: 0 / 4

โš ๏ธ Attention: On some firmware MIUI (Especially on Redmi with Android 13+) If you turn off Google One, you may lose access to your backup settings in Google Drive. If you use this feature, transfer backups to another storage beforehand.

Method 2: Remove updates and reset to factory version

If Google One was updated through the Play Market, it can be โ€œrolledโ€ to the factory version, which will reduce the space occupied and remove some of the features.

How to do this:

  1. Go to Settings. โ†’ Annexes โ†’ Google One โ†’ Three points (โ‹ฎ) โ†’ Remove updates.
  2. Confirm action. The app will return to the version that was preinstalled on the system.
  3. (Optional) In the Play Market, search for Google One and click Delete (this will only remove updates, but not the app itself).

Advantages of the method:

  • ๐Ÿ“ฒ Free up to 30-70 MB of memory.
  • ๐Ÿ”„ The app will stop automatically updating (if you disable auto-update in the Play Market).

Disadvantages:

  • ๐Ÿšซ Some functions (such as subscription management) may become unavailable.
  • ๐Ÿ”„ With the next big update MIUI Google One can be automatically updated again.

๐Ÿ’ก

To prevent Google One from automatically updating, open its Play Market page by clicking on three dots (โ‹ฎ) and uncheck the checkmark from Auto Updateยป.

Method 3: Complete removal via ADB (for power users)

If youโ€™re willing to take drastic measures, Google One can be removed entirely with the help of ADB (Android Debug Bridge), a method that requires connecting a smartphone to a computer and basic command line knowledge.

โš ๏ธ Attention: Misuse of the right ADB If you are not sure about your actions, skip this method. Also note that after you delete Google One, some Google features (such as backup) may not work properly.

Step-by-step:

  1. Turn on Developer Mode on Xiaomi Redmi: Go to Settings โ†’ About Phone โ†’ MIUI Version. Click on MIUI Version 7 times until the notification โ€œYou became a developerโ€ appears.

Connect your smartphone to your computer through USB-cable and confirm the debugging permit.

CMD

Terminal

adb devices

Make sure your device is listed.

Google One

adb shell pm uninstall --user 0 com.google.android.apps.subscriptions.red

(Some versions of MIUI may require a different command โ€” see the table below.)

Model RedmiMIUI versionADB Team TeamNotes
Redmi Note 10/11/12MIUI 12โ€“14pm uninstall --user 0 com.google.android.apps.subscriptions.redIt works on most global firmware
Redmi 9/9A/9CMIUI 11โ€“12.5pm uninstall -k --user 0 com.google.android.apps.subscriptions.red-k flag retains cache
Redmi K40/K50MIUI 13+pm uninstall --user 0 com.google.android.apps.subscriptions.red or com.google.android.apps.tachyonOn some firmware, the package is called tachyon.

If the command is successful, Google One will disappear from the app menu and no longer occupy space.

  • ๐Ÿ”„ After resetting settings or updating MIUI The app may appear again.
  • ๐Ÿ“ฑ Some Google features (such as cloud backup) will stop working.
What if the ADB canโ€™t see the device?
1.Make sure drivers are installed ADB (Download them from Google or through the Mi Flash Tool.2 Try another one. USB-cable (preferably original).3. Enable the option "Cancel authorization" in the developer settings USB-Debugging.โ€™4 Reboot your smartphone and computer.

Method 4: Disable via Safe Mode (unless the application is deactivated)

If Google One doesnโ€™t turn off in the standard way (for example, the Disable button is inactive), you can try doing so through Safe Mode, a mode that only system applications run.

Instructions:

  1. Turn off Xiaomi Redmi.
  2. Press the Power button and hold it until the MI logo appears.
  3. Once the logo appears, release the Power button and immediately press Volume Down.
  4. Hold the volume down until the smartphone boots in Safe Mode (the bottom of the screen will be the inscription โ€œSafe Modeโ€).
  5. Go to Settings โ†’ Apps โ†’ Google One and try to disable it.
  6. Reboot your smartphone in normal mode.

This method helps in cases where:

  • ๐Ÿ”’ The application is blocked by the administrator of the device (for example, on corporate smartphones).
  • ๐Ÿ”„ It was updated and blocked the possibility of deactivation.

โš ๏ธ Warning: Safe Mode does not have third-party apps, including launchers.If you have an alternative launcher installed (like Nova Launcher), the screen will look different than usual.

What happens after Google One shutdown: the consequences and how to avoid it

Deleting or deactivating Google One will affect several aspects of how your smartphone works, and consider the main consequences and ways to minimize them.

ConsequenceDescriptionHow to avoid or fix
Termination of backupsAutomatic data backup (contacts, SMS, settings) in Google Drive will stop working.Use alternatives: Mi Cloud, Local Backup in MIUI, or third-party apps like Swift Backup.
Loss of access to Google One subscriptionIf you have an active subscription to additional cloud storage, it will become more difficult to manage.Manage your subscription via the one.google.com web version.
Google Play Services malfunctionSome functions (such as application license verification) may not work well.Update Google Play Services manually through the Play Market.
Synchronization error notificationsThere may be reports of problems with syncing your Google account.Turn off sync for unnecessary data in Settings โ†’ Accounts โ†’ Google.

If you only use Google One to back up your photos, please note that:

  • ๐Ÿ“ธ Google Photos will continue to work, but without integration with Google One (for example, it will not show information about the occupied place in the cloud).
  • ๐Ÿ“ Backups of apps (such as WhatsApp data or game progress) may not be saved.

๐Ÿ’ก

If you are not using Google cloud storage, disabling Google One will not cause critical harm, but before doing so, make sure that important data (contacts, photos) is stored elsewhere.

Alternatives to Google One on Xiaomi Redmi

If you have disabled Google One but still need backup or cloud storage, consider the following alternatives:

  • ๐Ÿ”ต Mi Cloud: Embedded cloud from Xiaomi with 5 GB of free space. Automatically syncs contacts, notes, photos and call recordings. Available via Settings โ†’ Mi Account. โ†’ Mi Cloud.
  • ๐ŸŸข Local Backup (MIUI): Backs up your memory card or internal memory. Saves your applications, SMS, Log of calls and system settings. โ†’ The phone. โ†’ Backup and reset.
  • โšช Third-party services: Dropbox, Yandex Drive, Mega โ€” offer from 10 to 50 GB of free space. Swift Backup (requires root) โ€” creates full backups of applications and data.

If you choose Mi Cloud, consider:

  • ๐Ÿ”’ Data is stored on Xiaomi servers, not Google.
  • ๐Ÿ“ฑ For a full backup, you need to log in to Mi Account.
  • ๐Ÿ“ต Some features (such as WhatsApp backup) may not work.

FAQ: Frequent questions about turning off Google One

Can I delete Google One without root rights?
Yes, but not completely. You can: Disable the application through settings (it will stay in the system, but it will not work); Remove the updates by returning it to the factory version; Remove it through ADB (no root, but you need a computer); Complete removal with root access (root) is possible, but it is risky for the stability of the system.
Why did Google One stop syncing contacts after it was disabled?
The Google One app is linked to Google Play Services, which is responsible for syncing. To restore: Go to Settings โ†’ Accounts โ†’ Google. Select your account and enable sync for Contacts. If it doesn't help, upgrade Google Play Services to the Play Market.
Will Google Photos Work After Google One Is Deleted?
Yes, Google Photos will continue to work, but: You won't be able to manage your subscription for extra space through the app. Cloud space information may not be displayed correctly. Photo backup will work if you have enough space on Google Drive.
Can I return Google One after being deleted via ADB?
Yes, but it will require: Resetting to factory settings (deleting all data!) or manual installation. APK-Google One file (but it won't be system-friendly) or updates MIUI through MIUI Recovery (will bring back all system applications).
Why does Google One reappear after the MIUI update?
For major MIUI updates (e.g., version 13 to version 14), the system restores all system applications, including Google One. To avoid this: Before upgrading, create a backup via Local Backup. After upgrading, re-disable Google One via ADB or settings. Use firmware without Google services (e.g., MIUI China), but this will turn off the Play Market.