How to Remove Google Services from Xiaomi Phone: 5 Ways to Work

Xiaomi smartphones based on MIUI They come with Google services pre-installed, from Google Play Services to YouTube and Chrome, and for many users, these apps become a source of annoyance: they take up space in memory, use up battery power in the background, and collect data. But can they be removed without consequences for the system?

Unlike โ€œpureโ€ Android, where uninstallation of Google services often leads to critical crashes, MIUI However, complete removal requires caution: some components (such as the Google Services Framework) are integrated into the system at the firmware level. In this article, we will discuss 5 proven methods, from simple disconnection to deep cleaning by using the help of a firmware. ADB root rights, and also tell you what risks await you and how to minimize them.

If you use Xiaomi without Google services (for example, the Chinese version of firmware), some of the instructions will not work for you โ€“ such devices are initially deprived of the software. GMS. But for owners of global and European versions of Redmi, Poco or Black Shark, our recommendations are relevant.

๐Ÿ“Š Why you want to remove Google services from Xiaomi?
Save the battery.
I'm afraid of data collection.
They take up a lot of space.
I want to switch to alternative services.
Other

1.Preparation: What to Know Before Removal

Before you start uninstallation, it is important to assess three key risks:

  1. Application malfunction: Many programs (including banking, mapping, and instant messengers) depend on Google Play Services.
  2. Update issues: Without the Google Services Framework, automatic app updates and account syncs may stop working.
  3. Loss of functionality MIUI: Some firmware chips (such as Mi Share or Game Turbo) use Google API.

To minimize problems, back up important data.

  • ๐Ÿ“ฑ Go to Settings. โ†’ The phone. โ†’ Backup and reset โ†’ Local backup.
  • โ˜๏ธ Use Mi Cloud (if you donโ€™t trust Google) or third-party solutions like Swift Backup (requires root).
  • ๐Ÿ’พ Copy files from internal memory to a PC or external drive.

It's important if you're planning to use it. ADB or get root rights, unblock OEM Unlock in Developer Settings (Settings) โ†’ The phone. โ†’ Version. MIUI โ€” Press 7 times, then return to Additional โ†’ Without this step, no further manipulation will be possible.

โš ๏ธ Attention: On devices with MIUI 14/15 When you unlock the bootloader (fastboot oem unlock), you completely reset the data!

Method 1: Disabling and removing updates (without root)

The safest method is to deactivate unnecessary services and return them to the factory version, which will not remove them completely, but will stop background activity and free up some memory.

Step 1: Disconnect applications:

  • ๐Ÿ”ง Go to Settings. โ†’ Annexes โ†’ Application management.
  • ๐Ÿ” In the search, enter the name of the service (for example, Google Play Services).
  • โš™๏ธ Click Disable (if the button is inactive, first click Remove Updates).
  • ๐Ÿšซ For a complete shutdown, also block autostart: Battery and performance โ†’ Autostart control.

Step 2: Delete the cache and data:

Even the apps that are disabled can leave temporary files behind to clear them.

  1. In the app menu, select Warehouse.
  2. Click Clear Cache and Clear Data (this will reset the app settings).
  3. For Google Play Services, repeat the step after each update. MIUI โ€” The system can automatically restore it.

Backup of data|Unlocking OEM Unlock|Shutting down autostart|Removal of updates|Clearing the cache-->

Limitations of the method:

This doesnโ€™t remove services completely, they will remain frozen, and some apps (like the Google Play Store) can self-repair after a reboot, and more radical intervention will be needed to avoid this.

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

Tool. ADB (Android Debug Bridge allows you to remove system applications without superuser rights. This method is suitable for most Xiaomi models, including Redmi Note 12, Poco X5 and Black Shark 5.

Step 1. Installation of ADB:

  • ๐Ÿ’ป Download Platform Tools from the official Android website.
  • ๐Ÿ“‚ Unpack the archive into the root of the disk C:\ (for example, C:\platform-tools).
  • ๐Ÿ”Œ Connect your phone to the PC by USB, Turn on Debugging. USB developer-setting.

Step 2. Connection check:

Open the command line (Win + R โ†’ cmd) and type:

cd C:\platform-tools


adb devices

If the device appears in the list, you can continue.

Step 3: Packet removal:

Use the command adb shell pm uninstall -k --user 0 Name Package: The main packages of Google services:

AnnexPacket nameCan I remove it?
Google Play Servicescom.google.android.gmsโš ๏ธ Partially (risk of failure)
Google Play Storecom.android.vendingโœ… Yes.
Google Chromecom.android.chromeโœ… Yes.
YouTubecom.google.android.youtubeโœ… Yes.
Google App (Search)com.google.android.googlequicksearchboxโœ… Yes.

Critical information: Deleting com.google.android.gms may make it impossible to use banking applications (Sberbank, Tinkoff), maps (Google Maps, Yandex.Maps) and some games.

Step 4: Recovery (if necessary):

If you have problems after removal, return the package with the command:

adb shell cmd package install-existing name packet

โš ๏ธ Attention: On some firmware MIUI After restarting, remote packets are restored automatically. To avoid this, disable automatic system updates in Settings. โ†’ The phone. โ†’ Updating the system โ†’ โš™๏ธ โ†’ Auto-update.

๐Ÿ’ก

Before removing through ADB Check the application dependency using the adb shell dumpsys package name PAKET command. This will show which programs are using the deleted service.

Method 3: Complete removal with root rights

If youโ€™re willing to take drastic measures, root access will open up the possibility of completely erasing Google services from the system partition, a method that is suitable for power users and requires an unlocked bootloader.

Step 1: Getting root rights:

  • ๐Ÿ”“ Use Magisk (we recommend version 26.4)+). Download the latest version from GitHub.
  • ๐Ÿ“ฑ Get Magisk through Custom Recovery (TWRP Or OrangeFox).
  • โœ… Check root status in the Magisk Manager app.

