How to completely disable Google on your Xiaomi phone: 5 proven ways

Google services are deeply integrated into Xiaomiโ€™s firmware, even if youโ€™re not using a Gmail or Google Play account, they consume traffic, drain your battery, and collect data about your activity. In this article, weโ€™ll look at all the ways you can disconnect, from basic settings to radical methods for power users.

It is important to understand that completely removing Google services can disrupt some features (for example, Google Play Services is required for many applications), and we will explain how to minimize the impact without losing critical functionality.

The instructions are valid for Xiaomi, Redmi and POCO smartphones on MIUI 14/15 and the new HyperOS firmware (2026).If you have custom firmware (like LineageOS), some methods may not work.

1. Disable synchronization with Google account

The easiest way to reduce Google activity is to stop automatic data synchronization, which will not delete services, but will reduce background activity and traffic consumption.

Go to Settings โ†’ Accounts and Sync โ†’ Google. Here you will see a list of all services that sync with your account: Contacts, Calendar, Google Photos, Chrome, etc. Disable everything except critical features (such as Contacts if you use them).

  • ๐Ÿ”„ Sync Apps โ€“ Disable if you are not using Google Play Games or backup installed programs.
  • ๐Ÿ“ Disk โ€“ If you donโ€™t store files in Google Drive, deactivate it.
  • ๐Ÿ“ Location history is one of the main battery eaters. Turn it off if you don't use Google Maps.
  • ๐Ÿ›ก๏ธ Backup โ€“ If you do backups through Mi Cloud, it makes no sense to duplicate them in Google.

After you turn off sync, restart your phone. This will stop the background processes associated with Google.

๐Ÿ’ก

If some apps (such as Gmail or YouTube) start to work unstable after the sync is turned off, return the settings for a particular service.

2. Removing unnecessary Google apps manually

Many Google services can be removed as regular apps without root rights or complex manipulation, but some of them (Google Play Services, Google Services Framework) are system-based and are not removed in the standard way.

List of apps that can be safely removed (if you donโ€™t use them):

  • ๐Ÿ“ง Gmail - email client (can be replaced by Mi Mail or third-party applications).
  • ๐ŸŽฅ YouTube - Video service (installed separately from the APK or Mi App Store).
  • ๐Ÿ—บ๏ธ Google Maps โ€“ Maps (alternatively Yandex.Maps or Maps) 2GIS).
  • ๐Ÿ“ท Google Photos โ€“ Cloud Photo Storage (replace with Mi Cloud or Yandex Disk).
  • ๐ŸŽฎ Google Play Games โ€“ If you donโ€™t play mobile games with achievements.
  • ๐Ÿ“ฐ Google News Feed (can be removed without consequences).

To remove the app:

  1. Go to Settings โ†’ Applications โ†’ Application Management.
  2. Find the right app in the list (use search).
  3. Click Remove (if the button is inactive, the application is system).

Check if the application is used for authorization in other services|

Backup your data (e.g. export your contacts from Gmail) |

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

Check your phone after each deletion (some features may depend on Google services)-->

3. disable Google Play Services (without root)

Google Play Services is a system application that cannot be removed by standard methods, but can be disabled or restricted to reduce the impact on the performance of the phone.

โš ๏ธ Note: Disabling Google Play Services may cause some applications (e.g. BankID, SberBank Online, Tinkoff, and others using Google SafetyNet) to fail.Before this step, make sure that the programs critical to you work without this service.

Instructions for unsetting:

  1. Go to Settings โ†’ Applications โ†’ Application Management โ†’ All applications.
  2. Find Google Play Services (use search).
  3. Click Disable (if the button is inactive, it means that it is blocked on your firmware).
  4. Confirm the action in the window that appears.

If the Disable button is not available, try limiting background activity:

  1. In the same Google Play Services menu, select Battery.
  2. Activate the option to limit background activity.
  3. In the Mobile Data section, disable Background traffic.

Yes, I want to delete everything related to Google|

I will only disable unnecessary apps, but leave the basic services |

