How to find out the password from Wi-Fi on the phone Xiaomi Redmi Note 8: all working methods

Forgot your home Wi-Fi password and the router doesn't have a sticker with the data to connect to? Or you need to share a network with a friend, but you're too lazy to look for a box from the router? On Xiaomi Redmi Note 8, there are several ways to extract the saved password, both through standard MIUI settings and with additional tools. The main thing is that you should have physical access to the phone and administrator rights (if we are talking about system files).

In this article, we will discuss 5 current methods, including little-known tricks with the file wpa_supplicant.conf use ADB. Note that some methods require unlocking the bootloader or root rights, but we will show you where it is necessary and where you can do without them. MIUI View passwords in the latest firmware versions (relevant for Android devices) 10+).

1. Method: via MIUI settings (without root)

The easiest method is to use built-in MIUI tools, which works if the phone is already connected to the right Wi-Fi network, and the firmware version is not newer than MIUI 12.5. In the more recent versions, Xiaomi has removed the ability to view passwords through the GUI, but there are workarounds.

Instructions:

  • πŸ“± Open the Settings. β†’ Wi-Fi.
  • πŸ” Find the network you want in the list and tap it by its name.
  • πŸ”‘ In the network information window, click Share Password (or Share in English firmware).
  • πŸ” Confirm the action with a fingerprint, pattern lock or PIN-code.

If you don't have a Share Password button, your version of MIUI has blocked this function.

πŸ“Š What version? MIUI use?
MIUI 12 or older
MIUI 12.5
MIUI 13
MIUI 14
I don't know.

⚠️ Note: Some firmwares display after clicking Share password QR-It's a code, not a text password. To see the characters, scan them. QR any scanner (for example, through Google Lens) – the results will be a line with WPA-password.

2. Method: through file wpa_supplicant.conf (need root or ADB)

