Google Play services on Xiaomi smartphones are often a source of annoyance: they take up space in memory, consume traffic in the background and can conflict with alternative app stores, especially for Redmi and POCO users who prefer APK workarounds or use devices in regions with limited access to Google services. But simply removing Google Play Services or Play Market will not work โ MIUI protects them as critical components.
In this article, we will discuss 5 working methods, from temporary shutdown to complete removal (including rootless methods), you will learn how to circumvent the limitations of MIUI 12/13/14, what risks certain actions carry, and what to do if other functions stop working after manipulation (for example, Google Pay or contact synchronization).
Why you canโt just delete Google Play through your settings
Unlike regular apps, Google Play Services and Play Market are integrated at the firmware level in Xiaomi.
- ๐ Delete Protection: The Remove button in the app menu is not available (only "Disable" or "Remove Updates").
- ๐ Auto-Repair: Even if you delete APK through ADB, The system can restore it after restarting.
- โ ๏ธ Addictions: Many features (from Google Maps to YouTube) will stop working without Play Services.
Moreover, on devices with MIUI Global or EEA, Google services are part of mandatory certification, and their removal may result in:
- ๐ต Loss of access to Widevine L1 (no HD Netflix or Disney+).
- ๐ Blocking certain banking applications (e.g. SberBank Online or Tinkoff).
- ๐ซ Unable to use Google Pay for contactless payments.
โ ๏ธ Attention: On Xiaomi devices with firmware MIUI China (without Google) does not require removing Play Market โ it is not there at first. But if you install it manually, it will behave like a regular app (it can be removed in a standard way).
Method 1: Disconnect via settings (without root)
The safest method is deactivation, not deletion, and is suitable for users who want to save battery power or limit background Play Services activity.
Instructions:
- Open Settings โ Applications โ Application Management.
- In the search bar, type in Google Play and select Google Play Services.
- Click Disable (if the button is inactive, click Stop first).
- Confirm the action in the dialog window.
For the Play Market, the same thing happens, but once you're disabled, you can't install or update apps through it. To get back to the service, you just need to turn the service back on in the settings.
No notifications from Google Play|
Opportunity of alternative stores (APKMirror, Aurora Store)|
Synchronize contacts and calendar (if you use a Google account) |
Access to geolocation in maps (2GIS, Yandex.Maps)
-->
This method doesn't delete the application files, it just stops them from working. If you need to make room, move on to the next method.
Method 2: Remove updates and reset to factory version
Google Play Services and Play Market are often updated automatically, taking up hundreds of megabytes, and can be rolled back to the factory version, reducing space and system load.
How to do this:
- Go to Settings โ Applications โ Google Play Services.
- Click on the three dots in the top right corner and select Remove Updates.
- Confirm the action. The system will return the app to the version that was used when you bought the device.
- Repeat the steps for the Google Play Market.
To prevent automatic updates in the future:
- ๐ก๏ธ Open Play Market โ Settings โ Auto Update Apps and Choose Never.
- ๐ด Turn off background data transfer for Play Services in traffic settings.
| Annex | Size after discharge | Size with updates | Saving space |
|---|---|---|---|
| Google Play Services | ~50MB | ~300-500MB | 450 MB |
| Google Play Market | ~15MB | ~50-80MB | up to 65MB |
| Google Play Games | ~20MB | ~100-150MB | 130 MB |
โ ๏ธ Note: After a reset, some features (such as Google Pay or Find My Device) may not work properly. If you use these services, it is better to leave updates or look for alternatives (such as Mi Pay for payments).
Battery savings |
Freeing up memory |
Use of alternative stores (APK, Aurora)|
Privacy (I donโt want to be tracked by Google)|
Other region (no access to services)-->
Method 3: Remove via ADB (without root, but with PC)
If the standard methods donโt work, you can use Android Debug Bridge (ADB) โ A debugging tool that allows you to manage system applications, which doesn't require root rights, but you need a computer and a computer. USB-cable.
Step-by-step:
- Download ADB Tools and unpack the archive in any folder on your PC.
- On your smartphone, activate Developer Mode: Go to Settings โ About Phone. Press 7 times on the MIUI Version until the notification โYouโve become a developerโ appears.
Settings โ Additional โ For Developers
USB debugging
ADB
adb devices(Your device should appear. If not, install Xiaomi drivers.)
adb shell pm uninstall -k --user 0 com.android.vending
adb shell pm uninstall -k --user 0 com.google.android.gmsThe first command removes Play Market, the second one removes Google Play Services. The --user 0 flag means that apps are only removed for the current user (without affecting the system completely).
To get it back, use:
adb shell cmd package install-existing com.android.vending
adb shell cmd package install-existing com.google.android.gmsadb shell settings put global package_verifier_user_consent 0This will disable system integrity checks. APK loading.-->
Method 4: Complete removal with root rights
If you are willing to take drastic measures and have root access (for example, through Magisk), you can delete Google Play forever, a method suitable for experienced users, as improper actions can lead to a โbrickโ of the device (inoperability).
What you'll need:
- ๐ฑ Xiaomi smartphone with unlocked bootloader and installed Magisk.
- ๐ป PC with installation ADB and Fastboot.
- ๐ง Backup of data (for example, through TWRP).
Instructions:
- Install a file manager with root support (such as Root Explorer or FX File Explorer).
- Go to /system/priv-app/ or /system/app/.
- Find and delete folders: PrebuiltGmsCore (or GmsCore) is Play Services. Phonesky is Play Market. GoogleServicesFramework is a framework for running services.
Reset the device.
After the complete removal of Google Play Services, all applications that depend on Google will cease to work: maps, Gmail, YouTube (without the web version), as well as some games with authorization through Google Play Games. If you are not ready for such consequences, it is better to use methods without root.
What if banking applications stopped working after removal?
Method 5: Alternative firmware (for advanced)
If you want Xiaomi completely without Google services, consider installing custom firmware.This is a cardinal solution that requires unlocking the bootloader and potentially takes away warranties.
Popular options:
- ๐ LineageOS โ โcleanโ Android without preinstalled apps. Supports MicroG for compatibility with some Google services.
- ๐ฅ Pixel Experience โ firmware with Google Pixel interface, but allows you to remove unnecessary components.
- ๐ฑ MIUI without GApps - modified versions MIUI, where Google services are removed at the build level (e.g, MIUI EU Play Services).
Installation process:
- Unlock the bootloader through the Mi Unlock Tool (requires a wait of 7-14 days for new Xiaomi accounts).
- Install the custom TWRP recavator.
- Make a full backup of the current system.
- Sweep the selected firmware through TWRP.
| Firmware | Support for MicroG | Compatibility with banking applications | Complexity of installation |
|---|---|---|---|
| LineageOS | Yes. | Partially (depends on the bank) | Medium |
| Pixel Experience | No (must be manually removed) | High (if you leave GApps) | Tall. |
| MIUI without GApps | No. | Low (requires Magisk + root hiding) | Low. |
โ ๏ธ Note: Install custom firmware on Xiaomi devices with MediaTek processors (for example, Redmi Note 11 or Xiaomi devices). POCO M4 Pro is fraught with modem issues (mobile network may go missing). Check the forums' compatibility reviews before you run the firmware. 4PDA or XDA Developers.
What to do if other functions stop working after Google Play is disabled
Removing or disabling Google Play Services can have a chain reaction, and these are the most common problems and solutions.
- ๐ Geolocation does not work: Install MicroG (requires F-Droid settings and UnifiedNlp enabled). Alternatively, use Yandex.Maps or 2GIS Googleless.
- ๐ Contacts are not synced: Move them to your Mi Account or export them to a.vcf file.
- ๐ฎ No games: Many games (for example, PUBG Mobile or Genshin Impact requires Google Play Games. APK manually or use an emulator on a PC.
- ๐ณ Google Pay does not work: Go to Mi Pay (if supported by your bank) or use a physical card.
If youโre experiencing a cyclical reboot after manipulating Play Services, try:
- Download in Safe Mode (press the power button โ โReboot in Safe Modeโ).
- Return remote applications via ADB (see Method 3).
- Make a reset to factory settings (if other methods did not help).
๐ก
Before experimenting with any system applications, back up your device via TWRP or adb backup, which will allow you to restore the device if something goes wrong.