How to completely disable Google Play on Xiaomi smartphones: from simple to complex

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:

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. In the search bar, type in Google Play and select Google Play Services.
  3. Click Disable (if the button is inactive, click Stop first).
  4. 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:

  1. Go to Settings โ†’ Applications โ†’ Google Play Services.
  2. Click on the three dots in the top right corner and select Remove Updates.
  3. Confirm the action. The system will return the app to the version that was used when you bought the device.
  4. 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.
AnnexSize after dischargeSize with updatesSaving space
Google Play Services~50MB~300-500MB450 MB
Google Play Market~15MB~50-80MBup to 65MB
Google Play Games~20MB~100-150MB130 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:

  1. Download ADB Tools and unpack the archive in any folder on your PC.
  2. 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.gms

The 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.gms

adb shell settings put global package_verifier_user_consent 0

This 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:

  1. Install a file manager with root support (such as Root Explorer or FX File Explorer).
  2. Go to /system/priv-app/ or /system/app/.
  3. 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?
Many banking applications (e.g., SberBank Online or Tinkoff) check for Google Play Services to confirm the security of the device. If they stop working: 1. Try using the web version of the bank via a browser. 2. Install MicroG, an open alternative to Play Services that emulates the necessary features. 3. Return Play Services via ADB (see Method 3) and disable only unnecessary components (e.g., Google Play Games).

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:

  1. Unlock the bootloader through the Mi Unlock Tool (requires a wait of 7-14 days for new Xiaomi accounts).
  2. Install the custom TWRP recavator.
  3. Make a full backup of the current system.
  4. Sweep the selected firmware through TWRP.
FirmwareSupport for MicroGCompatibility with banking applicationsComplexity of installation
LineageOSYes.Partially (depends on the bank)Medium
Pixel ExperienceNo (must be manually removed)High (if you leave GApps)Tall.
MIUI without GAppsNo.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:

  1. Download in Safe Mode (press the power button โ†’ โ€œReboot in Safe Modeโ€).
  2. Return remote applications via ADB (see Method 3).
  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.

FAQ: Frequent questions about turning off Google Play on Xiaomi

Can I turn off Google Play Services without consequences?
No, completely disabling or deleting Google Play Services will cause most Google apps (including YouTube, Gmail, Google Maps) and some third-party programs (banking apps, games) to fail, but you can limit its activity: Turn off auto-update in the Play Market. Ban background data transfer in traffic settings. Use Greenify or Brevent to freeze the service.
How to uninstall Google Play on Xiaomi without a computer?
Without a PC and ADB, you canโ€™t completely uninstall Play Market or Play Services. However, you can: Disable apps through settings (see Method 1). Uninstall updates (see Method 2). Use App Inspector or Package Disabler (requires root or Shizuku).
Will Mi Pay work after Google Play Services is removed?
Mi Pay is independent of Google Play Services, so it will work fine.However, some banks may block payments on devices with an unlocked bootloader or root. To avoid problems: Hide root through Magisk (enable MagiskHide option). Use the official MIUI firmware without modifications. Check Mi Pay support in your bank (for example, Sberbank and Tinkoff are working, and VTB can block).
How to return Google Play if it is missing after resetting?
If Play Market disappeared after hard reset, it means that the device has firmware without Google services (for example, the device has a firmware installed, MIUI To return: Download Google Installer (e.g. from here). Install APK Follow the instructions (you'll need an internet connection). If the installation fails, run the MIUI Global via Fastboot. โš ๏ธ On some models (for example, Redmi Note 10 Pro) after manual installation of Play Services may not work push notifications.
Can I turn off Google Play for specific applications only?
Yes, you can restrict individual apps from accessing Google Play Services: Go to Settings โ†’ Annexes โ†’ Permits โ†’ Additionally. โ†’ Access to Google Play services. Select an app (like Facebook or Instagram) and turn off access. This won't turn off Play Services completely, but will reduce its use. Use AppOps for more flexible management. ADB): adb shell cmd appops set <package> android:mock_location allow Replace <package> to the program identifier (e.g. com.facebook.katana for Facebook).