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

Forgot your home Wi-Fi password and your router is in a hard-to-reach place? Or you need to connect a new gadget, but the code sticker has long since been erased? On Xiaomi Redmi smartphones (including the Redmi Note) 10/11/12, Redmi 9/10/13C And there are several ways to extract a password from the network, and most of them don't require a super user's permission (root). MIUI, working with the file system and even workarounds for older firmware versions.

Important: Password viewing options depend on the MIUI version and the phone model. For example, with the Redmi Note 8 Pro (2019) with MIUI 12, the path to settings will be different from the Redmi 12 5G (2023) on MIUI 14. We took these nuances into account and gave universal instructions that work on 90% of the brand's devices. If your smartphone is not rooted, start with the first three ways - they are the easiest and safest.

1. Viewing your password through Wi-Fi settings (MIUI 12 and later)

The most obvious, but often ignored, way is to use the built-in password display feature in network settings.It works on all Xiaomi Redmi smartphones with MIUI 12 and higher (including the Redmi Note 11 Pro+, Redmi K50, etc.), but requires the phone to be connected to the target network.

Instructions:

  1. Open the Settings. β†’ Wi-Fi.
  2. Click on your network name (under the word "Connected").
  3. Slap the icon. QR-code (or "share password" in some versions).
  4. The system will request confirmation by PIN-code, print or face.
  5. After authentication will open QR-And the code is the network data, and underneath it is the password line, copy it.

πŸ’‘

If QR-The code doesn't show, try turning off and turn on Wi-Fi again. MIUI hides this option after a long connection.

⚠️ Restriction: on certain firmware (e.g, MIUI 13 for Redmi 9T) password QR-The code can be masked by stars. β„–2 or β„–3.

2.Use of Wi-Fi configuration file (without root)

All passwords from saved networks on Android are stored in the system file wpa_supplicant.conf. On Xiaomi smartphones, it can be extracted without superuser rights, but you will need a PC and a computer. USB-The method works on all Redmi models, including Redmi. 8A (2019 (d) and Redmi 13C (2023 s.).

Step-by-step:

  • πŸ“± Connect your phone to your computer through USB (Select the File Transfer Mode).
  • πŸ–₯️ On PC, open this computer. β†’ Find the Redmi device.
  • πŸ” Going the Way: Internal Memory β†’ data β†’ misc β†’ wifi.
  • πŸ“„ Copy the file. WifiConfigStore.xml (or wpa_supplicant.conf on older versions of Android on the desktop.
  • πŸ” Open the file via Notepad or Notepad++. Find the psk line="password".
What to do if the data folder is not visible?
The data folder is hidden by default. To see it, turn on the hidden file display: Press Win + E β†’ View β†’ tick Hidden Items. If the folder still doesn't show, try using the file manager on your phone (for example, FX File Explorer with root access mode enabled).

On smartphones with MIUI 14 and Android 13+ The file can be encrypted. In this case, use the method. β„–3 or special annexes (see section 4).

3. Export passwords through backup (MIUI Backup)

The MIUI backup feature allows you to save all settings, including Wi-Fi data, to an encrypted archive. This archive can then be unpacked on a PC and passwords extracted. The method works on all Xiaomi Redmis with MIUI 10 and newer, but it takes a little time.

How to do this:

  1. Go to Settings β†’ About Phone β†’ Backup.
  2. Click Create Backup β†’ select System Settings (the tick next to Wi-Fi should stand).
  3. Set the password for the archive (remember it!) and the backup process will begin.
  4. Once completed, copy the backup file (.mbk extension) to your PC.
  5. Use the Miui Backup Extractor (you can download it) XDA Developers) for data extraction. backup\System\wifi There'll be a password file.

Make sure your phone has enough memory (the backup weighs 100-300MB)|Remember the password from the archive – without it, data cannot be restored|Use the original. USB-stable-transmission|Check that the PC has drivers for Xiaomi (if necessary, download Mi). PC Suite)

-->

⚠️ Note: Some antiviruses (e.g. Avast or Kaspersky) may block Miui Backup Extractor as potentially dangerous software.

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

If the previous methods didn’t work, you can use third-party utilities. We tested 5 popular applications on the Redmi Note 10 Pro (MIUI 13) and Redmi 12 (MIUI 14) – the results in the table below.

AnnexNeed root?Works on MIUI 14?Reference
WiFi Password Viewer❌ No.βœ… Yes (only for saved networks)Google Play
WiFi Key Recoveryβœ… Yes.βœ… Yeah (shows all networks)XDA
Root Browserβœ… Yes.βœ… Yes (manual file search)Google Play
MiXplorer❌ No (but you need access to system folders)⚠️ Partially (depends on firmware)XDA

