How to see the Wi-Fi password on the Xiaomi Redmi phone: the full guide

Forgot the password from your home Wi-Fi, and connected smartphone Xiaomi Redmi refuses to show it? This situation is familiar to many: the router set up years earlier, the password was written on a piece of paper that was long lost, and now you need to connect a new gadget. Fortunately, on Xiaomi devices (including the models of Redmi Note 12, Redmi 10, POCO X5 and others) there are several ways to extract the saved password β€” both through standard settings and using hidden Android features.

In this article, we’ll look at all the current methods, from simple (available even to beginners) to advanced (require root rights or a computer). Importantly, some methods may not work on the latest versions of MIUI 14/15 due to tightening security policies. We’ve highlighted these cases separately and suggested alternatives. You’ll also learn how to circumvent the limitations of MIUI if the system blocks password viewing, and what to do if none of them work.

1. Standard method: viewing the password in Wi-Fi settings (MIUI 12 and older)

Starting with MIUI 12, Xiaomi has added the ability to view saved network passwords directly from the Wi-Fi menu β€” but with reservations. This method only works for the networks you are currently connected to, and requires confirmation of the data. PIN-fingerprint.

Instructions:

  • πŸ“± Open the Settings. β†’ Wi-Fi.
  • πŸ” Find your network (marked as β€œConnected”) and tap it by its name.
  • πŸ” In the window that opens, select β€œShare Password” (or β€œShare” in English firmware).
  • πŸ”’ Confirm the action with a fingerprint, PIN-code-key.

After that, it will appear on the screen. QR-code to quickly connect other devices, and below it is a text password (may be hidden under the "Show Password" button). MIUI It does not support it (see the next section).

πŸ’‘

If the share password button is inactive, try temporarily disabling VPNs or power saving modes – they sometimes block access to system functions.

⚠️ Note: Some firmware (e.g. Redmi Note 11 with S) MIUI 13.0.6) This method only shows the password for networks saved after the last reset. If the network was added a long time ago, try alternative methods.

2. Alternative method: use of a Wi-Fi configuration file (without root)

Android Stores All Stored Networks (including Passwords) in a File wpa_supplicant.conf. On Xiaomi, without root rights, this file can't be read directly, but there's a workaround: back up your Wi-Fi settings and extract data from it. Redmi/POCO s MIUI 10–14.

Step-by-step:

  1. Open Settings β†’ Google β†’ Backup (or Settings β†’ Additional β†’ Backup and Reset on Older Versions).
  2. Enable backup to Google Drive (if disabled) and wait for sync to complete.
  3. On your computer, go to Google Takeout, select β€œWi-Fi Networks” and create an archive.
  4. In the downloaded archive, find the WifiConfigurations.json file, which will contain network names (SSID) and passwords (passphrase).

This method is safe, but has limitations:

  • ⏳ Backup copy can be created with a delay of up to 24 hours.
  • πŸ”„ Not all networks are saved in backup (depending on version) MIUI).
  • πŸ“± On some devices (e.g. Redmi) 9A) Wi-Fi backup turned off by default.

Make sure your phone is backed up in Google | Check that your phone is connected to Wi-Fi for sync |Use your browser on your computer, not the Google Drive |Arcade app.The archive can weigh up to 2GB – make sure there is enough disk space-->

3. Viewing password through ADB (for power users)

If standard methods don’t work, you can extract your password using Android Debug Bridge (ADB) β€” Android debugging tool, which doesn't require root rights, but it does. USB-debugging and computer installed ADB.

