Have you forgotten your password from a social network, email or banking application, but remember exactly that you saved it on a Xiaomi smartphone? MIUI There are at least 5 places where the system automatically stores credentials, from the standard password manager to hidden configuration files.
It is important to understand: methods of searching for passwords depend on the version. MIUI (12β14), smartphone models (Redmi Note 12, POCO X5, Xiaomi 13T And so on, and even whether you used your Mi Account when you set up it, like on devices with a Mi Account. MIUI Global features may be blocked due to regional restrictions, and we have taken into account all the nuances and collected current instructions for 2026.
Warn in advance: some methods require superuser rights (root) or access to the engineering menu. If you are not sure about your actions, skip these sections - improper manipulation can lead to data loss or locking the device.
1. Built-in password manager MIUI
The most obvious and secure way is to use a standard password manager that is integrated into the password management system. MIUI. It automatically saves logins and passwords from your browser, apps, and even some games to find it:
- Open the Settings. β Passwords and security.
- Select the password manager (on some models β credentials).
- Sign in with a fingerprint, pattern lock, or PIN-code.
If there is no menu, check:
- π Version MIUI: on MIUI 14 Ways May Be Different - Try Settings β Google β Managing a Google Account β Security β Password manager.
- π Firmware region: on Chinese versions (MIUI China Password Manager is Often Disabled.
- π Updates: If you have Redmi 9A or older model, update the software to the latest version.
π‘
If the password manager is empty but you have saved the data for sure, try syncing your Mi or Google account β sometimes passwords are stored in the cloud but not displayed locally.
In the manager you will see a list of saved credentials with the possibility:
- ποΈ View password (re-authentication required).
- π Copy the login / password in the clipboard.
- ποΈ Delete unnecessary records.
- π Export passwords to a file (not available on all models).
2. passwords in the browser (Chrome, Mi Browser, Firefox)
If you entered passwords through a browser, they could be saved in its database. MIUI Mi Browser is the default, but many users install Google Chrome or Mozilla Firefox.
Mi Browser (standard Xiaomi browser)
To find the passwords saved:
- Open Mi Browser.
- Click on the three dots in the upper right corner β Settings.
- Go to Confidentiality. β Saved passwords.
- Enter. PIN-code or fingerprint.
Please note: on some of the firmware (MIUI 12.5 and below) this section may be called Password Management or hidden. If you don't find it, check if your browser is disabled from syncing with your Mi Account.
2.2. Google Chrome
In Chrome, passwords are synced to your Google account, so you can find them on your phone and on your computer.
- Open Chrome. β three-point β Settings.
- Select Passwords (or Password Management).
- Sign in if you need to.
- Click on the right site. β eye-icon (ποΈ) password-reader.
If passwords are not displayed:
- π Make sure that sync is enabled in your Google account (Settings) β Google β Synchronization).
- π± Check if Chrome is disabled from autocomplete (Settings) β System system β Language and input β Auto-filling).
- π If you use VPN or adblocker, temporarily disable them β they can block access to the password manager.
How to export passwords from Chrome?
2.3. Mozilla Firefox
In Firefox, passwords are stored locally and may not sync to the cloud.
- Open Firefox. β three-point β Settings.
- Go to Confidentiality. β Saved logins.
- Click on the right site. β Showing the password.
If passwords are not displayed, check:
- π Master Password Settings: You can set an additional password in Firefox to access saved data (Settings) β Confidentiality β Master password).
- ποΈ Have you cleared your browser history β passwords could also be deleted with it.
3. Passwords from Wi-Fi networks
If you forget your home or work Wi-Fi password, you can view it right in Xiaomi's settings.
- Go to Settings. β Wi-Fi.
- Click on the name of the connected network (or select the saved network from the list).
- Slip on the item Share password (or QR-newer-version MIUI).
- Confirm the action with a fingerprint or PIN-code.
It'll appear on screen. QR-code to connect other devices quickly, and underneath it is a text password:
- π± Update. MIUI Before the last version, the function appeared in MIUI 12 and newer.
- π§ Make sure you have administrator rights on the device (some firmware requires root).
- π Reconnect to the network β sometimes the password is only displayed for active connections.
Make sure your phone is connected to the right network
Check out the MIUI version (should be 12+)
Shut down. VPN (It can block the display of the password)
Use an alternative method (see Section 5)
-->
If the standard method did not work, you can use the engineering menu (does not work on all models):
- Open the Phone app and type ##4636##.
- Go to Wi-Fi Information.
- Select the desired network β the password will appear in the Password field.
π‘
Wi-Fi passwords on Xiaomi are stored in a file /data/misc/wifi/WifiConfigStore.xml, But you need root to access it, or ADB-team.
4. Passwords from applications (VK, Instagram, banks)
Many applications (especially banking and social networks) store access tokens or cache passwords in their internal files, which are harder to extract than data from a browser, but possible. ADB.
Recovery through the application settings
Some applications (e.g, VK, Telegram, WhatsApp allow you to reset your password directly in the settings:
- Open Settings β Applications β Application Management.
- Select the desired application (for example, VKontakte).
- Press Warehouse. β Clear the data (this will delete the saved password, but will allow you to restore access through the SMS/mail).
For banking applications (SberBank Online, Tinkoff), this method is not suitable - they use biometric keys or disposable codes.
- π± Try to enter through a fingerprint or face. ID.
- π Use the Forgot Password function? β Banks usually offer recovery via a call or a visit to the branch.
- π§ Check your emails β some apps send backup codes when you first log in.
4.2. Removal of passwords through ADB (power-user)
If you have debugging enabled USB, You can try to extract passwords with the help of ADB (Android Debug Bridge: This method doesnβt work for all apps, but it can sometimes help you access stored data.
Instructions:
- Connect your phone to your PC and enable debugging. USB (Settings β The phone. β Version. MIUI β 7 times press the assembly number β Go back to Settings β Additionally. β For developers).
- Install ADB Tools on your computer (you can download from the official Android website).
- Open the command line and enter:
adb shell
su
cd /data/data/com.example.app/databases
sqlite3 databases.db
.select * from accounts;Replace com.example.app with the batch name of the desired application (e.g. com.vkontakte.android for the application). VK).
π‘
To find out the batch name of the application, use the command adb shell pm list packages. | grep "name." For example, for Instagram: adb shell pm list packages | grep insta.
β οΈ Note: this method requires root rights and can disrupt the application, and many modern applications (especially banking) encrypt passwords and cannot be extracted in this way.
5. Hidden files and folders with passwords
System system MIUI Stores some passwords in hidden folders that are not visible through standard Explorer, and to find them, you will need a root-access file manager (for example, Root Explorer or Root Explorer). FX File Manager or ADB.
Where to look:
| Password type | The path to the file | Need root? | Notes |
|---|---|---|---|
| Wi-Fi | /data/misc/wifi/WifiConfigStore.xml | Yes. | Passwords are encrypted, but can be decrypted using online services |
| Annexes | /data/data/[package_name]/shared_prefs/ | Yes. | Look for files with.xml extension that contain password |
| Mi Account | /data/system/users/0/accounts.db | Yes. | It contains authorization tokens, but not passwords themselves. |
| browsers | /data/data/com.android.browser/databases/webview.db | Yes. | For Chrome: /data/data/com.android.chrome/app_chrome/Default/Login Data |
To view these files:
- Install a file manager with root support.
- Follow the paths indicated.
- Copy the files you want on your PC and open them with SQLite Browser or a text editor.
β οΈ Attention: Modifying or Deleting Files in the Folder /data/ This may cause the system to fail. backup before any manipulation!
If you do not have root rights, you can try to extract files through the TWRP (customization):
- Install. TWRP for their Xiaomi model.
- Load into recovery mode (click power). + Loudness up).
- From the TWRP menu, select Advanced β File Manager.
- Move to the /data/data/ and copy the necessary files to SD-map.
6. Recover passwords through your Mi or Google account
If you used a Xiaomi or Google account to sync, some of the passwords could be saved to the cloud.
6.1. Xiaomi account (Mi Account)
Some Xiaomi models (e.g. Xiaomi 13, Redmi) K50) synchronize passwords with your Mi Account to find them:
- Go to Settings. β Mi Account.
- Choose the Cloud. β Synchronization.
- Make sure that synchronization of Passwords or Account Information is enabled.
- If the function is active, you can see the passwords on account.xiaomi.com in the Security section.
If passwords are not displayed:
- π Try to log out of your account and log in again.
- π± Check if Mi Cloud is disabled in your phone settings.
- π Make sure your region supports password syncing (in some countries, the feature is disabled).
6.2.A Google account
Google saves passwords from Chrome, Android apps and some third-party services to check them:
- Open passwords.google.com on any device.
- Sign in with the same account as on your phone.
- Check out the list of saved passwords.
If passwords are not synchronized:
- π Enable sync in Google settings (Settings) β Google β Synchronization).
- π± Make sure your phone has the latest Google Play Services update installed.
- π Check if your phone has an employer profile (it can block synchronization).
π‘
Synchronizing passwords through Google works even if you reset your phone to factory settings β data is stored in the cloud.
7 Third-party password managers (Keepass, 1Password, LastPass)
If you use third-party password storage apps (such as Keepass, 1Password, LastPass, their data is not displayed in the standard manager MIUI. To find the passwords saved:
- Open the application manager (if installed).
- Sign in with a master password, fingerprint, or PIN-code.
- Check out the list of saved credentials.
If you have removed the app, remember its name:
- π± Check the folder. /sdcard/ or /storage/emulated/0/ Backups (e.g.,.kdbx files for KeePass).
- π Search Google Drive or another cloud storage β many managers automatically create backups.
- π§ Check your emails β when registering with password managers, a letter with recovery instructions usually arrives.
β οΈ Note: If you used LastPass and didnβt update it after 2023, your data may have been compromised due to a leak.
8 What to do if the passwords are not found?
If none of these methods worked, try the following steps:
- π Reset your password through the recovery function in the app or website (usually you need to access your mail or phone).
- π± Check Notes: Sometimes users save passwords in Notes, Google Keep or Mi Notes.
- π§ Search for mail letters with registration β many services send welcome letters with logins.
- π§ Contact the support service (for example, to the bank or social network) β they can help restore access to documents.
If you are sure that the passwords were saved on your phone but canβt find them, they may:
- Removed after resetting settings.
- Encrypted and inaccessible without root rights.
- Stored in a closed firmware section (relevant for some models) POCO and Black Shark).
In extreme cases, you can try to recover data using specialized programs (for example, Dr.Fone or EaseUS MobiSaver), but success is not guaranteed - modern versions are not guaranteed. MIUI encrypt user data.