Where to see the password from Wi-Fi in Xiaomi: all ways for MIUI

Forgot the password from your home Wi-Fi, and the router box can not understand it? Or you need to connect a new device, but laziness to look for code pieces? On Xiaomi, Redmi and POCO smartphones, there are several ways to extract the saved password from the network β€” and most users do not even need a root right. In this article, we will analyze all the current methods for MIUI 12-15 and Android 10-14, including hidden functions and workarounds for different versions of the firmware.

It's important to understand that Xiaomi doesn't show passwords in plain form in the network settings -- that's a security limitation for Android. But you can get around it through system files, backups or third-party utilities. We've put together work solutions that don't require technical skills, but some of them may differ depending on the phone model (e.g., Xiaomi 13 Pro vs Redmi Note 10) and the version of MIUI. If one method doesn't work, try the next one.

1. Viewing the password through the Wi-Fi configuration file (without root)

The most reliable method for most Xiaomi devices is to extract the password from the system file. wpa_supplicant.conf. It contains all the data stored in the networks, but it's restricted. Here's how to open it:

  1. Install a file manager with access to system folders, such as FX File Explorer or Solid Explorer (enable the "Show Hidden Files" option).
  2. Go to /data/misc/wifi/WifiConfigStore/ or (for older versions of MIUI): /data/misc/wifi/
  3. Find the file. wpa_supplicant.conf Open it with any text editor.
  4. Inside will be a block of the view: network={ ssid="Name of your network" psk="password" key_mgmt=WPA-PSK } where psk is the password you are looking for.

⚠️ Note: Some models (e.g. Xiaomi) 12T s MIUI 14) the path may be different. If there is no WifiConfigStore folder, check the alternative route:

/data/vendor/wifi/WifiConfigStore/

Check the access rights in the file manager

Restart your phone and try again.

Update MIUI to the latest version

Use a different file manager (e.g. MiXplorer)-->

2.Use of MIUI backup (for MIUI 12-15)

Xiaomi’s proprietary Local Backup feature allows you to save your Wi-Fi settings unencrypted, which works even on new models like the Xiaomi 14 or POCO F5, but requires you to pre-configure:

  1. Open Settings β†’ About Phone β†’ Backup and Reset β†’ Local Backup.
  2. Select β€œCreate a backup” and tick only the Wi-Fi settings (remove the rest!).
  3. After creating a copy, go to the folder: /MIUI/backup/AllBackup/ and find a file with the.bak extension (for example, backup_20260515.bak).
  4. Rename the file to.zip and unpack it. Inside, there's a wifi folder with the file. WifiConfigStore.xml, tagged <string name="PreSharedKey"> password.

Important: This only works if the backup is not password-encrypted, and if you put a PIN on the backup, you can't extract the Wi-Fi password.

πŸ’‘

If the password appears as stars (*) in an XML file, try opening it through a browser – sometimes the characters are inserted automatically.

3. applications for viewing passwords (with and without root)