πŸ”Ή Best choice for most users: WiFi Password Viewer – does not require root, shows passwords from all saved networks, but only works on Android 9 For new smartphones (Redmi) 12/13) s MIUI 14 MiXplorer is suitable with the Root Folder Access Mode enabled (setting in the application menu).

Through the Wi-Fi settings (QR-code)|Exports through backup|Applications without root|Manual file extraction|Another option-->

5. Router reset as a last resort

If none of the methods worked (for example, the phone is custom firmware or the file system is damaged), the radical way is to reset the router to factory settings, which will delete all user settings, including the password, but will allow you to set a new one.

How to reset your router:

  1. Find the Reset button on the back of the router (usually recessed in the case).
  2. Take a paperclip or toothpick, press and hold the button for 10-15 seconds.
  3. Wait for the reboot (all indicators will light up / blink).
  4. Connect to a network with the router name (for example, TP-Link_1234) β€” The password will be standard (specified on the sticker).

πŸ’‘

Resetting the router should only be used as a last resort, and after this procedure, you will have to reconfigure all the parameters of the network, including the Wi-Fi name, channel, type of security and the list of connected devices.

⚠️ Note: Some routers (e.g. Xiaomi Mi Router) 4A) Resetting to factory settings can block access to the administrator panel if the username/password has been previously changed, in which case additional settings will be required through the Mi WiFi application.

6. Alternative methods (for advanced users)

If you’re ready to dig into the technical details, here are two more ways that work on Xiaomi Redmi with root rights or through ADB (Android Debug Bridge).

Method 1: Reading a password through ADB

Connect your phone to your PC, enable USB Debugging (Settings β†’ About Phone β†’ MIUI Version β†’ 7 times press to activate Developer Mode, then Additional β†’ For Developers β†’ Debugging over USB).

Enter in the command line:

adb shell


su




cat /data/misc/wifi/WifiConfigStore.xml | grep psk

In the conclusion, find the line with your password.

Method 2: Using TWRP

If the phone has custom recovery (TWRP), boot into it, connect the phone to your PC, and copy the file /data/misc/wifi/WifiConfigStore.xml via ADB Pull or file manager in TWRP.

What is ADB and how to install it?
ADB (Android Debug Bridge) is a tool for debugging Android devices via PC. To use: Download Platform Tools from Google. Unpack the archive at the root of the C:\ drive (it should turn into a platform-tools folder). Open the Command Prompt on behalf of the administrator and go to the folder: cd C:\platform-tools. Connect the phone with debugging enabled on USB and enter adb devices to check the connection.

Frequent mistakes and their solutions

When trying to find out the password from Wi-Fi on Xiaomi Redmi, users face typical problems, and here are the most common ways to fix them:

  • πŸ”„ "I don't see a file. data/misc/wifi" β†’ Make sure that the hidden files are displayed. MIUI 14 path may be different: /data/vendor/wifi.
  • πŸ”’ "File. WifiConfigStore.xml coded" β†’ Use MiXplorer with decryption module or get root rights.
  • πŸ“± "QR-code doesn't show password" β†’ Update. MIUI until the latest version or use the backup method.
  • πŸ›‘ "ADB can't see the device" β†’ Install Xiaomi drivers USB Drivers and check if debugging is enabled USB.

If none of these methods worked, check if the phone is subject to restrictions from the device administrator (e.g., through MDM or corporate policies), in which case passwords can be locked at the system level.

Can I get a Wi-Fi password on Xiaomi without rooting?
Yes, on most Redmi models with MIUI 12 and newer, this can be done through QR-code in network settings or export backup (MIUI 10–11) you may need a file manager with access to system folders (e.g., MiXplorer).
Why does WifiConfigStore.xml display a password as β€œ*”?
This means that the password is encrypted. On newer versions of MIUI (13-14), data is encrypted by default, and to decrypt it, you need root access or special utilities like WiFi Key Recovery (requires superuser rights).
Does the way with QR-coded 9A (MIUI 12.5)?
Yes, but with a caveat: some MIUI 12.5 builds for Redmi 9A may not have the "Share Password" option, in which case use the backup (Section 3) or WiFi Password Viewer app.
How to find out the password from Wi-Fi if the phone is not connected to the network?
If the phone has previously connected to this network, the password can be extracted from the configuration file (section 2) or through a backup (section 3).If the connection has never been, the only option is to reset the router (section 5) or contact the network administrator.
Is it safe to use apps to view passwords?
Most apps on Google Play (such as WiFi Password Viewer) are secure but have limitations. Apps that require root (WiFi Key Recovery) can pose a risk if downloaded from numbered sites. Always check reviews and rankings on XDA Developers or 4PDA.