How to turn off Google on Xiaomi forever: The full guide to 2026

Google services are deeply integrated into MIUI firmware, raising questions for privacy-seeking users or wanting to free up space on their devices. Even after manually removing apps like Google Play Services or Google Play Market, they often recover from a system update. This article will explain how to completely deactivate Google on Xiaomi, Redmi and POCO smartphones, from standard methods to radical flashing solutions.

It's important to understand that the manufacturer is not interested in this scenario. MIUI without Google loses access to key features - push notifications, geolocation, contact sync and backups. However, if you are ready for restrictions, further instructions will help minimize the presence of the corporation on your device. We will look at ways for users with different levels of technical training, from beginners to experienced enthusiasts.

Why does Google return after deleting?

Android-based MIUI is classified as a GMS (Google Mobile Services) which means that Google’s service package is stitched into the system partition and protected with recovery mechanisms. Even if you manually delete apps through Settings β†’ Apps, they will come back when:

  • πŸ”„ Updates MIUI through OTA (airborne – the system checks the integrity of system components;
  • ⚑ Reset to factory settings – the original firmware with Google is restored;
  • πŸ“± Device restarts – some services (e.g. Google Play Services) start automatically;
  • πŸ”§ Recovery via Mi Flash Tool – firmware contains GMS default.

Moreover, Xiaomi uses proprietary services that depend on Google’s infrastructure, for example, Mi Push (notifications for system applications) may not work correctly without Google Play Services. This is not a bug, but a deliberate decision of the manufacturer – ecoistema MIUI was originally designed with integration with GMS.

Method 1: Disconnect via settings (without root)

The safest method, which requires no special knowledge, is suitable for users who want to minimize Google activity, but are not willing to sacrifice the stability of the system.

  1. Go to Settings β†’ Applications β†’ Application Management;
  2. In the search bar enter Google;
  3. For each application you find (Google Play Market, Google Play Services, Google Chrome, etc.) you can:
  • ❌ Deactivate (button in upper right corner);
  • 🚫 Remove updates (if available);
  • πŸ”’ Disallow auto-starts from the Permissions menu β†’ Auto-start;
  • πŸ“΅ Limit background activity in Permits β†’ Battery.

This method doesn’t remove apps completely, but it minimizes their activity. However, note that some features (like Google Pay or Find My Device) will stop working, and push notifications on third-party apps (like Telegram or WhatsApp) may also be problematic, as they often depend on Google Play Services.

β˜‘οΈ Preparing for Google Shutdown

Done: 0 / 4

Method 2: Remove via ADB (without root but with PC)

A more radical method that allows you to remove Google system applications without obtaining root rights requires connecting the phone to the computer and using a tool ADB (Android Debug Bridge Advantage – Apps won’t recover after reboot, but will return when updated MIUI.

Instructions:

  1. Download and install Platform Tools (the official package from Google);
  2. Enable USB Debugging on your phone: Settings β†’ About Phone β†’ MIUI version (click 7 times to activate Developer Mode), then Settings β†’ Additional β†’ Developers β†’ Debugging over USB;
  3. Connect the phone to the PC and confirm the debugging permission;
  4. Open the command line in the ADB folder and do:
adb devices

(Your device should be displayed)

adb shell


pm uninstall -k --user 0 com.android.vending




pm uninstall -k --user 0 com.google.android.gms




pm uninstall -k --user 0 com.google.android.gsf




pm uninstall -k --user 0 com.google.android.tts




pm uninstall -k --user 0 com.android.chrome

These commands will remove Play Market, Google Play Services, Google Services Framework, Google TTS and Chrome for the current user. apps will remain in the system section but will not be available in the interface.

πŸ’‘

If notifications from instant messengers stop coming after deleting, try installing MicroG, an open alternative to Google Play Services with push notifications.

Method 3: Switching to custom firmware (for experienced)

The only way to get rid of Google on Xiaomi completely is to install an alternative firmware without GMS.

  • πŸ“± LineageOS without GApps – pure Android without Google services;
  • πŸ”’ GrapheneOS – Firmware with a focus on privacy (requires Pixel support, but there are ports for some Xiaomis);
  • 🌍 MIUI EU Google-free version - modified version MIUI European Community;
  • 🐧 Ubuntu Touch or PostmarketOS – Linux distributions for mobile devices.

The installation process shall include:

  1. Unlock the bootloader through the official Xiaomi tool (requires a wait of 7-30 days);
  2. Installation of custom recavery (TWRP or OrangeFox);
  3. Formatting the system partition and installing a new firmware.
FirmwareSupport for GMSComplexity of installationLoss of guarantee
LineageOS without GApps❌ No.⭐⭐⭐ (middle-class)βœ… Yes.
GrapheneOS❌ No.⭐⭐⭐⭐ (high-pitched)βœ… Yes.
MIUI EU without Google❌ No.⭐⭐ (low-key)βœ… Yes.
Ubuntu Touch❌ No.⭐⭐⭐⭐⭐ (high-pitched)βœ… Yes.

Warning: Flashing will void the warranty and may result in a brick device.

  • Check firmware compatibility with your model on the XDA Developers forum.
  • Create a full backup through TWRP.
  • Charge your phone at least 80%.
πŸ“Š You would agree to lose your warranty for Google’s removal?
Yes, confidentiality is more important.
No, the risk is not justified.
I would have tried if there was an easy way.
I've got custom firmware.

Method 4: Use of alternative services

If you don’t want to remove Google completely, but are looking to reduce your reliance on its ecosystem, consider the alternatives:

GoogleThe alternativeAdvantages
Google Play MarketAurora Store, F-Droidβœ… No tracking.βœ… Anonymous installation of applications
Google ChromeBromite, Firefox Focusβœ… Blocking adsβœ… Protection against tracking
Google MapsOsmAnd, Magic Earthβœ… Offline mapsβœ… No data collection
GmailProtonMail, Tutanotaβœ… End-to-end encryptionβœ… No targeted advertising

MicroG, an open source project emulating key features (push notifications, geolocation), can be used to replace Google Play Services, but it does not support all APIs, so some applications (such as banking) may not work properly.

How to install MicroG:

  1. Download MicroG from the official website;
  2. Install. APK-File (requires permission to install from unknown sources);
  3. In MicroG settings, activate Google Device Registration and Google Cloud Messaging.
  4. Reset the device.
Which apps won’t work with MicroG?
Banking applications (Sberbank, Tinkoff, etc.) can block access due to the lack of official Google certification, PokΓ©mon GO) Require original Google Play Services.Apps with DRM-Protection (Netflix, Disney)+) You may not be able to reproduce content in HD-quality.

