How to Remove Google from Xiaomi Phone: 5 Ways to Remove Google

Google services are deeply integrated into firmware MIUI, But many Xiaomi users want to get rid of them for a variety of reasons, from saving battery power to privacy concerns. However, simply removing apps through the menu often doesn’t give the desired result – many processes continue to work in the background, and some phone features may stop working correctly.

In this article, we will discuss all possible ways to remove Google from Redmi smartphones, POCO And Xiaomi, from basic methods without superuser rights to radical solutions with unlocking the bootloader and firmware custom software, you will learn which components can be safely deactivated and which should not be touched, so as not to lose the functionality of the device. We will also analyze the consequences of each method and give recommendations for restoring the phone to work if something goes wrong.

Why you can’t just uninstall Google as a regular app

Unlike other services, Google Mobile Services (GMS) into MIUI They're system applications, which means they're systems:

  • πŸ”’ Installed in the protected section /system, Where ordinary users do not have access;
  • πŸ”„ Automatically recover after removal through standard means;
  • πŸ€– Related to critical Android features (Push notifications, geolocation, synchronization).

Even if you remove visible apps like Google Play Store or Google Chrome, background processes like Google Play Services and Google Services Framework will continue to:

  • πŸ“‘ Send location data;
  • πŸ”‹ Expend battery power;
  • πŸ“₯ Update in the background through Google Play System Update.

⚠️ Attention: On devices with MIUI Global or MIUI EEA (European version) Google services are a mandatory component of firmware. Deleting them completely without replacing them with alternative services (such as Huawei Mobile Services or MicroG) may result in the inability to use banking applications, cards and other services that require Google Play Protect.

Method 1: Disable and hide Google services without root (for beginners)

If you just want to reduce the impact of Google on your phone, but not remove it completely, this is the best way to do it. It's knowledge-free and reversible.

Steps to shut down:

  1. Go to Settings β†’ Applications β†’ Application Management;
  2. Click on the three dots in the upper right corner and select Show Systems.
  3. Find an app called Google (Play Store, Services, Framework, etc.) in the list.
  4. For each application, click Disable (not β€œDelete Updates!”).

After the shutdown:

  • βœ… Notifications of updates will cease to arrive;
  • βœ… Reduced battery consumption (by 5-15% Based on the Redmi Note user tests 10 Pro);
  • ❌ Some apps (such as Google Maps or Gmail) will stop working;
  • ❌ Contacts and calendar syncs may be missing if they were linked to a Google account.

Keep a backup copy of contacts in VCF-file|

Write down passwords from important accounts (they may be out of sync)|

Install alternative apps (e.g. OSMAnd instead of Google Maps)|

Check the banking applications (some require Google Play Services)

-->

To completely hide Google icons from the app menu:

  1. Hold your finger on the app icon (e.g. Google Play Store)
  2. Drag it to the top of the screen to read Delete or Hide;
  3. Confirm the action.

⚠️ Note: On some Xiaomi models (e.g, POCO F3 Xiaomi 11T) When Google Play Services is disabled, Find a Xiaomi Device stops working. If you use it, you'd better keep it active.

Method 2: Remove updates and reset to factory version

This method allows Google apps to return to their original version, which was installed with factory firmware, and is useful if Google services have started consuming too much resources after the updates.

Instructions:

  1. Open the Settings. β†’ Annexes β†’ Application management β†’ Show system-based;
  2. Select an app (e.g. Google Play Services)
  3. Click on the three dots in the top corner and select Remove Updates.
  4. Confirm the action and restart the phone.

After that:

  • πŸ“‰ The amount of memory used will decrease (for example, Google Play Services can β€œlose weight” from 500 MB to 50 MB);
  • πŸ”„ Auto-update applications will stop;
  • ⚠️ Some features (such as Google Pay) may not work properly.
AnnexReference size (MB)Size after updates (MB)Can updates be removed?
Google Play Services~50300-800Yes.
Google Play Store~1540-100Yes.
Google Services Framework~510-20Yes.
Google Chrome~30150-200Yes (but better to remove completely)

