Forgot your password for VKontakte, Instagram or TikTok, but remember exactly what you entered it on your phone? On Android, there are several ways to retrieve saved logins and passwords - from standard system functions to advanced methods for advanced users. In this article we will look at all working optionsincluding those that do not require root access, and also explain why some methods may not work on new versions of Android.

It is important to understand: the system does not store passwords in clear text. They are encrypted and accessible only through special tools - Google password manager, built-in browser functions or third-party applications. If you have never saved passwords manually (for example, when you first logged into a social network on your phone), then you wonโ€™t be able to extract them using standard methods. In this case, only the Google password manager will help. data-i="43">(autofill passwords from Google)? restoring access through official social network services.

Before you start searching for passwords, check:

  • ๐Ÿ”’ Do you use Google Smart Lock (autofill passwords from Google)?
  • ๐ŸŒ Have you logged into social networks through a browser (Chrome, Samsung Internet etc.)?
  • ๐Ÿ“ฑ Are there social networking applications on your phone with saved sessions?

The answers to these questions will help you choose the right method.

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

1. Passwords in Google Smart Lock (Android password manager)

The easiest way is to use the built-in one Google password manager, which automatically saves login data for applications and websites. Works on all devices with Android 9 and newer, if you are logged in to your account Google and have enabled synchronization.

To view saved passwords:

  1. Open Settings โ†’ Google โ†’ Google account management.
  2. Go to the tab Security.
  3. Find the section Manager passwords (or Passwords on some devices).
  4. Enter your PIN code or fingerprint to confirm.
  5. In the list, find the desired social network (for example, Facebook or Twitter/X) and click on it.
  6. Click on the eye icon (๐Ÿ‘๏ธ) to see the password.

If the social network is not in the list, it means:

  • ๐Ÿšซ You did not save the password when you first logged in (cancelled the system request).
  • ๐Ÿ”„ Password synchronization is disabled (check in Settings โ†’ Accounts โ†’ Google โ†’ Synchronization).
  • ๐Ÿ“ฑ You used a third-party browser (for example, Firefox), which is not integrated with Google Smart Lock.

Sign in to your Google account on your phone|

Enable password synchronization in settings|

Make sure that the social network was opened through Chrome or standard applications|

Try to log into the social network again so that the system prompts you to save the password-->

โš ๏ธ Attention: If you reset your phone to factory settings without backup, passwords from Google Smart Lock will be lost. They can only be restored through a backup copy in your Google account (if one was created).

2. Internet, Firefox)

If you accessed social networks through a browser, your passwords could have been saved there. Let's consider three popular options:

2.1. Google Chrome

Chrome synchronizes passwords with your Google account, so you can view them both on your phone and on your computer:

  1. Open Chrome, click on the three dots (โ‹ฎ) โ†’ Settings โ†’ Passwords.
  2. Enter the PIN code or fingerprint to unlock.
  3. Find a social network site (for example, vk.com or instagram.com) and click on it.
  4. Click on the eye icon (๐Ÿ‘๏ธ) to see the password.

2.2. Samsung Internet

Phones Samsung use their own browser, where passwords are stored separately:

  1. Open Samsung Internet, click on three lines (โ˜ฐ) โ†’ Settings โ†’ Personal data โ†’ Saved passwords.
  2. Confirm access via biometrics or PIN.
  3. Select the desired site and click Show password.

2.3. Mozilla Firefox

Firefox uses its own password manager Firefox LockwiseTo see the saved data:

  1. Open Firefox, click on three dots (โ‹ฎ) โ†’ Settings โ†’ Logins and passwords.
  2. Enter the master password (if set) or confirm access through the system.
  3. Find social network in the list and click on it.

Browser Path to passwords Is an account required? Synchronization
Google Chrome Settings โ†’ Passwords Yes (Google) Yes
Samsung Internet Settings โ†’ Personal data โ†’ Saved passwords No Only on Samsung devices
Mozilla Firefox Settings โ†’ Logins and passwords Yes (Firefox) Yes
Opera Settings โ†’ Passwords Yes (Opera) Yes
โš ๏ธ Attention: If you used incognito mode in a browser, passwords were not saved. Also, some social networks (for example, TikTok) may block saving passwords through browser managers.

3. Passwords in application files (for advanced users)

If standard methods do not work, you can try to extract passwords from application files. This method is only suitable for rooted devices (with rights root) or if you know how to work with ADB (Android Debug Bridge).

Social network passwords can be stored in the following places:

  • ๐Ÿ“ /data/data/com.android.providers.settings/databases/settings.db โ€” system autofill settings.
  • ๐Ÿ“ /data/data/com.google.android.gms/databases/ โ€” databases Google Play Services (tokens may be here access).
  • ๐Ÿ“ /data/data/[package_name]/shared_prefs/ โ€” settings files for specific applications (for example, for VK the path will be com.vkontakte.android).

To view these files:

  1. Install Root Explorer or FX File Explorer (with support root).
  2. Navigate to one of the specified paths.
  3. Find files with the extension .db (SQLite databases).
  4. Open the file via SQLite Editor and find tables with names logins, passwords or tokens.

What do passwords look like in a database?

