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.
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:
- Open Settings โ Applications โ Application Management.
- In the top menu, select Three Dots. โ Showing System Processes.
- Find an app called Google (e.g. Google Play Services, Google Account Manager, Google Contacts Sync).
- For each of them, click Disable (if the button is inactive, then the application is critical to the system).
- Confirm the action in the dialog window.
What services can be turned off without risk:
| Service | What's he doing? | Can I turn it off? |
|---|---|---|
| Google Play Services | The main component for the work of the Play Market and other services | โ No (will lead to errors) |
| Google Account Manager | Managing Google Accounts | โ ๏ธ Partially (may disrupt synchronization) |
| Google Contacts Sync | Synchronization of contacts | โ Yes (unless you use Google Contacts) |
| Google Play Movies | Movie service (obsolete) | โ Yes. |
| Google One Time Init | Initialization 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:
- Go to Settings โ Applications โ Application Management.
- Find the right service (e.g. Google Play Services).
- Choose the Battery. โ Background restriction.
- Set a limit on Background Activity and Auto Start.
- 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:
- Connect your smartphone to your PC and confirm the debugging permission.
- Open the command line (cmd) in the adb folder.
- Enter the command to check the connection: adb devices must appear serial number of the device.
- Get a list of all Google packages: adb shell pm list packages | grep 'google'
- 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 name | What's removed | Effects of consequences |
|---|---|---|
| com.google.android.videos | Google Play Movies | Removes outdated movie service |
| com.google.android.music | Google Play Music | Outdated (replaced with YouTube Music) |
| com.google.android.apps.tachyon | Google Duo | Duo App Removes (If Not Used) |
| com.google.android.apps.wellbeing | Digital Wellbeing | Screen 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?
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:
- Unlock the bootloader via Mi Unlock Tool (waiting required) 7-15 Days for new Xiaomi accounts).
- Install a custom TWRP recavator for your Redmi model.
- Firmware with MicroG support (e.g. LineageOS for MicroG).
- 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:
| The alternative | Notes | |
|---|---|---|
| Play Market | F-Droid, Aurora Store | Aurora Store allows you to download apps from the Play Market anonymously. |
| Google Maps | OsmAnd, Maps.me | Offline maps, but less accurate navigation. |
| Gmail | ProtonMail, Tutanota | Encrypted mail, but without integration with other services. |
| Google Drive | Nextcloud, Mega | Nextcloud 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.