Forgot your pattern key, PIN code or password from Nokia based Android? Or did you buy a used device with a Google account linked? The situation is familiar to many users, especially when it comes to models like Nokia 1.4, 2.4 or 5.4, where standard unlocking methods do not always work out of the box. Unlike flagship devices, budget smartphones Nokia often lack the function of unlocking via Find My Device or have a simplified recovery system.

In this article we will analyze all current unlocking methods - from official (via Google account) to technical (using ADB or mode Fastboot). We will pay special attention to bypass FRP locks (Factory Reset Protection), which is triggered after resetting the settings, and the nuances for devices on pure Android One. Important: the methods differ depending on the version Android (from 9 to 13) and phone model, so we will provide a compatibility table and warn about the risks.

If you are not confident in your skills, it is better to contact the service center. But most problems can be solved yourself by following our instructions with step-by-step screenshots and videos (where possible). Let's start with the simplest method and gradually move on to more complex ones.

1. Unlocking via Google account (for Android 9โ€“11)

This method works if you are logged into your Google account at least once on a locked phone and remember your login/password. Suitable for most models Nokia on Android 9โ€“11 (for example Nokia 3.4, 5.3, 8.3). On newer versions (Android 12+), Google removed this function due to security vulnerabilities.

Action algorithm:

  1. Enter any password/pattern 5-10 times until a message appears "Forgot your password?" or "Forgot your pattern key?".
  2. Click on this inscription - the system will prompt you to enter data from Google accountthat was linked to the device.
  3. Enter your email and password. If two-factor authentication is enabled, you will need a code from SMS or app Google Authenticator.
  4. After successful authorization, the phone will be unlocked and you can set a new password.

โš ๏ธ Attention: If the phone was reset to factory settings via Recovery, this method will not work - a bypass will be required FRP (see section 4). Also on some models (for example Nokia G20) after 3 unsuccessful attempts to enter the password, the system can block the device for 30 minutes.

๐Ÿ“Š Which Nokia model are you trying to unlock?
Nokia 1.4
Nokia 2.4
Nokia 5.4
Nokia 8.3
Other model
I donโ€™t know

2. Resetting settings via Recovery Mode (hard reset)

If you do not remember your Google account information or your phone is blocked after purchasing it in person, the only official way is full reset. This method will delete all data from the device, including photos, contacts and applications, but will restore access to the system. Works on all Nokia models, regardless of the Android version.

