Deleting an account Google from a device to Android is a task that users face for various reasons: from selling a phone to the desire to change their main account. However, simply clicking "Delete" in the settings is often not enough. The system may block access to key functions, and after resetting to factory settings, require you to enter your previous account data (FRP blocking). In this article, we will analyze all the current methods of deletion, including bypassing the protection, and explain what consequences await after each method.

Many people mistakenly believe that it is enough to log out of your account through the menu Settings โ†’ Accounts. In fact, this only unlinks the profile from synchronization, but does not erase it from the device. Complete removal requires a comprehensive approach - especially if the phone is planned to be transferred to another person. It is important to understand that some methods will result in data loss, while others may violate warranty terms.

Before you begin, make sure you have backups of your important data. Deleting the main account Google on some devices (for example, Samsung or Xiaomi) automatically resets some system settings. Also check if your account is linked to paid subscriptions - they will have to be reconfigured manually.

1. Standard removal through Android settings

The easiest and safest way is to use the built-in system tools. It is suitable if you want to uninstall not the main account or are prepared for some functions to stop working. Here's how to do it:

Open the menu Settings โ†’ Accounts and archiving (on some firmware - Users and accounts). Find it in the list Google and tap on the desired address. In the window that opens, select Delete account (or Delete account to MIUI). The system will ask for confirmation - agree.

Save contacts to VCF file

Export Chrome bookmarks

Unlink account from Google Pay

Remove the device from the list of trusted ones in Google security settings-->

After deletion, you will lose access to:

  • ๐Ÿ“ง Gmail and other Google services on this device
  • ๐Ÿ“ฑ Google Play (applications cannot be installed)
  • โ˜๏ธ Automatic synchronization of contacts, calendars, notes
  • ๐Ÿ”‘ Some system functions (for example, Find My Device)

โš ๏ธ Attention: If it was single account on the phone, after rebooting the device may require re-entering data to unlock. On some firmware (for example, ColorOS or One UI) this leads to soft-brick โ€”the phone turns on, but does not boot beyond the welcome screen.

2. Full reset to factory settings

When you need to delete an account forever (for example, before selling your phone), the most reliable way is hard reset. data from the device, including system account files. However, after a reset, it may work FRP lock (Factory Reset Protection) if protection was enabled on the phone.

Instructions for most devices:

  1. Go to Settings โ†’ System โ†’ Reset settings (to Xiaomi: Settings โ†’ About phone โ†’ Reset settings)
  2. Select Delete all data (factory reset)
  3. Enter a PIN code or pattern, if required
  4. Confirm the action and wait for the reboot

If after resetting the phone requires you to enter the details of the previous account, it means it worked FRP. You can bypass it in several ways (see section 4). On devices with Android 12+ the blocking has become stricter - confirmation via SMS or backup email will be required.

What is FRP blocking?

This is an anti-theft feature that appeared in Android 5.1. After resetting the settings, the system requires you to enter data. Google account that was last linked to the device. Without this, the phone will not be activated. On some firmware (for example, Samsung Knox), you can bypass FRP only through the official service center.

โš ๏ธ Attention: On phones with MIUI 14+ i One UI 5+ resetting through the settings menu may not delete the account Mi Account or Samsung Account. For complete cleaning, use the mode Fastboot or Recovery Mode.

3. Removal via ADB (for advanced users)

If standard methods do not work (for example, gray buttons in the settings), you can delete your account via Android Debug Bridge (ADB). This method requires connecting the phone to the computer and enabling USB debugging. Suitable for devices with an unlocked bootloader.

Step-by-step guide:

  1. Enable Developer mode (7 times) tap on the build number in Settings โ†’ About phone)
  2. Activate USB debugging in the developer menu
  3. Connect your phone to the PC and confirm your trust in the computer
  4. Open the command line (Windows) or terminal (macOS/Linux) and enter:
    adb shell pm list packages | grep 'google'

    This will show all Google packages on the device.

  5. Delete the account with the command:
    adb shell pm uninstall -k --user 0 com.google.android.gms
    Attention! This command deletes Google Play Services, which may disrupt the operation of the system. To accurately delete an account, use:
    adb shell content delete --uri content://settings/secure --where "name='account_list'"

After executing the commands, restart the device. The account will be deleted, but some system applications may not work correctly on devices that are locked. bootloader (Samsung, Pixel with locked bootloader).

Through Android settings

Factory reset

ADB commands

Bypass FRP

Never deleted-->

4. Bypassing FRP lock after reset

If after hard reset the phone requires you to enter your previous account information, you will have to bypass Factory Reset Protection. Let's consider universal methods:

Method 1: Through an emergency call (Android 8-11)

  • ๐Ÿ“ž On the lock screen, tap Emergency call
  • ๐Ÿ”ค Enter ##4636## (testing menu will open)
  • ๐Ÿ”ง Go to Settings โ†’ Reset data and reset again

Method 2: Using an OTG cable (Android 5-9)

  • ๐Ÿ”Œ Connect the OTG cable with the flash drive on which the file is located FRP_Bypass.apk
  • ๐Ÿ“ In the file manager menu (opens automatically) install APK
  • ๐Ÿ”“ Launch the application and follow the instructions to bypass

Method 3: Via Pangu FRP (for Samsung)

  • ๐Ÿ–ฅ๏ธ Download Pangu FRP Tool to PC
  • ๐Ÿ”Œ Connect the phone in mode Download Mode (press Vol Down + Power)
  • ๐Ÿ› ๏ธ Run the utility and select the device model