Step 2: Packet removal:

With root rights, you can use:

  1. System App Remover (available in Magisk Modules or on the Internet) 4PDA).
  2. Teams in ADB Shell with superuser rights: su pm uninstall --user 0 PACKET'S NAME
  3. Manual file deletion via Root Explorer (folder) /system/priv-app/ or /system/app/).

Step 3: Replacement with alternatives:

After Google Play Services is removed, many apps will stop working.

  • ๐Ÿ“ฑ Install microG, an open alternative to Google Services (supports push notifications and geolocation).
  • ๐Ÿ—บ๏ธ For cards, use OsmAnd or Yandex.Maps (work without). GMS).
  • ๐Ÿ’ฐ Banking applications may require Google SafetyNet. Use the Magisk โ€“ Universal SafetyNet Fix module to bypass it.
What if notifications stopped working after removal?
Without Google Play Services, push notifications (e.g. from Telegram or Viber) may not come. Solutions: 1. Install microG with Google Cloud Messaging enabled (GCM). 2. Use alternative messengers with their own notification servers (e.g. Session or Matrix). 3. Set up a server survey manually (e.g., in the K-9 Mail for mail).

5. Method 4: Switching to custom firmware without GMS

If you donโ€™t like half-measures, consider installing firmware without Google services. Xiaomi has the following options available:

Official firmware:

  • ๐Ÿ‡จ๐Ÿ‡ณ Chinese version MIUI: It does not initially contain GMS, It may have restrictions (no Google Play, some features only work for Chinese accounts).
  • ๐ŸŒ Global version without GMS: It is rare but occasionally appears on forums (e.g. for Poco). F5).

Castom firmware:

FirmwareFeaturesSupport for GMS
LineageOSClean Android, Minimalist DesignโŒ No (can be further established)
Pixel ExperienceThe interface is like Google Pixelโœ… Yes, but it can be deleted)
Havoc-OSMaximum customizationโŒ No.
MIUI EU (Xiaomi.eu)MIUI without Chinese software, but with GMSโœ… Yes.

How to install custom firmware:

  1. ๐Ÿ”“ Unlock the bootloader (see official Xiaomi instructions).
  2. ๐Ÿ“ฅ Download the firmware and TWRP for your model with XDA Developers or 4PDA.
  3. ๐Ÿ”ง Please. TWRP Fastboot: Fastboot Flash Recovery twrp.img fastboot boot twrp.img
  4. ๐Ÿ—ƒ๏ธ V TWRP Make a full backup (Backup) โ†’ Choose Boot, System, Data).
  5. ๐Ÿ“ฒ Install the firmware (Install) โ†’ choose ZIP-file).

โš ๏ธ Note: Some Xiaomi models (e.g. Redmi Note 11 with Snapdragon processor) may have anti-rollback protection after custom firmware is installed. This will lead to a device brique.

Method 5: Using Magisk modules for partial removal

If you donโ€™t have to delete all of Googleโ€™s services, but only the most intrusive ones (like Google Play Services or Google One), you can use the modules for Magisk, which is safer than completely removing them and allows you to return everything back in one click.

Popular modules:

  • ๐Ÿงฉ De-Google Module: Removes Googleโ€™s core packages, but leaves critical components behind.
  • ๐Ÿงฉ Universal GMS Doze: Limits background activity of Google Play Services without removal.
  • ๐Ÿงฉ DisableFlagSecure: Allows you to take screenshots in secure applications (for example, in banking applications).

How to install the module:

  1. Download. ZIP-Module file (e.g. with GitHub).
  2. Open Magisk Manager โ†’ Modules โ†’ Install from storage.
  3. Select the downloaded file and confirm the installation.
  4. Reset the device.

Advantages of the method:

Magisk modules do not change the system partition, so they can be disabled or deleted without consequences, and many modules have settings that allow you to fine-tune which services to block.

๐Ÿ’ก

Magisk modules are the safest way to restrict Google services without the risk of a device blink: They don't affect system files, but work at the kernel level.

7 Risks and how to avoid them

Deleting Google services can have unpredictable consequences, especially if you use:

  • ๐Ÿ’ณ Banking applications (Sberbank, Tinkoff, VTB).
  • ๐Ÿ—บ๏ธ Navigation programs (Google Maps, Yandex.Navigator).
  • ๐ŸŽฎ Games with Google Play Games (Genshin Impact, PUBG Mobile).
  • ๐Ÿ“ฑ Applications with push notifications (Telegram, Viber).