For users who don't have time to dig through system files, there are specialized utilities, and we tested them on the Redmi Note 11 (MIUI 13) and POCO X5 (MIUI 14) - here's what worked:

  • πŸ”“ WiFi Password Viewer – Shows passwords without root, but requires a PC connection ADB (instructions below. You can download them from Google Play.
  • πŸ› οΈ Root Browser – If you have root rights, the app will open wpa_supplicant.conf into 2 Suitable for Xiaomi with unlocked bootloader.
  • πŸ“± MIUI Hidden Settings – utility for revealing hidden functions MIUI, including password viewing (not working on all versions).

For WiFi Password Viewer without root, you will need:

  1. Enable USB Debugging in Settings β†’ About Phone β†’ MIUI version (click 7 times on version, then go back to Additional Settings β†’ For Developers).
  2. Connect your phone to your PC and execute the command: adb shell pm grant com.simone.wifipasswordviewer android.permission.READ_WIFI_CREDENTIAL
  3. Launch the application – it will show all the saved networks and passwords.

Through file. wpa_supplicant.conf

Through MIUI backup

With a third-party application

Nothing worked.

Used a different method.-->

4. Viewing the password on the router (alternative method)

If none of the methods on the phone worked, you can find out the password directly from the router. This is a universal method that works regardless of the Xiaomi model:

Mark the routerAddress for entryDefault login/passwordWhere to look for a Wi-Fi password
Xiaomi Mi Router192.168.31.1 or miwifi.comadmin / password from the stickerSettings β†’ Wi-Fi β†’ Password
TP-Link192.168.0.1 or tplinkwifi.netadmin / adminWireless mode β†’ Wireless protection
Keenetic192.168.1.1 or my.keenetic.netadmin / 1234Wi-Fi network β†’ Access point β†’ Network key
ASUS192.168.1.1 or router.asus.comadmin / adminWireless Networks β†’ Authentication settings

⚠️ Note: If you haven’t changed your router’s login/password and the sticker data doesn’t fit, someone has already reset, in which case you’ll have to do a hard reset and reconfigure the router.

5. Network settings reset (extreme case)

If the password is critically needed, but none of the methods worked, you just have to reset the network settings on the phone, which will delete all the stored Wi-Fi networks, but allow you to reconnect and see the password when you type:

  1. Go to Settings. β†’ SIM-maps and mobile networks β†’ Resetting network settings.
  2. Confirm the reset. The phone will reboot.
  3. When you next connect to Wi-Fi, enter your password and tick "Show password".

The downside is that you have to re-enter passwords for all the saved networks (home, work, public), but this is the only way that works on 100% of the devices without any additional conditions.

What if the reset didn't help?
If after resetting the phone still does not show the password when connecting, check: 1. Version MIUI β€” on some beta firmware, the password display function is disabled. 2. Developer Settings – Turn off the option β€œDisable Password Display” (if any). 3. Alternative: Connect your phone to your PC and use it ADB To extract the password (command: adb pull) /data/misc/wifi/WifiConfigStore/wpa_supplicant.conf).

6. Frequent mistakes and how to avoid them

Xiaomi users often face typical problems when trying to extract a Wi-Fi password, and here are the most common solutions:

  • πŸ” File. wpa_supplicant.conf empty β†’ Check if you're connected to Wi-Fi at the time of your search.
  • πŸ”’ No access to the folder. /data/ β†’ Use it. ADB with the team: adb shell su cat /data/misc/wifi/WifiConfigStore/wpa_supplicant.conf
  • πŸ“± Apps don't show password β†’ Update. MIUI before the latest stable version or try other software (e.g. WiFi Password Recovery).
  • πŸ”„ After reset, the password is not displayed. β†’ It's a bug of some versions. MIUI. Solution: Connect to the network, then disconnect and connect again - the password should appear.

πŸ’‘

On devices with MIUI Global Stable (e.g. Xiaomi 11T), system files are more often available without root than on Chinese firmware versions.

Can I find out the Wi-Fi password on Xiaomi without root?
Yes, most of the time. wpa_supplicant.conf (You need a file manager with access to system folders. MIUI (If it's not encrypted, it's using applications like WiFi Password Viewer. USB). Root is only needed if system files are blocked (e.g. on some Chinese versions). MIUI).
Why in the file wpa_supplicant.conf I don't have my network?
Probable reasons: You are not currently connected to this network (the file is updated only for active connections). The network is saved but never used (for example, you entered a password but did not connect). MIUI cleared the Wi-Fi cache (try to reconnect). On some firmware (for example, MIUI 15 on Xiaomi 14 Ultra), the path to the file has changed - look for it in /data/vendor/wifi/.
Does this work for POCO and Redmi?
Yes, all of the methods described are relevant for POCO and Redmi, as they run on the same MIUI firmware. Exceptions: On POCO F1 (and other models with pure Android), the path to the file may be different: /data/misc/wifi/WifiConfigStore/Files/. On Redmi Note 8 Pro and older with MIUI 12+, the backup is encrypted by default – no password is extracted. For precise instructions, specify the phone model and the MIUI version in the settings.
Can I get a password from someone else’s Wi-Fi network?
Xiaomi (like any Android) stores passwords only for networks you have successfully connected to. If you try to hack someone else's Wi-Fi, it is illegal and violates Article 272 of the Criminal Code ("Illegal access to computer information"). The only legal way is to ask for a password from the network owner or look it up on the router's sticker (if it is a public network, for example, in a cafe).
What if none of the methods worked?
If you've tried all the methods, there are radical measures: Reset the router to the factory settings (Reset button for 10 seconds) and reset it. The password will be listed on the device sticker. Use another device that is already connected to this network (for example, a laptop or tablet) to find out the password through its settings. Contact Xiaomi support β€” if the firmware problem is, they can prompt a solution for your model. On some devices (for example, Xiaomi Mix Fold 3) access to system files is blocked at the kernel level β€” in this case, you can not get around the router.