Deleting an account Google from phone Samsung based Android โ€”a procedure that may be required when selling a device, changing a profile, or eliminating synchronization errors. However, many users encounter unexpected difficulties: from being blocked FRP (Factory Reset Protection) to losing access to applications. In this article, we will look at all the current methods for deleting an account, including hidden settings Samsung, bypassing protection and restoring data after a reset.

It is important to understand that simply deleting an account through the menu does not always clear its traces from the device. For example, on Samsung Galaxy S23 or A54 even after deletion, cached data may remain in Google Play Services, and on older models (up to Android 10) sometimes additional cleaning is required via ADB. We will look at all the nuances, including the differences between versions One UI and standard Android.

Why you canโ€™t just delete your Google account through the settings

On devices Samsung s Android 5.1 and newer there is a mechanism Factory Reset Protection (FRP) โ€” Factory reset protection. This means that after deleting the account Google through the standard menu:

  • ๐Ÿ”’ The next time you turn on the phone, you will need to enter the login and password of the deleted account.
  • ๐Ÿ“ฑ On some models (for example, Galaxy J6+ or Note 9) access to Wi-Fi and the mobile network may be blocked.
  • ๐Ÿ”„ Applications linked to the account (for example, Gmail, Google Photos) will stop working.

Except In addition, on Samsung with a shell One UI (versions 3.0 and higher) the account Google is integrated into the system deeper than on a "clean" account Android. For example, it may remain linked to:

  • ๐Ÿ“ Samsung Cloud (if synchronization was used).
  • ๐Ÿ”‘ Samsung Pass (password manager).
  • ๐ŸŽต Samsung Music or Galaxy Store.
โš ๏ธ Attention: If you delete your account before selling your phone, be sure to do full reset (see section 4). Simply deleting through the settings is not enough - the buyer may face blocking FRP.
๐Ÿ“Š You are deleting your Google account because...
I am selling a phone
I am changing my account
Solving a problem with synchronization
Other

Method 1: Standard removal through Samsung settings

This method is suitable for most modern devices Samsung (from Galaxy S10 to S24, as well as series A, M, F s One UI 2.0+). However, it does not workif:

  • ๐Ÿ“ต The phone is in Offline (no Internet connection).
  • ๐Ÿ” The account is device owner (on some models it cannot be deleted without resetting).
  • ๐Ÿ› ๏ธ Corporate management software is installed on the phone (for example, Knox).

Step-by-step guide:

  1. Open Settings โ†’ Accounts and archiving.
  2. Select Manage accounts.
  3. Tap on the account Googlethat you want to delete.
  4. Click Delete account (in some versions One UI the button is called Delete account).
  5. Confirm the action by entering PIN code, password or pattern key phone.

If the button Delete account is inactive (gray), this means that:

  • ๐Ÿ“ฑ The device is linked to corporate policy (for example, through Microsoft Intune).
  • ๐Ÿ”’ The account is the only device administrator.
  • ๐Ÿ”„ The phone has the function Find device from Samsung.

โ˜‘๏ธ Preparing to delete your account

Done: 0 / 4

Method 2: Deleting through the "Users" menu (for several profiles)

If you have multiple users configured on your Samsung (for example, on tablets Galaxy Tab S or phones with mode Children), account Google can be deleted through profile management. This method works on Android 9+, but may not be available on budget models (for example, Galaxy A03).

Instructions:

  1. Go to Settings โ†’ Accounts and archiving โ†’ Users.
  2. Select the profile to which the account is linked Google.
  3. Tap Delete user (or Delete profile).
  4. Confirm the action. All profile data, including account Googlewill be erased.

Please note:

  • ๐Ÿ“Œ This method does not work for the main profile (device owner).
  • ๐Ÿ”„ After deleting the profile, all applications installed under it will be deactivated.
  • ๐Ÿ“ Backup copies of profile data (for example, in Google Drive) are not deleted automatically.
โš ๏ธ Attention: On some devices Samsung c One UI 4.0+ after deleting the profile, you may need to reboot. If the phone is stuck on the loading screen for more than 5 minutes, do forced restart (press Power + Volume Down for 10 seconds).

Method 3: Full reset to factory settings (with FRP bypass)

If you sell or transfer the phone, the only reliable way delete your account Google without consequences - reset to factory settings. However, this process has nuances: Samsung This process has some nuances:

Phone model Android/One UI version Do you need to unlink your account before resetting? Is it possible to bypass FRP after reset?
Galaxy S22/S23 Android 13/14, One UI 5.0+ Yes No (without official account data)
Galaxy A52/A53 Android 12/13, One UI 4.1โ€“5.0 Yes Possible through ADB or Samsung Frp Tool
Galaxy Note 10/20 Android 11/12, One UI 3.1โ€“4.0 No Yes (via a key combination in recovery mode)
Galaxy J6/J7 (2018) Android 8/9, One UI 1.0 No Yes (via TalkBack or OTG cable)

Step-by-step guide for reset:

  1. Create a backup copy of your data (via Samsung Cloud or Smart Switch).
  2. Open Settings โ†’ General management โ†’ Reset.
  3. Select Reset data (or Reset settings).
  4. Scroll down and click Delete everything.
  5. Enter PIN code/password phone number to confirm.
  6. Wait for the process to complete (may take up to 15 minutes).

After the reset, the activation screen will ask you to enter your previous Google account information. If you do not remember the password, bypass FRP on modern models. Samsung without official data it is almost impossible - you will need to contact a service center with proof of ownership of the device.

What to do if, after resetting, the phone requires an old Google account?

If you have forgotten the details of the account that was linked to the phone before the reset, the only legal ways to unlock:

1. Restore access to your account via [Google recovery link](https://accounts.google.com) (you will need access to your backup email or phone number).

2. Provide the service center Samsung a receipt or box from the phone with the serial number (IMEI).

Illegal methods (for example, through FRP bypass APK) can lead to blocking of the device or loss of warranty.

Method 4: Deleting the account via ADB (for advanced users)

If standard methods do not work (for example, the delete button is inactive), you can use Android Debug Bridge (ADB). This method is suitable for Samsung unlocked USB debugging and requires a computer.

Step-by-step guide:

  1. Activate Developer mode:
    • Go to Settings โ†’ About phone โ†’ Software information.
    • Tap on Build number 7 times until a notification appears You have become a developer.
  • Enable USB debugging in Settings โ†’ Developer mode.
  • Connect your phone to the PC via USB cable (original, not charger!).
  • Open Command Line (Windows) or Terminal (macOS/Linux) and enter:
  • adb devices
    

    adb shell pm list packages | grep "google"

    adb shell am start -a android.settings.ACCOUNT_SYNC_SETTINGS

    If the desired account is not displayed in synchronization, use the command to force deletion (replace user@email.com with your account):

    adb shell content call --uri content://com.android.providers.settings/settings --method CALL_METHOD --arg "delete_account" --extra "account_name:user@email.com" --extra "account_type:com.google"

    Warnings:

    • ๐Ÿ–ฅ๏ธ Incorrect commands ADB can lead to data loss or system failure.
    • ๐Ÿ”Œ On some models Samsung (for example, Galaxy Z Fold/Flip) ADB works only with the official cable.
    • ๐Ÿ”’ After removal via ADB a reboot may be required.

    1. Reinstall the drivers Samsung USB Driver.

    2. Use a different USB port (preferably USB 3.0).

    3. Enable the option in the developer settings Cancel USB debugging authorization and connect again.-->

    Method 5: Removal through service mode (for older models)

    On devices Samsung to Android 10 (for example, Galaxy S8, Note 8, J-series) you can delete your account Google via service menu. This method does not require a computer, but does not work on all firmware.

    Instructions:

    1. Open the application Phone.
    2. Enter the combination: #0808# (for Galaxy S/Note) or #9900# (for J-series).
    3. Select DM + Modem + ADB (if available).
    4. Return to the main menu and enter: ##4636##.
    5. Go to Information about phone โ†’ Delete Google accounts.

    If the service menu does not open:

    • ๐Ÿ“ถ Make sure the SIM card is active (on some models the menu is blocked without a network).
    • ๐Ÿ”„ Try entering the code in mode Flight.
    • ๐Ÿ“ฑ On firmware with Knox the service menu can be disabled.
    โš ๏ธ Attention: Use of service codes on new models Samsung (for example, Galaxy S21+ or A73) can lead to operation Knox and loss of warranty. Before entering codes, check their relevance for your model.

    What to do if the account is not deleted

    If none of the methods worked, the problem may lie in:

    Symptom Possible cause Solution
    The "Delete account" button is inactive The account is a device administrator Disable administrator rights in Settings โ†’ Biometrics and security โ†’ Other security settings โ†’ Device administrators
    After deleting the account appears again Automatic recovery via Google Play Services Disable autorecovery in Settings โ†’ Google โ†’ Backup
    Phone asks for password after reset Activated FRP-protection Restore access to your account or contact the service center
    ADB gives an error device unauthorized USB debugging not confirmed Confirm access on the phone screen when connecting

    If the problem persists, check:

    • ๐Ÿ“ฑ Firmware version: on beta versions One UI there may be bugs with account management.
    • ๐Ÿ”’ Knox status: if it worked before (shows 0x1), some functions may be blocked.
    • ๐Ÿ“ก Internet connection: without network Samsung can block account changes.
    ๐Ÿ’ก

    If you are selling a phone, the only safe way is to perform a factory reset after deleting your Google account. Otherwise, the new owner will not be able to activate the device.

    FAQ: Frequently asked questions about deleting a Google account from Samsung

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

    No, if the account is the main one. On Samsung s Android 8+ to delete, you need to enter the device password or account data. The exception is a reset to factory settings, but after that you will need to enter the data of the old one. account to unlock FRP.

    What will happen to purchased applications after deleting your account?

    All paid applications and subscriptions associated with the deleted account will become unavailable. To maintain access:

    1. Transfer purchases to a new account via Google Play โ†’ Account โ†’ Family Library (if the function supported).
    2. Download APK application packages in advance (for example, via APK Extractor).

    Please note: some applications (for example, Netflix or Spotify) are tied to the device, not to the account.

    How to delete a Google account from a phone if it is blocked?

    If the phone is blocked (forgotten PIN/password), standard account deletion is not possible:

    • ๐Ÿ” Use Find My Mobile from Samsung (if the function has been activated).
    • ๐Ÿ“ฑ Reset via Recovery Mode (press Power + Volume Up + Bixby with the phone turned off).
    • ๐Ÿ’ป Connect via ADB in mode Fastboot (skills required).

    After the reset you will need to enter the old account details to unlock FRP.

    Is it possible to delete a Google account without losing data?

    Yes, if:

    1. You use method 1 or 2 (deleting through settings).
    2. Before deleting, created a backup via Samsung Cloud or Smart Switch.
    3. Did not reset to factory settings.

    However, some data (for example, saved passwords in Google Chrome or settings Google Assistant) will be lost.

    Why did the phone become slower after deleting the account?

    This may be due to:

    • ๐Ÿ—‘๏ธ Residual files cache (clear in Settings โ†’ Applications โ†’ Google Play Services โ†’ Memory โ†’ Clear cache).
    • ๐Ÿ”„ Automatic data recovery from backup.
    • ๐Ÿ“ฑ Lack of a main account Google (some system processes depend on it).

    Solution: reboot the phone or add a new account Google.