Passwords in databases are usually stored in encrypted form (for example, in the format SHA-256 or Base64To decrypt them, you will need special tools like John the Ripper or Hashcat. However, for most social networks it is easier to use the password recovery function on their official websites than to try to crack the hash.

Without root access, access to these folders is denied - use ADB from a computer:

adb pull /data/data/com.vkontakte.android/shared_prefs/com.vkontakte.android_preferences.xml

But here you will also need superuser rights (su).

๐Ÿ’ก

If you do not have root access, but have a backup copy (backup.ab) via ADB Backup, you can try to extract files with passwords from it using the utility abe (Android Backup Extractor). However, modern versions of Android greatly limit the possibilities of backup without root.

4. Using third-party password managers

If you use third-party applications for storing passwords (for example, 1Password, LastPass, KeePass), check them first. These services synchronize data between devices and usually offer convenient search.

How. find passwords in popular managers:

  • ๐Ÿ” 1Password: open the application โ†’ enter the master password โ†’ search by the name of the social network.
  • ๐Ÿ” LastPass: log in to your account โ†’ go to the section My passwords โ†’ find an entry with a social network.
  • ๐Ÿ” KeePass: open the database (.kdbx) โ†’ enter the master key โ†’ find the entry manually or through a search.

If you forgot the master password from the manager, restore access to passwords impossible โ€” all data is encrypted locally. In this case, all that remains is to reset your password on social networks through official channels.

โš ๏ธ Attention: Some password managers (for example LastPass) have encountered data leaks in the past. If you used them to store passwords from social networks, change passwords after access is restored.

5. Recovering passwords through social networks (if all else fails)

If none of the methods listed above worked, the only option left is restore access through official social network services. Most platforms offer several ways:

  • ๐Ÿ“ง Restoration by email (if a mailbox is linked).
  • ๐Ÿ“ž Restoration by phone number (via SMS or call).
  • ๐Ÿ”‘ Using backup codes (if you saved them when setting up two-factor authentication).
  • ๐Ÿ‘ฅ Contacting support (for example, in VKontakte you can restore access through friends).

Instructions for popular social networks:

Social network Recovery link Required
VKontakte vk.com/restore Phone number or email
Instagram instagram.com/accounts/password/reset Login, email or phone
TikTok tiktok.com/forgot-password Email or phone
Facebook facebook.com/login/identify Login, email or phone

If you have two-factor authentication (2FA)enabled, recovery may require access to an authenticator application (for example, Google Authenticator) or backup codes. Without them, it will be extremely difficult to restore your account - some social networks (for example, Instagram) require sending a photo with a document to confirm your identity.

๐Ÿ’ก

If you have lost access to the email/phone number associated with your social network account, the chances of recovery are minimal. In such cases, it is better to create a new account and inform your friends about the profile change.

6. Why are passwords not saved on new versions of Android?

Starting from Android 10Google has tightened its security policy, and now many applications (including social networks) do not save passwords in clear text. Instead, they use:

  • ๐Ÿ”‘ Access tokens (temporary keys that allow you to remain logged in without entering a password).
  • ๐Ÿ”„ One-time codes (for two-factor authentication).
  • ๐Ÿ”’ Biometric authentication (fingerprint or Face ID).

This means that even if you find the social network application files, the real password may not be there. Instead, there will be access_token or refresh_token, which are useless for logging in on other devices.

In addition, many social networks (for example, WhatsApp or Telegram) do not save passwords at all - they use binding to phone number and encrypted backups. In such cases, access can only be restored through official channels.

โš ๏ธ Attention: Some โ€œhackedโ€ versions of social networks (mods) can save passwords in clear text, but their use violates the rules of the platforms and threatens account blocking. In addition, such applications often contain malicious code.

7. How to protect passwords from loss in the future?

To avoid searching for passwords all over your phone, follow simple rules:

  • ๐Ÿ” Use password manager (for example, Bitwarden or KeePass) and regularly create backup copies.
  • โ˜๏ธ Enable password synchronization in your Google account (Settings โ†’ Google โ†’ Account management โ†’ Security โ†’ Password Manager).
  • ๐Ÿ“ Save backup codes for two-factor authentication in a safe place (for example, in an encrypted file).
  • ๐Ÿ“ฑ Periodically export passwords from the browser (Chrome allows you to save them to a CSV file).

You should also give up:

  • โŒ Saving passwords in Notes or SMS.
  • โŒ Using the same passwords for different social networks.
  • โŒ Logging into accounts on other people's devices (risk of saving passwords in someone else's manager).
๐Ÿ’ก

B Google Smart Lock You can enable the "Automatic login" option for trusted devices. This will eliminate the need to enter passwords again, but will not prevent them from being saved in encrypted form.

FAQ: Frequently asked questions about finding passwords on Android

Is it possible to find the password for VKontakte if I did not save it? it?

No. If you did not save the password manually (via Google Smart Lock or a browser) and did not use a password manager, it is impossible to extract it using standard methods. The only option is to restore it through the official website. vk.com/restore.

I reset the phone to factory settings?

If before. After resetting, synchronization with your Google account was enabled, passwords could be saved in Google Smart Lock. Check them on another device where you are logged into the same account. If synchronization was disabled, the passwords are lost forever.

Does the method work with viewing application files without root?

No. (root) access to the folder /data/data/ is closed. Even through ADB without root you will not be able to read application files.

Is it possible to extract a password from a social network application (for example, Instagram)?

In most There are no cases. Modern applications (for example, Instagram, Facebook) do not store passwords in clear text - they use access tokens. The exception is if you used older versions of applications (before 2018), where passwords could be stored in SharedPreferences.

What if I forgot the password from a password manager (for example, LastPass)?

Unfortunately, it is impossible to restore access to encrypted data without a master password. In this case, all that remains is to reset passwords on social networks through official recovery services.