All saved Wi-Fi passwords on Android are stored in the system file /data/misc/wifi/WifiConfigStore.xml (on new versions) or /data/misc/wifi/wpa_supplicant.conf (You need root access to read them, or ADB If you have a bootloader unlocked but no root, you can do with a temporary one. ADB-access.

Step-by-step instructions for ADB:

  1. Turn on USB Debugging in Settings β†’ About Phone β†’ MIUI version (shap 7 times, then go back to Additional Settings β†’ For Developers).
  2. Connect your phone to your PC and execute in the terminal: adb shell su cat /data/misc/wifi/wpa_supplicant.conf
  3. Find the block with your network name (ssid=..) and next to it will be the psk="your password".

If the file wpa_supplicant.conf Whether it is empty or not, try an alternative path:

adb shell


su




cat /data/misc/wifi/WifiConfigStore.xml | grep -A 10 "your name network"

Install Xiaomi drivers on PC| Enable debugging over USB on your phone | Download ADB platform (e.g. from Google) | Connect your phone with the original cable-->

⚠️ Attention: MIUI 13/14 The path to the file may be different. If the above commands did not work, check for the file at the address. /data/vendor/wifi/wpa_supplicant/wpa_supplicant.conf. Also note that after restarting the phone, su rights through ADB They will be reset, and the process will have to be repeated.

3. Method: Using password viewing applications

If you don't want to mess with ADB or root, you can use third-party utilities, and they work on the same principle, reading data from system files, but doing it through a user-friendly interface.

AnnexNeed root?FeaturesReference
WiFi Password Viewer❌ No.Shows passwords only for networks that your phone is currently connected toGoogle Play
WiFi Key Recoveryβœ… Yes.Works with all saved networks, export to fileXDA Developers
Root Browserβœ… Yes.Allows you to open manually wpa_supplicant.confGoogle Play
MiXplorer❌ No*File Manager with access to system folders (you need an unlocked bootloader)XDA Developers

*MiXplorer can work without root if you have the bootloader unlocked and Mount system as RW option enabled in the application settings.

Examples of WiFi Password Viewer:

  • πŸ“₯ Install the app from Google Play.
  • πŸ”“ Provide all the permissions requested.
  • πŸ“‘ In the main window, a list of networks with passwords will appear (tap over the network to copy the password).

πŸ’‘

If the app doesn't show passwords, try turning off the Wi-Fi on your phone, then turn it back on. Sometimes this resets the cache and allows the utilities to re-read the data.

Method: through MIUI backup (without root)

Little-known life hack: MIUI when you back up through Settings β†’ Additional β†’ Backup saves your Wi-Fi passwords unencrypted. If you have an old backup, you can extract data from it.

How to do this:

  1. Create a backup (select System Settings and Wi-Fi).
  2. Connect your phone to your PC and copy the backup file from the MIUI/backup/AllBackup folder.
  3. Rename the file extension from.bak to.zip and unpack the archive.
  4. Open the file. system_app_wifi.xml In any text editor, there will be SSID and passwords in format: <string name="NetworkList">{"ssid": "your network", "psk": "your password"}</string>

⚠️ Note: In the latest versions MIUI 14 The passwords in the backups can be encrypted. system_app_wifi.xml Instead of a password, random characters are displayed, this method will not work.

5. Method: Reset the router (if other methods did not help)

If none of these methods worked, the radical solution is to reset the router to factory settings, which would return the standard password that is usually on the device sticker, and the downside is that all personal router settings (including network name, guest access, and device priorities) would be reset.

How to reset your router:

  • πŸ”Œ Find the Reset button on the back of the router (usually recessed in the case).
  • πŸ“ Take a paper clip or toothpick, press and hold the button for 10-15 seconds.
  • πŸ”„ Wait for the reboot (all indicators will light up).
  • πŸ“‹ The password will be reset to a standard one (for example, admin or a combination from the model number).

Standard passwords for popular routers:

ManufacturerStandard loginStandard password
TP-Linkadminadmin
Xiaomiadminsticker
ASUSadminadmin
Keeneticadmin12345678

πŸ’‘

Resetting the router is the last option, if other methods have not worked, and after resetting, you have to reconfigure the network, so try all the software methods first.

Frequent Mistakes and How to Avoid Them

When trying to find out the Wi-Fi password on the Xiaomi Redmi Note 8, users often face typical problems.

  • 🚫 Error "No access rights" when reading wpa_supplicant.conf: Solution: Get root rights through Magisk or use it ADB with the command su (needs an unlocked bootloader).
  • πŸ” File. wpa_supplicant.conf The solution: Check alternative paths (/data/vendor/wifi/...) Use MiXplorer with Mount System as RW.
  • πŸ“± Apps don't show passwords: Solution: Update your firmware to the latest version or try another application (e.g. WiFi Key Recovery instead of WiFi Password Viewer).
  • πŸ”’ MIUI Asks to unlock Xiaomi account when trying to share password: Solution: Unlock account in Settings β†’ Xiaomi account or use it ADB.

If you see a message β€œThis network requires web authentication” it means that the network uses port authorization (for example, at hotels or airports), and the password is not stored in the phone.

How to unlock the bootloader on Redmi Note 8?
1. Link Xiaomi account to phone in Settings β†’ Xiaomi Account. 2. Go to the site Mi Unlock and download the unlock utility. 3. Launch the program on PC, log in to the same Xiaomi account and connect the phone in Fastboot mode (click Volume Down + Power). 4. Follow the instructions of the utility (you will have to wait 72-168 hours to confirm unlock). 5. After unlocking, you can install custom firmware or get it through Magisk root.

❓ Can I find out the password from Wi-Fi on Xiaomi without root?
Yes, but with limitations: Through Settings β†’ Wi-Fi β†’ Share a password (not working on all versions of MIUI); with applications like WiFi Password Viewer (only for the current network); with a backup MIUI (if passwords are not encrypted); to access all stored networks without root, you will need an ADB with superuser rights.
❓ Why in the file wpa_supplicant.conf I don't have my network?
Possible reasons: The phone is not currently connected to this network (try reconnecting). WPA3-encryption – passwords for such networks may be stored in another file (WifiConfigStore.xml). MIUI Cleared the network cache (reboot your phone and connect again).
❓ How to find out the password from Wi-Fi if the phone is not connected to the network?
If the phone used to connect to the network, but is not in range now: Use ADB or root to read wpa_supplicant.conf. Try applications like WiFi Key Recovery. MIUI (If the phone has never connected to this network, it is impossible to extract the password from it.
❓ Does this work on other Xiaomi models?
Yes, most of the ways are universal for all Xiaomi smartphones based on Android: βœ… Redmi Note 7/9/10/11 βœ… Poco X3/F3 βœ… Mi 9/10/11 Exceptions: ❌ On Xiaomi MIUI for POCO The path to Wi-Fi files may be different. ❌ On devices with HyperOS (new models) 2026+) methodologies wpa_supplicant.conf may not work.
❓ Can I find out the password from someone else’s Wi-Fi through Xiaomi?
Not if the phone hasn't connected to the network before. All of the methods described here only work with the networks stored in the phone. Connecting to someone else's network without the owner's permission violates the law (Article 272 of the Criminal Code of the Russian Federation - "Illegal access to computer information"). If you forget the password from your network, but the phone is connected to it, use the methods in this article.