Forgot your password for Google account on your smartphone Android and canโ€™t log into applications or synchronize data? The situation is familiar to many: passwords are saved automatically, and they only need to be remembered at a critical moment - when resetting the settings, buying a new device, or after a long break in use. Unfortunately Android does not provide direct access to viewing the password for a Google account through system settings this was done for security reasons. However, there are several legal and semi-official ways to recover or see saved data.

In this article we will look at 7 working methods - from standard recovery through Google to using the built-in password manager and third-party tools. Important: some methods require preliminary configuration (for example, saving backup codes), so they are worth studying in advanceand not at the time of blocking. We will also tell you how to bypass two-factor authentication if you do not have access to a backup phone or email.

โš ๏ธ Warning: All methods associated with bypassing protection (for example, through ADB or the engineering menu) can lead to account blocking on suspicion of hacking. Use them only on your devices and accounts!

1. Standard password recovery via Google

The most reliable and recommended method is to use the official recovery procedure from Google. It works even if you donโ€™t remember your password or backup email, but it will require identity confirmation.

Action algorithm:

  • ๐Ÿ”น Go to the recovery page: accounts.google.com/signin/recovery (open in a browser on any device).
  • ๐Ÿ”น Enter your last known email or phone number linked to the account.
  • ๐Ÿ”น Click "Forgot your password?" and follow the instructions. The system will offer:
Confirmation method Requirements Processing time
SMS to backup phone The number must be linked to account 1โ€“2 minutes
Letter to backup email Access to the email specified during registration 2โ€“5 minutes
Backup codes (if saved) File with codes or printout Instantly
Confirmation via another device Login to this account on another gadget 1-3 minutes

