The error βGoogle App has been buggedβ** on Xiaomi smartphones is one of the most common problems that MIUI users face. It can manifest itself in various ways, from sudden closures of the Google Play Store to complete inability to log in to your account. Most often, a failure occurs after a system update, changing the region or installing third-party firmware. But even on a βpureβ MIUI without modifications, the error can occur due to a conflict between Google services and Xiaomi optimizations.
In this article, we will look at all possible causes, from a banal cache failure to deep system conflicts, and provide step-by-step instructions for each case. Particular attention will be paid to Xiaomi models on MIUI 14/15 (for example, Redmi Note 12, POCO X5, Xiaomi 13T), where the error is more common due to aggressive battery optimization. If you see messages like com.google.process.gapps stopped or Google Play Services does not respond, here you will find a solution.
Why Google is wrong with Xiaomi: 5 main reasons
Before you start fixing, it is important to understand the root of the problem, and 80% of the time, the error is due to one of the following factors:
- π Google Service Version Conflict β After Updating MIUI Google Play Services is incompatible with the current firmware.
On Xiaomi with MIUI Global, the error is most often related to the first and third points. On the Chinese versions (MIUI China), the problem is usually that Google Mobile Services (GMS) is not available β you have to install them manually. If you use the Redmi Note 11 or later, check if you have beta versions of Google services β they often conflict with Xiaomi optimizations.
Method 1: Reboot and check connection
Start with the simplest thing, reboot the device. This clears the RAM and the time processes that may have caused the failure. Press and hold the power button, then select Reboot. Once turned on, check if the error has disappeared.
If the problem persists, make sure the internet connection is stable:
- πΆ Switch from Wi-Fi to Mobile Data (or vice versa).
- π Turn on and off flight mode for 30 seconds.
- π Check if it's blocking. VPN Firewall access to Google servers.
On Xiaomi MIUI 14+ There is a hidden network diagnostic function: go to Settings β SIM-maps and mobile networks β Diagnostics of the network, if the test shows problems with the DNS, Try manually prescribing 8.8.8.8 (Google) or 1.1.1.1 (Cloudflare) in your Wi-Fi settings.
π‘
If the error only appears on Wi-Fi, try forgetting the network (Settings β Wi-Fi β Click on the network β Forget) and connecting again.
Method 2: Clearing Google Cache and Data
A damaged cache is the most common cause of failure, and Xiaomi has three key applications to clean up:
- Google Play Services is responsible for the background work of all services.
- Google Play Store is an app store.
- Google App (or Google Search) is the main search app.
Instructions:
- Open Settings β Applications β Application Management.
- In the search, enter the name of the application (for example, Services).
- Select Warehouse β Clear cache and Clear data.
- Repeat for all three applications.
Clear the Google Play Services cache | Clear the Google Play Services | Clear the Google Play Store cache | Clear the Google App |Reboot the phone-->
β οΈ Note: after the data has been cleared, Google Play Services may need to re-authorize your account. If the error persists after this procedure, proceed to the next method.
Method 3: Update Google Play Services and other apps
Outdated versions of Google Play Services or Google Play Store often conflict with the latest MIUI updates.
- Open the Google Play Store.
- In the search, type in Google Play Services and select the app.
- If you have an update button, press it.
- Repeat for Google Play Store and Google App.
Some MIUI firmware (especially Chinese ones) may not have a Google Play Store.
- π± Download the latest version APK from the official APKMirror website.
- π§ Install the file by allowing installation from unknown sources (Settings) β Annexes β Special rights β Installation of unknown applications).
For Xiaomi, MIUI 15 (Android 14) is critical to use Google Play Services version 23.30+.Outdated versions (below 22.0) can cause constant crashes.
How to find out the version of Google Play Services?
Method 4: Set up battery optimization for Google services
MIUI is known for aggressive battery optimization, which often blocks the background work of Google Play Services, which leads to sync errors and sudden app closures.
- Go to Settings β Battery and Performance β Application Power Management.
- Select Google Play Services from the list.
- Set up a No Limits mode.
- Repeat for Google Play Store and Google App.
Turn off automatic optimization:
- π B Settings β Battery β Battery settings disable Adaptive Battery.
- π‘οΈ B Settings β Annexes β Special rights β Battery Optimization Add All Google Apps to Exceptions.
On the POCO F5 and Redmi K60, it is also recommended to disable MIUI Deep Optimization in Settings β Additional β Optimization.This can increase battery consumption by 5-10%, but solve problems with Google services.
π‘
Battery optimization is the main reason for Googleβs mistakes on Xiaomi, and disabling restrictions on key services solves the problem 60 percent of the time.
Method 5: Delete and Re-Install Google Account
If the error is due to login (e.g., failed to log in to Google), re-registration will help, and this method is also effective after changing the region or resetting settings.
Instructions:
- Open Settings β Accounts and Sync β Google.
- Select your account and click Delete account.
- Reboot the phone.
- Go to the Google Play Store and the system will prompt you to add an account again.
β οΈ Before deleting your account, make sure you remember your password and two-factor authentication data (if enabled). Once deleted, all synchronized data (contacts, calendars, notes) will disappear from the device but remain in the cloud.
If you add an error to your account and you canβt connect to Googleβs servers, check:
- π Time and date on the phone (must be relevant).
- π Region in settings (Settings) β Additionally. β Language and region).
- π Absence VPN Proxies (they can block access to Google).
Method 6: Reset settings or flashing (extreme measures)
If none of these methods worked, radical methods remain:
| Method | When to apply | Risks. |
|---|---|---|
| Resetting settings (Settings β About Phone β Resetting) | After installing custom firmware or changing the region | All data is deleted, but files are saved on the memory card. |
| GMS installation (for MIUI China) | If your phone is from China without Google services | Requires unlocking the bootloader and can void the warranty |
| Reflashing on MIUI Global | With constant failures on custom or Chinese firmware | Total data loss, risk of "brick" in case of error |
For Xiaomi on MIUI China, the installation of Google Mobile Services (GMS) is done through the XiaomiTool V2 tool or manually through ADB.
adb shell
pm uninstall -k --user 0 com.google.android.gms
pm uninstall -k --user 0 com.google.android.gsf
rebootAfter restarting, install GMS through APK-Files in the correct order (first Google Services Framework, then Google Play Services).
On models with a MediaTek processor (such as the Redmi Note 12 4G), flashing over the Fastboot can result in a loss of IMEI. Always back up through the Mi Flash Tool before starting.