How to completely disable Google services on Xiaomi Redmi: safe methods

Xiaomi Redmi smartphones are based on MIUI โ€” It is a proprietary shell that is closely integrated with Google services, but many users prefer to turn off some of these services for battery saving, freeing up RAM or for privacy reasons. Unlike โ€œpureโ€ Android, where disabling Google services can lead to critical failures, Xiaomi does it more flexibly โ€“ but with nuances.

In this article, we will discuss all possible ways to disable Google services โ€“ from standard settings to manual removal through the Internet. ADB. You will learn which services can be safely deactivated and which should not be touched so as not to lose the functionality of the Play Market, Gmail or Google Maps.

Important: The procedure differs depending on the version MIUI (for example, MIUI 12/13/14) And the Redmi models (Note, K, Number series) are the most common ones, but for some older devices (e.g. Redmi). 4X or Redmi Note 5) Additional steps may be required.

Why users are turning off Google services on Xiaomi

The main reasons are resource savings and privacy, and Googleโ€™s services are constantly running in the background, consuming:

  • ๐Ÿ”‹ Battery charge - up to 10-15% on a day only for background activity (according to the tests) XDA Developers).
  • ๐Ÿ“ฑ RAM โ€“ the process of com.google.android.gms can take up to 300-500 MB.
  • ๐ŸŒ Internet traffic โ€“ synchronization, analytics and advertising services transmit data even in standby mode.
  • ๐Ÿ” Personal data โ€“ geolocation, search history, activity in apps are collected by default.

In addition, Xiaomi often duplicates features: for example, its own Mi Cloud and Google Drive services perform the same task, but work in parallel.

  • โšก Increase the Autonomous Work Time by 20-30% (user-review 4PDA).
  • ๐Ÿš€ Speed up the system by releasing RAM.
  • ๐Ÿ›ก๏ธ Reduce the risk of data breaches (relevant for users using alternative services like ProtonMail or Signal).

โš ๏ธ Note: Deleting Google services completely (de-Googling) may disrupt Play Market, YouTube, Chrome and other apps that depend on Google Play Services. If you are not ready to manually install alternatives (such as MicroG), limit yourself to turning off background activity.

๐Ÿ“Š Why do you want to disable Google services on Xiaomi?
Battery savings
Acceleration of work
Confidentiality
I donโ€™t like duplicate functions.
Another option

Method 1: Disconnect via standard MIUI settings

The safest method is to use built-in tools MIUI. It does not require root rights and is suitable for all Redmi models. 9A Up to Redmi Note 12 Pro+).

Steps:

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. In the top menu, select Three Dots. โ†’ Showing System Processes.
  3. Find an app called Google (e.g. Google Play Services, Google Account Manager, Google Contacts Sync).
  4. For each of them, click Disable (if the button is inactive, then the application is critical to the system).
  5. Confirm the action in the dialog window.

What services can be turned off without risk:

ServiceWhat's he doing?Can I turn it off?
Google Play ServicesThe main component for the work of the Play Market and other servicesโŒ No (will lead to errors)
Google Account ManagerManaging Google Accountsโš ๏ธ Partially (may disrupt synchronization)
Google Contacts SyncSynchronization of contactsโœ… Yes (unless you use Google Contacts)
Google Play MoviesMovie service (obsolete)โœ… Yes.
Google One Time InitInitialization of services at the first launchโœ… Yes (after setting up the device)

โš ๏ธ Attention: On some firmware MIUI (Disabling Google Play Services may result in persistent error notifications, in which case it is better to limit background activity (see next section).

Make a backup copy of the data|Check the list of critical applications|Turn off Google syncs|Remember your account passwords (in case of a crash)-->

Method 2: Limiting background activity

If it seems risky to shut down Google services altogether, you can simply stop them from running in the background, which will reduce battery consumption and traffic, but retain basic functionality.

Instructions:

  1. Go to Settings โ†’ Applications โ†’ Application Management.
  2. Find the right service (e.g. Google Play Services).
  3. Choose the Battery. โ†’ Background restriction.
  4. Set a limit on Background Activity and Auto Start.
  5. For additional savings, turn off Mobile Data and Wi-Fi in the background.

The effect of restriction:

  • ๐Ÿ”‹ Battery discharges more slowly (savings before the battery is used) 5-8% day-to-day).
  • ๐Ÿ“ถ Mobile traffic consumption is decreasing.
  • โš ๏ธ Some features (such as notifications from Gmail) may be delayed.

