Forgot the password from the Google account tied to the Xiaomi smartphone, but it needs to be restored urgently? The situation is familiar to many: the device requires authorization after reset, and the login data is lost. Fortunately, on Redmi, POCO or Mi phones, there are several ways to view the saved password - both through built-in MIUI tools and using third-party utilities.
It's important to understand that Google is very protective of your account data, so you don't have direct access to your password in your settings. However, if you've previously saved it in your browser, password manager, or synced it through Smart Lock, the chances of success are high. In this article, current methods for MIUI 14/13 (including HyperOS) that work without root rights and do not violate Google's security policy.
We warn you in advance that attempts to hack someone elseโs account or bypass two-factor authentication (2FA) are illegal, and all of the steps described below apply only to your personal device and the account you have legal access to.
1. View password through Google Smart Lock (if sync is enabled)
If your Xiaomi has Google Smart Lock activated, the system could automatically save the password from your account, which works even if you donโt remember your current password but have previously logged in to that device.
To check:
- ๐ฑ Open the Settings. โ Google โ Managing a Google Account.
- ๐ Go to the Security tab. โ Passwords (or Password Management).
- ๐ Enter. PIN-code or pattern lock of the device for confirmation.
- ๐ Find accounts.google.com โ next to the Show Password button (eye).
If the password partition is missing, then the Smart Lock is disabled, in which case, try other ways.
๐ก
If you use Chrome, Google passwords can be stored in its manager. Open chrome://settings/passwords in the address bar and check the list of saved data.
โ ๏ธ Note: If two-factor authentication is enabled on your account (2FA), You don't need a password to log in, you also need a code from Google Authenticator or SMS.
2. Removing password from the browser (Chrome, Mi Browser)
Browsers on Xiaomi often store login data on sites including accounts.google.com. If you have ever logged in through a browser, the password may have stayed in their memory.
Instructions for Google Chrome:
- Open your browser and go to chrome://flags.
- In the search bar, type Password Manager and make sure the feature is active.
- Return to the main browser settings: โฎ โ Settings โ Passwords.
- Find accounts.google.com, click on it and select Show Password (entering will be required). PIN-phone-code).
For Mi Browser:
- ๐ Launch your browser, tap on โฎ โ Settings โ Confidentiality โ Saved passwords.
- ๐ Enter the lock password of the Xiaomi screen.
- ๐ Scroll through the list to google.com or accounts.google.com.
| browser | The Password Path | Whether unlocking is required |
|---|---|---|
| Google Chrome | โฎ โ Settings โ Passwords. | Yes (PIN/pattern lock) |
| Mi Browser | โฎ โ Settings โ Confidentiality โ Saved passwords | Yes (screen password) |
| Firefox | โฐ โ Settings โ Logins and passwords | Yes (master password) |
3.Using Xiaomi Password Manager (Mi Password Manager)
MIUI has a built-in password manager, Mi Password Manager, which automatically saves login data to apps and websites. If you've ever logged in to Google through apps (like Gmail or YouTube), the password could be saved here.
How to check:
- ๐ Open the Settings. โ Passwords and security โ Password manager.
- ๐ฑ Enter. PIN-code or fingerprint.
- ๐ In the search bar, type Google or accounts.google.com.
- ๐๏ธ Click on the found entry and select Show Password.
If the password manager is empty, then the data was not saved automatically. In this case, try to enable the function in advance: go to Settings โ Additional โ Autocomplete โ Password Manager and activate the option Save passwords.
What to do if a password manager requests an old PIN?
โ ๏ธ Attention: On some firmware MIUI (Mi Password Manager may not be available, in which case use alternative methods.
4. Password recovery via MIUI backup
If you have previously backed up your system through Settings โ About Phone โ Backup, Google account data may have been stored in the archive, a method that is suitable if you have access to an old copy.
How to extract the password:
- Connect Xiaomi to your PC and copy the backup file (usually in the MIUI/backup/AllBackup folder).
- Install Mi PC Suite or 7-Zip archiver on your computer.
- Open the archive and find the folder com.google.android.gms or accounts.
- Use a text editor (like Notepad++) to search for the password string in files with the.db or.xml extension.
This requires technical skills and does not guarantee success, since Google encrypts critical data, but in some cases, the password can be found in plain form, especially if the backup was created on older versions of MIUI (up to the 12th).
Download backup from your phone to your PC|Set up Mi. PC suite 7-Zip|Check for the com.google.android.gms folder|Use Notepad.++ file-search-->
5. Reset password through the official Google website (if other methods have not worked)
If none of the above methods work, the only legal option is to restore access through Google, an official method that does not require hacking or root rights.
Step-by-step:
- ๐ Click Forgot Password? and select the recovery method: ๐ฑ SMS/Call - the code will come to the linked phone number. โ๏ธ Backup email โ a letter with a link to reset. ๐ Google Authenticator โ if two-factor authentication is enabled.
If you donโt have access to any of the recovery methods (phone lost, backup email unavailable), youโll have to go through an advanced security check, and Google can ask for information about recent activity on your account, the devices youโve logged in from, or even a scan of a proof of identity document.
๐ก
Restoration through the official Google website is the only legal way if the password is lost irrevocably. All other methods work only if the password was previously saved on the device.
6. Alternative methods (for experienced users only)
If you are willing to take risks and have experience with ADB or TWRP, you can try extracting a password through system files.These methods require an unlocked bootloader and can result in data loss or a Google account (FRP) lock.
Method 1: Reading through ADB (without root)
adb shell
su
cd /data/data/com.google.android.gms/shared_prefs
cat * | grep passwordThis team looks for password mentions in Google Play Services files, and success is not guaranteed, as modern versions of MIUI encrypt this data.
Method 2: View through TWRP (root required)
- ๐ฑ Install custom recovery TWRP.
- ๐ง Load into recovery mode and connect to the PC.
- ๐ Open the folder. /data/data/com.google.android.gms/databases.
- ๐ Use SQLite Editor to view the account.db database.
โ ๏ธ Note: Any manipulation of system files through ADB or TWRP This can result in the loss of warranty on Xiaomi device and blocking of Google account (FRP-lock!