Forgot your password Google account and cannot unlock your smartphone after resetting the settings? Or does your phone require you to enter information from an old account that you havenโ€™t used for a long time? This situation is familiar to many users Android โ€”especially after purchasing a used device or doing a hard reset (Hard Reset). Depending on the version of the operating system and the phone model, there are different ways to bypass the protection of FRP (Factory Reset Protection).

In this article we will examine legal methods deleting a linked Google account without a password, including official tools for restoring access, bypassing ADBas well as nuances for devices with chips Qualcomm, Mediatek i Exynos. Important: Some methods require technical skills or additional equipment. If you are not sure of your actions, it is better to contact the service center.

Let us warn you right away: devices on Android 12 and later with a security patch after March 2022 are almost impossible to unlock without the original account data. Manufacturers have tightened protection, and most of the "holes" in the system are closed. However, for older models or devices with vulnerable firmware versions, there are chances.

Why does the phone require an old Google account after a reset

Protection FRP (Factory Reset Protection) was introduced as a measure against theft. The essence of the mechanism is simple: Google V Android 5.1 Lollipop as a measure against theft. The essence of the mechanism is simple:

  • ๐Ÿ”’ When you turn on the phone for the first time, you link an account to it Google.
  • ๐Ÿ”„ After resetting the settings (Wipe Data), the system requires you to enter the details of this account to confirm ownership.
  • ๐Ÿšซ Without the correct login/password, the device remains blocked - even if you bought it legally.

The problem arises in three-point scenarios:

  1. You forgot the password from the old account that was linked to the phone.
  2. You bought a used device, but the previous owner did not unlink his own Google profile.
  3. The device was reset via Recovery Mode without first deleting the account.

On new versions Android (11+) the system may request not only a password, but also last used PIN code, as well as data about connected devices (for example, Smart Lock). This makes it difficult to bypass the protection.

๐Ÿ“Š What is your case of FRP blocking?
Forgot your account
Bought a used phone with someone else's binding
Reset the settings and I donโ€™t remember the password
Another option

Official ways to restore access to your account

Before you try to bypass FRPtry restore access to your Google account legally. This is the safest method that does not require technical manipulation of the device.

Recovery via the Google page

If you remember emaillinked to your account, but forgot the password:

  1. Go to the recovery page: (from another device). data-i="85">Forgot your password? accounts.google.com/signin/recovery (from another device).
  2. Enter your email and press Next.
  3. Select Forgot your password? and follow the instructions.

The system will offer several confirmation options:

  • ๐Ÿ“ฑ SMS/call to the linked phone number.
  • โœ‰๏ธ Letter to the backup email (if it was specified).
  • ๐Ÿ” Verification via another devicewhere you are already authorized in this account.
  • ๐Ÿ“… Security issues (if they have been configured).
๐Ÿ’ก

If you have two-factor authentication (2FA) enabled, but do not have access to backup codes, try using hardware security keys (for example, YubiKey), if they were linked earlier.

Recovery via backup email or phone

If the main method does not worked:

  1. On the account login screen, click Other options.
  2. Select Get help or Restore account.
  3. Indicate backup email or phone numberlinked to the profile.
  4. Confirm receipt of the code and create a new password.

If backup data was not specified, the system may request:

  • ๐Ÿ“… Account creation date (approximately).
  • ๐Ÿ“ Last used passwords (even if they are incorrect).
  • ๐Ÿ“ฑ Device models, on whom you logged into this account.
๐Ÿ’ก

The more information you provide (even approximate), the higher the chances that Google will confirm your ownership of the account.

Bypassing FRP through phone settings (for Android 5โ€“9)

On devices with Android 5.1โ€“9.0 sometimes you can bypass the protection through Loopholes in the interface. These methods do not work on all models and may be closed after security updates.

Method 1: Through an emergency call

This method is suitable for many devices Samsung, Huawei and Xiaomi on older ones firmware versions:

  1. On the lock screen, press Emergency call.
  2. Enter ##4636## (test menu code).
  3. If the menu opens, go to Settings โ†’ Reset and recovery.
  4. Reset to factory settings (Wipe Data).

If the code does not work, try an alternative option:

  • ๐Ÿ“ž Enter any number in an emergency call (for example, 112).
  • ๐Ÿ“‹ Click on the text input field to open the keyboard.
  • ๐Ÿ” Hold @ or spacebarto open the keyboard settings menu.
  • ๐Ÿ”ง Go to Google Settings and disable Factory Reset Protection.

Charge your phone at least 50%|Connect to Wi-Fi|Have a backup SIM card (if required)|Check Android model and version-->

Method 2: Through Wi-Fi settings

On some devices (for example, Samsung Galaxy J-series), you can bypass the blocking through the network connection menu:

  1. On the welcome screen, select your network Wi-Fi.
  2. Enter any password and hold the input field to open context menu.
  3. Select Share or Copy, then Settings.
  4. In the menu that opens, go to Reset and recovery.

If this path is blocked, try:

  • ๐Ÿ”„ Reboot the phone and repeat the steps.
  • ๐Ÿ“ถ Connect to another network Wi-Fi (sometimes this resets the check).
  • ๐Ÿ”ง Use ADB (about the method below).