To automatically block future updates:

  1. Open the Google Play Store β†’ Profile β†’ Settings β†’ Auto-update of applications;
  2. Choose Never;
  3. Return to the main menu and click on the profile icon β†’ Device control;
  4. Turn off the automatic system updates option.

Disconnection through settings |

Removal of updates|

Use of ADB|

Custom software firmware|

Full reset to factory settings

-->

Method 3: Remove via ADB (for advanced users)

The method using Android Debug Bridge (ADB) It allows you to remove system applications without root rights, but requires you to connect your phone to your computer. This method works on most Xiaomi devices with an unlocked bootloader).

Preparation:

  1. Enable Developer Mode: Settings β†’ The phone. β†’ Version. MIUI (press 7 times);
  2. Activate USB Debugging in Settings β†’ Additional β†’ For developers;
  3. Download and install. ADB Tools on the computer;
  4. Connect your phone to your PC through USB-cable (select File Transfer Mode).

Delete commands (enter Command Prompt or Terminal):

adb shell


pm uninstall -k --user 0 com.android.vending # Google Play Store




pm uninstall -k --user 0 com.google.android.gms  # Google Play Services




pm uninstall -k --user 0 com.google.android.gsf  # Google Services Framework




pm uninstall -k --user 0 com.google.android.tts # Google TTC




pm uninstall -k --user 0 com.android.chrome  # Google Chrome

What do the team flags mean:

  • -k β€” Stores cache and application data;
  • --user 0 β€” Delete only to the current user (does not require root);
  • pm uninstall is a packet removal command.

⚠️ Note: Some Xiaomi models (e.g. Redmi Note 9 Pro) POCO X3 NFC) After deleting com.google.android.gms, SafetyNet stops working, which blocks access to banking applications and Netflix in the Internet. HD-Before removing, check if Google is responsible for the functionality you need.

List of Google packages that can be safely removed
com.google.android.apps.maps (Google Maps) com.google.android.youtube (YouTube) com.google.android.apps.photos (Google Photo) com.google.android.gm (Gmail) com.google.android.calculator (Google Calculator) com.google.android.contacts (Google Contacts) com.google.android.dia (Google.com)

To restore remote applications:

adb shell cmd package install-existing com.android.vending

Method 4: Firmware custom software without Google (for enthusiasts)

The most radical and effective way is to install firmware that doesn't originally contain Google services.

  • πŸ“± LineageOS (official and unofficial builds);
  • πŸ”„ Pixel Experience (with MicroG support);
  • 🌍 MIUI EU (European firmware without bloat, but with the ability to manually remove Google);
  • πŸ›‘οΈ CalyxOS or GrapheneOS (maximum privacy).

Firmware process:

  1. Unlock the bootloader via Mi Unlock Tool (requires Mi Account binding and waiting) 7-14 days);
  2. Install custom recovery (TWRP Or OrangeFox);
  3. Download firmware from the site XDA Developers (Make sure it is compatible with your model!);
  4. Sweat through recovery, having previously made a backup.

Advantages of this method:

  • βœ… The complete absence of Google services at the system level;
  • βœ… Possibility of using alternatives (MicroG, F-Droid);
  • βœ… Increased productivity and battery life.

Disadvantages:

  • ❌ Loss of warranty (if the device is under warranty);
  • ❌ Risk of "bricking" in case of firmware error;
  • ❌ Some features (such as Mi Pay or Mi Pay) IR Blaster may not work properly.

πŸ’‘

Custom firmware is the only way to get rid of Google at the system level, but it requires technical skills and leads to the loss of official Xiaomi support.

Method 5: Using MicroG as an Alternative to Google

If you need some Google features (like push notifications or geolocation), but without tracking, MicroG is an open alternative with minimal data collection.

MicroG installation:

  1. Download. APK From the official website: microg.org;
  2. Install the following components: MicroG Services Core (main module); MicroG Services Framework Proxy (to emulate Google services); MicroG GmsCompat (app compatibility).

Self-Check

Google Device Registration

Google Cloud Messaging

FakeStore

Compare MicroG and Google Play Services:

