How to Remove Google One from Xiaomi Redmi: 5 Ways to Remove

Google One automatically installs on many Xiaomi Redmi smartphones and takes up space in memory, even if you do not use cloud storage. Users often face problems: the application cannot be removed in the standard way, it consumes traffic in the background and sends notifications about โ€œfilled storageโ€. In this article, we will discuss all working methods for disabling, stopping or completely removing Google One on Redmi Note 10/11/12, Redmi 9/10, POCO X3/X4 and other models running MIUI 12-14.

Itโ€™s important to understand that Google One is integrated into the system as a system application, so simply clicking โ€œDeleteโ€ on the menu wonโ€™t work. Weโ€™ll look at ways of varying degrees of complexity, from basic disabling to complete removal via ADB (for power users), and find out what consequences can have removal of the service and how to avoid them.

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

Google One is a pre-installed system service (called bloatware), with smartphone makers including Xiaomi making deals with Google to include their services in firmware, which gives them a few bonuses:

  • ๐Ÿ”น Free 15GB of cloud storage for backups
  • ๐Ÿ”น Automatic synchronization of contacts and photos
  • ๐Ÿ”น Access to exclusive features (e.g. Google Photos with an advanced editor)

However, these benefits come at a cost of running the service in the background, battery consumption and traffic, and Google One can often not be uninstalled without superuser rights, as it is tied to the system components of Google Play Services.

โš ๏ธ Note: Deleting Google One completely may disrupt other Google services such as Gmail, Google Drive or Google Photos. If you actively use these apps, it is better to limit yourself to turning off notifications and background activity.

Method 1: Disable Google One through MIUI settings

The easiest and safest method is to suspend the application without deleting it, which won't free up memory, but will stop background processes and notifications.

Instructions for MIUI 12/13/14:

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. In the search bar, type Google One.
  3. Slip on the app, then select Disable (or Stop if the button is active).
  4. Confirm the action in the dialog window.

After the shutdown:

  • ๐Ÿ“ต The app will stop sending notifications
  • ๐Ÿ”‹ Battery consumption will decrease (by 2-5% model-wise)
  • ๐Ÿ“ก The background consumption of mobile traffic will stop

โš ๏ธ Note: On some Xiaomi firmware, the "Disable" button may not be active.

๐Ÿ“Š How often do you use Google One on Xiaomi?
Every day.
Sometimes.
Backup only.
Never used it.
I deleted it.

Method 2: Cleaning the cache and application data

If Google One takes up too much space, but you donโ€™t want to delete it completely, you can clear your cache and user data, which will free up between 50MB and 1GB of storage (depending on the number of backups).

How to clean:

  1. Go to Settings โ†’ Applications โ†’ Google One โ†’ Storage.
  2. Click Clear cache (this is secure and wonโ€™t delete your files).
  3. Then select Clear Data (this will reset the app settings but wonโ€™t affect files in the cloud).
Action.The effectRisks.
Clearing the cacheReleases 50-300MBNo risk.
Clearing the dataFrees up to 1 GB, resets settingsI'll have to re-enter the account.
Disabling autosynchronizationReduces traffic consumptionPhotos and contacts will not be reserved

After cleaning, check Settings โ†’ Accounts โ†’ Google โ†’ Account Sync and disable unnecessary options (such as Google One or Drive).

๐Ÿ’ก

If the app takes up a lot of space again after cleaning, check the backup settings in Google Photos โ€“ it may have enabled automatic high-resolution video saving.

Method 3: Removing Google One Updates

System applications can't be completely removed, but you can return them to the factory version by removing all updates, which will reduce the size of the application and disable some of the features.

Step-by-step:

  1. Open Settings โ†’ Apps โ†’ Google One.
  2. In the upper right corner, tap three points (โ‹ฎ) and select Remove Updates.
  3. Confirm the action.

What's it gonna do?

  • ๐Ÿ“‰ The size of the application will decrease with ~100MB to ~10MB
  • ๐Ÿ”„ New features (e.g. shared storage) will disappear)
  • ๐Ÿ”’ The application will stop updating automatically

โš ๏ธ Note: After rebooting your Google Play phone, the Store may offer to update the app again.To avoid this, turn off auto-update for Google One in the Play Store settings.

Disable synchronization in Google Account|

Backup of important data |

Close all background applications |

Free space check (minimum 500MB required)|-->

Method 4: Remove via ADB (for power users)

If previous methods have failed, you can completely uninstall Google One using ADB (Android Debug Bridge), which requires connecting the phone to your computer and basic command line knowledge.

What you need:

  • ๐Ÿ–ฅ๏ธ A computer with installed Xiaomi drivers and ADB
  • ๐Ÿ“ฑ Included debugging by USB on the phone (Settings) โ†’ The phone. โ†’ Version. MIUI โ†’ 7 times tap to unlock the developer mode, then enable debugging in Settings โ†’ Additionally. โ†’ For developers)
  • ๐Ÿ”Œ USB-cable (preferably original)