No, some features (e.g. Google Maps) I need |

I tried it but had problems with my phone.-->

4.Using ADB to Deeply Shut Down Google

If standard methods donโ€™t work, you can use Android Debug Bridge (ADB), a tool for debugging Android devices, which allows you to remove or freeze system applications, including those that are not usually deleted.

โš ๏ธ Attention: Misuse of the right ADB This can cause your phone to fail. Before you start, back up your data and make sure you have access to the firmware to restore it.

Step 1: Preparation

  • Download and install ADB and Fastboot Tools on your computer.
  • Turn on Developer Mode on your phone: go to Settings โ†’ About Phone and click on MIUI Version 7 times.
  • Return to Settings โ†’ Additional โ†’ For developers and activate Debugging over USB.
  • Connect your phone to your computer via USB (select File Transfer mode).

Step 2: Checking the connection

Open the command prompt (cmd on Windows or Terminal on macOS/Linux) and type:

adb devices

If the phone is connected correctly, you will see its serial number in the list of devices.

Step 3: Disabling or Deleting Google Packets

First, get a list of all the packages installed:

adb shell pm list packages | grep 'google'

Then, choose what you want to do with each package:

  • Freeze (disable) โ€“ the application will remain in the system, but will not work: adb shell pm disable-user --user 0 com.google.android.gms (replace com.google.android.gms with the desired package).
  • Delete the entire package will be erased from the device: adb shell pm uninstall -k --user 0 com.google.android.gms (not all packets can be removed without root rights).

Examples of deactivation packets:

Package nameWhat is it?Can I remove it?
com.google.android.gmsGoogle Play ServicesโŒ Just turn it off.
com.google.android.gms.persistentContinuous synchronization serviceโŒ Just turn it off.
com.google.android.gsfGoogle Services FrameworkโŒ Just turn it off.
com.google.android.youtubeYouTubeโœ… Can be removed
com.google.android.gmGmailโœ… Can be removed
What to do if after ADB-The phone stopped working?
If after disabling the packets, the phone started to glitch or does not turn on, try to return them back: 1. Connect the phone to the PC and do: adb shell pm enable com.google.android.gms (replace with the desired package). 2. If this does not help, reset to factory settings via Recovery Mode (press Power + Volume Up when turned on). 3. In extreme cases, reflash the phone via Flash Mi Tool (instructions on the official Xiaomi website).

5. Install custom firmware without Google (for advanced)

If you're willing to take drastic measures, you can install firmware without Google, which will solve the problem completely, but it will require technical skills and may be unwarranted.

Popular options for firmware without Google:

  • ๐Ÿ“ฑ LineageOS for microG โ€“ an alternative firmware with open source and support for microG (replacement of Google Play Services).
  • ๐Ÿ”„ CalyxOS is a privacy-focused firmware, without Google, but with F-Droid support.
  • ๐Ÿ›ก๏ธ GrapheneOS is the most secure firmware, but requires a compatible device (not all Xiaomi models are supported).
  • ๐Ÿ“ฆ MIUI GApps-free versions of Xiaomiโ€™s standard firmware without Google services preinstalled.

Installation process:

  1. Unlock Bootloader on your phone (instructions on the official Xiaomi website).
  2. Download the right firmware for your model (check compatibility on the XDA Developers or 4PDA forums).
  3. Install custom recovery (TWRP or OrangeFox).
  4. Through recovery, run the downloaded firmware.

