Removing Google Play Services and related components from Xiaomi Redmi is a challenge that many users are concerned about, ranging from wanting to free up memory space to wanting to get rid of surveillance or speed up the smartphone. However, completely removing Google services on standard MIUI firmware without root rights is impossible โ the system will lock the device or cause a critical error. In this article, we will examine all the working methods, from disabling unnecessary processes to deep cleaning through ADB and custom firmware.
Itโs important to understand that Xiaomi is tightly integrated with Google services, especially on global firmware versions. Even if you manage to remove Google Play Market, many apps (including banking, instant messengers and games) will stop working, weโll tell you how to minimize risks and what to do if the smartphone stops turning on after manipulation.
Why users want to remove Google Play from Xiaomi Redmi
The main reasons for removing Google Play Services and related components are:
- ๐ Battery savings: Google services are constantly running in the background, spending up to 15-20% day-time.
- ๐ก๏ธ Privacy: collection of data on the location, activity and preferences of the user.
- ๐ Performance: on weak Redmi models (e.g. Redmi) 9A Redmi Note 8: Google's background processes slow down the system.
- ๐ฑ Use of alternatives: switching to Aurora Store, F-Droid or manual installation APK.
- ๐ Regional restrictions: in some countries (China, Iran) Google services are blocked at the operator level.
However, before removing it, you should weigh the pros and cons. For example, without Google Play Services, it will stop working:
- ๐ณ Banking applications (SberBank, Tinkoff, VTB).
- ๐ฎ Popular games (PUBG Mobile, Genshin Impact, Clash of Clans).
- ๐ Maps and navigation (Google Maps, Yandex.Maps, 2GIS).
- ๐ Authorization through Google in other services.
โ ๏ธ Attention: On devices with MIUI Global removal of Google system applications will result in loss of warranty and possible brique (turning into a brick (MIUI China) Google services are not available initially, but they can be installed.
Method 1: Disable Google Play Services without deletion (no root rights)
If you don't have to completely remove services, but you just have to stop them, you can use this method. It's safe and reversible.
- Open Settings โ Applications โ Application Management.
- In the search box, type Google Play Services.
- Select the app and click Disable (if the button is inactive, click Stop first).
- Confirm the action in the dialog window.
Similarly, turn off:
- ๐ฑ Google Play Store
- ๐ Google Search (Google Search)
- ๐ Google Play Games
After the shutdown:
- โ Apps will no longer be updated through the Play Market.
- โ Reduced battery consumption (by 5-10%).
- โ Some apps may be bugged (such as YouTube or Gmail).
โ๏ธ Preparing for the shutdown of Google services
โ ๏ธ Note: Some Redmi models (e.g. Redmi Note 10 Pro or Redmi) K40) After disabling Google Play Services, you may lose access to push notifications in messengers (WhatsApp, Telegram).
Method 2: Removal via ADB (without root rights but with PC)
If the shutdown isnโt enough, you can uninstall unnecessary Google packets via Android Debug Bridge (ADB).This method doesnโt require root, but it will entail removing dependent apps.
What you need:
- ๐ฅ๏ธ Computer with Windows/Linux/macOS.
- ๐ Installed drivers Xiaomi and ADB (download).
- ๐ USB-cable (preferably original).
- โ๏ธ Included Debugging by USB on a smartphone (Settings) โ The phone. โ Version. MIUI โ Press 7 times, then return to Settings โ Additionally. โ For developers).
Step-by-step:
- Connect Redmi to your PC and confirm debugging permission.
- Open the command prompt (cmd) in the folder with ADB.
- Enter the command to check the connection: adb devices must appear serial number of the device.
- Remove unnecessary packages (example for Google Play Market): adb shell pm uninstall -k --user 0 com.android.vending
- To remove Google Play Services: adb shell pm uninstall -k --user 0 com.google.android.gms
The full list of Google packages that can be removed:
| Name of service | Packet name | Effects of removal |
|---|---|---|
| Google Play Store | com.android.vending | It is not possible to install/update applications through an official store. |
| Google Play Services | com.google.android.gms | Failure of most applications using Google APIs (maps, authorization, push notifications). |
| Google Search | com.google.android.googlequicksearchbox | The search widget and voice assistant will disappear. |
| Google Chrome | com.android.chrome | The browser will be deleted, but you can install it again via APK. |
| YouTube | com.google.android.youtube | The app will disappear, but the web version will remain. |
๐ก
Before deleting packets via ADB, backup the command adb backup -apk -shared -all -f backup.ab. Data can be recovered via adb restore backup.ab.
Method 3: Removal with Magisk (root rights required)
If your Xiaomi Redmi has Magisk installed, you can remove Google packets more flexibly, which allows you to return everything back in case of problems.
Instructions:
- Install Magisk and get root access (instructions for Redmi are available on XDA Developers).
- Download Universal GMS Doze or Disable Flags from the Magisk repository.
- Install the module via Magisk Manager and restart the device.
- For complete removal, use Titanium Backup or the command in ADB with superuser rights: su pm uninstall --user 0 com.google.android.gms
Advantages of the method:
- โ Only unnecessary components can be selectively removed.
- โ It's easy to roll back through Magisk.
- โ Supported custom firmware (LineageOS, Pixel Experience).
โ ๏ธ Attention: On devices with MIUI 13/14 Newer versions of Magisk may need to be disabled. AVB 2.0 DM-Verity, otherwise after the restart, the smartphone will go to bootloop (cyclic reboot).
What if Google Play Services is not turned on after you delete it?
Method 4: Switching to custom firmware without Google (for experienced)
The most radical way is to install firmware that was originally devoid of Google services.
- ๐ฑ LineageOS without GApps โ pure Android without unnecessary services.
- ๐ง Pixel Experience โ firmware in the style of Google Pixel, but with the ability to disable all services.
- ๐ CalyxOS or GrapheneOS โ firmware with a focus on privacy.
- ๐จ๐ณ MIUI China is the official Chinese firmware without Google (but with language and service restrictions).
How to install custom firmware:
- Unlock bootloader via Mi Unlock Tool (requires a wait of 7-15 days for new Mi accounts).
- Install TWRP Recovery for your Redmi model (you can download it on the official website).
- Download the firmware (e.g. LineageOS for Redmi Note 9 Pro here).
- Reboot to TWRP, Do Wipe (except Internal Storage) and run it. ZIP-firmware.
Cons of the method:
- โ Loss of guarantee.
- โ Risk of โbrickingโ in case of error.
- โ Certain functions (e.g, IR-blaster NFC) They may not work properly.
๐ก
Custom firmware without Google is only suitable for power users, and for most tasks, it is enough to disable unnecessary services or use MicroG (a lightweight alternative to Google Play Services).
Method 5: Replacing Google Play Services with MicroG (alternative)
If the goal is to get rid of Googleโs surveillance, but keep apps running, install MicroG. This is an open implementation of key features of Google Play Services without collecting data.
How to install MicroG:
- Download the latest version of MicroG from the official website.
- Install. APK-File (requires permission to install from unknown sources).
- In the MicroG settings, turn on: ๐ UnifiedNlp (for geolocation). ๐ Google Cloud Messaging (for push notifications). ๐ Google SafetyNet (for banking applications).
Google Play Services
ADB
Magisk
The advantages of MicroG:
- โ No data collection.
- โ Supports most apps (except Google Play Games).
- โ Lighter than original services (saving battery).
Disadvantages:
- โ Not all apps are stable (e.g. Google Pay or Google Pay) Pokรฉmon GO).
- โ Manual adjustment required.
What to do if Google Play has stopped working after it was deleted
If you have removed Google Play Services and encountered bugs in apps, try these solutions:
| Problem. | Decision |
|---|---|
| The app is getting a bug called โGoogle Play Services missing.โ | Install MicroG or return com.google.android.gms via ADB. |
| No push notifications (WhatsApp, Telegram) | Enable Google Cloud Messaging in MicroG or use alternative clients (Fossgram for Telegram). |
| Authorization through Google does not work | Use other sign-in methods (email, phone) or install Google Account Manager separately. |
| No games are running (Error 924, 927) | Install Google Play Games manually or roll back to stock firmware. |
If nothing helps, return the deleted packets with the command:
adb shell cmd package install-existing com.google.android.gms