How to view saved passwords on Xiaomi smartphone: from Wi-Fi to accounts

Xiaomi smartphones (including the Redmi and POCO lines) automatically store passwords from Wi-Fi networks, browser accounts, and some apps. But what if you forget your password and your phone remembers it? In this article, weโ€™ll look at all the working ways to extract saved passwords, from standard MIUI features to methods for power users.

Importantly, not all methods are universal. For example, passwords from Google accounts or banking applications are system-level secure and not easy to extract. But data from home Wi-Fi or saved logins in Chrome can be restored without special skills. We also tell you how to proceed if you do not have root rights - and what to do if you have them.

Warning: Retrieving passwords may violate the security policies of some services, and use these methods only for your devices and legitimate purposes.

1. How to view your Wi-Fi password on Xiaomi without root

The easiest way to do this is to use built-in tools. MIUI. Xiaomi smartphones allow you to view passwords from connected Wi-Fi networks through the settings menu, but with one caveat: you will need confirmation by fingerprint, pattern lock or PIN-code.

Instructions:

  1. Open the Settings. โ†’ Wi-Fi.
  2. Click on the current network name (or select the saved network from the list).
  3. Slip the Share Password button (or Share in global firmware).
  4. Confirm identification (print/PIN/pattern lock).
  5. The password will be displayed under QR-code.

โš ๏ธ Note: If there is no password button, then:

  • ๐Ÿ”„ You have an outdated version. MIUI (Update the system in Settings โ†’ The phone. โ†’ Update MIUI).
  • ๐Ÿ”’ Network added through WPS or other method without entering a password.
  • ๐Ÿ“ฑ The device is running Android Go (stripped version).
๐Ÿ“Š What kind of smartphone you Xiaomi?
Redmi Note 10/11/12
POCO X3/X4/X5
Mi 11/12/13
Redmi 9/9A/9C
Other

2. View passwords in the browser (Chrome, Mi Browser)

Browsers on Xiaomi store usernames and passwords from sites if you have given permission to do so, and you can extract them through your browser settings or Google Password Manager (if you use synchronization with your Google account).

Method 1: Through Mi Browser

  • ๐ŸŒ Open Mi Browser (standard Xiaomi browser).
  • ๐Ÿ”ง Go to the menu (โ‹ฎ) โ†’ Settings โ†’ Passwords.
  • ๐Ÿ”‘ Enter. PIN-proof-code.
  • ๐Ÿ“‹ Select a site from the list โ€“ the password will appear as dots (click on the eyewitness to see).

Method 2: Through Google Chrome

  • ๐ŸŒ Open Chrome and log in to your Google account.
  • ๐Ÿ”ง Go to the address. chrome://settings/passwords.
  • ๐Ÿ”‘ Click on the eye icon next to the password and enter PIN-phone.
  • ๐Ÿ“‹ Export passwords to the file (option) โ‹ฎ โ†’ Export of passwords if you need to keep a backup copy.

๐Ÿ’ก Useful advice: If you are using POCO Launcher or custom firmware, the path to the browser settings may be different, in which case it is easier to use Google Password Manager at passwords.google.com (authentication required).

โ˜‘๏ธ Preparation for password extraction

Done: 0 / 4

3.Using Xiaomi Password Manager (MIUI 12 and later)

Since MIUI 12, Xiaomi has built-in Password Manager, which stores data from apps and websites, but it doesnโ€™t work on all models and requires additional setup.

How to find it:

  1. Open Settings โ†’ Passwords and Security โ†’ Password Manager.
  2. Sign up with a fingerprint or PIN-code.
  3. In the list, select the service you want (for example, VK, Instagram or a banking application).
  4. Click on the eye icon to see the password.

โš ๏ธ Note: Xiaomi Password Manager does not support:

  • ๐Ÿ” Passwords from system applications (e.g. Mi Account).
  • ๐Ÿ“ฑ Data saved until updated MIUI 12.
  • ๐ŸŒ Logins from services that use two-factor authentication (2FA).