For maximum effect, it is also recommended:

  • ๐Ÿ› ๏ธ Disable Auto-Update Apps in Play Market (Settings) โ†’ Auto-update of applications โ†’ Never).
  • ๐Ÿ“ Turn off location history (Google settings) โ†’ Managing a Google Account โ†’ Data and personalization โ†’ Location history).
  • ๐Ÿ” Deactivate personalized advertising in the same section.

๐Ÿ’ก

If push notifications (such as from Gmail or YouTube) have stopped coming after the background activity has been restricted, check the notification settings in the apps themselves. Often the problem is solved by turning on the "Show Notifications" option manually.

Method 3: Removal via ADB (without root)

For experienced users, there is a method to remove unnecessary Google services through the Internet. ADB (Android Debug Bridge. It doesn't require root rights, but it gives you more control than standard settings. Importantly, this way can disrupt some features if you delete critical packets.

What you need:

  • ๐Ÿ–ฅ๏ธ Computer with installed ADB Tools.
  • ๐Ÿ“ฑ Included debugging by USB on a smartphone (Settings) โ†’ The phone. โ†’ Version. MIUI (press 7 times) โ†’ Developer settings โ†’ Debugging by USB).
  • ๐Ÿ”Œ Cable USB Type-C (preferably original).

Step-by-step:

  1. Connect your smartphone to your PC and confirm the debugging permission.
  2. Open the command line (cmd) in the adb folder.
  3. Enter the command to check the connection: adb devices must appear serial number of the device.
  4. Get a list of all Google packages: adb shell pm list packages | grep 'google'
  5. Remove unnecessary packets by command (example for Google Play Movies): adb shell pm uninstall -k --user 0 com.google.android.videos

List of safe packet removal:

Packet nameWhat's removedEffects of consequences
com.google.android.videosGoogle Play MoviesRemoves outdated movie service
com.google.android.musicGoogle Play MusicOutdated (replaced with YouTube Music)
com.google.android.apps.tachyonGoogle DuoDuo App Removes (If Not Used)
com.google.android.apps.wellbeingDigital WellbeingScreen usage statistics will disappear

โš ๏ธ Note: Do not delete com.google.android.gms (Google Play Services) and com.google.android.gsf (Google Services Framework) โ€“ this will lead to critical errors in the work of the Play Market and other applications.

How to recover a remote package?
If you accidentally delete a critical packet, it can be restored in two ways: 1. ADB (if the package has not been completely erased from the device: adb shell cmd package install-existing com.google.android.gms 2. By resetting settings (Settings) โ†’ Additionally. โ†’ Recovery and discharge โ†’ Resetting settings).

Method 4: DeGoogling with MicroG (for advanced)

If youโ€™re willing to abandon Googleโ€™s services entirely, you can replace them with an open-source alternative, MicroG. Itโ€™s an open-source project that emulates the core features of Google Play Services, but without collecting data.

The advantages of MicroG:

  • ๐Ÿ”’ No collection of personal data.
  • โšก Less battery consumption.
  • ๐Ÿ“ฑ Compatible with most apps (including YouTube Vanced, Maps via alternative clients).

Disadvantages:

  • โš ๏ธ Not all features are stable (e.g. Google Pay is not supported).
  • ๐Ÿ› ๏ธ Requires technical skills (unlock bootloader, firmware) TWRP).
  • ๐Ÿ”„ Notification bugs are possible (for example, in Telegram or WhatsApp).

Instructions for installing MicroG:

  1. Unlock the bootloader via Mi Unlock Tool (waiting required) 7-15 Days for new Xiaomi accounts).
  2. Install a custom TWRP recavator for your Redmi model.
  3. Firmware with MicroG support (e.g. LineageOS for MicroG).
  4. Install F-Droid to download apps without Play Market.