Why did these methods stop working on new Androids?

Since March 2022, Google has tightened the FRP requirements. On Android 10+, most of the โ€œholesโ€ are closed: the system checks the integrity of the firmware, blocks access to settings without authorization and requires confirmation through Google servers. Even if you manage to open the reset menu, after rebooting the phone will ask for account data again.

Bypassing FRP using ADB (for the technically savvy)

If the previous methods did not work, you can try. delete account via Android Debug Bridge (ADB). This method requires enabled USB debugging (which is unlikely on a locked device), but on some firmware it works even without it.

Step 1: Preparation

You will need:

  • ๐Ÿ–ฅ๏ธ Computer with Windows/Linux/MacOS.
  • ๐Ÿ”Œ USB cable (preferably original).
  • ๐Ÿ“ฆ Installed drivers for your phone model.
  • ๐Ÿ› ๏ธ Utility ADB i Fastboot (official page).

Download platform-tools and extract to the root of the disk C:\ (for example, C:\platform-tools). Then open the command line (Win + R โ†’ cmd) and check the connection:

adb devices

Step 2: Deleting an account via ADB

If the device is detected, run the commands:

adb shell

pm uninstall -k --user 0 com.google.android.gms

pm uninstall -k --user 0 com.google.android.gsf.login

pm uninstall -k --user 0 com.google.android.gsf

After reboot (adb reboot) The phone may skip the lock screen. If not, try an alternative method:

adb shell am start -n com.google.android.gsf.login/

adb shell am start -n com.google.android.gsf.login.LoginActivity

adb shell content insert --uri content://settings/secure --bind name:s:user_setup_complete --bind value:s:1

It simulates the completion of the initial setup.-->

Step 3: Bypass via Fastboot (for devices with an unlocked bootloader)

If ADB does not work, but for you unlocked bootloader, you can flash a modified one boot.img:

  1. Download a custom kernel with support FRP bypass (for example, for Qualcomm โ€” EDL mode).
  2. Switch the phone to mode Fastboot (Power + Vol Down).
  3. Flash the kernel:
    fastboot flash boot patched_boot.img
    

    fastboot reboot

โš ๏ธ Attention: Flashing unofficial kernels can lead to brick devices or loss of warranty. On new smartphones (Android 11+), this method is often blocked. AVB (Android Verified Boot).

Bypassing FRP for specific brands

Manufacturers implement their own protection mechanisms, so there are no universal methods. Below are the current methods for popular brands (at the time of writing).

Brand Models Method bypass Android version
Samsung Galaxy S8โ€“S10, Note 8โ€“9, A-series (2018โ€“2020) Via TalkBack + Chrome (see below) 8.0โ€“10.0
Xiaomi Redmi Note 5โ€“8, Mi 8โ€“9 ADB + removal com.miui.guardprovider 9.0โ€“10.0
Huawei/Honor P20โ€“P30, Mate 10โ€“20 Bypass via HiSuite (requires PC) 8.0โ€“9.0
Nokia 3.1, 4.2, 6.1 Reset via Recovery with preliminary disabling Wi-Fi 9.0

For Samsung: bypass via TalkBack

On many devices Samsung the following trick works:

  1. On the lock screen, turn on TalkBack (hold two fingers on the screen).
  2. Draw a letter L (left-to-right-down) to open the global menu.
  3. Select Settings โ†’ Reset and restore.
  4. Reset your data.

If TalkBack is blocked, try:

  • ๐Ÿ” Connect to Wi-Fi, then enter in the browser chrome://flags and enable Enable Developer Tools.
  • ๐Ÿ“ฅ Download the APK file QuickShortcutMaker through the browser and install it.
  • ๐Ÿ”ง Via QuickShortcutMaker find Google Settings and disable FRP.

For Xiaomi: deleting MI account

On devices Xiaomi often you need to delete not only Google account, but also MI account. This can be done through ADB:

adb shell

su

pm uninstall -k --user 0 com.xiaomi.account

pm uninstall -k --user 0 com.miui.cloudservice

โš ๏ธ Attention: On new devices Xiaomi (with Android 11+) this method is blocked Anti-Rollback Protection. An attempt to bypass may lead to permanent blocking of the bootloader.

Hardware methods of bypassing FRP (for advanced users)

If software methods do not worked, remain hardware methodsrequiring special equipment or knowledge. They are suitable for devices with chips Qualcomm, Mediatek or Exynos.

Method 1: EDL mode (Qualcomm)

