Services Google Play are an integral part of the ecosystem Android, but not all users want to put up with their constant work in the background. Reasons vary, from wanting to save battery power to privacy concerns or the need to free up space on a device with limited memory. However, removing these services is not an easy task. Unlike regular applications, they are integrated into the system at the firmware level, and their forced removal can lead to unstable operation of the smartphone.
In this guide we will look at all possible methods - from safe disables to radical removal through ADB or custom firmware. You will learn which services can be deactivated without consequences and which ones should not be touched, how to restore the system if something goes wrong, and what alternatives exist for users who want to get rid of Google on their device. Important: not all methods are suitable for all models - the result depends on the version Android, manufacturer and even firmware region.
Which Google Play services can be deleted and which cannot
Under the general name โservices Google Playโ there is a whole complex of system components hidden. They can be divided into three categories:
- ๐ Updated through the Play Market:
Google Play Services,Google Play Store,Google Play Games. These applications can be rolled back to the factory version or disabled, but it is impossible to completely remove them without superuser rights (root). - ๐ง Built-in firmware:
Google Services Framework,Google Account Manager. They are deleted only throughADBor after receivingrootrights. - ๐ซ Critical for the system:
Google Play Protect(partGoogle Play Services),Google Backup Transport. Their deletion will lead to errors in the operation of accounts, synchronization and updates.
For example, on smartphones Samsung or Xiaomi with shells One UI and MIUI correspondingly, some of the services are duplicated by branded analogues. disabling Google Play Services may not affect the operation of the device, but will prevent you from accessing Google Maps, Gmail and other applications that depend on these services.
โ ๏ธ Attention: On devices with Android Go (for example, Nokia 1 or Samsung Galaxy J2 Core) services Google Play are optimized to save resources. Removing them may make the smartphone unusable.
| Service | Can I delete | Consequences removal | Alternative |
|---|---|---|---|
Google Play Store |
Yes (disable/uninstall updates) | Cannot install applications from the official store | Aurora Store, APKMirror |
Google Play Services |
Partially (only with root) |
Errors in the operation of applications that depend on Google API | MicroG (incomplete replacement) |
Google Services Framework |
Yes (via ADB) |
Problems with account synchronization and push notifications | There is no full replacement |
Google Play Games |
Yes (completely) | Saving games in the cloud will not work | Manual backup |
Method 1: Disabling Google Play services without uninstalling
The safest way to reduce the impact Google Play Services on performance is to disable them or limit activity. This method does not require superuser rights and is suitable for most devices.
First, check which services are active:
- Go to
Settings โ Applications โ All applications. - Find
Google Play Servicesand open information about it. - Look at the section
Memoryโthe amount of cache and data is indicated here.
To disable unnecessary functions:
- ๐ In the same menu, click
Disable(if the button is active). On some devices, this will instead beUninstall updates. - ๐ Go to
Settings โ Accounts โ Googleand disable synchronization for unnecessary services (for example, Google Fit or Google News). - ๐ต Revoke access to contacts, location and other data.
Settings โ Applications โ Google Play Services โ Permissionsrevoke access to contacts, location, and other data.
โ ๏ธ Attention: Disabling Google Play Services will stop working Google Maps, YouTube and other applications that depend on Google APISome functions (for example, push notifications in Gmail) will also stop working. work.
Make a backup copy of important data|Remember passwords for accounts (synchronization will stop working)|Check the list of installed applications - some may no longer update|Make sure that the device has an alternative application store (for example, Aurora Store)
-->
Method 2: Uninstalling updates and rolling back to the factory version
If It is impossible to completely remove Google Play Services without rootrights, you can return them to the factory version. This will reduce the space taken up and reset the settings, but will not get rid of services completely.
Instructions:
- Open
Settings โ Applications โ All applications. - Find
Google Play Servicesand selectUninstall updates. - Confirm the action. The system will return the application to the version that was installed when you first turned on the smartphone.
- For
Google Play Storerepeat the same steps.
After the rollback:
- ๐ Services will no longer update automatically (but can be updated if manually checked in Play Market).
- ๐ The occupied space will decrease by 100โ300 MB (depending on version).
- โ ๏ธ Some functions (for example, Google Pay) may not work correctly.
To prevent automatic updating:
- Open Google Play Market.
- Go to
Profile โ Settings โ Network settings โ Auto-update applications. - Select
Never.
If after a rollback Google Play Services push notifications have stopped working, try manually updating the application Google Play Services for AR (if it is installed). Sometimes this restores functionality.
Method 3: Uninstalling via ADB (without root access)
For users who are ready to take more drastic measures, there is a way to remove system applications. via ADB (Android Debug Bridge). This method does not require rootrights, but is only suitable for services that can be uninstalled without harm to the system.
What you will need:
- ๐ฅ๏ธ A computer with drivers installed ADB i Fastboot.
- ๐ฑ Smartphone with software debugging enabled
USB(Settings โ About phone โ Build numberโ press 7 times to activate developer mode, then enable debugging inSettings โ System โ For developers). - ๐ Cable USB (preferably original).
Step-by-step guide:
- Connect your smartphone to the computer and confirm permission for debugging on the device screen.
- Open a command prompt (
CMDon Windows orTerminalon macOS/Linux) and type:
adb devices
Make sure your device is listed. Then run the command to remove (for example, Google Play Games):
adb shell pm uninstall -k --user 0 com.google.android.play.games
List of packages to remove:
- ๐ฎ
com.google.android.play.gamesโ Google Play Games. - ๐ฆ
com.android.vendingโ Google Play Store (will remove the store, but not the services). - ๐
com.google.android.gmsโ Google Play Services (uninstall will not work, but you can disable updates).
โ ๏ธ Attention: Uninstallcom.google.android.gmsviaADBwithoutroot-rights will lead to an error. This package requires superuser rights.
What to do if ADB does not see the device?
Make sure that USB debugging is enabled on your smartphone and you have confirmed the resolution on your computer. Try using a different cable or USB port. On Windows, you may need to install drivers for your smartphone model (for example Samsung USB Drivers or Xiaomi ADB DriversAlso check if an antivirus or firewall is blocking the connection.
Method 4: Complete removal using root access
If you are ready to go to extreme measures and get it root-rights, you can remove almost any system applications, including Google Play Services. However, this is fraught with:
- ๐จ Loss of warranty (on most devices).
- ๐ด The risk of turning your smartphone into a โbrickโ if done incorrectly.
- ๐ Security problems (some banking applications refuse to work on rooted devices).
To remove you will need:
- Unlocked bootloader (
bootloader). - Installed custom recovery (TWRP or similar).
- Superuser rights (Magisk or SuperSU).
Instructions:
- Install a file manager with support
root(for example, Root Explorer or Solid Explorer). - Go to the folder
/system/priv-app/or/system/app/. - Find folders with names
GooglePlayServices,Phonesky(this is Play Market) and others related to Google. - Delete or rename folders (for example, add names to the beginning
_old_). - Restart the device.
An alternative way is to use ADB with rights root:
adb shellsu
mount -o rw,remount /system
rm -rf /system/priv-app/PrebuiltGmsCore
reboot
โ ๏ธ Attention: On some devices (for example, Huawei or Honor s EMUI) deletion Google Play Services may make it impossible to boot the system. Before experiments, make sure that there is a working custom firmware for your model without GApps.
Method 5: Installing custom firmware without GApps
The most reliable way to get rid of Google Play Services is to install firmware that initially does not contain components Google. Such firmware is called GApps-free and is available for many popular devices.
Popular options:
- ๐ LineageOS without GApps โpure Android without services Google.
- ๐ฅ CalyxOS or GrapheneOS โfirmware with an emphasis on privacy.
- ๐ฑ Havoc-OS or Pixel Experience โcustom firmware with the ability to choose whether to install GApps or not.
How to install:
- Unlock the bootloader (
bootloader) viafastboot:
fastboot oem unlock
โ ๏ธ Attention: Unlocking the bootloader will reset all data on the device!
- Install custom recovery (TWRP).
- Download the firmware without GApps from the official website (for example, lineageos.org).
- Reboot into TWRP and run
Wipe โ Advanced Wipe(selectDalvik, Cache, System, Data). - Install the firmware via
Install.
After installation:
- ๐ฅ To install applications use Aurora Store or F-Droid.
- ๐ To replace Google Play Services you can install MicroG (incomplete analogue, supports some functions).
- ๐ Some applications (for example, Netflix or Pokรฉmon GO) may not work without certification Google.
Yes, privacy is more important|Yes, but only if it does not affect performance|No, the risk is too great|I already have custom firmware
-->
System recovery after removing Google Play services
If, after experimenting with deletion Google Play Services the smartphone began to work unstable, there are several ways to get everything back.
Method 1: Restoration via ADB (if services were deleted without root):
adb shell cmd package install-existing com.google.android.gms
Method 2: Reinstallation GApps via TWRP:
- Download the package Open GApps (select the version for your Android and processor architecture).
- Reboot into TWRP and install the package as normal firmware.
Method 3: Reset to factory settings:
- ๐ Go in
Settings โ System โ Reset settings. - ๐ฑ On some devices (for example, Xiaomi), you may need to enter an unlock code after resetting.
โ ๏ธ Attention: If you deletedGoogle Play Serviceson a device with Android 12+recovery viaADBmay not work due to changes in the package management system. In this case, only flashing will help.
Before any manipulations with system applications, make a backup copy via TWRP or adb backup. This is the only way to bring the device back to life if something goes wrong.
Alternatives to Google Play Services: what you can use instead
If you deleted Google Play Servicesbut want to keep some of the functionality, consider the following alternatives:
| Function | Alternative | Limitations |
|---|---|---|
| Push notifications | MicroG + UnifiedNlp | Not all applications are supported |
| Maps and navigation | OsmAnd, Magic Earth | No integration with Google Maps API |
| Contact synchronization | DAVxโต (via Nextcloud) | Requires your own server or account with the provider |
| Installing applications | Aurora Store, F-Droid | No automatic updates for all applications |
MicroG is the most popular project trying to reproduce the functionality of Google Play Services. It supports:
- ๐ Geolocation via UnifiedNlp (using Mozilla Location Service or Dรฉjร Vu).
- ๐ Push notifications via GCM (but not all applications work correctly).
- ๐ Account synchronization (limited).
How to install MicroG:
- Download MicroG from official website.
- Install via ADB or TWRP:
adb install microg.apk
- Configure UnifiedNlp in settings MicroG.
Important: MicroG does not support:
- ๐ฎ Google Play Games and saving games.
- ๐ณ Google Pay and other payment services.
- ๐ Some functions YouTube (for example, background playback).
FAQ: Frequently asked questions about deleting Google Play Services
Is it possible to remove Google Play Services without root access?
Completely deleting Google Play Services without root is impossible. The maximum that is available is to disable the application or remove its updates via ADB (the command pm uninstall -k --user 0 will not work for this package).
Will WhatsApp or Telegram work after removing Google Play Services?
WhatsApp and Telegram do not depend on Google Play Services and will work. However, push notifications may arrive with a delay or not arrive at all (solved by installing MicroG).
How to check which applications depend on Google Play Services?
Install the application App Inspector or Package Browser from F-Droid. They show application dependencies. You can also use the command adb shell dumpsys package com.google.android.gms to view active connections.
Is it possible to return Google Play Services after deleting via root?
Yes, but the process depends on how you deleted them. If you simply renamed the folders in /system, it is enough to return the original names. If. deleted completely - you'll have to reflash GApps via TWRP.
Is it true that removing Google Play Services increases battery life?
Yes, but not significantly. Google Play Services they consume about 1-3% of the charge per day during normal use. However, some functions (for example Google Fit or Location History) may cost more. If you do not use services Google, disabling will increase your autonomy by 5-15%.