Deleting accounts Google from Androiddevices is a task which may be needed when selling a phone, changing ownership, or solving synchronization problems. However, many users encounter difficulties: the system does not allow deleting the last account, requires a password after resetting, or leaves โ€œghostโ€ profiles in the background. In this article we will look at all working methods from standard settings to advanced tools like ADB and Fastboot.

It is important to understand: simply deleting an account through the menu does not always clear the device of its traces. For example, on some firmware data Google Play Services can be stored in the cache, and binding to FRP (Factory Reset Protection) can block the phone after a reset. We will look at not only basic actions, but also ways to bypass such restrictions, and also explain why deleting the last Google account on modern Android (12+) requires mandatory authorization the next time you turn it on.

1. Standard removal through Android settings

The easiest way is to use the built-in system tools. It is suitable if you want to delete not the latest account or are ready to confirm rights to the device via a password. The instructions are relevant for most firmware: MIUI, One UI, ColorOS and clean Android.

Open the menu Settings โ†’ Accounts and archiving โ†’ Manage accounts (on some devices the path may differ: Settings โ†’ Users and accounts). Here you will see a list of all linked profiles. Select the desired account Google and click on it. In the menu that opens, find the option Delete account (sometimes hidden under three dots in the upper right corner).

  • ๐Ÿ“ฑ On Samsung: Settings โ†’ Accounts and backup โ†’ Manage accounts โ†’ Select Google โ†’ Delete account
  • ๐Ÿค– On pure Android: Settings โ†’ Passwords & accounts โ†’ Select account โ†’ Remove account
  • ๐Ÿ”ง On Xiaomi/Redmi: Settings โ†’ Accounts โ†’ Google โ†’ Delete account (you may need to enter the Mi-account password)

If the system prompts password confirmation, enter it. After deletion, all data for this account (contacts, mail, calendars) will be erased from the device, but will remain in the cloud Google. Please note: it is impossible to delete the last Google account through this menu โ€”the system will display the error "At least one account is required."

๐Ÿ’ก

If you are deleting your account before selling your phone, first unlink the device from Google Find My Device (Settings โ†’ Security โ†’ Find My Device โ†’ Disable). This will save the new owner from problems with activation.

2. Removing the last Google account by resetting the settings

When the standard method does not work (for example, when deleting last account), a reset to factory settings remains. This method erases all data from the device, including applications, photos and settings. Before the procedure, be sure to back up your important files.

Go to Settings โ†’ System โ†’ Reset settings โ†’ Delete all data (factory reset). On some devices the path may look like Settings โ†’ General โ†’ Reset โ†’ Factory settings. The system will prompt you to enter PIN code or pattern, after which the cleaning process will begin.

Save photos and videos to PC or cloud|Export contacts to a VCF file|Record a list of installed applications|Make sure the phone is charged at least 50%-->

After rebooting, the phone will offer to set it up as new. There is an important nuance here: if FRP (Factory Reset Protection)was enabled on the device, the system will require you to enter the login and password for the last account Google. This is a security measure to prevent the phone from being used after it is stolen. If you have forgotten the data, you can restore access through Google recovery page.

โš ๏ธ Attention: On devices with Android 9 and newer, resetting the settings does not always delete the account Google completely. Some data (for example, binding to Google Play Services) may be retained. For complete cleaning, you will need the methods from the following sections.

3. Using ADB to forcefully delete accounts

If standard methods do not work, a debugging tool that allows you to manage the system via the command line will help. This method is suitable for experienced users and requires enabling Android Debug Bridge (ADB) is a debugging tool that allows you to control the system via the command line. This method is suitable for advanced users and requires enabling Developer Mode.

First activate USB Debugging:

  1. Go to Settings โ†’ About phone โ†’ Build number and click on it 7 times until the notification "You have become developer."
  2. Go back to Settings โ†’ System โ†’ For developers and enable USB debugging.
  3. Connect your phone to the PC, confirm permission for debugging on the device screen.

Now install ADB on your computer (you can download from official website of Android Developers) and run the commands:

adb shell

pm list users

This command will show a list of users. Find the account ID Google (usually this is a number, for example 0 for the main user). Then do:

pm remove-account [account_id]/com.google

Replace [account_identifier] with the real value from the previous step. After the reboot, the account will be deleted. This method bypasses restrictions FRP, but may not work on some firmware with enhanced protection (for example, Samsung Knox).

What to do if ADB does not see the device?

Make sure that drivers for your phone model are installed (you can download it from the manufacturerโ€™s website). Try using a different USB cable (preferably the original one). Switch the connection mode to โ€œFile transferโ€ in the notification shade. If the problem persists, try the command adb kill-server and adb start-server in the terminal.

4. Bypass FRP (Factory Reset Protection) reset

FRP is protection that is activated after resetting the settings if an account was linked on the device. GoogleThe system requires you to enter the login and password of the last user, which can become a problem when buying a used phone. There are several ways to bypass this lock, but they require caution.

One of the working methods is - use combinations for recovery mode. With the phone turned off, press:

  • ๐Ÿ”˜ Samsung: Volume up + Power button + Bixby (hold for 10 seconds)
  • ๐Ÿ“ฑ Xiaomi/Redmi: Volume up + Power button (before the Mi logo appears)
  • ๐Ÿค– Pixel/Nexus: Volume down + Power button

In the menu Recovery Mode select Wipe data/factory reset (control carried out with the volume buttons, confirmation with the power button). After resetting, try setting up the phone without binding to Google. On some devices this works, but there is no guarantee - it all depends on the version Android and firmware.