Instructions:

  1. Connect the phone to your computer and confirm the debugging permission.
  2. Open the command prompt (cmd on Windows or Terminal on macOS/Linux) and type:
adb devices

If the device appears in the list, enter the command to delete:

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

Some versions of MIUI may require an alternative command:

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

What to do if the team does not work:

  • ๐Ÿ”„ Restart your phone and try again.
  • ๐Ÿ”ง Check if the package is correctly listed (com.google.android.apps.subscriptions.red โ€“ standard Google One identifier)
  • ๐Ÿ›ก๏ธ If a Permission denied error appears, it is possible that debugging is blocked on your device (you need to unlock the bootloader)

โš ๏ธ Attention: Removal through ADB This can cause disruptions to other Google services, such as Play Store or Gmail.Be sure to back up your data before you execute commands!

What if the ADB canโ€™t see the device?
If the adb device command doesnโ€™t show your Xiaomi Redmi, follow the following steps: 1. Make sure debugging is enabled. USB (Settings โ†’ For developers โ†’ Debugging by USB). 2. Reinstall Xiaomi drivers on your computer (download from the official website). 3. Try another one USB-cable (some cables are only for charging). 4. In the command line, type: adb kill-server adb start-server Then repeat adb devices.

Method 5: Removal with Magisk (root required)

If you have a bootloader unlocked and Magisk installed, you can uninstall Google One as a system app without the risk of โ€œbrickingโ€ the phone.

Step-by-step:

  1. Install System App Remover or Debloater via Magisk Manager.
  2. Launch the module and search the Google One list (com.google.android.apps.subscriptions.red).
  3. Check the box and press Uninstall.
  4. Reboot the phone.

Advantages of this method:

  • ๐Ÿงน Complete removal without traces
  • ๐Ÿ”ง The ability to restore the app through Magisk if something goes wrong
  • ๐Ÿ“ฑ It does not require a connection to a computer.

Risks:

  • โš ๏ธ Loss of warranty (if the bootloader was unlocked)
  • โš ๏ธ Possible malfunctions in Google Play Services
  • โš ๏ธ Need for manual security updates

๐Ÿ’ก

Use Magisk only if you are confident in your actions. Incorrect removal of system applications can lead to a boot cycle or complete failure of the phone.

What if Google One is back after the update?

Even after deletion, Google One may return after the MIUI or Google Play Services update.

  1. Turn off auto-update apps in the Play Store:

Freeze the package.

Titanium Backup

App Quarantine

Use alternative firmware

LineageOS

Pixel Experience

Google

If Google One is back, it's back:

  • ๐Ÿ”„ Repeat the removal through ADB magisk.
  • ๐Ÿ“ต Turn off the internet before upgrading (to prevent Google Play Services from restoring the app).
  • ๐Ÿ“Œ Install Xiaomi. ADB/Fastboot Tools for deeper cleaning.

FAQ: Frequent questions about removing Google One on Xiaomi

Can I delete Google One without root rights?
Yes, but not completely. You can disable the application through settings or remove its updates (see Methods 1-3). Complete removal without root is only possible through ADB, but this does not guarantee that the application will not return after the system update.
Will Google Photos Work After Google One Is Deleted?
Google Photos will continue to work, but some features may be limited: ๐Ÿ“ธ Backup photos will be available, but without integration with Google One (you can not manage storage from one place). ๐Ÿ” Searching for photos may become less accurate (part of the tags and categories depend on Google One).If you use Google Photos only to view, no problems will arise.
How to get back Google One if you need it for backups?
If you have removed the app and want to restore it: Go to the Play Store and find Google One. Click Install (if the app was removed via ADB, you may need to reset your settings). If the installation doesn't work, reset your Google Play Services settings (Settings โ†’ Apps โ†’ Google Play Services โ†’ Storage โ†’ Clear data).
Does Google One Removal Speed Up Your Phone?
There will be no significant increase in productivity, but: ๐Ÿ”‹ The battery will run slower (on the 3-7% model-wise). ๐Ÿ“ก Mobile traffic consumption will decrease (up to the current level) 50 MB per month). ๐Ÿ“ฑ Released before 1 GB of memory (if you clear cache and data) The main improvement is the lack of intrusive notifications about "filled storage".
Can I uninstall Google One on Redmi with global firmware?
Yeah, but it's more complicated (MIUI Global) Google One is more integrated into the system: ๐Ÿ”ง Use it. ADB with the pm uninstall command -k --user 0 com.google.android.apps.subscriptions.red. ๐Ÿ“ฒ If you can't, ask the phone back. MIUI China (without Google services) or custom firmware. Note that on global firmware, removing system applications is more likely to cause crashes.