Method 5: Blocking through a firewall or DNS

If you can't delete apps (like on a work phone), you can block their Internet access, which won't delete Google, but stops the data transfer.

Option 1: Firewall (no root)

Use apps like NetGuard or TrackerControl:

  1. Install NetGuard from F-Droid
  2. Enable the option to Block Wi-Fi and mobile data;
  3. In the list of applications, find all Google services and disable access to the network for them.

Option 2: Modification of the DNS

Set up Private DNS (Android 9+) or use DNS66 to block Google domains:

  1. Go to Settings β†’ Connections β†’ Private DNS
  2. Select the Private DNS Host Name and type in: dns.adguard.com or 1.1.1.3 (Cloudflare with Tracker Locking);
  3. Save the settings and restart the device.

These methods won’t physically delete Google, but they will significantly reduce the amount of data that is transferred, but note that some system features (such as checking for MIUI updates) may not work properly.

The risks and consequences of Google’s complete removal

Before you permanently disable Google on Xiaomi, assess the possible problems:

⚠️ Note: Without Google Play Services, Push notifications will stop working: Push notifications in most messengers (WhatsApp, Viber, Facebook Messenger); Geolocation in maps and navigators; Automatic synchronization of contacts, calendar, notes; Some banking applications (require Google certification).

Additional restrictions:

  • πŸ”„ Updates MIUI Can Restore Remote Applications;
  • πŸ“± Some Xiaomi features (such as Mi Cloud or Mi Fit) are dependent on Google Play Services;
  • πŸ› οΈ Difficulties with repairs – service centers may refuse to service a device with custom firmware;
  • πŸ”’ Blocking Mi Account – when resetting settings, you may need the original firmware to unlock.

If you use your device to work, be aware that some enterprise applications (such as Microsoft Outlook or Zoom) require Google Play Services to work properly, in which case it is better to limit yourself to a partial shutdown (see Method 1).

πŸ’‘

Google’s complete removal is only appropriate for devices that are not used as primary devices (such as a spare phone or tablet).

FAQ: Frequent questions

Can I delete Google without losing functionality?
Partly yes. You can disable most services (see Method 1), but some features (push notifications, geolocation) will require alternatives like MicroG. A full lossless Google replacement is only possible on custom firmware like LineageOS with proprietary replacements (e.g. Magic Earth instead of Google Maps).
Will Google apps return to factory settings after resetting?
Yes. Resets return the device to its original state, including all pre-installed applications. To avoid this, you must: Use custom recaps (TWRP) to reset only user data (Wipe β†’ Format Data); or install firmware without GMS (see Method 3).
How to check if Google services are completely removed?
Use ADB or root-access file manager (e.g. FX Explorer) to check system folders: adb shell ls /system/priv-app | grep google adb shell ls /system/app | grep google If commands return empty results, applications are removed. You can also use App Inspector from F-Droid to analyze working processes.
Will Xiaomi work without Google?
Yes, but with reservations: βœ… Basic functions (calls, SMS, The camera and gallery will remain functional; βœ… Most third-party applications (such as Telegram, VK) It will work, but it may lose push notifications; ❌ Features dependent on Google Play Services (e.g., Google Play Services, OK Google, Android Auto, will stop working; ❌ Some Xiaomi system applications (such as Mi Video or Mi Browser) may be bugged.
Can I return Google after deleting?
Yes, but the process depends on the method chosen: If you used ADB (Method 2), it is enough to reinstall applications via APK or update MIUI; If you installed custom firmware (Method 3), you will need to return the original MIUI via Mi Flash Tool; If you disabled services through settings (Method 1), it is enough to turn them back into Settings β†’ Applications. In extreme cases, you can always perform a full reset via Fastboot:boot erase user flashboot fastboot all [Firmblock Firmblock Firmblock].