Services Google are deeply integrated into Android, but not all users are ready to put up with constant data collection, advertising and dependence on the ecosystem. Removing Google Play Services, GMS (Google Mobile Services) and other components can improve privacy, improve battery life, and even speed up your deviceโ€”but only with the right approach. Without preparation, such actions are fraught loss of functionality of key applications, system errors and even device failure..

In this guide we will look at uninstalling Google services, from simple disabling to complete uninstallation using legal and technical methods removing Google services, from simple disabling to complete uninstallation using ADB and custom firmware. You will learn which applications can be safely removed and which ones should not be touched, how to bypass manufacturer restrictions (like Samsung Knox or MIUI), and what alternatives exist to replace GMS - from microG to completely de-Googled firmware like LineageOS for microG or CalyxOS.

We warn you right away: the process is not universal. On devices with a locked bootloader (most smartphones Samsung, Xiaomi, Huawei), some methods will not work. And on Pixel or OnePlus with an unlocked bootloader you will get more freedom - but also more risks. Are you ready to experiment?

Why do users want to delete Google services?

There are three main reasons, and all of them are related to control over the device:

  • ๐Ÿ”’ Privacy: Google collects data on location, search queries, activity in applications (even if you do not use their services directly). For example, Google Play Services sends statistics about device usage default, and you can only partially disable this.
  • ๐Ÿ”‹ Performance: Google services consume up to 10-15% battery charge in the background (according to data AccuBattery), and on weak devices (Redmi 9A, Samsung Galaxy A10) can cause lags due to constant synchronization.
  • ๐Ÿšซ Independence from the ecosystem: Without GMS you can use alternative application stores (F-Droid, Aurora Store), cards (OsmAnd), mail (ProtonMail) and even replacement YouTube (NewPipe. This is relevant for users who fundamentally avoid proprietary software.

However, there is a downside: without Google Play Services many applications will stop working - from banking (SberBank Online, Tinkoff) to social networks (VK, Telegram in some versions). Some games (PUBG Mobile, Genshin Impact) require Google Play Games for authorization. And on devices with Widevine L1 (for example, Samsung Galaxy S22) after removing GMS, support for viewing DRM to view Netflix or Disney+ in HD may disappear.

โš ๏ธ Attention: On devices with Android Enterprise (corporate smartphones), deleting GMS may lead to account blocking by the administrator. Check for a management policy in Settings โ†’ Accounts โ†’ Work profile.

Which Google services can be removed safely?

Not all Google components are equally important. Here is a list of safe to delete applications and services (on most devices):

Component What happens after deletion Can it be returned?
Google Play Music Synchronizing music with Google will stop working. Local files will remain. Yes, through Play Market
Google Duo You cannot call through Duo, but WhatsApp i Telegram will remain. Yes
Google News The news widget on the main screen will disappear. The feed in Google App will remain. Yes
Google Photos Automatic uploading of photos to the cloud will stop. Local files will not be deleted. Yes
Google One You will not be able to manage your cloud subscription, but the files will remain available. Yes

But dangerous to delete components (deleting them may break system):

  • ๐Ÿ›‘ Google Play Services โ€”responsible for authorization, push notifications, geolocation in most applications.
  • ๐Ÿ›‘ Google Services Framework โ€”manages the synchronization of accounts and application licenses.
  • ๐Ÿ›‘ Google Play Store โ€”without it you will not be able to install or update applications (even through APK).
๐Ÿ“Š Why do you want to remove Google services?
To increase privacy
To save battery power
On principle (I donโ€™t like Google)
I want to try alternative firmware
Other

Method 1: Disabling Google services without root access

If you are not ready for radical measures, start with disable unnecessary services. This will not remove them completely, but will reduce resource consumption and data collection.

Instructions:

  1. Open Settings โ†’ Applications.
  2. Click on the three dots in the upper right corner and select Show system ones.
  3. Find the application (for example Google Play Movies) and click on it.
  4. Select Disable (on some devices - Delete updates โ†’ Disable).

For Google Play Services you can limit activity:

  1. Go to Settings โ†’ Applications โ†’ Google Play Services โ†’ Battery.
  2. Select Limit background activity.
  3. In the section Permissions disable Location, Camera, Microphone (if you don't use Google Assistant).

Make a backup copy of data (photos, contacts, SMS)

Write logins/passwords for accounts (if you use 2FA)

Check whether key applications (banks, instant messengers) work without GMS

Install an alternative application store (F-Droid, Aurora Store)-->

This method reversible: On devices: to get everything back, just turn the application back on settings. However, some functions (for example, automatic location detection in Uber) may work worse.

โš ๏ธ Attention: On devices Huawei (without GMS) or Xiaomi for the European market (with MIUI without Google) some services have already been removed by the manufacturer. Attempting to reinstall them may violate warranty terms.

Method 2: Removal via ADB (without root, but with unlocking) bootloader)

If disabling is not enough, you can remove system applications via ADB (Android Debug Bridge). This method does not require root access, but you need an unlocked bootloader and USB debugging enabled.

Step-by-step guide:

  1. Activate Developer mode 7 times: go to Settings โ†’ About phone and click on Build number.
  2. Enable USB debugging in Settings โ†’ System โ†’ For developers.
  3. Connect your phone to the PC, install Platform Tools and check the connection with the command:
    adb devices
  4. Delete an unnecessary application (example for Google Chrome):
    adb shell pm uninstall -k --user 0 com.android.chrome

List of popular packages to remove:

  • ๐ŸŒ com.android.chrome โ€” Google Chrome
  • ๐Ÿ“บ com.google.android.youtube โ€” YouTube
  • ๐Ÿ“ท com.google.android.apps.photos โ€” Google Photos
  • ๐ŸŽต com.google.android.music โ€” Google Play Music
How to return an application deleted via ADB?

To restore an application, use the command:

adb shell cmd package install-existing application_package

For example, for YouTube:

adb shell cmd package install-existing com.google.android.youtube

After this, the application will appear in the system again, but its data will be reset.

โš ๏ธ Important: Removing com.google.android.gms (Google Play Services) via ADB will lead to system crash on most devices. Use this method only for non-system applications.

Method 3: Complete removal of GMS using custom firmware

The most radical, but also the most effective way is installation firmware without GMS. Popular options:

  • ๐Ÿ“ฑ LineageOS for microG - pure Android with an open analogue of GMS (microG). Supports push notifications and geolocation without Google.
  • ๐Ÿ”’ CalyxOS โ€” firmware with an emphasis on privacy, pre-configured to work without Google.
  • ๐Ÿ›ก๏ธ GrapheneOS โ€” for devices Pixel, maximally protected from surveillance.
  • ๐ŸŒ DivestOS โ€” LineageOS fork with removed proprietary components.

Installation process:

  1. Unlock the bootloader (instructions vary for each manufacturer). For Samsung you will need Odin, for Xiaomi โ€” Mi Unlock Tool.
  2. Install custom recovery (TWRP or OrangeFox).
  3. Download the firmware from the official website (for example, LineageOS for microG) and transfer it to the phone.
  4. In recovery, run Wipe โ†’ Format Data (this will delete all data!), then install the firmware.

After installation:

  • ๐Ÿ“ฑ Configure microG to work with push notifications (enable Google Device Registration i Google Cloud Messaging in the microG settings).
  • ๐Ÿ”„ Install alternative applications via F-Droid (for example, OsmAnd instead of Google Maps).
  • ๐Ÿ”’ Disable SafetyNet in microG settings if you do not use banking applications.
๐Ÿ’ก

Before installing custom firmware, check compatibility with your model on the forum XDA Developers. Some devices (for example Samsung Exynos) require additional patches for the camera or mobile network to work correctly.

โš ๏ธ Attention: Installing custom firmware will reset the warranty and may lead to the loss of functions like Samsung Pay, Widevine L1 (HD in Netflix) or VoLTE. On some devices (for example Huawei), unlocking the bootloader is impossible without an official code, which the manufacturer may not provide.

Alternatives to Google services: what use instead?

To live comfortably without GMS, you will need replacements for key services:

Google Service Alternative Pros Cons
Google Play Store Aurora Store / F-Droid Anonymous APK download, no tracking Not all applications are available (banks, Netflix)
Google Maps OsmAnd / Magic Earth Offline maps, no advertising Fewer POIs (points of interest)
Gmail ProtonMail / Tutanota Encryption of letters, no targeted advertising Limited free plan
YouTube NewPipe / LibreTube No advertising, background playback No official support for creators
Google Drive Nextcloud / Syncthing Self hosting, no limits Requires configuration server

For push notifications without GMS use:

  • ๐Ÿ“ฑ microG - emulates Google Cloud Messaging (GCM), but requires configuration.
  • ๐Ÿ”” UnifiedPush - decentralized notification system (supported Matrix, Delta Chat).

If you need banking applications (for example, SberBank or Tinkoff), check their operation via Magisk with the module Universal SafetyNet Fix. Some banks block devices with unlocked bootloader, but this can be done using MagiskHide (on Android 10 and below) or DenyList (on Android 11+).

What to do if, after removing GMS, the phone stopped working?

If you have removed critical components (for example, Google Services Framework) and the phone is stuck on loading or produces errors, try these steps:

  1. Recovery via ADB:
    adb shell cmd package install-existing com.google.android.gms

    If the package is damaged, download it from APKMirror and install manually:

    adb install com.google.android.gms.apk
  2. Reset to factory settings (if ADB does not help):
    1. Boot into Recovery Mode (usually Power + Volume Up).
    2. Select Wipe Data/Factory Reset.
    3. Reboot the device.
  3. Flashing stock firmware:
    1. Download the official firmware for your model from the manufacturer's website.
    2. Use Odin (for Samsung), Fastboot (for Pixel/OnePlus) or Mi Flash Tool (for Xiaomi).

If the device does not turn on (brick), try:

  • ๐Ÿ”Œ EDL Mode (for Qualcommdevices): requires a special cable and a app like QFil or Mi Flash Pro.
  • ๐Ÿ› ๏ธ Contact service center (if the warranty is still valid, donโ€™t say that you tried to remove GMS!).
๐Ÿ’ก

If after removing GMS the phone does not turn on, do not panic: in 90% of cases it can be restored through flashing. The main thing is not to interrupt the process and use the official firmware.

FAQ: Frequently asked questions about deleting Google services

Is it possible to remove Google Play Services on Samsung without root?

No, on most devices Samsung Google Play Services are protected Knox and cannot be removed even through ADB. The maximum is to disable background activity in the settings. For complete removal you need root or. custom firmware, but this will break Knox (trigger 0x1), and Samsung Pay, Secure Folder will stop working.

Will banking applications work without GMS?

Depends on applications SberBank Online and Tinkoff often block devices without Google Play Services or with an unlocked bootloader. Solutions:

  • Use microG with enabled SafetyNet (but this does not guarantee 100% performance).
  • Install the banking application via Aurora Store in anonymous user mode.
  • Use the web version of the bank through a browser with JavaScript disabled (for example, Bromite).

How to update applications without Google Play?

There are several ways:

  • Aurora Store โ€” allows you to update applications anonymously (enable Auto-update in settings).
  • F-Droid โ€” updates only open software (for example, Signal, K-9 Mail).
  • Obtainium โ€” monitors APK updates on GitHub/GitLab.
  • Manual download of APK from APKMirror (check file hashes!).

Is it possible to return GMS after installing custom firmware?

Yes, but the process depends on the firmware:

  • On LineageOS for microG you can install Open GApps (but this contradicts the idea of de-Googleization).
  • On CalyxOS or GrapheneOS returning GMS requires a complete flashing to stock firmware.

โš ๏ธ After returning GMS, some functions (for example, Widevine L1) may not be restored.

Which devices are best suited for life without Google?

The easiest way to remove GMS is on:

  • Google Pixel (supported GrapheneOS, CalyxOS).
  • OnePlus (good compatibility with custom firmware).
  • Fairphone (official support LineageOS).
  • Xiaomi (but requires unlocking the bootloader through Mi Unlock).

The most difficult thing is:

  • Samsung (due to Knox and the closed bootloader on new models).
  • Huawei (no GMS out of the box, but also custom firmware is practically absent).
  • Oppo/Realme (little support from the community).