Posted in

How do I uninstall Google Play?

Uninstalling Google Play on Android: tapping the uninstall button on a modern phone screen.
How do I uninstall Google Play?

Uninstalling Google Play from your device can be a complex process, especially since it is a core app on many Android devices. The most straightforward method for most users is disabling Google Play, which stops it from running without deleting essential system files. Here’s how to do it:

  1. Check if your device allows uninstallation:
    Many Android devices come with Google Play pre-installed as a system app. It cannot be removed like a normal app without special permissions. In these cases, you can only disable it, which stops it from running and hides it from your app list.
  2. For devices with root access:
    Rooting your device gives you full control. If you have rooted your phone, you can uninstall Google Play completely using a file explorer or ADB commands. Be aware: rooting can void your warranty and may cause issues if done improperly.
  3. Disabling Google Play (non-rooted devices):
    Most users will choose to disable the app instead of uninstalling it. Here’s how:

    1. Open the Settings app on your device.
    2. Scroll down and tap Apps & notifications or Application Manager, depending on your device.
    3. Find and tap Google Play Store in the list of installed apps.
    4. Tap Uninstall Updates. This reverts the app to the factory version and disables updates.
    5. Next, tap Disable. Confirm if prompted. The Google Play Store icon will disappear, and the app will no longer run.
  4. Using ADB to remove Google Play (advanced):
    Android Debug Bridge (ADB) allows you to uninstall system apps via your computer.

    1. Enable Developer Options on your device: Go to Settings > About phone > Tap Build number seven times.
    2. Enable USB debugging in Developer Options.
    3. Connect your device to your computer with a USB cable.
    4. Download and install ADB on your computer.
    5. Open a command prompt or terminal window and verify your device is connected by typing:
      adb devices
    6. Type the command to uninstall Google Play:
      adb shell pm uninstall -k –user 0 com.android.vending
    7. Once completed, Google Play will be removed from your device.
  5. Important considerations:
    Uninstalling or disabling Google Play may affect other services that depend on it. Make sure to back up your data before proceeding. If you later decide to restore Google Play, you can usually do so by resetting app preferences or re-enabling the app in Settings.

Leave a Reply

Your email address will not be published. Required fields are marked *