Forgot your password Samsung Galaxy and canโt unlock your phone? The situation is familiar to many - especially if the device has been idle for a long time or the password was entered automatically using a fingerprint. Luckily, even without access to the lock screen, there are several ways to take back control of your smartphone. In this article we will analyze all working methods of unlocking, from the simplest (through an account Google) to the radical (full reset).
It is important to understand: not all methods will save your data. For example, hard reset will delete all information from the phone, including photos, contacts and messages. Therefore, before you act, evaluate what is more critical for you - access to the device or the safety of files. If synchronization with Google Drive or Samsung Cloudis enabled on your phone, some of the data can be restored later.
The instructions in the article are relevant for most models Samsung on Android 10โ14, including series Galaxy S23/S22/S21, A54/A34/A14, Note 20/10 and older devices. However, some functions (for example Find My Mobile) may differ depending on the firmware version and region. If your phone was released before 2018, check for the presence of a button Home โthis affects the reset combinations.
1. Unlocking via Google account (for Android 4.4โ9.0)
This method works for outdated versions of Android (up to 10th inclusive) and allows you to reset the password without losing data. If your Samsung was updated after 2020, most likely, this method will not work - Google removed the "Forgot your password?" function. from the lock screen for security reasons.
How to check the Android version on a locked phone? Try calling up the emergency call menu (usually the button Emergency call at the bottom of the screen) and enter *#1234#. On some models this will display firmware information. If the version is lower Android 10, follow the instructions:
- ๐น Enter any password 5 times in a row until the message "Try again in 30 seconds" appears.
- ๐น A button will appear at the bottom of the screen
Forgot your graphic key?orForgot pattern?โclick on it. - ๐น Enter the data from the account Googlethat was linked to the phone (login and password).
- ๐น Follow the system instructions to create a new password or graphic key.
โ ๏ธ Attention: If two-factor login was enabled on your phone Google (for example, confirmation by SMS or application Authenticator), you will need access to a backup code or a second device for authorization. Without this, unlocking is impossible.
If the "Forgot your password?" button does not appear, it means:
- ๐ฑ You Android 10+ (method does not work).
- ๐ The phone was not linked to the account Google.
- ๐ ๏ธ The device administrator (for example, corporate policy) has blocked this function.
2. Using the Find My Mobile service (official method from Samsung)
Find My Mobile is a proprietary service from Samsungthat allows you to remotely manage a lost or locked phone. To unlock you will need:
- ๐ Access to a computer or another phone with the Internet.
- ๐ Account Samsunglinked to the locked device.
- ๐ถ The phone must be connected to a mobile network or Wi-Fi.
Step-by-step guide:
- Go to the website
findmymobile.samsung.com(open in a browser). - Login using the same account Samsungas on your phone.
- In the left menu, select a locked device.
- Click on the option
Unlock(Unlock). - Confirm the action with your account password Samsung.
After a few seconds, the phone will unlock and you can set a new password. This method saves all data on the device, but only works if the function Find My Mobile has been activated in advance in the phone settings.
โ ๏ธ Attention: If the option is enabled on the phoneReset protection(Factory Reset Protection, FRP, after unlocking via Find My Mobile you may need to enter your account information Google, which was on the device before blocking. Without this, the phone will not activate.
Check whether Wi-Fi/mobile data is turned on on the phone
Make sure your Samsung account is linked to the device
Phone battery charge is at least 20%
There are backup codes at hand for two-factor authentication (if enabled)-->
3. Reset to factory settings (Hard Reset)
If the previous methods did not work, the only option left is radical method a full reset. This will delete all data from the phone, including applications, photos and settings, but will restore access to the device. Samsung offers two reset options:
Method 1: Through the Recovery menu (for most models)
- Turn off the phone (press the power button + volume down for 10 seconds).
- Press the combination of buttons to enter
Recovery Mode:- ๐ฑ Galaxy S/A/Note (2018โ2023):
Volume up + Bixby + Power. - ๐ฑ Old models (before 2018):
Volume up + Home + Power.
- ๐ฑ Galaxy S/A/Note (2018โ2023):
Wipe data/factory reset, confirm with the Power button.Yes and wait for the process to complete.Reboot system now).Method 2: Through the boot menu (for new models with One UI)
On Galaxy S21/S22/S23 and other devices with One UI 4.0+ the path is slightly different:
- Turn off the phone.
- Hold
Volume up + Poweruntil the menu appears. - Use the volume buttons to select
Recovery Mode, confirm with the button power. - When the logo Android with an exclamation mark appears, press
Power+Volume upfor 1 second, then release. - Select
Wipe data/factory resetโYes.
| Samsung model | Combination for Recovery | Notes |
|---|---|---|
| Galaxy S23/S22/S21 | Volume up + Power |
After the logo select Recovery Mode |
| Galaxy A54/A34/A14 | Volume up + Power |
Hold until vibration, then release |
| Galaxy Note 20/10 | Volume up + Bixby + Power |
Bixby - left side button |
| Old models (before 2018) | Volume up + Home + Power |
Home - central button under the screen |
After After resetting, the phone will turn on like new. You will need to go through the initial setup, including logging into your account Google (if it was enabled FRP).
What should you do if, after resetting, the phone asks for an old Google account?
This is called Factory Reset Protection (FRP) - anti-theft protection. To bypass it, you need:
1. Enter the account data Googlethat was on the phone before the reset.
2. If you donโt remember the password, restore it via accounts.google.com.
3. If the account is deleted, contact support Google with proof of ownership of the device. (receipt, box).
Without this, the phone will not activate!
4. Unlocking via ADB (for advanced users)
Android Debug Bridge (ADB) โa debugging tool that allows you to control the phone via a computer. This method is suitable if:
- ๐ง The phone was equipped with. enabled
USB debugging(inSettings โ About phone โ Build number). - ๐ป You have access to a computer with installed drivers Samsung i ADB.
- ๐ The phone can be connected via USB (even in a locked state).
Instructions:
- Download and install
Platform Toolsfrom the site Google (search by request "SDK Platform Tools"). - Connect your phone to your computer via USB.
- Open the command line (
Win + Rโ entercmd). - Go to the folder with
ADB(for example,cd C:\platform-tools). - Enter the commands in order:
adb devices(your device should be displayed)
adb shellsu(if the phone is rooted, a request for access will appear)
rm /data/system/gesture.keyor for the password:
rm /data/system/password.key - Reboot the phone (
adb reboot).
After reboot, the lock screen should disappear. If not - repeat the steps or try an alternative command:
adb shell am start -n com.android.settings/.ChooseLockGeneric
โ ๏ธ Attention: Method with ADB does not work on all firmware Samsung, especially on new models with One UI 5.0+. If USB debugging was not enabled in advance, this method is useless. It may also not work correctly on phones with. data encryption.
1. Install drivers Samsung USB Driver from the official website.
2. Use an original USB cable (not all cables support data transfer).
3. Restart the computer and phone, then reconnect.-->
5. Contacting the Samsung service center
If all independent unlocking attempts fail, you just have to contact the official service center Samsung. reliable, but also the longest way. Advantages:
- ๐ง Guaranteed data preservation (if possible).
- ๐ก๏ธ Official guarantee for work.
- ๐ Providing unlocking documents (may be needed to sell the phone).
What you will need:
- ๐ Receipt or warranty card for the phone (proof of purchase).
- ๐ Owner's passport.
- ๐ฑ The device itself (preferably with a charge of at least 30%).
The cost of the service varies from 1,000 to 5,000 rubles depending on the model and complexity of unlocking. In some cases (for example, if the phone was purchased on credit and not paid), the service center may refuse to unlock without the bank's consent.
How to find the nearest service center:
- Go to the website
samsung.com/ru/support/service-center. - Enter your city or allow access to geolocation.
- Select a center marked
Authorized(avoid unofficial workshops!). - Check by phone whether they do unlocking by password.
โ ๏ธ Attention: Unofficial workshops may offer โunlocking in 5 minutesโ while saving data. This is often a scam - after such a procedure, the phone can turn into a โbrickโ (a completely inoperable device) or lose its warranty. Official centers Samsung do not guarantee the preservation of data during hardware resets.
6. Alternative methods (with caution!)
On the Internet you can find dozens of "secret" methods of unlocking Samsung, from using ODIN to flashing firmware via Fastboot. Most of them:
- โ ๏ธ Require deep technical knowledge (risk of โbrickingโ the phone).
- ๐ Work only on older models (before 2016).
- ๐ซ Violate the terms of the warranty.
Some relatively safe options:
Method 1: Deleting the password file via TWRP
If you have custom recovery installed on your phone TWRP, you can manually delete files with the password:
- Boot into
TWRP(similar toRecovery Mode, but with holding other buttons). - Select
Advanced โ File Manager. - Go to
/data/system/and delete files:gesture.key(pattern),password.key(password),locksettings.db(lock settings).
Method 2: Bypass FRP through a call combination
On some models (for example, Galaxy J-series) you can bypass Factory Reset Protection through the emergency call screen:
- On the lock screen, press
Emergency call. - Enter
#0#or*#9900#(test codes). - If a menu appears, try to find the option to reset Googleaccount.
Warning: These methods may not work on new firmware or lead to unstable operation of the phone. Use them only if other methods are not available!
1. Automatic updating is disabled on the phone (otherwise the lock may return after a reboot).
2. You have made a backup copy of your important data (if the phone somehow responds to connecting to a PC).
3. We are prepared for the fact that the phone may require re-activation through a Google account.-->
Frequently asked questions (FAQ)
Is it possible to unlock Samsung without losing data?
Yes, but only if:
- ๐น On the phone is turned on
Find My Mobileand it is linked to the account Samsung. - ๐น The device runs on Android 9.0 or older and you remember the data from Googleaccount.
- ๐น You have previously enabled
USB debuggingand can useADB.
In all other cases, resetting the settings is inevitable.
What to do if you forgot the password for the Google account linked to the phone?
Restore access via support Google:
- Go to
accounts.google.com. - Select "Forgot your password?" and follow the instructions.
- If a backup email or phone is linked, confirmation will be sent there.
- If the account is deleted, it is impossible to restore it - you will need proof of purchase of the phone to bypass
FRP.
Does unlocking work through a call to a blocked phone?
No, this is a myth. Previously, it was possible to deceive the system through the call screen, but in modern firmware this vulnerability is closed. A call to a blocked one Android 5.0โ6.0 it was possible to deceive the system through the call screen, but in modern firmware this vulnerability is closed. Call to blocked Samsung will not give access to menus or settings.
How much does unlocking cost at a Samsung service center?
The cost depends on the model and the reason for blocking:
- ๐ฐ 1,000โ2,500 rubles โ password reset while saving data (if possible).
- ๐ฐ 3,000โ5,000 rubles โunlocking with bypass
FRP(requires proof of ownership). - ๐ฐ Free โ if the blocking occurred due to the fault of the firmware (warranty case).
Check the price in advance - some centers charge only for diagnostics.
Is it possible to unlock Samsung via iCloud or other services?
No, iCloud is a service Apple, it does not work with Androiddevices. Likewise, services like Mi Cloud (for Xiaomi) or Huawei IDare useless. For Samsung there are only two official tools:
- ๐น
Find My Mobile(from Samsung). - ๐น
Remote device control(from Google, but without the unlocking function).