๐Ÿ’ก

MicroG is the only way to get rid of Googleโ€™s services completely without losing the core functionality of Android, but itโ€™s only suitable for power users who are ready for possible bugs and manual setups.

What happens if you turn off all Google services?

Disabling or removing all Google services will result in the following:

It won't work:

  • ๐Ÿ“ฑ Play Market (no apps can be installed/updated).
  • ๐Ÿ“ Google Maps, Waze and other navigation services.
  • ๐Ÿ“ง Gmail, Google Calendar, Google Drive (without alternative synchronization).
  • ๐ŸŽฎ Games with Google Play Games (such as Clash of Clans, PUBG Mobile).
  • ๐Ÿ”‘ Authorization through Google in third-party applications.

It'll stay operational.

  • ๐ŸŒ Browsers (Chrome will work, but without synchronization).
  • ๐Ÿ“ž Telephony, SMS, mobile.
  • ๐Ÿ“ท Camera, gallery, standard applications MIUI.
  • ๐ŸŽต Music and video (local files).

Alternatives for replacement:

GoogleThe alternativeNotes
Play MarketF-Droid, Aurora StoreAurora Store allows you to download apps from the Play Market anonymously.
Google MapsOsmAnd, Maps.meOffline maps, but less accurate navigation.
GmailProtonMail, TutanotaEncrypted mail, but without integration with other services.
Google DriveNextcloud, MegaNextcloud can be deployed on your server.

How to Get Google Services Back If Something Goes Wrong

If you have problems after you disable or delete Google services, you can restore them in several ways:

1. Through MIUI settings:

  • Go to Settings โ†’ Applications โ†’ Application Management.
  • Find the service disabled and click Enable.

2. ADB (if the packet was removed):

  • Connect the device to your PC and execute the command: adb shell cmd package install-existing name packet For example, for Google Play Services: adb shell cmd package install-existing com.google.android.gms

Resetting:

  • If nothing helps, reset to factory settings (Settings) โ†’ Additionally. โ†’ Recovery and discharge โ†’ Resetting settings).
  • โš ๏ธ Preliminarily make a backup copy of the data!

Flashing:

  • In extreme cases, you can reflash the device through the Mi Flash Tool (requires an unlocked bootloader).
  • Download the official firmware for your model on the Xiaomi website.

๐Ÿ’ก

If applications (such as Play Market) donโ€™t update after you restore Google services, check the date and time on your device. Incorrect settings can block access to Google servers.

FAQ: Frequent questions about disabling Google services on Xiaomi

Can I turn off Google Play Services without consequences?
No, Google Play Services is a critical component for most apps, including Play Market, Gmail, and YouTube, and it will cause errors to be turned off, and instead, limit background activity or use MicroG.
Why did the notifications stop coming after the service was turned off?
Google services are responsible for delivering push notifications (via Firebase Cloud Messaging).If you have disabled Google Play Services or restricted it from the background, notifications may or may not arrive late. Solution: Allow background activity for com.google.android.gms or use alternative clients (e.g. Telegram X with its own notification server).
How to disable Google data collection on Xiaomi?
Even if you donโ€™t turn off services completely, you can prevent data collection: Go to Google Settings โ†’ Managing a Google Account โ†’ Data and personalization: Turn off Location History, Web Search Activity, Personalized Advertising. In App Settings, turn off Diagnostics and Error Reports. DNS from Cloudflare (1.1.1.1) or AdGuard to block trackers.
Will Google Pay work after the service is disabled?
No, Google Pay requires Google Play Services and SafetyNet to work, if you turn off critical components or install MicroG, the service will cease to function, and the alternative is to use other payment systems (such as Samsung Pay on supported devices or banking applications with its own contactless payment technology).
Can I disable Google services on Xiaomi with global firmware?
Yes, but with reservations, on global firmware (MIUI Global: Some of Googleโ€™s services are protected from disabling (e.g., Google Play Services cannot be removed without a service being disabled). ADB). In addition, on some models (for example, Redmi Note 10 Pro for the European market), the service shutdown can lead to an error com.google.process.gapps.