Modern Xiaomi and Redmi smartphones come with a Google Mobile Services (GMS) package pre-installed, which is deeply integrated into the operating system. For many users, this is a key advantage that ensures the operation of maps, notifications and contact synchronization. However, there is a category of owners who want maximum autonomy, privacy or simply want to free the system memory from excess software. Deleting Google Play is not just an application, but a complex process that affects system partitions.
Before taking action, you should be aware that MIUI or HyperOS may not function properly without Googleβs underlying components, which can lead to errors in third-party applications that use GMS APIs for authorization or geolocation. Complete removal requires backup preparation and understanding the risks associated with possible loss of warranty or turning the device into a brick if mishandled.
In this guide, we will look at various methods, from safe shutdowns by regular means to advanced techniques using ADB and Root rights. Each step will be detailed to minimize the likelihood of critical errors, you will learn which packages can be touched and which are best left alone for system stability.
β οΈ Warning: Complete removal of Google system components can lead to unstable smartphone operation, malfunctioning of alarm clock, calendar and third-party applications.
Preparation of the device and creation of a backup copy
The process starts with careful preparation. System component removal is a process that can require factory resets if it fails. So the first step should always be to save important data. Use cloud services (not Google) or local storage to back up contacts, photos and documents.
Then you activate the developer mode. Without this step, USB debugging access will be closed, and the computer will not be able to control the phone system. Go to Settings β About the phone and quickly click on the MIUI version seven times. After that, a new item will appear on the menu where you need to enable debugging.
βοΈ Pre-testing
It is also important to disable device search to avoid blocking your account when resetting. Go to your Mi Account settings and select Delete Device or simply log out before you start manipulating, a critical step to avoid FRP lock issues.
Disconnection method through system settings
The safest, but not the most radical, way is to force services to stop and disable via the interface, a method that doesn't physically delete files, but makes them inactive, which is often enough to stop background activity, and is suitable for users who are afraid to use the command prompt.
Go to Settings β Apps β All apps. Find Google Play Services and Google Play Store. From each menu, select the option to Disable or Remove Updates. The system can warn you of possible errors, but for a basic level of isolation, this is usually enough.
However, it is worth noting that MIUI often automatically reactivates these services after a system reboot or update, a method that is more of a temporary solution to assess the impact of Google services on the work of a gadget without risking damage to the bootloader.
π‘
If the βDisableβ button is inactive (gray), then the application has administrator rights or it is a system component that cannot be disabled by standard means without superuser rights.
Using ADB to remove without Root rights
The most effective way to clean a system without obtaining superuser rights is to use the Android Debug Bridge (ADB) tool, which allows you to remove system packages for the current user, effectively hiding them from the system, but leaving the possibility of recovery through resetting.
You'll need a computer and a Platform Tools package installed to start with, connect your smartphone with a cable and type in a communication check command. If you see a debugging permission notice on your phone screen, confirm it by ticking "Always Allow."
adb devices
adb shell pm uninstall -k --user 0 com.android.vendingThe command above will remove the Google Play store for the current user. Similar commands are used to remove other services with the change of the package name. It is important not to remove the excess, since some Xiaomi system processes may depend on Google libraries.
List of safe packet removal
Complete removal with Root rights and system modules
For users who have unlocked the bootloader and obtained Root rights (usually through Magisk), the maximum possibilities open. You can physically delete files from the system partition /system/priv-app. However, modern versions of Android use dynamic partitions, and direct deletion can be dangerous.
Instead of manually deleting files, it is better to use specialized modules or system managers, such as SD Maid or Titanium Backup (for older versions of Android), which allow you to βfreezeβ or delete the application while preserving the folder structure, which reduces the risk of errors when downloading.
If you decide to manually delete files through a root-access file manager (such as MT Manager), be extremely careful. Deleting critical libraries can lead to a cyclical reboot. Always have a recovery image on hand for recovery.
| Package Name (Package Name) | Description of the component | Risk of removal |
|---|---|---|
| com.android.vending | Google Play Store | Low (store only) |
| com.google.android.gms | Google Play Services | High (notifications break) |
| com.google.android.gsf | Google Services Framework | Critical (synchronization errors) |
| com.google.android.feedback | Sending Google Reports | Safe. |
Possible problems and ways to solve them
After Google Play is removed, users often experience unexpected system behavior: Some apps, especially banking and instant messengers, may refuse to run or not work correctly, because they check for Google security certificates.
Another common problem is the constant notification of errors in the system or the inability to set a time and date if they are synchronized through Google NTP servers, in which case you have to look for alternative solutions or return remote components.
β οΈ Note: When you delete Google services, push notifications in applications that depend on the application will cease to work FCM (Firebase Cloud Messaging: Messages can only come from an open application.
If the phone is gone into an endless reboot, try booting into Safe Mode. On Xiaomi, this is usually done by pressing the volume button when the Mi logo appears. In Safe Mode, the cache and data of problematic applications are deleted, which sometimes helps restore access to the system.
Alternative shops and ecosystems
By opting out of Google products, you make room for alternatives, and there are proven app stores on the market, such as F-Droid (open source) or APKPure, that allow you to install the necessary programs without being tied to your Google account.
Xiaomi also has its own GetApps store (Mi App Store) available for users, which is pre-installed in global firmware versions and contains most popular apps adapted to work without Google services, although some software may be limited in functionality.
π‘
Switching to alternative app stores requires getting used to, but gives you full control over the software installed and increases the level of data privacy.
Do not forget about the direct download. APK-This is the most reliable way to get the latest version of the program, independent of the moderation policy of third-party directories.