Instructions:

  1. Turn it on. USB-Debugging on the phone: Settings β†’ The phone. β†’ Version. MIUI (Tap 7 times to unlock "Developer Mode" Settings β†’ Additionally. β†’ For developers β†’ USB-debugging (turn on)
  2. Connect the phone to your computer and confirm your trust in the device.
  3. Open the command line (Windows) or terminal (macOS/Linux) and type: adb shell su -c "cat /data/misc/wifi/WifiConfigStore.xml | grep 'string name=\"PreSharedKey\"" If the command returns an error, try an alternative route: adb shell su -c "cat /data/misc/wifi/WifiConfigStore.xml | grep -A 2 'SSID'"

In the output commands, you will see a list of networks (SSID) and their corresponding passwords (PreSharedKey). If the commands return "Permission denied", then your device is blocked access to system files without root.

⚠️ Note: Xiaomi Redmi with MIUI 14+ The path to the configuration file may be different (e.g, /data/vendor/wifi/WifiConfigStore.xml). If standard commands don’t work, check the current paths for your model in the forums. 4PDA or XDA Developers.

Through phone settings | Through Google | Backup Using ADB|Another method-->

4. Use of third-party applications (with and without root)

There are dozens of apps on Google Play that promise to show Wi-Fi passwords, but most of them either don't work on Xiaomi or require root rights. We tested the top utilities and highlighted the ones that actually help:

AnnexRoot rightsWorks for MIUI.Features
WiFi Password Viewer❌ No.⚠️ Partially (only for the current network)It shows you the password for active connection only. MIUI 14 may not work.
WiFi Key Recoveryβœ… Yes.βœ… Yes.Shows all the saved networks and passwords. Requires Magisk or SuperSU.
Root Browserβœ… Yes.βœ… Yes.Allows you to manually open the file wpa_supplicant.conf way /data/misc/wifi/.
MiXplorer⚠️ Optionally.βœ… Yes.Can read system files without rooting on some firmware, you need to turn on Superuser mode.

Warnings:

  • πŸ›‘οΈ Applications without root often show incorrect passwords or empty fields – this is due to restrictions. MIUI.
  • πŸ“² On Redmi with MIUI 13/14 Even root apps may not see passwords because of system file encryption.
  • πŸ”“ If you are not ready to root, it is better to use it. ADB or backup (Section 2).
How to cheat apps that ask for root?
Some utilities (e.g. WiFi Password Viewer) show a password for the current network even without root, but only if the phone is connected to it at the time of verification. Try: 1. Connect to the target network. 2. Open the application and update the list of networks. 3. The password for the active network can be displayed in the "Connected Networks" section. This trick works on ~30% of Xiaomi devices with MIUI 12-13.

5. Password extraction via TWRP (for stitched devices)

If your Xiaomi Redmi has custom recovery TWRP installed, you can view Wi-Fi passwords directly from it – without full root access. This method is suitable for devices with an unlocked bootloader (for example, after the LineageOS firmware or Pixel Experience).

Instructions:

  1. Turn off your phone and press Volume Up + Power to enter TWRP.
  2. Select Advanced β†’ File Manager.
  3. Cross the path. /data/misc/wifi/ and find the file. WifiConfigStore.xml (or wpa_supplicant.conf on older versions of Android).
  4. Slip the file and select "View as Text".
  5. Find the lines with SSID="Network Name" and PreSharedKey="Password".

If the file is encrypted or missing, try an alternative path:

/data/vendor/wifi/WifiConfigStore.xml

⚠️ Note: On some Xiaomi devices (e.g. Redmi) K50 s MIUI 14) Wi-Fi files are stored in encrypted form even in TWRP. In this case, only a full root or reset router settings will help.

πŸ’‘

If you often forget passwords, save them in a password manager (such as Bitwarden or KeePassDX) immediately after you set up a new network, eliminating the need to extract them from the system.

6. What to do if none of the methods worked?

If all of these methods have not worked, you have a few options:

  1. Reset router settings: Press the Reset button on the back of the router (hold on) 10–15 After reset, the network will be called by default (e.g, TP-Link_1234), a the password is indicated on the device sticker.
  2. Connect to your router via cable: If you have access to your router physically, connect to it via an Ethernet cable and access the web interface (usually at 192.168.0.1 or 192.168.1.1). β†’ Security.
  3. Use another connected gadget: If you have a laptop, tablet or other phone (not Xiaomi) connected to the network, extract the password from it. For example, on Windows, this is done via the command line: netsh wlan show profile name="network name" key=clear

Critical information: On Xiaomi devices with MIUI 14+ and enabled data encryption (the option to β€œEncrypt phone” in the security settings), it is almost impossible to extract the Wi-Fi password without resetting the settings, in which case the only reliable way is to reset the router or contact the provider for the original password.

FAQ: Frequent questions about Wi-Fi passwords on Xiaomi Redmi

❓ Can I find out the password from Wi-Fi, which the phone was previously connected to, but is not connected now?
On Xiaomi, no root-rights. The system stores passwords in encrypted form, and access to them is possible only for the current active network (via "Share password") or if you have a backup (Section 2). With root rights or through ADB, you can extract all saved passwords.
❓ Why the β€œShare Password” button is not in the Wi-Fi settings?
This is due to one of the reasons: You have an outdated version of MIUI (before MIUI 12), the phone is not connected to the network at the moment (button appears only for active connections), the device has encryption enabled (optional in Settings β†’ Security β†’ Phone Encryption), the firmware has been modified (for example, custom MIUI from third-party developers), Solution: upgrade MIUI to the latest version or use alternative methods (for example, ADB).
❓ Will reset your phone settings delete saved Wi-Fi passwords?
Yes, a full reset (Settings β†’ Additional β†’ Restore and Reset β†’ Reset) will delete all the saved networks and passwords. However, if you synced data with Google (section 2), it can be restored after the reset. Except that if you backed up through Mi Cloud, the Wi-Fi passwords are not saved - they will have to be re-entered.
❓ Can I find out the Wi-Fi password from my phone if it is blocked?
Not if the phone is locked (forgotten) PIN-The only options are: Unlock the phone through Mi Account (if you have a Xiaomi account attached); reset the phone to factory settings (but this will delete all data, including passwords). Use another gadget connected to the same network.
❓ Are these methods working on POCO and Black Shark?
Yes, all of the described methods are relevant for all MIUI-based devices, including: POCO F5, POCO X5 Pro, POCO M6; Black Shark 5, Black Shark 4; Older Redmi models (e.g. Redmi 4X, Redmi Note 5). Except: on Black Shark with custom firmware (e.g., JoyUI), the paths to Wi-Fi files may differ. In this case, use ADB or TWRP.