Google services are so deeply integrated into MIUI firmware that even after manually removing apps, they continue to work in the background, especially Google Play Services, which is responsible for syncing accounts, push notifications and most apps, and if you want to turn off Google Play on Xiaomi for privacy reasons, battery savings, or simply because you donโt use Google services, this guide will help you do it as cleanly as possible.
Itโs important to understand that you canโt completely uninstall Google Play Services without root rights โ itโs a firmware-protected system application, but it can be deactivated, restricted to background activity, or even replaced with alternative services (such as MicroG). In this article, weโll look at all the current ways, from simple (via MIUI settings) to advanced (using ADB and custom firmware).
We warn you in advance: some methods can lead to unstable smartphone operation if you use applications that depend on Google (for example, YouTube, Gmail or games with authorization through Google Play Games).
1. disable Google Play through standard MIUI settings
The safest and most reversible way is to suspend unnecessary Google services through the app menu, which will not remove them completely, but will reduce the load on the system and battery.
Instructions:
- ๐ฑ Open the Settings. โ Annexes โ Application management.
- ๐ In the search bar, type Google Play โ find Google Play Store, Google Play Services and Google Services Framework.
- โ๏ธ For each of them, click Disable (if the button is inactive, first click Stop).
- ๐ Reboot your smartphone to make changes take effect.
โ ๏ธ Note: Google Play Services will stop working after shutdown:
- ๐ง Synchronize contacts and calendar with Google Account.
- ๐ฎ Authorization in games through Google Play Games.
- ๐ Push notifications from some applications (e.g. Telegram or Telegram) VK Google Firebase may be required for notifications).
โ๏ธ Preparing for the shutdown of Google Play
If you notice a problem with your smartphone after you shut it down, you can bring it back the same way, you just need to turn the apps back on in the settings, and this method doesn't require superuser rights and is completely reversible.
2.Removal of Google Play Services Updates
Google Play Services is regularly updated through the Google Play Store, and these updates can โreturnโ disabled features, and to avoid this, you can roll the application back to the factory version and block its updates.
How to do this:
- Go to Settings โ Applications โ Application Management โ Google Play Services.
- Click on the three dots in the top right corner and select Remove Updates.
- Confirm action. The version of the app will reset to the one installed with the firmware.
- Return to the Google Play Store, search for Google Play Services and click Delete (not Open, but Delete โ this will block automatic updates).
๐น What will it do? The application will stay on the system, but it will not be updated, which will reduce its activity. However, some functions (such as geolocation in maps) may not work correctly.
๐ก
If the Remove Updates button is inactive, try disabling the app first and then try again.
3. Disconnect via MIUI Optimizing (no root)
MIUI firmware has a hidden MIUI Optimizing feature that allows you to jam Google's background processes, which does not remove services, but significantly reduces their impact on the system.
Instructions:
- ๐ฒ Open the Security app (shield icon).
- ๐ง Move to Acceleration. โ Settings (cogs at the top) โ MIUI Optimizing.
- ๐ Turn off the slider. MIUI Optimizing (if enabled).
- ๐ Reset the device.
โ ๏ธ Attention: Disconnection MIUI Optimization can lead to:
- ๐ข Slowing down animations and transitions in the system.
- ๐ Increased battery consumption (because background optimization is completely disabled).
- ๐ฑ Possible lags in games and heavy applications.
This is a good way for users who want to reduce the impact of Google, but are not willing to sacrifice the stability of the smartphone. If after the shutdown there are problems, return the setting to its original state.
4.Use ADB for deep shutdown (no root)
If standard methods didn't work, you can use Android Debug Bridge (ADB), a debugging tool that allows you to disable system applications without superuser permissions, which is more radical, but still reversible.
What you need:
- ๐ฅ๏ธ A computer with installed Xiaomi drivers and ADB (download).
- ๐ฑ Included Debugging by USB on a smartphone (Settings) โ The phone. โ Version. MIUI โ Press 7 times, then return to Settings โ Additionally. โ For developers โ Debugging by USB).
- ๐ USB-cable (preferably original).
Step-by-step:
- Connect your smartphone to your PC and confirm the debugging permission.
- Open the command prompt (or PowerShell) in the ADB folder.
- Enter the command to check the connection: Adb devices must display the serial number of your device.
- Run the command to disable Google Play Services: adb shell pm disable-user --user 0 com.google.android.gms
- To disable Google Play Store: adb shell pm disable-user --user 0 com.android.vending
- Reboot your smartphone.
โ ๏ธ Attention: After completing these commands:
- ๐ซ Google Play Store will disappear from the app menu.
- ๐ Some apps (such as Chrome or Gmail) will stop working.
- ๐ To get it back, use the command: adb shell pm enable com.google.android.gms
๐ก
ADB-commands disable applications only for the current user without affecting system files.
5. Install custom firmware without Google (for advanced)
If you're willing to take drastic measures, you can completely remove Google from the system by installing custom firmware without GApps (Google Apps), which requires unlocking the bootloader and installing TWRP, but gives you maximum freedom.
Popular firmware without Google for Xiaomi:
| Firmware | Xiaomi support | Features | Complexity of installation |
|---|---|---|---|
| LineageOS | Yes (most models) | Pure Android, without Bloatware | โญโญโญโญ |
| Pixel Experience | Yeah (selectively) | Itโs like Google Pixel, but without Google services. | โญโญโญโญ |
| Havoc-OS | Yes (many models) | Flexible configuration, support for MicroG | โญโญโญ |
| MIUI without Google (unofficial builds) | Yes (e.g. MIUI EU) | It saves the corporate interface but removes GApps | โญโญ |
๐ง What needs to be done:
- Unlock the bootloader via Mi Unlock Tool (requires Xiaomi account binding and waiting 7-168 hours).
- Install the custom TWRP recavator.
- Download firmware without GApps (for example, from the LineageOS site).
- Switch the device through TWRP.
โ ๏ธ Attention: Installation of custom firmware:
- ๐จ Cancellation of the warranty (unless the official firmware is returned).
- ๐ May cause a device to break down in case of an error.
- ๐ฑ Requires backup of all data (all files will be erased).
What is MicroG?
6. Alternative App Stores
If you turn off the Google Play Store, you'll need an alternative to install apps. Here are the most reliable options:
- ๐ F-Droid โ an open source store (only free applications, without advertising and tracking).
๐น How to install APK-file:
- Download APK from a trusted source (such as APKMirror).
โ ๏ธ Attention: Installation APK from unreliable sources may lead to:
- ๐ฆ Infection with viruses or spyware.
- ๐ Personal data leakage (if the application is fake).
- ๐ต Unstable program operation (if the version is not compatible with your firmware).
๐ก
Before installing an APK, check the hash file (for example, via Hash Droid) and compare it to the official one on the developerโs website.
7 Problems after Google Play shutdown and their solutions
Even after successfully disabling Google Play Services, you may encounter errors, and here are the most common ways to fix them:
| Problem. | Reason. | Decision |
|---|---|---|
| No notifications from apps are coming from | Google Firebase Cloud Messaging (FCM) is not available | Use MicroG or alternative services (e.g. UnifiedPush) |
| Geolocation in maps does not work | Google Location Services is disabled | Install OSMAnd or Magic Earth (use open maps) |
| Authorization error in games | There is no Google Play Games | Use your Xiaomi or Facebook account to sign in |
| The smartphone has become slower to work | Some systems depended on Google for | Perform a cache reset (Settings โ Memory โ Clear cache) |
If none of the methods helped, return the settings to the original state:
- For ADB: Follow the back-up commands (see Section 4).
- For custom firmware: Sweeve the official MIUI through the Mi Flash Tool.