Modern Xiaomi smartphones running on Android often come pre-installed with a suite of services from Google, one of which is Google One, which is marketed as an advanced storage and subscription manager. However, not all users need access to cloud features or automatic payment of additional space, especially if they prefer local storage or use alternative cloud solutions.
Trying to standardly remove this app through settings is often frustrating, as the Remove button may be inactive or absent at all, because Google One is deeply integrated into the search giant’s ecosystem and often has the status of a system component. Owners of Redmi and Poco devices face the need to apply more advanced methods or understand the intricacies of shell operation. MIUI HyperOS.
In this article, we will discuss in detail all available methods of uninstallation or complete shutdown of the service. You will learn how to safely free up space in memory, what risks exist when using methods with a computer. ADB-Is it worth touching system files to save a few megabytes.
Why Google One Cannot Be Deleted in the Standard Way
The main reason for the failure to remove classic software is because of the status of the app: many global versions of Xiaomi firmware have a service marked as system, which protects it from accidental removal by the user. Android OS considers Google Play Services and its associated components as critical for the correct operation of the app store and synchronization of contacts.
In addition, smartphone makers enter into licensing agreements with Google, obliging them to pre-installe a certain set of software.Attempt to remove Google One through the standard settings interface is often blocked by the system, which argues that the application is part of the basic functionality of the device.
⚠️ Warning: Forced removal of system components without proper preparation may cause the Google Play Store to function unstable or account sync disruption.
However, there are workarounds, ranging from simply turning off notifications to using debugging tools that allow you to interact with the Android batch manager on a deeper level, depending on your technical background and the ultimate goal: simply hide the icon or physically delete files from the system.
Disabling the application through smartphone settings
The safest and most recommended method for most users is forced shutdown and shutdown, which does not physically delete files, but completely shuts down processes related to Google One and hides the application from the installed list, ideal for those who are afraid of disrupting the system.
To do this, you need to open your Xiaomi settings. Go to Apps, then select All Apps. Search Google One in the list. If search is difficult, use the search bar at the top of the screen. Once you log in to the app menu, you will see several actions available.
- 🛑 Click the Stop button to complete all current service processes right now.
- 🚫 Select the “Disable” option (if available) to stop the system from loading the application at start-up.
- 🗑️ Click on Delete Data and Clear Cache to reset all local settings and free up space.
After these actions, the application icon will disappear from the desktop and menu, the system will consider the service inactive, and it will not consume RAM or battery power, but the files will remain in the system partition, occupying a minimum of space that is not available for user use in any case.
💡
If the "Disable" button is gray and inactive, it means that your firmware version considers the component critical. ADB-team.
Using ADB for Deep Uninstallation
Users who want to remove Google One completely from the system will need to use the Android Debug Bridge (ADB) tool.This method requires connecting the smartphone to a computer and having basic command line skills.It allows you to send commands to the Android package manager, ignoring the standard interface constraints.
The first step is to activate the developer mode on your Xiaomi. Go to About Phone and quickly click on the MIUI or HyperOS version number seven times. Then, in the advanced settings, turn on USB Debugging. Connect the phone to your PC with a cable and confirm the request for debugging permission on your smartphone screen.
On a computer with ADB drivers installed, open the command prompt and type in the command to delete the packet. The packet name usually looks like com.google.android.apps.tachyon or com.google.android.apps.subscriptions.red, but the second option is relevant for Google One.
adb shell pm uninstall -k --user 0 com.google.android.apps.subscriptions.redExecuting this command will remove the application for the current user (user 0), effectively making it unusable.It is important to understand that this does not delete the file from the system partition permanently (as in flashing), but removes it from the user space.
☑️ Preparation for removal through ADB
Comparison of removal and disconnection methods
The choice between simply turning off or using ADB depends on your goals. If you just want to get rid of notifications and save battery power, a standard shutdown is fine, and if your goal is to clean the system as much as possible and you're willing to take risks, you can use advanced methods.
The table below compares the main characteristics of both approaches so you can make an informed decision about your Xiaomi device.
| Characteristics | Standard shutdown | Removal via ADB |
|---|---|---|
| Security | Tall. | Medium |
| Difficulty | Low. | Tall. |
| Recovery | Instantaneous (include) | Requires resetting or re-installation |
| Liberation of the place | Minimum (data only) | Complete (removed) APK-file) |
It is worth noting that after the system update, Google One can automatically return if you used the disabling method.When using ADB, the probability of a return is lower, but when reset to factory settings, the application is guaranteed to recover in both cases.
Possible problems and solutions
Users may experience a variety of errors when deleting or disabling a service, and it is common to find that after an attempt to delete, the sync of photos in Google Photos stops working correctly, since these services are closely related, and reminders from Google Calendar may disappear if they were created through subscription functions.
If you notice strange behavior after manipulation, such as persistent pop-up errors or a cyclical reboot of Google services, it is recommended to reset the settings of the Google Play services themselves. This can be done in the application menu by finding “Google Play Services” and selecting “Clear all data”.
⚠️ Note: Removal of system components may result in loss of software warranty in Xiaomi authorized service centers if the problem is related to interference with system files.
In some cases, antivirus programs or built-in MIUI protection can block the installation of the debugging connection. Make sure that the security settings allow USB connection not only for charging, but also for file transfer and debugging.
What if the phone is not visible to the computer?
Alternatives and storage management
Often the main reason for wanting to remove Google One is not the app itself, but intrusive notifications about the lack of space or offers to buy a subscription. If your goal is simply to stop these notifications, you can leave the application, but deny it access to the network and notifications.
Xiaomi has great built-in storage management tools. The Security and Files app allows you to efficiently manage memory, clean up garbage and transfer data to a microSD card or other clouds, such as Yandex Disk or Mail.ru Cloud, which often offer more favorable terms for users from the CIS.
- ☁️ Use alternative cloud services to back up photos and documents.
- 🧹 Regularly clean the cache through the built-in cleaner MIUI.
- 📂 Transfer heavy media files to an external drive or computer.
By abandoning Google’s ecosystem in favor of other solutions, it gives you more freedom, but requires getting used to new interfaces. However, for basic file storage tasks, standard Android tools and Xiaomi shell provide all the necessary functionality without having to pay for additional gigabytes.
💡
The main goal of removal is not so much to free up space (takes little), as to get rid of intrusive marketing and background processes.