Google Play services are an integral part of the Android ecosystem, but on Xiaomi smartphones they often become a source of problems, from increased battery consumption to conflicts with the MIUI branded shell. Many users want to get rid of them for reasons of privacy, performance optimization or simply unnecessary. However, removing these services is not a trivial task: they are deeply integrated into the system, and their forced removal can lead to failures.
In this article, we will discuss all possible ways - from safe shutdown to complete removal by using the help of ADB And you'll learn what techniques are appropriate for you. MIUI 14 And older versions of how to avoid bugs like com.google.process.gapps has stopped, and what to do if key features stop working after deleting, POCO and flagships Xiaomi 12/13/14, where the process is different.
Why users want to remove Google Play Services from Xiaomi
There are three main reasons, and each of them deserves attention:
- π Battery consumption: Google services can consume up to 15-20% Charges in the background, especially on budget models Redmi Note 10/11 Snapdragon-powered 6xx. This is due to constant data synchronization, geolocation and analytics.
- π‘οΈ Privacy: Google collects data about location, activity in apps, and even search history β even if you donβt use their services. MIUI.
- β‘ Performance: On weak devices (e.g, POCO M3 or Redmi 9A) Google services can be used up to 300-500 MB RAM, which leads to slowdowns.
In addition, some users experience sync errors (such as 403 code in the Play Market) or conflicts with Chinese versions of MIUI, where Google services are initially absent but were installed manually, in which cases, their removal can solve problems with updates or the operation of Xiaomi branded applications (such as Mi Home or Mi Fit).
Method 1: Disable Google Services Without Deleting (Safe Way)
If you don't have to completely remove services, but stop them, this method is best, it's reversible and doesn't require super-user rights. It's suitable for all Xiaomi models, including the POCO F4, Redmi K50 and Xiaomi 13 Pro.
Instructions:
- Open Settings β Applications β Application Management.
- In the search box, type Google Play Services (or Google Play Services in Russian).
- Click on the app, then select Disable (if the button is inactive, click Stop first).
- Confirm the action in the dialog window.
After the shutdown:
- β Apps will stop updating through the Play Market (but installed apps will continue to work).
- β Google Analytics Collecting Will Stop.
- β Google-dependent features: Find My Device, Contact Sync, some games with Google Play Games wonβt work.
π‘
If the βDisableβ button is inactive, try removing the app updates first (the βDelete Updatesβ button is in the same menu).
β οΈ Attention: On some firmware MIUI (for example, MIUI 13.0.6 for Redmi Note 11) after the service is disabled, access to Google Play Protect may disappear.
Method 2: Removal through ADB (without root but with pitfalls)
This method allows you to remove Google Play services completely, but requires a connection to a computer and the use of the tool ADB (Android Debug Bridge).It is suitable for most Xiaomi models, except for those where the manufacturer has blocked the ability to remove system applications (for example, some versions of MIUI for the European region).
What you need:
- π₯οΈ Computer with installed ADB Tools.
- π± Xiaomi smartphone with enabled debugging USB (Settings β The phone. β Version. MIUI β 7 times press to activate the developer mode, then Settings β Additionally. β For developers β Debugging by USB).
- π USB-cable (preferably original).
Step-by-step:
1. Connect the phone to the PC and authorize debugging (on the smartphone screen will appear a request).
2. Open the command prompt (Windows) or terminal (macOS/Linux) in the folder with ADB.
3. Enter a command to check the connection:
adb devices
(Your device serial number should appear).
4. execute the command to remove:
adb shell pm uninstall --user 0 com.google.android.gms
5. Reset the device.After removal:
- π Play Market and other Google apps will stay, but will stop updating.
- π« Google Maps (no maps), Gmail (no sync), YouTube (requires updates).
- β οΈ On certain devices (e.g, POCO X3 Pro) may lose access to Widevine L1, What will reduce the quality of streaming on Netflix to 480p.
USB debugging enabled
Installed ADB drivers on PC
Backup of important data is made
Battery charge > 50%
Antiviruses are disabled (can be blocked) ADB)-->
Method 3: Removal with Magisk (root required)
If your Xiaomi has Magisk installed (for example, through OrangeFox or TWRP firmware), you can uninstall Google services using the Universal SafetyNet Fix module or manually through Magisk Manager. This method is suitable for advanced users, as it requires unlocking the bootloader and obtaining root rights.
Advantages of the method:
- π§ Flexibility: You can remove only unnecessary components (for example, leave the Google Play Store, but remove Google Play Services).
- π Possibility of rollback: with the help of Nandroid backup.
- π‘οΈ SafeNet: some Magisk modules allow you to hide the facts of modifications from banking applications.
Instructions:
- Install Magisk Manager and get root access.
- Download the Universal SafetyNet Fix (to bypass Googleβs checks).
- In Magisk Manager, go to the Modules section and install the downloaded file.
- Use a root-access file manager (e.g., Root Explorer) and delete files: /system/priv-app/PrebuiltGmsCore/ /system/app/GmsCore/
Reset the device.
β οΈ Attention: On devices with MIUI 14 and new versions of HyperOS, removing system applications through root can lead to soft-brick (cyclical reboot).Before experimenting, check the compatibility of your model on the Xiaomi.eu or XDA-Developers forums.
What to do if the Play Market stops working after the removal?
Method 4: Switching to custom firmware without Google (for experienced)
The most radical, but also the most effective way is to install firmware that was originally devoid of Google services.
| Firmware | Support for models | Advantages | Deficiencies |
|---|---|---|---|
| LineageOS | Redmi Note 9/10, POCO X3, Mi 9/10 | Stability, lack of Bloatware, regular updates | There are no MIUI chips (e.g. Second Space) |
| Pixel Experience | Xiaomi Mi A2/A3, POCO F1 | Pure Android with Pixel features, good optimization | It may not support the camera at full capacity (no GCam) |
| MIUI EU (without Google) | Most of the Xiaomi/Redmi/POCO models | It saves all MIUI chips, but without Google services | Requires unlocking the bootloader, possible bugs with push notifications |
Installation process:
- Unlock the bootloader through the Mi Unlock Tool (requires a wait of 7-14 days for new Mi accounts).
- Install custom recovery (TWRP or OrangeFox).
- Download the firmware from Xiaomi.eu (Welday version without Google) or LineageOS.
- Flow through recovery by running Wipe Dalvik/Cache, System, Data.
How to set up the Aurora Store:
- Download APK from the official website.
- When you first start, select Anonymous Login (without a Google account).
- In the settings, turn off Auto Update if you want to control the process.
- To install applications, allow Installation from unknown sources in the security settings.
Advantages of the method:
- β No need to remove system components.
- β Access to most apps (except for those that require Google Play Services, such as Google Pay).
- β Less risk to system stability.
What to do if key functions stop working after removal
Deleting Google Play Services can cause some applications and features to crash, and here are the most common problems and solutions:
| Problem. | Reason. | Decision |
|---|---|---|
| Google Play Market is not working | No com.google.android.gms | Install the Aurora Store or download the APK manually |
| Error com.google.process.gapps has stopped | The conflict between the remaining Google components | Remove all Google apps via ADB or roll back to factory settings |
| Push notifications are not working. | Firebase Cloud Messaging is not available | Use alternatives like UnifiedPush (like ntfy) |
| No access to Google Maps | The application requires Google services | Install OsmAnd or Magic Earth (offline maps) |
If the device becomes unstable after manipulation (for example, constant restarts or System UI has stopped errors), follow the following steps:
- Load into Safe Mode (hold the power button β long tap on Turn off β Safe Mode).
- Remove recently installed apps or roll back changes via ADB: adb shell pm install-existing com.google.android.gms
- If nothing helps, reset to factory settings (Settings β About Phone β Reset settings).
β οΈ Attention: On devices with MIUI 14 And HyperOS resets can bring back remote Google services if they were part of the firmware. To avoid this, delete them before resetting. ADB flag-headed --user 0.