โš ๏ธ Note: Installing custom firmware will void Xiaomiโ€™s warranty and may cause some features to fail (e.g. Mi Pay, IR-Before installing, check the user feedback of your model.

๐Ÿ’ก

Custom firmware without Google is only suitable for power users. If you are not sure about your skills, it is better to limit yourself to disabling unnecessary services through settings or ADB.

6. Alternatives to Google Services on Xiaomi

If you delete or disable Google services, you can replace them with alternative solutions.

GoogleThe alternativeAdvantages
Google Play MarketMi App Store, F-Droid, Aurora StoreNo tracking, open source (F-Droid)
Google MapsYandex.Maps, 2GIS, OsmAndOffline maps, less advertising
GmailMi Mail, FairEmail, ProtonMailEncrypting emails, no advertising
Google PhotoMi Cloud, Yandex Disk, NextcloudMore free space (Mi Cloud gives 5GB)
Google ChromeMi Browser, Bromite, FirefoxAdvertising blocking, tracking protection

Some alternatives require additional customization, such as the Aurora Store, which allows you to download apps from Google Play anonymously, but you need to:

  1. Download the Aurora Store with F-Droid.
  2. When you first start, select an anonymous sign-in (without a Google account).
  3. In the settings, disable automatic update (so as not to load the system).

7.Result Check: How to Make Sure Google is Shut Down

After all the manipulations, it is important to check whether Google services have stopped working.

  • ๐Ÿ” Activity Monitor: Go to Settings โ†’ Battery โ†’ Battery usage and check if Google Play Services or other Google services are listed.
  • ๐Ÿ“ก Data traffic: C Settings โ†’ SIM-maps and mobile networks โ†’ Traffic, look at what apps are consuming the Internet. If Google isn't there, you're on the right track.
  • ๐Ÿ›ก๏ธ Connection Check: Install the NetGuard or PCAPdroid app and see which google.com or android.com domains are trying to connect.
  • ๐Ÿ“ฑ Functionality test: Try logging in to apps that typically require Google Play Services (like BankID) if they work, then critical services are intact.

If you find that some Google services are still active, go back to the previous steps and check:

  • Have you missed the apps on the list to remove?
  • Have you entered ADB commands correctly (typos in packet names will lead to errors).
  • Have you reset your settings after rebooting (sometimes MIUI returns disabled services).

๐Ÿ’ก

Even after Google shuts down completely, some system processes can be activated briefly (for example, when updating firmware), which is normal if they do not consume resources constantly.

FAQ: Frequent questions about Google's shutdown on Xiaomi

Can I turn off Google without losing the functionality of my phone?
Yes, but with reservations. Most apps will work without Google Play Services, but some services (e.g. BankID, Government Services, Tinkoff) require them to log in. Check which programs are critical to you before you turn them off and test them after the changes. The alternative is to use microG (a lightweight replacement for Google Play Services), but installing it requires root rights or custom firmware.
Why do apps reappear after Google is removed?
This is a feature of MIUI and HyperOS: some system applications recover after updating the firmware or resetting settings. To avoid this: Turn off automatic firmware updates in Settings โ†’ About Phone โ†’ System Update. Use ADB to freeze packets instead of deleting (they will remain in the system, but will not work). Install the Magisk module (requires root) that blocks the recovery of remote applications.
How to disable Google on Xiaomi without a computer?
Without a computer, you can: Turn off manual sync (Section 1 of this article); remove unnecessary Google apps through settings (Section 2); use apps like App Inspector (from F-Droid) to disable system components (requires root). However, for deep shutdown (e.g. Google Play Services) without ADB If you don't have a computer, you can try Android terminal apps like Termux, but it's more complicated and risky.
Will Mi Pay and other Xiaomi services work after Google shutdown?
Mi Pay, Mi Home and other Xiaomi branded services are not dependent on Google and will work fine. However, some features may use the Google API for geolocation or push notifications. For example: Mi Fit (for smartwatches) may require Google Play Services for notifications. Mi Browser uses Google Safe Browsing to check dangerous sites (you can turn off in your browser settings). In most cases, these services remain functional, but test them after Google has disabled.
Can I get it back if something goes wrong?
Yes, in most cases, the changes are reversible: If you just turned the apps off, turn them back on in the settings. If you used ADB to freeze, follow the command adb shell pm enable with the name of the package. If you deleted the firmware, reflash the phone through the Mi Flash Tool (instructions on the official Xiaomi website). The most reliable way to roll them back up is to TWRP or Mi Cloud before the changes begin.