If the password manager is not in your firmware, try updating your MIUI or installing it through GetApps (the official Xiaomi store).

4. Removing passwords using ADB (without root)

For advanced users, there is a way to get passwords through Android Debug Bridge (ADB), a tool for debugging Android devices, which works without root rights, but requires connecting the phone to a computer.

What you need:

  • ๐Ÿ–ฅ๏ธ Computer with Windows/Linux/macOS.
  • ๐Ÿ“ฑ Included debugging by USB (Settings โ†’ The phone. โ†’ Version. MIUI โ€” Press 7 times, then return to Settings โ†’ Additionally. โ†’ For developers โ†’ Debugging by USB).
  • ๐Ÿ”Œ Cable USB (preferably original).
  • ๐Ÿ› ๏ธ Utility. ADB (download from the official website).

Instructions:

1. Connect the phone to the PC and allow debugging (a request will appear on the smartphone screen).


2. Open the command prompt (Windows) or terminal (Linux/macOS) in the folder with ADB.




3. Enter a command to view the list of Wi-Fi networks:




adb shell su -c "cat /data/misc/wifi/WifiConfigStore.xml"




*If it requests root, this method will not work โ€“ go to the root access section.




4. For passwords from the browser, use:




adb pull /data/data/com.android.chrome/app_chrome/Default/Login\ Data




* Login Data can be opened using DB Browser for SQLite.

โš ๏ธ Attention: Method C ADB limiting:

  • ๐Ÿ”’ Not all passwords are stored in the open (for example, Google Smart Lock data is encrypted).
  • ๐Ÿ“ฑ On some firmware Xiaomi access to /data/misc/wifi/ blocked even though ADB.
  • ๐Ÿ›ก๏ธ Extracted files may contain personal data โ€“ keep them safe.
What if the ADB canโ€™t see the device?
1. Check if drivers are installed (for Windows download Mi) PC Suite). 2. Try another one. USB-cable (not all support data transfer). 3. Restart your phone and PC. 4. Enable the Debugging option in the developer settings USB (security parameters) and Unlocking OEM (if).

5. Viewing passwords with root access (for power users)

If your Xiaomi has root rights (e.g., through Magisk), you can extract any saved passwords, including data from apps and system services, the most powerful method, but also the riskiest โ€“ wrong actions can lead to data loss or locking the device.

Where to look for passwords:

Password typeThe path to the fileNotes
Wi-Fi/data/misc/wifi/WifiConfigStore.xmlPasswords are stored in plain form in <string name="PreSharedKey"> tags.
Chrome browser/data/data/com.android.chrome/app_chrome/Default/Login DataA file in SQLite format, requires a program to view (e.g., SQLite Browser).
Annexes/data/data/[package_name]/shared_prefs/The folder name depends on the application (e.g. com.vkontakte.android for VK).
Mi Account/data/system/users/0/accounts.dbThe password is encrypted, it is impossible to extract it without decrypting.

How to view files:

  1. Install a file manager with root support (such as Root Explorer or FX File Explorer).
  2. Follow one of the paths from the table above.
  3. Copy the desired file to a memory card or computer.
  4. Open the file with the appropriate software (text editor for.xml, SQLite Browser for.db).

โš ๏ธ Note: Modifying or deleting files in the folder /data Don't edit files directly on your device - always back up.

๐Ÿ’ก

If you often forget passwords, install a password manager (like Bitwarden or KeePassDX) and set up autocomplete.This is safer than storing data in a browser or system files.

6. Alternative methods: backups and third-party utilities

If none of the above methods worked, you can try to restore passwords from a backup or use specialized utilities.