โš ๏ธ Attention: Bypass FRP may violate the terms. use Google. On new devices (with Android 11+), such methods are often blocked, and hacking attempts can lead to IMEI blocking use them only legally (for example, to unlock your device).

5. Deleting accounts via Fastboot (for advanced)

If ADB doesnโ€™t help, and FRP blocks access, you can try the method via Fastboot. It is suitable for devices with an unlocked bootloader (bootloaderPlease note: unlocking the bootloader erases all data and may void the warranty.

Instructions:

  1. Turn off the phone and hold down the combination to enter Fastboot Mode (usually Volume down + Power).
  2. Connect the device to the PC and check its visibility with the command:
    fastboot devices
  3. Run the command to unlock the bootloader (if it is locked):
    fastboot flashing unlock

    Confirm the action on the screen phone.

  4. Delete data FRP with the command:
    fastboot erase frp
  5. Reboot the device:
    fastboot reboot

After reboot, the phone will be like new, without linked accounts. GoogleThis method works on most devices, but on some models. (for example, Samsung s Knox) may require additional firmware via Odin.

Factory reset|ADB commands|Bypass FRP via Recovery|Fastboot|None of the above-->

6 Checking for โ€œghostโ€ accounts. and clearing the cache

Even after deleting an account, traces of it may remain in the system. For example, Google Play Services continues to synchronize data, and some applications (for example, Gmail or YouTube) remain linked to the old profile. To completely clear the device, follow the steps below. steps:

  • ๐Ÿงน Clearing Google Play Services cache:

    Go to Settings โ†’ Applications โ†’ Google Play Services โ†’ Storage โ†’ Clear cache.

  • ๐Ÿ” Checking synchronization:

    Make sure that the old account is not displayed. Settings โ†’ Accounts โ†’ Synchronization make sure the old account is not visible.

  • ๐Ÿ“ฆ Deleting Google application data:

    For Gmail, YouTube and Google Drive execute Clear data in their settings.

If you are selling a phone, it is also recommended unlink it from Google services via the web interface:

  1. Go to myaccount.google.com.
  2. In the section Security โ†’ Your devices find your phone and delete it.
  3. In Find My Device (google.com/android/find) also turn off the device.

Removal method Suitable for Does it require a reset? Bypasses FRP?
Standard settings Deleting not the last account โŒ No โŒ No
Reset to factory settings Any accounts โœ… Yes โŒ No (requires FRP data)
ADB commands Advanced users โŒ No โš ๏ธ Partially
Fastboot Devices with an unlocked bootloader โœ… Yes โœ… Yes
Bypassing FRP via Recovery Old versions of Android (up to 10) โœ… Yes โš ๏ธ Depends on the firmware
โš ๏ธ Attention: On devices with Android 12 and newer some methods (for example, bypass FRP via ADB or Fastboot) may not work due to stricter security policies. Manufacturers like Samsung and Xiaomi add their own layers of protection that require official tools for unlocking.

Common errors and how to avoid them

When deleting accounts Google users often encounter typical problems. Here are the most common of them and how to solve them:

  • ๐Ÿ”’ "Last account required":

    The system does not allow you to delete a single account. Solution: add a temporary account, delete the main one, then delete the temporary one.

  • ๐Ÿ”„ "The reset did not remove the FRP":

    On new devices, the reset does not remove the lock. Solution: use Fastboot or official unlocking services (for example, Samsung Find My Mobile).

  • ๐Ÿ“ฑ "Phone is not visible in ADB":

    Check drivers, cable and debugging permissions. Try command adb devices for diagnostics.

  • ๐Ÿ”Œ "Stuck on the logo after resetting":

    The system files may be damaged. Solution: flash the device via Odin (for Samsung) or Fastboot.

If you buy a used phone, always check it for availability FRP before payment. Ask the seller to reset the settings in front of you and make sure that the device does not require entering the old account data after reboot. This will save you time and nerves.

๐Ÿ’ก

On devices with Android 9 and newer, the only reliable way to delete all accounts is Google without consequences - reset to factory settings followed by bypass FRP (if required). However, on modern firmware this often requires official tools from the manufacturer.

FAQ: Answers to frequently asked questions

Is it possible to delete a Google account without a password?

If you have forgotten your password, restore it via Google recovery page. Without a password, you can only delete your account by resetting the settings, but then you will need to bypass FRP (if it is enabled). On devices with Android 11+ bypass is complicated, so it is better to bind a spare email or phone number in advance.

What happens if you sell a phone with a linked Google account?

The new owner will not be able to use the phone without your login data (due to FRPIn addition, you continue to see the device in your account Find My Device). Some functions (for example, payment via Google Pay) may be blocked. Always reset and unlink your device before selling it.

How to remove a Google account from your phone if it is locked?

If your phone is locked (forgotten PIN or pattern), unlock it first. via Find My Device (if the function was enabled). If not, the only option is to reset via Recovery Mode, but this will lead to the loss of all data. On some devices (for example, Samsung) you can unlock the screen through the service Find My Mobile.

Why did Google Play Market stop after deleting your account? work?

This happens if you deleted the last accountservices to which Google. Solution: add a new account in the settings or reset to factory settings. Also check if Google Play Services is disabled in the application settings.

Is it possible to delete a Google account from a corporate phone (with MDM)?

On devices with Mobile Device Management (MDM) deleting the account may be blocked by the administrator. In this case, contact your company's IT service. Independent attempts to bypass the restrictions may lead to blocking. devices.