Devices with processors Qualcomm (most Xiaomi, OnePlus, Samsung mid-segment) can be unlocked via Emergency Download Mode (EDL):

  1. Download the firmware for your model from the website XDA Developers or 4PDA.
  2. Install the driver QDLoader HS-USB and app QFil or MiFlash.
  3. Switch the phone to mode EDL:
    • ๐Ÿ”Œ For Xiaomi: hold Power + Vol Up + Vol Down (short circuit test points required).
    • ๐Ÿ”Œ For Samsung: use a combination with USB-jig.
  • Flash the firmware without FRP via QFil.
  • After firmware, the device will boot without blocking, but all data will be deleted.

    Method 2: SP Flash Tool (Mediatek)

    For devices on Mediatek (Realme, Oppo, Tecno, Infinix):

    1. Download SP Flash Tool and firmware in format .scatter.
    2. In the tool settings, select Format All + Download.
    3. Connect the switched off phone to the PC (drivers must be installed).
    4. Start the firmware - wait for completion (100% green checkmark).
    โš ๏ธ Attention: Incorrect firmware via SP Flash Tool can turn your phone into a "brick". Make sure that the firmware files match exact model your device (for example, Redmi Note 8 Pro and Redmi Note 8T - different firmware!).

    Method 3: Bypass through TestPoint (Exynos)

    Devices Samsung on chips Exynos (for example, Galaxy S9, Note 9) can be unlocked via testpoints on the motherboard:

    1. Disassemble the phone and find testpoints (there are circuit diagrams on 4PDA or YouTube).
    2. Close the contacts with tweezers or wire.
    3. Connect the USB cable - the phone will go into mode Download Mode.
    4. Flash the firmware via Odin with disabled FRP.
    5. This method requires skills in soldering and disassembling equipment.

      What to do if nothing helps

      If all of the above methods did not work, you have three options left:

      Option 1: Contact the service center

      Official service centers Samsung, Xiaomi and other brands can withdraw FRP using a document confirming the purchase (receipt, sales contract). The service is paid (from 1,000 to 3,000 rubles), but guaranteed safe.

      What will be required:

      • ๐Ÿ“„ Document for the phone (warranty card, check).
      • ๐Ÿ†” Owner's passport.
      • ๐Ÿ“ฑ The device itself (unlocked charging socket).

      Option 2: Buy unlocking from specialists

      On sites like Avito or YouDo there are specialists who will delete FRP remotely (via TeamViewer) or manually Cost: 500โ€“2,000 rubles Risks:

      • ๐Ÿ•ต๏ธ Fraud. (payment without results).
      • ๐Ÿ”“ Possible installation of spyware.
      • ๐Ÿ“‰ Loss of warranty (if the device is under warranty).

    Before paying, check:

    1. Reviews of the master (preferably with photos/videos) result).
    2. Money back guarantee if unsuccessful.
    3. Payment method (better secure transaction or transfer upon completion).

    Option 3: Use the phone without Google services

    If unlocking is not possible, you can use the phone without reference to Google:

    • ๐Ÿ“ฑ Install custom firmware without GApps (for example, LineageOS).
    • ๐ŸŒ Use alternative services:
      • ๐Ÿ“ง Mail: ProtonMail, Tutanota.
      • ๐Ÿ—บ๏ธ Maps: OSMAnd, Maps.me.
      • ๐Ÿ“ฑ Application store: F-Droid, Aurora Store.
    • ๐Ÿ”„ Bypass restrictions through MicroG (lightweight replacement Google Play Services).

    Disadvantages of this approach:

    • โŒ No Google Play, YouTube, Gmail.
    • โŒ Problems with push notifications in some applications.
    • โŒ Limited functionality (for example, Google Pay will not work).

    FAQ: Frequently asked questions about resetting your account Google

    Is it possible to bypass FRP without losing data?

    No. Any bypass method FRP requires a factory reset (Wipe Data), which deletes all data on the device. The only way to save files is to unlock your account. Google officially (via password recovery).

    Do apps to automatically bypass FRP (for example, FRP Bypass APK) work?

    Most of these apps are either outdated or contain malicious code. Android 10+ they do not work due to increased protection Risks. usage:

    • ๐Ÿ“ฒ Installing viruses or spyware.
    • ๐Ÿ”’ Blocking the device (if the app modifies system files).
    • ๐Ÿ’ธ Fraud (payment without results).

    What is FRP and why it canโ€™t just be disable?

    FRP (Factory Reset Protection) is an anti-theft mechanism introduced Google in Android 5.1. It binds the device to the ownerโ€™s account so that after resetting the phoneโ€™s settings, it cannot be used โ€œjust like thatโ€ for two reasons:

    1. Security: this would do. the entire protection system is meaningless.
    2. Google Policy: manufacturers are required to implement FRP to certify devices.

    Is it possible to bypass FRP on Android 12/13?

    Currently (2026) bypass FRP to Android 12+ is almost impossible without the original account data. Reasons:

    • ๐Ÿ”’ All known vulnerabilities in the interface have been closed.
    • ๐Ÿ›ก๏ธ Firmware integrity check has been introduced (AVB).
    • ๐Ÿ”— Blocking access to ADB i Fastboot without authorization.

    The only working methods:

    1. Restoring access to your account Google.
    2. Contacting the service center with documents on the phone.

    How to check whether FRP has been deleted after bypass?

    To make sure that the protection FRP is disabled:

    1. Reset the settings (Settings โ†’ System โ†’ Reset options โ†’ Erase all data).
    2. After reboot, go through the initial setup.
    3. If the phone did not request account information Google โ€” FRP deleted.

    If the blocking remains, repeat the bypass procedure or try another method.