FunctionGoogle Play ServicesMicroG
Push notificationsβœ… Yes.βœ… Yes (via UnifiedNlp)
Geolocationβœ… Yeah)βœ… Yes (less accurate but without tracking)
SafetyNetβœ… Yes.❌ No (but there are workarounds)
Battery consumption⚠️ High-pitchedβœ… Minimum
Data collection❌ Extensiveβœ… Minimum

For banking applications (for example, SberBank Online or Tinkoff) with MicroG:

  1. Install the Magisk module - Universal SafetyNet Fix
  2. Activate Hide Magisk in Magisk settings.
  3. Reboot the phone.

πŸ’‘

Before installing MicroG, back up your data via TWRP Some apps (such as WhatsApp or Telegram) may require re-authorization.

What to do if your phone is not stable after Google is deleted

If you notice a failure after manipulating Google services, follow the following steps:

  • πŸ”„ Reboot: Sometimes it’s enough to just restart the device to make the changes take effect;
  • πŸ“± Cache reset: Go to Settings β†’ Annexes β†’ Application management β†’ Google Play Services β†’ Warehouse β†’ Clear the cache;
  • πŸ”§ Recovery through ADB: If you delete a critical packet, return it with the command adb shell cmd package install-existing];
  • πŸ”¨ Flashing: In extreme cases, reset to factory settings (Settings) β†’ The phone. β†’ Resetting settings).

Typical problems and their solutions:

Problem.Probable causeDecision
Push notifications are not working.Removed from Google Play Services or FirebaseInstall MicroG or restore a remote package
No location is determined.Google Services Framework is not availableUse alternative geolocation services (e.g. Mozilla Location Service)
Banking applications are not launchedSafetyNet is not checkedInstall Magisk + Universal SafetyNet Fix module
The β€œGoogle Play Services” is stopped.Partial removal of Google packagesRestore all deleted packages or sew clean firmware

⚠️ Note: If you have deleted Google Mi Account or Xiaomi Cloud, it means you have removed critical system components associated with authorization. In this case, only a complete flashing through the Mi Flash Tool with the choice of the clean all option will help.

FAQ: Frequent questions about Google's removal from Xiaomi

Can you delete Google from Xiaomi without a computer?
Yes, but the options are limited. Without a computer, you can only disable or remove Google app updates through your phone's settings. ADB (requires PC or root access.
Will Xiaomi work without Google?
The phone will work, but it will lose some functionality: βœ… Basic functions (calls, SMS, camera, internet, will remain; ❌ Apps that depend on Google Play Services (e.g. Google Maps, Gmail, most games) will not work); ❌ You may miss sync with your Google account (contacts, calendar, photos). To replace Google services, use alternatives: OSMAnd instead of maps, ProtonMail instead of Gmail, Syncthing for file sync.
How do I get Google back if something goes wrong?
Recovery Methods: Through ADB: Use the command adb shell cmd package install-existing; Through recovery: Sweeve the original firmware through TWRP or Mi Flash Tool; Through Reset: Complete Settings Reset (Settings) β†’ The phone. β†’ If you have removed critical packages (e.g. com.google.android.gsf), the easiest way to reflash your phone is through Fastboot with official firmware from Xiaomi.
Which Xiaomi models are best removed by Google?
The easiest way to remove Google from devices that have custom firmware without GMS: πŸ“± POCO F1 (beryllium is one of the most supported models; πŸ“± Redmi Note 7/7 Pro (lavender/violet) β€” plentiful; πŸ“± Xiaomi Mi A2/A3 (jasmine/laurel) β€” Originally on pure Android, it is easy to sew; πŸ“± POCO X3 NFC (The surya is a popular model with an active community, and the most difficult to work with new flagships (Xiaomi) 13, Redmi K60), Because there are no stable custom firmwares for them yet.
Can I delete Google but leave the Google Play Store?
Technically, yes, but it doesn't make sense. The Google Play Store depends on Google Play Services and the Google Services Framework. If you remove these components, the Store either won't launch or won't be able to update the apps: πŸ“¦ F-Droid (open source applications); πŸ“¦ Aurora Store (an anonymous client for Google Play); πŸ“¦ APKMirror (manual installation) APK-file).