How to view Wi-Fi password on Xiaomi phone: all ways (including MIUI 14)

Forgot your home Wi-Fi password and the router is in an awkward place to flip it over and read the sticker? Or do you need to plug in a new device but be lazy to look for a code piece? On Xiaomi smartphones (including Redmi and POCO), there are several ways to extract the saved Wi-Fi password β€” both through standard MIUI settings and using hidden Android features. In this article, we will analyze all the current methods for the firmware versions from MIUI 12 to MIUI 14, including bypassing the restrictions on new models.

Importantly, not all of the methods work on the latest versions of Android (13/14) due to tightening security policies. For example, MIUI 14 on Xiaomi 13/14 or Redmi Note 12 may require ADB or root access. But for most users, standard tools will suffice, as long as you know where to look.

1. Viewing passwords through Wi-Fi settings (MIUI 12–14)

The most obvious way is to look at the connected network menu, which has changed a little bit in the latest versions of MIUI, but the logic is the same. You don't need superuser rights or extra software.

Instructions:

  • πŸ“± Open the Settings. β†’ Wi-Fi.
  • πŸ”— Tap on the name of your network (it should be connected).
  • πŸ‘οΈ Click on the β€œShow Password” icon** (or Share) β†’ QR-code).
  • πŸ” Enter. PIN-code, pattern lock or fingerprint to confirm.

If you don't have a "Show Password" option, you're hiding it from your MIUI version. Go to the next one. On POCO F5 or Redmi K60 with MIUI 14, this method only works for manually connected networks (not WPS or QR).

πŸ’‘

On some firmware, the password is displayed in the form QR-To decrypt it, use any crawling application (e.g. Google Lens or the standard Scanner in the Internet). MIUI).

2.Use of QR-network code (alternative to MIUI 13–14)

If there is no button in the settings to display the password, but there is an option to share or QR-This method works even on Xiaomi 13 Ultra with the latest security updates.

How to do this:

  1. Go to Settings β†’ Wi-Fi and tap on your network.
  2. Choose to share or QR-code (some models are called Invite).
  3. Scan the code with another phone with a decryption app installed (such as WiFi Key Recovery or QR & Barcode Scanner).
  4. The application will show the SSID (network name) and password in text form.

⚠️ Attention: Some scanning applications QR-Wi-Fi codes require permission to access files. Install them only from Google Play and check reviews.

πŸ“Š What kind of smartphone you Xiaomi?
Redmi Note 10/11/12
POCO X3/X4/X5
Xiaomi 11/12/13 series
Other

3. Retrieving password through configuration file (for advanced)

Android Stores All Stored Wi-Fi Networks in a System File wpa_supplicant.conf. Access is only possible with root rights or through ADB (without rue, but with debugging USB). This is a good way to use Xiaomi on MIUI 12–14, if the standard methods have not worked.

Step-by-step:

  1. Enable Developer Mode: πŸ”§ Go to Settings. β†’ The phone. πŸ‘† 7 times tap on the item Version MIUI. πŸ”™ Back to Settings β†’ Additionally. β†’ For developers. πŸ”Œ Activate Debugging on USB.
adb shell


su




cat /data/misc/wifi/WifiConfigStore.xml

Or for the new versions of Android:

adb pull /data/misc/wifi/WifiConfigStore.xml
<string name="PreSharedKey">Your password</string>

⚠️ Attention: MIUI 14 Android 13/14 The path to the file may be different (/data/vendor/wifi/...). If the team didn't work, try it:

adb shell dumpsys wifi | grep "network"

Enable debugging on USB|Install drivers ADB PC-only|Connect your phone to the original cable|Allow debugging on the phone (pop-up window)-->

4. Applications for viewing saved passwords

If manual methods seem complicated, you can use third-party utilities, which automate the process, but require root rights or ADB-Here are the proven options:

AnnexNeed root?Works on MIUI 14?Reference
WiFi Password Viewer❌ No, only. ADB)βœ… Yes.Google Play
WiFi Key Recoveryβœ… Yes.⚠️ Partially.Google Play
Root Browserβœ… Yes.βœ… Yes.Google Play

πŸ”Ή WiFi Password Viewer is the easiest solution for users without root. ADB It automatically retrieves all saved passwords.

πŸ”Ή Root Browser allows you to manually find a file wpa_supplicant.conf and open it in a text editor.

How to get around the MIUI 14 limit without root?
On newer versions of MIUI, the password file is encrypted. Alternatively, use ADB with the command: adb backup -f wifi.ab -noapk com.android.providers.settings Then unpack the backup via Android Backup Extractor (PC required).

5. Router reset as a last resort

If none of these things worked, and WiFi access is critical, you have to reset the router to factory settings, which will delete all user settings, including the password, but allow you to connect by default.

How to reset your router:

  • πŸ”Œ Find the Reset button on the back of the router (usually recessed in the case).
  • πŸ“ Press it with a pin or a paper clip and hold it for 10-15 seconds.
  • πŸ”„ Wait for the reboot (all indicators will light up).
  • πŸ“‹ The connection data will be on the router sticker (usually) admin/admin or).

⚠️ Note: After resetting, you will have to reconfigure:

  • 🌐 Connection type (PPPoE, DHCP etc.)
  • πŸ” Password from the provider (if required)
  • πŸ“‘ Name of the network (SSID) and a new password

Check this information with your Internet service provider in advance or find a contract.

6. Alternative methods (if the phone is not yours)

Situation: you need to connect to WiFi, but the phone that has the password saved is not yours (for example, a friend or relative does not want to share the code).

πŸ”Ή Method 1: Ask the phone owner to generate the phone QR-Network code (as in Section 2) and scan it with your device.

πŸ”Ή Method 2: If your phone is synced to Mi Account, your passwords can be stored in the cloud. β†’ Xiaomi Account β†’ Cloud β†’ Wi-Fi (not available on all models).

πŸ”Ή Method 3: Use Wi-Fi Direct (if the router supports it) WPS). Press the button. WPS on the router and connect without a password for 2 minutes.

On Xiaomi phones with MIUI 14 and Android 13+, Wi-Fi passwords are encrypted at the system level. Without physical access to the device or the owner's consent, you can't extract them - this is a security restriction of Google.

FAQ: Frequent questions

❓ Can I find out the password from the Wi-Fi on Xiaomi without root?
Yes, on most models up to MIUI 13 Password is displayed in network settings after authentication (PIN/On the print. MIUI 14 may be required ADB scan QR-code.
❓ Why there is no β€œShow Password” button in the settingsΒ»?
This is a firmware restriction. On Xiaomi with Android 12+, Google has banned displaying passwords in plain form. Use alternative methods from this article.
❓ Does the file method work? wpa_supplicant.conf on MIUI 14?
No, starting with Android 10, this file is encrypted. Instead, use ADB with the dumpsys wifi command or specialized applications.
❓ Can I recover my password through my Mi Account?
Officially, no. Xiaomi doesn't store Wi-Fi passwords in the cloud, but some models (like the Mi 11) have a backup of network settings in the Mi Cloud, but it's enabled manually.
❓ What to do if you reset the router, and there is no data for setting up?
Contact your provider and they will provide a login/password to connect (usually specified in the contract). Alternative: check the sticker on the router (sometimes there is data for initial settings).