โš ๏ธ Attention: Bypassing FRP on devices with Android 12+ chips Tensor (for example Google Pixel 6/7) often requires official unlocking through a service center. lead to hard-brick.

Bypass method Suitable Android versions Risks Success, %
Emergency call 5.1โ€“11 May not work on new firmware 60%
OTG + APK 5.0โ€“9.0 Requires a pre-downloaded file 75%
Pangu/SamFRP Tool 7.0โ€“12 (Samsung only) Soft-brick possible 85%
Fastboot commands 10+ (with unlocked bootloader) Resetting all data 90%

5. Deleting an account on devices with custom firmware

If installed on the phone unofficial firmware (for example, LineageOS or Pixel Experience), standard methods may not work. In such cases, it will help:

Method 1: Via TWRP Recovery

  • ๐Ÿ”„ Boot into TWRP (press Vol Up + Power)
  • ๐Ÿ—ƒ๏ธ Go to Advanced โ†’ File Manager
  • ๐Ÿ“‚ Delete folders:
    /data/system/users/0/accounts.db
    

    /data/system/sync/

  • ๐Ÿ”„ Reboot the device

Method 2: Via Magisk Module

  • ๐Ÿ“ฅ Install the module Universal SafetyNet Fix via Magisk
  • ๐Ÿ”ง In the module settings, disable verification Google Services Framework
  • ๐Ÿ—‘๏ธ Delete the account through the standard settings menu

โš ๏ธ Attention: On firmware without GApps (for example, GrapheneOS) Google accounts are deleted by default. them back may compromise the integrity of the system.

6. What to do if the account is not deleted?

Sometimes the system produces errors like "Could not delete account" or "Administrator rights required". cases:

Reason 1: Account is device administrator

  • ๐Ÿ” Go to Settings โ†’ Security โ†’ Device Administrators
  • ๐Ÿ”„ Uncheck Google Apps Device Policy or Find My Device
  • ๐Ÿ—‘๏ธ Try deleting again

Reason 2: Organization policy (on work phones)

  • ๐Ÿข If the phone was issued by a company, only the administrator can delete the account Google Workspace
  • ๐Ÿ“ง Contact the IT department with an unlock request

Cause 3: Damaged system files

  • ๐Ÿ› ๏ธ Perform a system check via adb shell fsck
  • ๐Ÿ”„ If the errors are critical, reflash the device
๐Ÿ’ก

If the phone displays the error โ€œGoogle Services has been stoppedโ€ after deleting your account, clear the application cache Google Play Services in the menu Settings โ†’ Applications.

7. Consequences of deleting a Google account

Deleting the main account Google involves a number of restrictions. Here's what awaits you:

  • ๐Ÿšซ Impossibility use Google Play โ€”you will not be able to download applications, update existing ones, or purchase content
  • โ˜๏ธ Loss of synchronization โ€”contacts, calendars, notes and Chrome history will stop updating
  • ๐Ÿ“ Services not working:
    • ๐Ÿ—บ๏ธ Google Maps (only basic functions are available without an account)
    • ๐ŸŽต YouTube (you cannot save playlists or subscribe)
    • ๐Ÿ“ง Gmail (the application will refuse to open)
  • ๐Ÿ”’ Security issues โ€”will not work Find My Device, Google Authenticator, Smart Lock

On devices with Android 13+ after deleting your Google account automatically The "Autofill passwords" feature from Google Password Manager is disabled. This may lead to the loss of saved logins/passwords if you do not make a backup copy in advance.

โš ๏ธ Attention: On some phones (for example, Huawei without GMS), deleting your Google account may lead to loss of access to branded services (for example, Huawei AppGallery or Petal Search).

FAQ: Frequently asked questions

Is it possible to delete a Google account without resetting settings?

Yes, but only if it is not the main account. The main one will require either a reset or ADB commands. On some firmware (for example, ColorOS), even the non-main account is deleted only after entering the password for the main one.

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

The new owner will not be able to use the phone - after the reset, the FRP lock will work. The only way to bypass it is to know the login/password for your account. This violates Google's privacy policy and can lead to the account being blocked for suspicious activity.

How to remove a Google account from a phone that does not turn on?

If the phone does not boot (for example, it is frozen) on the logo), you will have to use Fastboot Mode:

  1. Connect your phone to the PC and boot into Fastboot (hold Vol Down + Power)
  2. Run the command:
    fastboot erase config
  3. Then:
    fastboot reboot

This will reset some of the settings, including linked accounts. Attention: the method does not work on all devices!

Is it possible to recover a deleted Google account on your phone?

Yes, if you remember your login and password, just add your account again via Settings โ†’ Accounts โ†’ Add account. If the account was completely removed from the system (for example, via ADB), a reset will be required.

Why did some applications stop working after deleting the account?

Many applications depend on Google Play Services. After deleting the account, these services stop working correctly. Solution:

  • Reinstall Google Play Services via APK
  • Clear the application cache in Settings โ†’ Applications
  • Add any Google account (even temporary)

On phones without GMS (for example, Huawei after 2019), this method will not work.

๐Ÿ’ก

Deleting a Google account from Android is not just logging out of the profile, but completely erasing its traces from the system. If the phone. sold or transferred to another person, the only reliable way is to reset to factory settings and then bypass FRP (if necessary).