Services Google Play occupy a significant portion of system resources on smartphones Samsungeven if you do not use them. They run in the background, consume battery power, and collect data about your activity. Many users want to get rid of them for various reasons: from the desire to save space to concerns about privacy.
However, you cannot simply remove these applications - they are built into the firmware Android as system components. In this article we will analyze all possible methods: from safe shutdown to complete removal using ADB and custom firmware. You will learn which methods are suitable for your model Samsung (including Galaxy S23, A54, Note 20 and others), and how to avoid mistakes that can lead to the device not working.
It is important to understand that some phone functions (for example Google Pay, Gmail or contact synchronization) will stop working after you remove services. We'll also cover how to maintain critical functionality, such as access to Play Market to install applications.
Why can't you just delete Google Play as a regular application
Services Google Play (including Google Play Services, Google Play Store, Google Services Framework) belong to the category system applications. This means that they are: System applications want
- ๐ Built into the firmware Android at the manufacturer level (Samsung + Google)
- ๐Automatically updated via Play Marketeven if you don't want it
- ๐ก๏ธ Protected from deletion by standard means Android
- ๐ Associated with other system processes (for example,
com.google.android.gmsresponsible for push notifications)
If you try to delete them through Settings โ Applications, you will see that the โDeleteโ button is inactive. The maximum that the system offers is disable or delete updates. But even this does not always work: some services (for example, Google Play Services) do not have a disable button.
On Samsung devices with the One UI shell, disabling Google Play Services can lead to errors in the operation of Samsung Pay, Knox and even basic functions phone (calls, SMS). This is due to the fact that Samsung integrates its services with the infrastructure Google.
โ ๏ธ Attention: On some models Samsung (especially with Knox) disabling system applications may trigger the trigger Knox Trip - this irreversibly voids the warranty and blocks access to Samsung Pay, Secure Folder and corporate functions.
Method 1: Disabling Google Play services without root access
The safest method is deactivation unnecessary services through settings It does not require superuser rights and is suitable for most models. Samsung (including Galaxy S22, A33, Z Flip 4). Minus: some functions (for example, automatic synchronization) will stop working.
Instructions:
- Open
Settings โ Applications. - Click on the three dots in the upper right corner and select
Show system applications. - Find in the list:
- ๐
Google Play Services(main service) - ๐
Play Market(app store) - ๐
Google Play Services for AR(additional module) - ๐ฑ
Google Services Framework(framework for synchronization)
- ๐
Disable (if the button is active) or Delete updates.After disconnecting:
- โ Updates for these services will stop coming
- โ Background battery consumption will be reduced
- โ Some applications (for example, YouTube, Gmail) may not work correctly
- โ Access to Play Market will disappear (but you can install APK manually)
โ๏ธ What to check after disabling Google Play Services
โ ๏ธ Attention: On devices with Android 12+ and One UI 4.0+ disablingGoogle Play Servicesmay lead to an error"com.google.process.gapps has stopped". In this case, you will have to reset the settings or return the services back.
Method 2: Uninstall via ADB (without root, but from PC)
If disabling is not enough, you can remove services completely using ADB (Android Debug Bridge). This method does not require root access, but you need:
- ๐ฅ๏ธ Computer with installed drivers Samsung i
ADB - ๐ USB cable (preferably original)
- ๐ฑ Enabled USB debugging on the phone
Step-by-step guide:
- Activate
Developer mode:- Go to
Settings โ About phone โ Software information - Click 7 times on
Build numberuntil the โYou have become a developerโ notification appears - Go back in
Settings โ Developer optionsand enableUSB debugging
- Go to
cmd on Windows) and enter:
adb devices
Make sure your device is listed.
Google Play Services):
adb shell pm uninstall -k --user 0 com.google.android.gms
com.android.vendingโ Play Marketcom.google.android.gsfโ Google Services Frameworkcom.google.android.gms.nearbyโ proximity services
Advantages of the method:
- โ Removes services completely (not only disables)
- โ Does not require root access
- โ Works on most models Samsung (except for devices with a locked bootloader)
Disadvantages:
- โ After a reboot, some services may be restored (especially on Android 13+)
- โ Some functions (for example, Find My Device) will stop working
- โ Risk of errors when updating the firmware
Before deleting via ADB, make a backup copy of your data. If something goes wrong, you can restore the services with the command adb shell cmd package install-existing com.google.android.gms
| Package | Service name | Can it be deleted without consequences | What breaks |
|---|---|---|---|
com.google.android.gms |
Google Play Services | โ ๏ธ Partially | Push notifications, geolocation, authorization in applications |
com.android.vending |
Play Market | โ Yes | It is impossible to install applications from the official store |
com.google.android.gsf |
Google Services Framework | โ No | Account synchronization failed, errors when update |
com.google.android.apps.messaging |
Google Messages | โ Yes | Troubles only if you use RCS chats |
Method 3: Using custom firmware (for experienced users)
If you are ready to take radical measures, you can install custom firmware without services Google (so-called GApps-free assemblies). This method is suitable for models with an unlocked bootloader, but requires: custom firmware Unlocking in the developer settings data-i="177">๐ฅ๏ธ Installation Samsung with an unlocked bootloader, but requires:
- ๐ Unlock
OEM Unlockin developer settings - ๐ฅ๏ธ Installation TWRP or other custom recovery
- ๐ฆ Firmware type LineageOS, GrapheneOS or CalyxOS without GApps
Pros:
- โ Complete absence of services Google at the system level
- โ Ability to select alternative services (for example, MicroG for push notifications)
- โ Better privacy and control over device
Cons:
- โ The warranty is reset (triggered Knox)
- โ The risk of the device being โbrickedโ in case of an error
- โ Some functions Samsung (for example, DeX or Knox) will stop working
- โ No official support from Samsung
Popular firmware without Google for Samsung:
- ๐ฑ LineageOS for MicroG - supports many models Galaxy, there is a replacement for services Google
- ๐ก๏ธ GrapheneOS - maximum privacy protection, but limited support for devices
- ๐ CalyxOS โfirmware with an emphasis on security, pre-configured to work without Google
โ ๏ธ Attention: Installation of custom firmware on Samsung with a processor Exynos (for example, Galaxy S21 for the European market) easier than on models with Snapdragon (for example, American versions Galaxy S23). The latter often have a locked bootloader.
What is Knox and why canโt it be reset?
Knox is a Samsung hardware security system that monitors the integrity of the firmware. When unlocking the bootloader or installing custom software, the flag Knox Trip (0x1) is triggered. This is irreversible and leads to:
- Blocking Samsung Pay and Secure Folder
- Loss of warranty (even if you return stock firmware)
- Inability to use corporate functions (for example, Knox Workspace)
The flag is checked by the command adb shell getprop ro.boot.warranty_bit or through the app Phone INFO
Method 4: root access + Titanium Backup (for advanced)
If you already have root access, you can delete the services Google using Titanium Backup or System App Remover. This method gives maximum control, but also maximum risks.
What you will need:
- ๐ Root access (for example, through Magisk)
- ๐ฑ Installed application Titanium Backup (paid version)
- ๐ System backup (required!)
Instructions:
- Open Titanium Backup and go to the
Freeze tab!. - Find services in the list Google (they can be easily identified by the name of the package, starting with
com.google.). - Select the desired application and press
Freeze(this will disable it without deleting files). - If you want to delete completely, select
Delete!. - Reboot the device.
Warnings:
- โ ๏ธ Removing
com.google.android.gmsmay lead to bootloop (boot loop) - โ ๏ธ Some applications (for example, YouTube Vanced) require Google Play Services to work
- โ ๏ธ After updating the firmware, services may be restored
Alternative applications for removing system applications:
- ๐ System App Remover (simple interface, but fewer functions)
- ๐ Debloater (works via ADB, but with a graphical interface)
- ๐ SD Maid (allows you to clean up residual files after deletion)
Method 5: Alternative launchers and bypassing restrictions
If you do not need all services Google, but just want to reduce their impact, you can use alternative launchers and settings. This will not physically remove the services, but will reduce their activity.
Options:
- ๐ Lawnchair or Nova Launcher โreplace the standard one launcher One UI, removing widgets Google
- ๐ Blokada or NetGuard โblock Internet access for services Google via VPN
- ๐ต Greenify โsuspend the operation of background processes (including
Google Play Services) - ๐ Bromite โa browser based on Chromium, but without integration with Google
How to limit services Google without deleting:
- Go to
Settings โ Applications โ Google Play Services โ Mobile dataand turn off background traffic. - Delete your account
Settings โ Accounts and archiving โ Accountsdelete your account Google (if it is not needed). - Set NetGuard and block Internet access for:
Google Play ServicesGoogle Play StoreGoogle Services Framework
This method is suitable if you:
- โ Want to maintain access to Play Marketbut reduce background activity
- โ Are not ready to risk the stability of the system
- โ You use alternative services (for example, F-Droid instead of Play Market)
Even after disabling Google Play Services, some applications (for example, Uber or banking applications) may require it to work. In this case you will have to either return the services or look for alternatives.
What to do if, after deleting the services, the phone stopped working
If, after manipulating the Google Play Services device:
- ๐ Stuck on loading (bootloop)
- ๐ต Doesn't turn on
- โ ๏ธ Constantly produces errors
"com.google.process.gapps"
You can restore functionality in the following ways:
1. Restoring via ADB (if the phone turns on):
adb shell cmd package install-existing com.google.android.gms
This command will return Google Play Services to its original state.
2. Reset via Recovery:
- Turn off the phone.
- Hold
Volume Up + Powerto enter Recovery Mode. - Select
Wipe data/factory reset(this will delete all data!). - Reboot the device.
3. Flashing via Odin (for Samsung):
- Download the official firmware for your model from the website Sammobile.
- Install Odin on your PC.
- Connect the phone in the mode
Download Mode(Volume Down + Power). - Flash stock firmware (this will return all system applications).
โ ๏ธ Attention: If after deleting the services Samsung Pay, Secure Folder or Knoxstopped working, they can only be returned by completely flashing them. These functions are tied to the integrity of the system partition.
FAQ: Frequently asked questions about removing Google Play on Samsung
Is it possible to remove Google Play Services on Samsung without root?
Yes, but not completely. Through ADB you can delete services for the current user (command pm uninstall -k --user 0), but after updating the firmware they can be restored. Complete removal requires root or custom firmware.
What will happen if you disable Google Play Services on the Galaxy S23?
On Galaxy S23 s One UI 5.1+ disabling Google Play Services will lead to:
- Operation errors Samsung Health, Bixby and Samsung Pay
- Lack of push notifications in some applications (for example, Telegram, WhatsApp)
- Inability to use Find My Mobile from Samsung
It is recommended to first disable only unnecessary components (for example, Google Play Movies or Google Play Games).
How to remove updates for Google Play Services?
Go to Settings โ Applications โ Google Play Services โ Three dots โ Uninstall updates. This will return the application to the factory version, but will not remove it Updates will no longer be installed automatically if you disable auto-update in Play Market.
Can I use the Play Market after removing Google Play Services?
No, Play Market depends on Google Play Services to work. After deleting the main service, the store will either not open or will display an error "No connection"Alternatives:
- Installing APK via F-Droid or Aurora Store
- Usage APKMirror to manually download applications
How to check which Google services are active on my Samsung?
Install the application App Inspector or Package Name Viewer from Play Market. They will show all installed packages, including system ones. Look for packages with the prefix com.google.. You can also use the ADB command:
adb shell pm list packages | grep google