How to minimize problems:

Problem.Decision
Notifications are not workingInstall microG or use alternative messengers (e.g. Session).
Banking applications are not launchedUse the Magisk module โ€“ Universal SafetyNet Fix or MagiskHide Props Config.
No location is determined.Enable UnifiedNlp in microG settings or use it GPS-plug-in GMS.
Applications not updatedUse the Aurora Store or F-Droid to install APK.

What should I do if something goes wrong?

  • ๐Ÿ”„ Backup recovery: If you have made a backup copy to TWRP, Get it back through Restore.
  • ๐Ÿ“ฅ Download the official firmware for your model from the Xiaomi website and install it through the Mi Flash Tool.
  • ๐Ÿ› ๏ธ Contact the service: If the device is not turned on ("brick"), contact the service center with the reason ("failed firmware").

8.Alternatives to Google Services for Xiaomi

If you removed Google services, you'll need replacements for key features. Here are proven alternatives:

App Store:

  • ๐Ÿ“ฆ Aurora Store: Anonymous client for Google Play (no account required).
  • ๐Ÿ“ฆ F-Droid: Open Source Directory (Free Applications Only).
  • ๐Ÿ“ฆ APKMirror: Manual download APK-Files from Verified Sources.

Maps and navigation:

  • ๐Ÿ—บ๏ธ OsmAnd: Offline maps based on OpenStreetMap.
  • ๐Ÿ—บ๏ธ Yandex.Maps: Works without GMS, requires registration.
  • ๐Ÿ—บ๏ธ Magic Earth: Google Maps Alternative with Offline Mode.

Cloud storage:

  • โ˜๏ธ Nextcloud: Self-configured cloud (you can deploy it to your server).
  • โ˜๏ธ Proton Drive: Encrypted storage from ProtonMail creators.
  • โ˜๏ธ Mi Cloud: Built-in solution from Xiaomi (if not removed) MIUI-account).

Search the Internet:

  • ๐Ÿ” DuckDuckGo: Private search engine without tracking.
  • ๐Ÿ” Startpage: Anonymous Results from Google.
  • ๐Ÿ” Brave Search: Search engine from Brave browser.

5.Browser:

  • ๐ŸŒ Brave: Blocking Ads and Trackers.
  • ๐ŸŒ Firefox Focus: Minimalist browser with enhanced privacy.
  • ๐ŸŒ Bromite: Chromium with security patches.

Many of these alternatives are available on F-Droid or official sites. Check application permissions before installing - some "private" browsers can collect data as actively as Google Chrome.

๐Ÿ’ก

For a convenient transition from Google services, use the Shelter app (available in F-Droid), which allows you to isolate applications in a separate profile where you can test alternatives without risk to the main system.

FAQ: Frequent questions

โ“ Can you delete Google services on Xiaomi without a computer?
Yes, but with limitations. You can turn apps off through settings or use them. ADB AppControl (a package management application without a PC). However, you will need to completely remove it without root. ADB computer.
โ“ What happens if you delete Google Play Services?
The consequences depend on the firmware: ๐Ÿ”ด MIUI Global/EU: Banking apps, some games, cards and push notifications will stop working. ๐ŸŸก Castom firmware: Account synchronization and geolocation may be disrupted. ๐ŸŸข Firmware-free GMS: No consequences (unless Google services were originally available) and we recommend that you turn off the service and test the device for a week.
โ“ How to return Google services after deletion?
Recovery Methods: Through ADB: Adb shell cmd package install-existing PACY name. via Magisk: Remove the locking modules GMS. Through the firmware: Set up an official MIUI Through the Mi Flash Tool. Through Open GApps: Sweat the GApps package through TWRP (only for custom firmware, if the deletion was through ADB without root, just restart the device - the system will restore the packets automatically.
โ“ What Xiaomi Models Are Best for Life Without Google?
Most adapted for working without GMS: ๐Ÿ“ฑ Poco F5 / Poco X5 Pro: Easy to sew, there are custom firmware without GMS. ๐Ÿ“ฑ Redmi Note 12 Pro+: A popular model with a large user base XDA. ๐Ÿ“ฑ Black Shark 5/6: Gaming smartphones with an unlocked bootloader. ๐Ÿ“ฑ Xiaomi 13/14 Ultra: Flagships with active support for custom firmware. The worst choice is budget models (Redmi) A2, Poco C55), Because there are few custom solutions for them.
โ“ Legal: Is it legal to remove Google services from Xiaomi?
From a legal perspective: โœ… Personal Use: You have the right to modify your device (in most countries). โš ๏ธ Guarantee: Xiaomi may refuse warranty repairs if it detects traces of unlocking the bootloader or root. โŒ Resale: Removal GMS The Digital Markets Act has been in place since 2026, when the sale is considered a fraud by the buyer (unless specified in the description (DMA), Mandatory manufacturers allow you to remove pre-installed applications, but this does not apply to system services like Google Play Services.