If none of the methods worked, the system will offer to answer control questions (date of account creation, last used services, etc.) or upload a scan of a document (passport, driver's license) for manual verification. The last option may take up to 3-5 days.

๐Ÿ“Š How often do you forget passwords?
Often, once a month
Sometimes, once every six months
Nearby, but I remember
I never forget

2. Viewing saved passwords in the Google manager

If you previously allowed Android to save passwords, they can be seen in Google password manager. This method only works for accounts that you entered in the browser Chrome or applications on the device.

Instructions:

  1. Open Settings โ†’ Google โ†’ Google account management.
  2. Go to the "Security" tab โ†’ "Password Manager" (or passwords.google.com in the browser).
  3. Find in list accounts.google.com is your main account.
  4. Click on the entry and select "Show password"** (you will need to enter your device PIN code or fingerprint).

โš ๏ธ Attention: If you do not see your account in the list, it means the password was not saved automatically. Also, this method will not show the password for the Google account itself is only from other services where you logged in through it (for example, YouTube, Gmail in the web version).

โ˜‘๏ธ Preparing to recover your password

Done: 0 / 4

3. Using backup codes (if configured)

When turned on two-factor authentication (2FA) Google offers to download or print backup codes one-time passwords for emergency access. If you saved them, restoration will take less than a minute.

Where to look for codes:

  • ๐Ÿ“„ In a file Backup-codes-accountname.txt (downloaded when setting up 2FA).
  • ๐Ÿ“ฑ In notes or file manager (if saved manually).
  • ๐Ÿ–จ๏ธ On paper (if printed).

How to use:

  1. On the account login page, select "Another method" โ†’ "Enter backup code".
  2. Enter one of the unused codes (each code is valid only once).

โš ๏ธ Attention: If you have used all 10 codes from the list, you need them update in your account security settings (section Two-step authentication โ†’ Backup codes). Old codes will then become invalid.

What to do if backup codes are lost?

If you have lost your backup codes and cannot verify your identity in other ways, your only option is to contact Google support with a request for manual verification. To do this, you will need to provide a scan of your identity document and answer questions about the latest activity in your account (for example, recent emails in Gmail or purchases in the Play Market).

4. Bypass via ADB (for advanced users)

This method is suitable if you have Physical access to the device enabled USB debugging and developer rights. It allows you to extract some account data, but will not show the password explicitly it will only help you reset the screen lock or get access tokens.

โš ๏ธ Warning: Use ADB can lead to data loss or account blocking incorrect commands. Do not use this method on other people's devices!

Step-by-step guide:

  1. Connect your phone to the PC via USB and enable debugging (enabled in Settings โ†’ About phone โ†’ Build number - press 7 times, then return to Settings โ†’ System โ†’ For developers).
  2. Open command line line on the PC and check the connection:
    adb devices

    The serial number of the device should be displayed.

  3. Run the command to view the list of accounts:
    adb shell dumpsys account

    In the output, find the line with name=com.google - this is your account.

  4. To remove the screen lock (if it is associated with a Google account), use:
    adb shell am start -n com.google.android.gsf.login/
    

    com.google.android.gsf.login.LoginActivity

    This will open a login window where you can try to restore access.

๐Ÿ”ง Technical limitation: On devices with Android 10+ and enabled FRP (Factory Reset Protection) protection this method will not work without a factory reset. It is also useless if the account is locked. on suspicion of hacking.

๐Ÿ’ก

If you often work with ADB, create a backup copy of the list of accounts with the command adb backup -f accounts.ab -apk com.google.android.gmsThis will help restore data after a reset. settings.

5. Resetting the password through the engineering menu (for older versions of Android)

On devices with Android 7โ€“9 (and some custom firmware) you can try to reset your account password through engineering menu. This method does not work on all models and can lead to data loss.

Instructions:

  • ๐Ÿ“ฑ Turn off the phone and hold down the combination of buttons to enter Recovery Mode (usually Power + Volume Up or Power + Volume Down).
  • ๐Ÿ”ง In the recovery menu, select Advanced โ†’ File Manager (if available).
  • ๐Ÿ“ Go to the folder /data/system and find files:
    • accounts.db โ€” account database;
    • password.key โ€” encrypted password (if any).
  • ๐Ÿ—‘๏ธ Delete these files (or rename them by adding an extension .bak).
  • ๐Ÿ”„ Reboot the device. The system will prompt you to log in again account.

โš ๏ธ Attention: This method doesn't work on modern smartphones with encryption FBE (File-Based Encryption), which is used in Android 10+. It can also disrupt the operation of some system applications.

6. Recovering through another gadget with the same account

If you have a second phone, tablet or PC where you previously logged into the same account Google, you can use it to reset your password.

How to do this:

  1. Open on another device Settings โ†’ Accounts โ†’ Google.
  2. Select the desired account and go to "Google Account Management" โ†’ "Security".
  3. In the section "Login Methods" click "Password" and enter a new one.
  4. Confirm the action via email or SMS (if required).

๐Ÿ“Œ Important: After changing the password, all devices where you were logged into this account will be automatically logged outThe next time you log in, you will be required to enter a new password.

๐Ÿ’ก

If you have Google synchronization enabled, the new password will automatically be applied to all services (Gmail, YouTube, Play Market) on all devices.

7. data-i="214">In

IN Google Play and beyond, there are applications that promise to โ€œshow your Google account password.โ€ 99% of them are - fraud, aimed at stealing data. However, there are legal tools for managing saved passwords (but not for hacking!).

Safe alternatives:

  • ๐Ÿ” Bitwarden or 1Password โ€”if you previously saved your Google password in one of these managers.
  • ๐Ÿ“ฑ Autofill with Google โ€”built into Android an autofiller that can substitute a password when logging into the browser.
  • ๐Ÿ’ป PassFab Android Unlocker โ€” paid software for resetting screen lock (not the account password!), works on 6000+ models.

โš ๏ธ Warning: Any application requesting administrator rights or access to Accessibility Service to โ€œview passwordsโ€ is highly likely to be virusAlso avoid services that offer to โ€œhack an accountโ€ for a fee - this violates Google terms of use and can lead to account lockout without recovery.

FAQ: Frequently asked questions about Google passwords on Android

Can I see the password for my Google account in the phone settings?

No, Android does not provide direct access to viewing the password from the main Google account. You can only see saved passwords from other services in password manager (section Settings โ†’ Google โ†’ Account management โ†’ Security). The account password itself is hidden for security reasons.

What should I do if I forgot my password and cannot verify my identity?

If you do not have access to a backup email/phone and do not remember the answers to security questions, the only option is manual check via Google support. To do this:

  1. Go to accounts.google.com/support.
  2. Select "Recover account" โ†’ "Problems with identity verification".
  3. Fill out the form, indicating the most accurate data (date of account creation, last used services, linked devices).
  4. Attach a scan of a document (passport, driver's license).

Consideration of the application may take up to 5 business days.

How to bypass two-factor authentication if you have lost your phone?

If you have 2FA enabled and you have lost access to your main phone:

  1. Use backup codes (if saved).
  2. Log into your account on another device where you have already logged in (for example, on a PC via a browser).
  3. If all else fails, request 2FA reset via Google support (identity confirmation will be required).

โš ๏ธ Without backup codes or access to a backup email, it will be extremely difficult to restore your account!

Is it possible to find out the password through root access?

Theoretically, with root access you can extract encrypted account data from system files (for example, /data/system/users/0/accounts.dbHowever:

  • The password is stored in encrypted form and requires decryption.
  • On Android 10+ even with root access to these files is limited due to FBE.
  • Any manipulations with the account system files can lead to device locking (trigger Google Play Protect).

Conclusion: root does not provide an easy way to see the password, but increases the risks.

What happens if I try to recover too often password?

Google blocks recovery attempts after 5โ€“10 unsuccessful attempts in a row. In this case:

  • The account will be blocked for 24โ€“48 hours.
  • All devices with this account can be unlogged.
  • To unlock, you will need to wait until the end of the timeout or confirm your identity through support.

๐Ÿ”น Tip: If you are not sure about the answers to security questions, use one attempt per dayto avoid blocking.