How to view the Wi-Fi password on the Xiaomi Redmi phone: all ways

Forgot your home Wi-Fi password and the router is in an awkward place with a sticker erased to holes? Or do you need to plug in a new device but the password is not written anywhere? On Xiaomi Redmi smartphones (and other lines of the brand) there are several ways to extract the saved password from the network - both through standard MIUI settings and using hidden Android features.

In this article, we will discuss 5 working methods, including access via Wi-Fi settings, viewing the configuration file wpa_supplicant.conf, utilization ADB-All instructions are adapted to the latest versions MIUI 14 Android 13/14, Most of the methods are used on old firmware (starting with the MIUI 10). Important: Some methods require root rights or debugging USB β€” We will warn you about this in advance.

1. Standard method: via Wi-Fi settings (MIUI 12 and later)

The easiest method is to use the built-in password viewing feature in the connected network menu. It works on all Xiaomi Redmi smartphones with MIUI 12 and above (including Redmi Note 10/11/12, Redmi 9/10/11, POCO X3/X4/X5, etc.).

Instructions:

  • πŸ“± Open the Settings. β†’ Wi-Fi.
  • πŸ” Find your network in the list and tap it by its name (not by switch!).
  • πŸ”‘ In the window that opens, click Share your password (or Share in English firmware).
  • πŸ” The system will request confirmation by fingerprint, PIN-code-key.
  • πŸ“‹ After the authorization will appear QR-code and text password underneath.

⚠️ Note: If there is no password sharing button, your version MIUI It is outdated (relevant to the firmware) MIUI In this case, use alternative methods from the following sections.

πŸ’‘

If QR-The code is not scanned by another device, try to brighten the screen or turn off the dark theme – sometimes contrast interferes with reading.

2. Viewing through file wpa_supplicant.conf (rootless)

All saved Wi-Fi passwords on Android are stored in the system file wpa_supplicant.conf. It can be accessed through an integrated file manager (such as Xiaomi Files) or third-party applications such as: FX File Explorer or Solid Explorer: This method works without root rights, but requires activation of the developer mode.

Step-by-step:

  1. Turn on USB debugging: Go to Settings β†’ About Phone. Tap 7 times on MIUI Version until you become a developer!. Return to Settings β†’ Additional β†’ For Developers and enable USB Debugging.

ADB

adb pull /data/misc/wifi/WifiConfigStore/wpa_supplicant.conf

πŸ“„ In the resulting file, find the block with the name of your network (ssid).="...") β€” next to the psk line="password".

What to do if the file wpa_supplicant.conf no?
On newer versions of Android (10+), the path to the file may be different. Try alternative paths: /data/misc/wifi/WifiConfigStore/ or /data/vendor/wifi/wpa/. If folders are missing, your firmware will block access without root.

3.Use of ADB-Teams (for advanced users)

If the file wpa_supplicant.conf Unavailable, you can extract the password through Android Debug Bridge (ADB). This method requires a connection to a PC and installed Xiaomi drivers.

Algorithm of action:

  • πŸ–₯️ Install. ADB Tools on the computer.
  • πŸ“± Turn on Debugging. USB on the phone (see previous section).
  • πŸ”Œ Connect Redmi to your PC and execute on the command line:
adb shell


su




cat /data/misc/wifi/WifiConfigStore/wpa_supplicant.conf

⚠️ Warning: Su command requires root rights. If you don't have any, use an alternative command without su, but the result may be empty.

Install ADB PC-only|Enable debugging on USB phone-on|Connect your phone to the original cable|Allow debugging in the pop-up window on the phone|Check the connection of the team `adb devices`-->

4. applications for viewing passwords (without root)

If previous methods didn’t work, you can use third-party utilities. We tested 3 reliable applications that run on Xiaomi Redmi without root:

AnnexReferenceFeaturesCons
WiFi Password ViewerGoogle PlayShows passwords for all saved networks, export to txtAdvertising doesn’t work on Android 12+ without root
WiFi Key RecoveryGoogle PlayMIUI support, copying password to bufferRequires access to the storage facility
WiFi Password (Root)Google PlayIt works on Android. 10-14, show QR-codeYou need root rights for full functionality

πŸ” Tip: Check reviews before installing – some apps may not work on MIUI For example, WiFi Password Viewer is often blocked on Redmi Note 11 and later.

Standard settings MIUI|File. wpa_supplicant.conf|ADB-team|Third-party annexes|Another method-->

5. Router reset as a last resort

If none of the methods worked (for example, the phone has a blocked firmware from the operator), it remains to reset the router settings, this will delete all user settings, including the Wi-Fi password, and return factory settings (they are indicated on the router sticker).

How to reset your router:

  1. Find the Reset button on the back of the router (usually recessed in the case).
  2. Press and hold it for 10-15 seconds (until the indicators blink).
  3. Wait 1-2 minutes for the router to restart.
  4. Connect to a network with a factory name (for example, TP-Link_1234) and use the password from the sticker.

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

  • 🌐 PPPoE connection (logins / passwords from the provider),
  • πŸ“‘ Wi-Fi name and password,
  • πŸ”’ Port forwarding (if used for cameras or games).

πŸ’‘

Resetting your router is the last option when other methods are not available. Always try to extract the password from your smartphone first so you don't lose your network settings.

Security: How to protect your password from leakage

If you can extract your Wi-Fi password, you should take care of its security in the future. Here are 4 rules to help avoid repeated problems:

  • πŸ” Use complex passwords (at least) 12 symbols with numbers and special signs: K9#pL2!mQ1@xY.
  • πŸ“± Save your password in encrypted notes (e.g., Google Keep with lock or lock). 1Password).
  • πŸ”„ Regularly (once in) 3-6 months) change the password through the router panel (192.168.0.1 or 192.168.1.1).
  • 🚫 Turn it off. WPS In router settings, this protocol is vulnerable to hacking.

πŸ’‘ Useful Lifehack: Take a photo of the sticker from the router (where the factory password is specified) and save the photo in a closed album (for example, in Google Photos with limited access.

FAQ: Frequent questions

❓ Can I find out the password from Wi-Fi, which the phone is not connected to?
No, with standard Xiaomi Redmi tools, you can only see passwords from networks that your phone has already connected to, and you will need specialized tools for other networks (like Wireshark), but this violates the law of unauthorized access.
❓ Why in the file wpa_supplicant.conf The password is displayed in encrypted form?
On some firmware (for example, MIUI 13 Global) passwords are stored in a hashed format. It's almost impossible to decrypt them without root. ADB-Teams or third-party apps with Xiaomi support.
❓ Are these methods working on POCO or black shark?
Yes, all methods in this article are applicable to POCO (e.g., POCO X3 Pro, POCO F4) and Black Shark, as they run on the same MIUI firmware. Except for Android One models (e.g., Mi A3), where the path to the configuration file may differ.
❓ Can I get my phone password if it is blocked?
If your phone is locked (forgot the pattern lock or PIN), standard methods will not work. You will need to: Unlock the phone through Mi Account (if your Xiaomi account is tied). or reset the settings via Fastboot (but this will delete all data!).
❓ Why After Updating MIUI password stopped showing?
Xiaomi has been tightening security policies regularly, such as MIUI 14 removing the ability to view passwords through Settings β†’ Wi-Fi β†’ Share for guest networks. Solution: Try to roll back to the previous version of MIUI (if possible). Use ADB or a root-access file manager.