Method 1: Recovery from the MIUI backup

  • ๐Ÿ“ฑ Make a backup copy through Settings โ†’ Additionally. โ†’ Backup and reset โ†’ Local backups.
  • ๐Ÿ–ฅ๏ธ Connect the phone to the PC and copy the backup file (located in the /MIUI/backup/AllBackup/).
  • ๐Ÿ” Use an archiver (for example, 7-Zip) Passwords can be stored in files with the extension.db or.xml.

Method 2: Third-party utilities (root only)

  • ๐Ÿ› ๏ธ WiFi Password Viewer โ€“ Shows all saved networks and passwords (requires root).
  • ๐Ÿ”‘ Password Manager โ€“ extracts logins from browsers and applications.
  • ๐Ÿ“ฑ Titanium Backup โ€“ allows you to export application data, including passwords (for power users).

โš ๏ธ Note: Third-party utilities can:

  • ๐Ÿ” Collect your data (check reviews and permissions before installation).
  • ๐Ÿ“ต Conflict with MIUI, disruptively.
  • ๐Ÿšซ Violate the terms of use of certain services (for example, banking applications).

๐Ÿ’ก

The most reliable way to save passwords is to use dedicated managers (Bitwarden, 1Password) with cloud synchronization, which eliminates the need to extract data manually.

7. Frequent mistakes and how to avoid them

When trying to extract passwords, users often face typical problems, and let's look at the most common ones and how to solve them.

Error 1: No โ€œShare Passwordโ€ button is available

  • ๐Ÿ”„ Update. MIUI last-minute.
  • ๐Ÿ“ฑ Check if the network is hidden (in the router settings, disable the Hide option). SSID).
  • ๐Ÿ”ง Reset network settings: Settings โ†’ Wi-Fi โ†’ โ‹ฎ โ†’ Additionally. โ†’ Resetting network settings.

Error 2: ADB does not see the device

  • ๐Ÿ–ฅ๏ธ Install Xiaomi drivers (download Mi) PC Suite from the official website).
  • ๐Ÿ”Œ Try another one. USB-cable (preferably original).
  • ๐Ÿ“ฑ Include in the developer settings the option Debugging by USB (security).

Error 3: Password files are empty or encrypted

  • ๐Ÿ” On the new versions MIUI Some passwords are encrypted with reference to the device โ€“ it is impossible to extract them without root.
  • ๐Ÿ“ฑ If you reset your phone to factory settings, the data could have been deleted.
  • ๐Ÿ”„ Try to restore passwords through Google Password Manager (if sync was enabled).

๐Ÿ’ก Tip: If you plan to drop your phone or sell it, pre-export passwords through Google Chrome or Mi Cloud.

FAQ: Answers to Frequent Questions

Can I see the password from the Mi Account (Xiaomi account)?
No, the password from Mi Account is stored in encrypted form and cannot be retrieved by standard methods. If you forgot the password, use the recovery function at account.xiaomi.com.
How do I find out the Wi-Fi password a friend has connected to on my Xiaomi?
If the network is stored in the phoneโ€™s memory, you can extract the password through Wi-Fi Settings โ†’ Share the password (requires unlocking the screen). If the network is not in the list, its data is not saved, and you can not restore the password.
Do these methods work on POCO F3/F4/F5?
Yes, all of the above methods are relevant for POCO smartphones, as they are based on MIUI (or POCO Launcher with MIUI shell).Exception is Android One models (for example, POCO X3 NFC for the global market), where the interface may differ.
Can I get passwords without root and ADB?
Yes, but only for: Wi-Fi networks (via Settings โ†’ Share passwords) passwords saved in Google Chrome or Mi Browser. Passwords from apps (such as Instagram or VK) cannot be extracted without root.
What if after extracting passwords, the phone started to brake?
You probably changed system files without backing up. Try: Reboot the device. Clear the cache in Settings โ†’ Annexes โ†’ Application management โ†’ โ‹ฎ โ†’ Clear cache. Reset network settings (Settings) โ†’ Wi-Fi โ†’ โ‹ฎ โ†’ Reset network settings. If the problem persists, reset to factory settings (data will be deleted!).