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:
- You forgot the password from the old account that was linked to the phone.
- You bought a used device, but the previous owner did not unlink his own Google profile.
- The device was reset via
Recovery Modewithout 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.
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:
- Go to the recovery page: (from another device). data-i="85">Forgot your password?
accounts.google.com/signin/recovery(from another device). - Enter your email and press
Next. - 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:
- On the account login screen, click
Other options. - Select
Get helporRestore account. - Indicate backup email or phone numberlinked to the profile.
- 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:
- On the lock screen, press
Emergency call. - Enter
##4636##(test menu code). - If the menu opens, go to
Settings โ Reset and recovery. - 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
@orspacebarto open the keyboard settings menu. - ๐ง Go to
Google Settingsand 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:
- On the welcome screen, select your network Wi-Fi.
- Enter any password and hold the input field to open context menu.
- Select
ShareorCopy, thenSettings. - 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
ADBiFastboot(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 shellpm 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:
- Download a custom kernel with support
FRP bypass(for example, for Qualcomm โEDL mode). - Switch the phone to mode
Fastboot(Power + Vol Down). - Flash the kernel:
fastboot flash boot patched_boot.imgfastboot 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:
- On the lock screen, turn on
TalkBack(hold two fingers on the screen). - Draw a letter
L(left-to-right-down) to open the global menu. - Select
SettingsโReset and restore. - Reset your data.
If TalkBack is blocked, try:
- ๐ Connect to Wi-Fi, then enter in the browser
chrome://flagsand enableEnable Developer Tools. - ๐ฅ Download the APK file
QuickShortcutMakerthrough the browser and install it. - ๐ง Via
QuickShortcutMakerfindGoogle Settingsand 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 shellsu
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):
- Download the firmware for your model from the website XDA Developers or 4PDA.
- Install the driver
QDLoader HS-USBand app QFil or MiFlash. - 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.
- ๐ For Xiaomi: hold
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):
- Download SP Flash Tool and firmware in format
.scatter. - In the tool settings, select
Format All + Download. - Connect the switched off phone to the PC (drivers must be installed).
- 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:
- Disassemble the phone and find testpoints (there are circuit diagrams on 4PDA or YouTube).
- Close the contacts with tweezers or wire.
- Connect the USB cable - the phone will go into mode
Download Mode. - Flash the firmware via Odin with disabled
FRP. - ๐ Document for the phone (warranty card, check).
- ๐ Owner's passport.
- ๐ฑ The device itself (unlocked charging socket).
- ๐ต๏ธ Fraud. (payment without results).
- ๐ Possible installation of spyware.
- ๐ Loss of warranty (if the device is under warranty).
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:
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:
Before paying, check:
- Reviews of the master (preferably with photos/videos) result).
- Money back guarantee if unsuccessful.
- 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:
- Security: this would do. the entire protection system is meaningless.
- 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
ADBiFastbootwithout authorization.
The only working methods:
- Restoring access to your account Google.
- 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:
- Reset the settings (
Settings โ System โ Reset options โ Erase all data). - After reboot, go through the initial setup.
- If the phone did not request account information Google โ FRP deleted.
If the blocking remains, repeat the bypass procedure or try another method.