Forgot your email password Mail.ru on your smartphone, but it is saved in the browser or application? Or do you urgently need to access your account, but only have an Android device at hand? The situation is familiar to many - especially if you havenโt logged into your mail for a long time or use automatic login. Unfortunately, a direct way to โpeepโ the password in clear text t does not exist on Android: modern versions of the operating system and applications reliably encrypt such data. However, there are several legal workarounds - from restoring access to retrieving saved data from the browser.
In this article we will look at all current methodsthat work on Android 10โ14, including methods for users with and without root access. Important: some of them require preliminary configuration (for example, password synchronization), so if you have not yet lost access - save backup data in advance. We will also warn about the risks of using dubious โpassword crackersโ and explain why Mail.ru will never send your password by email or SMS - even upon a support request.
Why you canโt just โseeโ the password in the Android settings
Many users expect to find the password from Mail.ru in the menu Settings โ Accounts or in the โSaved Passwordsโ section of the browser. However, in practice this does not always work. Here are the key reasons:
- ๐ OS-level encryption: Android stores passwords in an encrypted storage
Android Keystorewhich is inaccessible without special rights or decryption. - ๐ Browser Policy: Chrome, Firefox and Samsung Internet show saved passwords only after authentication (PIN, fingerprint or pattern).
- ๐ฑ Application restrictions: The official application Mail.ru does not save the password in clear text - it uses tokens access.
- ๐ก๏ธ Mail.ru Security: The service does not store passwords in a readable format (hashing is used), so even support cannot โsendโ them.
This means that there is no direct way to โlookโ into the password โbut there are indirect methods for restoring or extracting it. Next we will look at them in order: from the simplest to the technically complex.
โ ๏ธ Attention: If you use someone else's phone or try to access the account without the ownerโs permission, this violates Mail.ru user agreement and may qualified as hacking (Article 272 of the Criminal Code of the Russian Federation).
Method 1: Password recovery through official Mail.ru channels
The most reliable and legal way โ restore access through services Mail.ru. This will work even if you donโt remember the current password, but you have:
- ๐ง Backup email or phone number associated with the account.
- ๐ Access to the devicefrom which you previously logged into your mail (for confirmation by SMS or push notification).
- ๐ Security questions (if they have been configured).
Instructions:
- Open the browser on your phone and go to Mail.ru login page.
- Click
Forgot your password?under the input field. - Select a recovery method:
- ๐ฑ By SMS - if linked to an account number.
- โ๏ธ By backup email โif it is specified in the settings.
- ๐ Via security questions (if configured).
If you do not have access to any of the listed channels, proceed to the next method.
Method 2: View saved passwords in the browser (Chrome, Firefox, Samsung Internet)
If you previously saved the password from Mail.ru in the browser on your phone, it can be retrieved through the "Saved Passwords" menu. This method works without root access, but requires:
- ๐ Unlocking the phone screen (PIN, pattern or fingerprint).
- ๐ Using the same browser in which the password was saved.
Instructions for Google Chrome:
- Open Chrome and tap on the three dots (โฎ) in the upper right corner.
- Select
Settings โ Passwords. - Find in the list
mail.ruor your email. - Tap on the line with your account and confirm unlocking (fingerprint/PIN).
- The password will be displayed in the field
Passwordโyou can copy.
For Samsung Internet:
- Open the browser and go to
Settings โ Personal data โ Saved passwords. - Log in (if required).
- Find Mail.ru in the list and click on the eye (๐๏ธ) next to the password.
For Mozilla Firefox:
- Run Firefox and open menu (โฎ) โ
Settings โ Logins and passwords. - Select an account Mail.ru and click
Show password.
โ ๏ธ Attention: If you reset the phone to factory settings, the saved passwords in the browser will be deleted. In this case, it is impossible to restore them - use method 1 (recovery via Mail.ru).
Make sure that the phone is unlocked|Check that the browser has not been reinstalled|Use the same Google/Samsung account as when saving the password|Do not update the browser before procedure - Method 3: Using a password manager (Google Password Manager, KeePassDX) The password for
Method 3: Using a password manager (Google Password Manager, KeePassDX)
If you are using Password Manager (for example, built-in Google Password Manager or third party apps like KeePassDX), password from Mail.ru can be found there. This method is more reliable than searching in the browser, since managers synchronize data between devices.
For Google Password Manager:
- Open
Settings โ Google โ Account Management Google. - Go to the tab
Security โ Password Manager. - Find Mail.ru in the list and tap on the entry.
- Confirm unlocking (fingerprint/PIN) and copy the password.
For KeePassDX (if you used it):
- Open the application and unlock the database.
- Find the entry with Mail.ru (use search).
- Tap on the entry and select
Show password.
If you donโt remember whether you saved the password in the manager, check all possible sources:
| Source | Where to look | Is unlocking required |
|---|---|---|
| Google Password Manager | Settings โ Google โ Password Manager |
Yes (PIN/fingerprint) |
| Samsung Pass | Settings โ Biometrics and security โ Samsung Pass |
Yes (PIN/face scan) |
| 1Password | 1Password application โ search by "mail.ru" | Yes (master password) |
| LastPass | LastPass application โ storage | Yes (master password + 2FA) |
If you use Samsung Passbut do not remember the PIN, reset it via Settings โ Biometrics and security โ Samsung Pass โ Reset. You will need a Samsung account.
Method 4: Retrieving root password (for advanced users)
If your phone has one root access, you can extract the password from Mail.ru directly from system files. This method is technically complex and risky (can disrupt the operation of the OS), but sometimes it is the only one possible.
What you will need:
- ๐ฑ Phone with unlocked bootloader and root access (for example, through Magisk).
- ๐ป Computer with ADB i SQLite Browser (for database analysis).
- ๐ง Application Root Explorer or FX File Explorer.
Step-by-step guide:
- Install on your phone Root Explorer and give it root access.
- Go to paths:
/data/data/com.android.browser/databases/or (for Chrome):
/data/data/com.android.chrome/app_chrome/Default/Login Data - Copy the file
Login Dataorwebview.dbto your computer. - Open the file in SQLite Browser and find table
logins. - The column
password_valuewill contain encrypted passwords. To decrypt them, use the script chrome-pass-decrypt (Python required).
โ ๏ธ Important: This method only works if the password is saved in browser, and not in application Mail.ru. To extract the password from the application, you will need to decompile the APK, which is beyond the scope of this article.
โ ๏ธ Attention: Using root access voids your guarantee and can lead to blocking banking applications (due to the SafetyNet trigger). It is also possible OS malfunctions if system files are changed incorrectly.
What to do if, after extraction, the password is displayed as a set of characters?
This means that the password is encrypted using the device key. To decrypt, you will need:
1. Get the key from /data/system/locksettings.db (requires root).
2. Use a tool like Android Password Decryptor (available on GitHub).
3. Enter the key and encrypted password to get the original string.
Without technical skills, this process is difficult - itโs easier to use recovery via Mail.ru.
Method 5: Restore via backup (if synchronization was enabled)
If the phone was enabled sync with Google or backup (for example, via Samsung Cloud), there is a chance recover saved passwords from a backup. This method will only work if:
- ๐ You have previously created a backup (automatically or manually).
- ๐ฑ You have access to the Google/Samsung account used for the backup.
- ๐ No more than 60 days have passed since the copy was created (for some services).
To restore from Google Backup:
- Go to
Settings โ System โ Backup. - Make sure that backup is enabled and the latest copy is fresh.
- Reset the phone to factory settings (
Settings โ System โ Reset). - When setting up for the first time select
Restore from Google backup. - After recovery, check the saved passwords in the browser or Google Password Manager.
For Samsung Cloud:
- Open
Settings โ Accounts and backup copy โ Samsung Cloud. - Select
Restore dataand specify the desired copy. - After recovery, check Samsung Pass or browser.
โ ๏ธ Attention: Restoring from a backup deletes all current data on your phone. Before resetting, copy important files to your computer or cloud.
What NOT to do when trying to find out the password
The Internet is full of dubious tips for โhackingโ passwords from Mail.ru. Most of them either do not work or carry serious risks. Here is what is strictly not recommended:
- ๐ซ Install "password crackers" from unknown sources - it could be a virus. or spyware.
- ๐ง Sending SMS to short numbers with the promise of "sending the password" is fraud.
- ๐ Follow links from letters "from Mail.ru support" - phishing sites are stolen data.
- ๐ณ Pay for "password recovery" services โ official Mail.ru support is free.
- ๐ฑ Reset your phone without a backup โyou will lose all data, including saved ones passwords.
If you encounter a suspicious site or application that promises to โshow the password,โ check it through VirusTotalYou can also report fraud to Mail.ru support. data-i="266">The only safe way to access your account is official recovery through Mail.ru or retrieving the saved password from trusted sources (browser, password manager). Mail.ru support.
The only safe way to access your account is through official recovery via Mail.ru or retrieving the saved password from trusted sources (browser, password manager).
FAQ: Frequently asked questions about Mail.ru passwords on Android
Can I find out the password from Mail.ru if the phone is stolen?
No. If you do not have access to the device, the only way is to restore it via Mail.ru official page (via backup email or phone). If the attacker reset the phone, there is no chance of getting the password back.
I saved the password in the browser, but after updating Android it disappeared. do?
An OS update may have reset your browser data. Try:
- Check Google Password Manager (synchronizes with the cloud).
- Restore your browser data from a backup (if you have one).
- Use recovery via Mail.ru (method 1).
Does the root method work on all phones?
No. On some models (for example, Xiaomi with bootloader lock or Samsung with Knox) password extraction can be blocked even with root. Also, modern versions of Android (12+) strengthen the protection of system files.
Is it possible to find out the password if it is saved only in the Mail.ru application?
No. Mail.ru does not store the password in clear text - it uses tokens. access. The only way out is recovery through the official website.
What should I do if the linked phone number is no longer mine?
Contact Mail.ru support and provide:
- Email address from which an account was registered.
- Approximate dates of creation and last login.
- Other linked data (backup email, full name).
Recovery may take up to 30 days.