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:
- Open Settings โ Applications โ Application Management.
- In the search bar, type Google One.
- Slip on the app, then select Disable (or Stop if the button is active).
- 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.
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:
- Go to Settings โ Applications โ Google One โ Storage.
- Click Clear cache (this is secure and wonโt delete your files).
- Then select Clear Data (this will reset the app settings but wonโt affect files in the cloud).
| Action. | The effect | Risks. |
|---|---|---|
| Clearing the cache | Releases 50-300MB | No risk. |
| Clearing the data | Frees up to 1 GB, resets settings | I'll have to re-enter the account. |
| Disabling autosynchronization | Reduces traffic consumption | Photos 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:
- Open Settings โ Apps โ Google One.
- In the upper right corner, tap three points (โฎ) and select Remove Updates.
- 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:
- Connect the phone to your computer and confirm the debugging permission.
- Open the command prompt (cmd on Windows or Terminal on macOS/Linux) and type:
adb devicesIf the device appears in the list, enter the command to delete:
adb shell pm uninstall --user 0 com.google.android.apps.subscriptions.redSome versions of MIUI may require an alternative command:
adb shell pm disable-user --user 0 com.google.android.apps.subscriptions.redWhat 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?
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:
- Install System App Remover or Debloater via Magisk Manager.
- Launch the module and search the Google One list (com.google.android.apps.subscriptions.red).
- Check the box and press Uninstall.
- 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.
- Turn off auto-update apps in the Play Store:
Freeze the package.
Titanium Backup
App Quarantine
Use alternative firmware
LineageOS
Pixel Experience
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.