Step by step instructions:

  1. Turn off the phone (press the power button for 10-15 seconds).
  2. Hold the combination of buttons to enter Recovery Mode:
    • For most models: Power + Volume up.
    • For Nokia 1.4 i Nokia C20: Power + Volume Down.
  • Hold the buttons until the logo Nokia or robot Android with an exclamation mark appears.
  • In the menu Recovery use the Volume buttons to navigate and the Power button to select. Select Wipe data/factory reset โ†’ Yes.
  • After the reset, select Reboot system now.
  • โš ๏ธ Attention: On phones with Android 10+ after the reset it may work FRP lock (request for Google account data that was on the device before the reset). If you do not know this data, go to section 4.

    Make a backup copy of the data (if the phone is partially working)|Write down the phone IMEI (in case of recovery)|Charge the phone at least 50%|Prepare Google account data (if known)-->

    3. Unlocking via ADB (for Android 8โ€“12)

    The method is suitable if on the phone USB debugging is enabled (even if the screen is locked). This is a rare case, but if you have previously activated this feature in the developer settings, you can try deleting the file with the password via ADB.

    What you will need:

    • ๐Ÿ–ฅ๏ธ Computer with Windows/Linux/macOS.
    • ๐Ÿ”Œ USB cable (preferably original).
    • ๐Ÿ› ๏ธ Installed drivers Nokia and tool ADB (you can download from the official Android website).

    Instructions:

    1. Connect your phone to the computer.
    2. Open the command line (cmd on Windows) and enter:
      adb devices

      If the device is detected (the serial number appears), proceed to the next step. If not, check the drivers or cable.

    3. Enter the command to delete the file with the password:
      adb shell rm /data/system/gesture.key

      or for new versions of Android:

      adb shell rm /data/system/locksettings.db
      

      adb shell rm /data/system/locksettings.db-wal

      adb shell rm /data/system/locksettings.db-shm

    4. Reboot phone:
      adb reboot

    After a reboot, the password/pattern will be reset. If this method does not work, perhaps your model Nokia uses a different password storage mechanism (for example, in /data/system/lockscreen.password).

    ๐Ÿ’ก

    If the command adb devices does not show the device, try reinstalling the drivers via Nokia OST LA (official utility for firmware).

    4. Bypassing FRP lock on Nokia (Android 9โ€“13)

    FRP (Factory Reset Protection) is Google protection, which is activated after resetting the settings if an account was linked on the phone. data-i="124">c Nokia With Android 9โ€“13 you can bypass it in several ways, but they all require certain manipulations. Below are the current methods for 2026.

    Method 1: Through an emergency call (for Android 9โ€“10)

    1. On the lock screen, press "Emergency call".
    2. Dial ##4636## โ€”the testing menu will open.
    3. Go to Usage statistics โ†’ Back (click on the arrow at the top).
    4. You will be taken to the settings phone. From there, go to Accounts and add a new Google account.
    5. Reboot the phone - FRP will be bypassed.

    Method 2: Through Google Assistant (for Android 11โ€“12)

    • ๐ŸŽค On the lock screen, say "Okay, Google" or hold the button "Home" to call the assistant.
    • Ask: "Open settings".
    • In settings, go in Accounts โ†’ Add account and log in using your Google.
    • After adding an account, reboot your phone.

    โš ๏ธ Attention: On Nokia s Android 13 (for example, Nokia XR21) these methods may not work due to increased security. In this case, you will need to update the firmware via Fastboot or contact the service.

    What happens if you bypass FRP incorrectly?

    Incorrect FRP bypass can lead to:

    - Complete blocking of the phone (requires firmware via EDL).

    - Loss of IMEI (on some models Nokia with processors Qualcomm).

    - Automatic formatting of internal memory.

    If you are not sure, it is better to use official methods (for example, confirming ownership through Google).

    5. Firmware via Fastboot (advanced method)

    If no other methods help, it remains flashing the phone via FastbootThis method is suitable for experienced users and requires:

    • ๐Ÿ’ป Computer with installed drivers Nokia and Fastboot.
    • ๐Ÿ“ฅ Official firmware for your model (you can download it on Nokia website or forums like XDA Developers).
    • ๐Ÿ”ง Unlocked bootloader (on some models).

    Step-by-step guide:

    1. Turn off the phone and hold Power + Volume down to enter Fastboot Mode.
    2. Connect the phone to the computer and check the connection:
      fastboot devices
    3. Unpack the downloaded firmware (usually a file with the extension .zip or .tgz).
    4. Enter the command for the firmware (example for Nokia 6.1):
      fastboot flash boot boot.img
      

      fastboot flash system system.img

      fastboot flash userdata userdata.img

      fastboot reboot

    โš ๏ธ Attention: Firmware via Fastboot deletes all data without the possibility of recovery and may lead to loss of warranty. On some models (for example Nokia 7.2) you must first unlock the bootloader through the command fastboot oem unlock, which will also reset the device.

    Nokia model Supported unlock method Is a PC required Risk of data loss
    Nokia 1.4, 2.4 Reset via Recovery, bypass FRP No High
    Nokia 3.4, 5.4 ADB, FRP via emergency call For ADB - yes Medium
    Nokia 8.3, XR20 Fastboot, Google Account Yes High
    Nokia G20, G400 Firmware via Nokia OST Yes Critical

    6. Official unlocking methods

    If you do not want to risk your data or are afraid of damaging your phone, use the official methods:

    1. Via Find My Device (if the function has been activated):

    • ๐ŸŒ Go to the website Find My Device.
    • ๐Ÿ” Select a locked phone Nokia from the list of devices.
    • ๐Ÿ”’ Click "Device lock" and set a new password.

    2. Through the service center Nokia:

    • ๐Ÿ“„ Prepare documents confirming the purchase (receipts, warranty card).
    • ๐Ÿ“ Find the nearest service center on official website.
    • ๐Ÿ’ฐ Unlocking cost: from 1000 to 3000 rubles (depending on the model).

    โš ๏ธ Attention: Official services Nokia may refuse to unlock if the phone was purchased second-hand without documents. In this case, proof of ownership through the previous owner will be required.

    ๐Ÿ’ก

    If the phone was stolen or lost, unlocking through unofficial methods may be considered an illegal act. Always check the device history before buying a used smartphone.

    FAQ: Frequently asked questions about unlocking Nokia

    Is it possible to unlock Nokia without losing data?

    Yes, but only if it is turned on on your phone USB debugging and you can connect via ADB. In other cases (reset via Recovery, firmware), the data will be deleted. If the phone partially works (for example, you can receive calls), try transferring the data to the PC via Nokia Suite or MTP.

    What if after the reset it requires an old Google account that does not exist?

    This is FRP blocking. Try to bypass it through emergency call or Google Assistant (see section 4). If this does not work, you will need to update the firmware via Fastboot or contact the service. On Nokia s Android 13 bypassing FRP is often possible only with the help of special software (for example, Nokia FRP Tool).

    How to unlock Nokia if you forgot the PIN code for SIM cards?

    The PIN code of the SIM card is not associated with the phone lock. To unlock the SIM:

    1. Enter the PIN 3 times - you will be prompted for PUK code.
    2. The PUK code is indicated on the plastic carrier of the SIM card or can be obtained from the operator (call from another phone to the hotline).
    3. After entering the PUK, set a new PIN.

    If the PUK is also lost, contact the operator's call center with your passport.

    Do universal unlock codes (*#7370#, etc.) work on Nokia Android?

    No, these codes (*#7370#, *2767*3855#) worked on older Symbianphones Nokia, but do not work on modern smartphones with Android. Entering them may lead to resetting the settings or damaging the firmware.

    Is it possible to unlock Nokia through services like Doctor Sim or online generators?

    Be careful: most online services offering unlocking for money are fraudulent. They can:

    • ๐Ÿ’ธ Take payment and not provide the result.
    • ๐Ÿ“ฒ Request remote access to your PC under the pretext of "firmware".
    • ๐Ÿ”“ Offer broken codes or malware.

    The only reliable methods are official (via Find My Device or a service center) or manual (via ADB/Fastboot).