Forgot your mail password, but your phone receives a notification about a new letter? The situation is familiar to many: the mailbox is linked to a smartphone, but the password itself has not been entered manually for a long time - the system saves it automatically. Where is this password stored and can it be retrieved without resetting it? The answer depends on how exactly you entered your mail: through an application, a browser, or third-party services. Android Is this password stored and can it be retrieved without resetting it? The answer depends on how you entered your mail: through an application, a browser, or third-party services.
In this article we will look at all possible places for storing passwords on Android โfrom the obvious (password managers and account settings) to the hidden (application cache and system files). Important: some methods require root access or special knowledge, so let's start with the simplest and safest. If you are looking for a password for Gmail, Yandex, Mail.ru or corporate email, you will find a solution here.
โ ๏ธ Warning: Retrieving saved passwords may violate the security policies of some services (for example, Google blocks accounts due to suspicious actions). Never share found passwords with third parties and do not store them in clear text.
1. Google account settings (for Gmail and related services)
If your mail is linked to Google account (for example, @gmail.com or corporate mail via Google Workspace), you can try to find the password in the system settings. This method works on most smartphones Samsung, Xiaomi, Huawei and other brands with clean Android or shells MIUI, One UI, EMUI.
Open Settings โ Accounts and backup โ Google (or Accounts โ Google on older versions). Here you will see a list of all linked accounts. Select the desired email - the system can offer restore password via SMS or backup email, but The password itself is not displayed here in clear text (this is a security measure). However, if you previously saved it in Google Smart Lock, there is a chance to retrieve it through a password manager (more on this in the next section).
- ๐ฑ For Samsung: The path may differ - try
Settings โ Cloud and accounts โ Accounts. - ๐ If there is no "Google" item: The account may have been added as "Others" (for example, Yandex or Mail.ru). Check all categories.
- ๐ Limitation: On some firmware (for example, ColorOS from Oppo/Realme) account passwords are completely hidden.
โ ๏ธ Attention: If you see the "Delete account" button next to your mail - do not press it, otherwise you will lose access to all related services (YouTube, Google Play, Drive). Itโs better to first try to recover your password through the official website of the mail service.
2. Password managers: Google Smart Lock and third-party applications
Android has a built-in password manager - Google Smart Lockwhich automatically saves login information for applications and sites. If you have ever entered your email password in a browser Chrome or application, it may have been saved here. To check:
- Open
Settings โ Google โ Google account management. - Go to the tab
Security. - Find the section
Password manager(orPasswordson some devices). - Enter your PIN code or fingerprint to confirm.
- In the list of saved passwords, find your email service (for example, mail.google.com or passport.yandex.ru).
If you use third-party managers (for example, 1Password, KeePass, LastPass), open them and look for an entry with the name of the mail service. In some applications (for example, Samsung Pass on devices Samsung) passwords are stored in encrypted form and require additional information. authentication.
Try Google Smart Lock
Check Samsung Pass (for Samsung)
Open LastPass/1Password (if installed)
View in Chrome browser ("Passwords" section)
-->
| Password Manager | Where to look | Do I need authentication |
|---|---|---|
| Google Smart Lock | Settings โ Google โ Password Manager |
Yes (PIN/fingerprint) |
| Samsung Pass | Settings โ Biometrics and security โ Samsung Pass |
Yes (PIN/face scan) |
| 1Password/LastPass | Manager application | Yes (master password) |
| Chrome browser | Chrome โ โฎ โ Settings โ Passwords |
Yes (device PIN) |
Important: If you do not remember the master password from a third-party manager, it will be impossible to restore access to the saved data. In this case, you will have to reset your email password through the official website.
If you often forget passwords, set up a backup email or phone number to restore access. For example, in Gmail this is done in the section Security โ Account recovery methods.
3. Mail application cache: where temporary data is stored
Some mail applications (for example, Gmail, Yandex Mail, Mail.ru) store access tokens instead of the password itself. These tokens allow the application to automatically log into your account without re-entering the password, sometimes traces of the entered ones remain in the cache. data.
To check the cache:
- Open
Settings โ Applications. - Find the mail application (for example, Gmail or Yandex).
- Go to
Memory โ Cache. - Click "Clear cache" (this will not delete emails, only temporary data).
If after clearing the cache the application asks for a password again - This means that the original password was not stored on the device. However, on some firmware (for example, MIUI from Xiaomi), you can try to retrieve data via ADB (instructions for experienced users in the next section).
โ ๏ธ Attention: Clearing the cache is not always safe. c Outlook this may lead to loss of folder synchronization. If you are not sure, make a backup copy of your data before experimenting.
What does an access token look like?
A token is a long string of characters (for example, ya29.a0Ae4rvZ5...XyZ123), which replaces the password when exchanging data between the application and the server. It is valid for a limited time (from several hours to months) and is tied to a specific device. You cannot extract the original password from the token, but sometimes you can use it for temporary access (for example, through IMAP in third-party email clients).
4. users)
If you have access to ADB (Android Debug Bridge) and USB debugging is enabled, you can try to extract saved passwords from system files. This method is suitable for devices with root access or some firmware where data is stored in unencrypted form.
Instructions:
- Connect the phone to the PC and turn on
USB Debugging(Settings โ About phone โ Build number- press 7 times, then return toSettings โ System โ For developers). - Open the command line on your PC and enter:
adb shellsu
cd /data/data/com.google.android.gms/shared_prefs
cat gservices.xml | grep password - If the password is not found, try other ways:
cd /data/data/com.android.providers.settings/databasessqlite3 settings.db "SELECT * FROM secure WHERE name LIKE '%password%';"
โ ๏ธ Warning: This method requires root access and can disrupt the operation of the system. Incorrect commands ADB can lead to data loss or device lockingIf you are not sure of your actions, it is better to use the official password recovery.
On some devices (for example, Huawei s EMUI) passwords are stored in encrypted form, and it is impossible to retrieve them without the encryption key. In this case, the only option left is to reset the password through the mail service website.
The ADB method only works on devices with an unlocked bootloader and root access. For most users, this is not an option - itโs easier to recover the password using the standard method.
5. Password recovery through a browser (Chrome, Firefox, Samsung Internet)
If you logged into your mail through a browser (for example, Chrome, Firefox or Samsung Internet), the password could be saved in its manager. To check:
For Chrome:
- Open the browser and go to
โฎ โ Settings โ Passwords. - Find the mail service website (for example, mail.yandex.ru or accounts.google.com).
- Click on the eye icon (๐๏ธ) next to the password and enter the device PIN code.
For Firefox:
- Open
โฎ โ Settings โ Privacy and security โ Saved logins. - Use search by site name.
For Samsung Internet:
- Go to
โฎ โ Settings โ Personal data โ Saved passwords. - Confirm access using a fingerprint or PIN.
If the password is not displayed, you may have disabled saving passwords in the browser. In this case, check browsing history - sometimes there are pages with a login form where the password may have been saved temporarily.
6. Third-party email clients (Outlook, BlueMail, Spark)
If you use third-party ones email clients (for example Microsoft Outlook, BlueMail, Spark or FairEmail), the password can be stored in their settings. However, most modern applications only save access tokensand not the passwords themselves.
To check:
- Open your email client and go to account settings.
- Find the section
AccountorServers. - Look at the fields
PasswordorIMAP/POP3 passwordโsometimes it is displayed as dots that can be expanded.
In applications like FairEmail (open source) passwords are stored in an encrypted database, and it is impossible to retrieve them without root access. Outlook the password can be tied to the account Microsoft -check it in the security settings on the site account.microsoft.com.
| Application | Is the password stored | How to view |
|---|---|---|
| Microsoft Outlook | Yes (sometimes) | Account settings โ Incoming mail server |
| BlueMail | No (token only) | Cannot be extracted |
| Spark | No | Password reset required |
| FairEmail | Yes (encrypted) | Only with root and encryption key |
โ ๏ธ Attention: Some email clients (for example, Spark) use their own servers to synchronize emails. This means that your password may be stored on their side, and not on your phone. Before using such applications, read their privacy policy.
7. service (if all else fails)
If none of the above methods work, the only thing left is recover your password. data-i="232">Instructions for popular services: through the official website of the mail service. This is the most reliable and safe way, since it does not require intervention in system files. Android.
Instructions for popular services:
- ๐ง Gmail: Go to accounts.google.com, select "Forgot your password?" and follow the instructions (you will need a backup email or phone number).
- ๐ง Yandex: On the website passport.yandex.ru click "Forgot your password" - recovery is possible via SMS or security question.
- ๐ง Mail.ru: On e.mail.ru select "Forgot your password?" and confirm your identity through the linked number.
- ๐ง Outlook/Hotmail: On account.microsoft.com use the option "I canโt log into my account."
If you have there is no access to a backup email or phone number, try answering security question (if it was asked during registration) or contact service support with proof of identity (for example, a scan of your passport for Yandex or Mail.ru).
โ ๏ธ Important: When restoring your password, some services (for example, Google) can block your account for 24-48 hours for security. Do not try to log in multiple times - this will lengthen the blocking.
Recovery through the official website is the only method that works in 100% of cases. All other methods depend on the phone settings and may not work. work.
FAQ: Frequently asked questions about finding the email password on Android
Is it possible to find out the email password if the phone is not rooted?
Yes, but only if the password is saved in password manager (Google Smart Lock, Samsung Pass) or browser (Chrome, Firefox). In other cases, it is impossible to extract the password without root access - you will have to recover it through the mail service website.
What to do if, when recovering the password, they ask for the old password, which I I donโt remember?
This is a typical situation for Yandex i Mail.ru. Try:
- Answer the security question (if one was asked).
- Use a backup email or phone.
- Contact support with proof of identity (passport scan).
If all else fails, create a new account and set up email forwarding from the old one (if possible).
Can a virus steal my email password on Android?
Yes, some malware (Trojans or keyloggers) can intercept entered passwords. To protect yourself:
- Install an antivirus (for example, Dr.Web or Kaspersky).
- Do not download applications from unknown sources.
- Use two-factor authentication (2FA).
If you suspect a data leak, immediately change your password and check active sessions in the account settings.
How to find out which email service is used on your phone?
Open Settings โ Accounts and look at the list of added accounts. Usually it says:
- Google โ for
@gmail.com. - Yandex โ for
@yandex.ruor@ya.ru. - Mail.ru โfor
@mail.ru,@list.ruetc. - Exchange or Outlook โfor corporate mail.
If the account is not displayed in the settings, check your mail applications - the service may be listed there.
What should you do if, after resetting the password, you stop receiving emails on your phone?
This means that the mail application has lost connection with the server. To restore operation:
- Remove the account from the application and add it. it again.
- Check the settings
IMAP/POP3โsometimes you need to enter a new password manually. - Update the application to the latest version.
If the problem persists, try using another email client (for example, FairEmail or BlueMail).