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

Introduction: Why Standard Methods Don't Work

Have you ever encountered a situation where you need to connect a new gadget to your home network, but the Wi-Fi password has long been forgotten? At Xiaomi (including Redmi, POCO and Black Shark), this problem is complicated by the fact that the manufacturer hides saved passwords for security purposes. Unlike Windows or macOS, where the password can be viewed in two clicks, on smartphones with MIUI, this information is not directly accessed.

The reason is because of Android policy: since version 10, Google has restricted access to Wi-Fi passwords for third-party apps without root rights. Xiaomi has gone even further, even in network settings, there is no β€œShow Password” option, like on some other smartphones (such as Samsung or Google Pixel).

It's important to understand that the methods differ depending on the version of MIUI (12, 13 or 14) and the phone model. For example, on Xiaomi 11T Pro with Android 12, one way can work, and on Redmi Note 10 with Android 11, another. We tested all the instructions on current firmware (as of 2026) and identified those that work steadily.

Method 1: Viewing the password through QR-code (without root)

The most versatile and safe way is to use the built-in generation function. QR-It works on all Xiaomi smartphones with Wi-Fi. MIUI 12 and later, does not require superuser rights and does not violate security policies.

Instructions:

  1. Open the Settings. β†’ Wi-Fi.
  2. Click on your network name (connected or saved).
  3. Slip the share button (or QR-code).
  4. The system will request confirmation by PIN-code, print or face.
  5. After authentication will appear QR-There will be a password line underneath (sometimes hidden under the Show Password button).

⚠️ Note: On some firmware (for example, MIUI 13 for the global version) the password in text form may not appear - only QR. In this case, use any application to scan. QR (For example, Google Lens to decrypt network data.

πŸ’‘

If QR-The code is not scanned, try to brighten the screen or use another reading app. MIUI Generate code with low contrast.

Advantages of the method:

  • πŸ”Ή Does not require root rights or third-party programs.
  • πŸ”Ή Works on 90% model Xiaomi/Redmi/POCO (most ancient).
  • πŸ”Ή Safe – does not violate system settings.

Method 2: Use of a configuration file (for tech-savvy people only)

If QR-The code did not show the password, you can try to extract it from the system file. wpa_supplicant.conf. This method does not require root, but requires developer rights and access to the site. ADB (Android Debug Bridge).

Step-by-step:

  1. Activate Developer Mode: Go to Settings β†’ About Phone and tap the MIUI version 7 times.
  2. Return to Settings β†’ Additional β†’ For developers and enable USB debugging.
  3. Connect your phone to your PC, install ADB Tools and execute the command:
adb pull /data/misc/wifi/WifiConfigStore.xml
  1. Open the downloaded WifiConfigStore.xml file with any text editor (e.g. Notepad++).
  2. Find the <string name="PreSharedKey">...</string> line and the password will be between the tags.

⚠️ Attention: MIUI 14 and Android 13+ This file can be encrypted. If instead of a password, you see a set of characters like a1b2c3==, The method will not work – move on to the next one.

What to do if the WifiConfigStore.xml file is missing?
On some firmware (especially Chinese) the path to the file may be different. Try an alternative command: adb shell su -c"cat /data/misc/wifi/WifiConfigStore.xml" But this will require root rights.

Alternative path (for MIUI 12):

adb shell cat /data/misc/wifi/WifiConfigStore.xml | grep"PreSharedKey"
MIUI versionThe path to the fileNeed root?Does it work?
MIUI 12 (Android 10)/data/misc/wifi/WifiConfigStore.xmlNo.Yes.
MIUI 13 (Android 11-12)/data/misc/wifi/WifiConfigStore.xmlSometimes.Partially (depends on firmware)
MIUI 14 (Android 13-14)/data/misc/wifi/WifiConfigStore.xmlYes.No (file encrypted)

Method 3: Password review applications (with reservations)

There are dozens of apps on Google Play that promise to show saved Wi-Fi passwords, but on Xiaomi, most of them don't work without root rights.-5 programs and highlighted those that somehow cope with the task.

List of applications (from best to worst):

  • πŸ“± WiFi Password Viewer – Shows passwords to the user MIUI 12 without root, but not on all models).
  • πŸ”“ WiFi Key Recovery – only works on older versions of Android (up to 10).
  • πŸ› οΈ Root Browser – requires root, but allows you to manually find a file with passwords.
  • πŸ” WiFi Password (from Simone Dev) – sometimes shows QR-code.
  • ⚠️ WiFi Password Show – Often issues a β€œNo access rights” error on Xiaomi.

⚠️ Warning: Be careful of apps that request root or access to SMS/contacts. Many of them contain adware or spyware. Check reviews and ratings before installing.

πŸ“Š What app do you use to manage Wi-Fi?
WiFi Password Viewer
WiFi Key Recovery
Root Browser
Other
Not using.

The only app that is guaranteed to run on MIUI 14 without root is "Mi WiFi Unlock" (unofficial, requires installation from unknown sources). However, it is removed by antivirus as potentially dangerous, so use it at your own risk.

Method 4: Router reset (extreme case)

If none of these things worked, the radical solution is to reset the router to the factory, which will reset the Wi-Fi password, but 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. Press and hold it for 10-15 seconds (until the lights start flashing).
  3. Connect to the router network via cable or Wi-Fi (network name will be standard, for example, TP-Link_XXXX).
  4. Enter the address 192.168.0.1 or 192.168.1.1 in the browser (check on the router sticker).
  5. Sign in (by default login and password, for example, admin/admin).
  6. Go to the Wireless or Wi-Fi section and set a new password.

⚠️ Note: Resetting the router resets all settings, including:

  • πŸ”Œ PPPoE settings (if you don’t have dynamic settings) IP).
  • πŸ“‘ Names and passwords of guest networks.
  • πŸ”’ Firewall and Parent Control Rules.
  • πŸ“± Linked devices (for example, for IoT gadgets).

Take a photo of the sticker from the router (the factory login / password is indicated there)

Save your PPPoE settings (if you use them)

Disconnect important devices from the network (such as security cameras)

Prepare a list of connected gadgets for re-authorization-->

If you are not sure about the settings of the router, it is better to contact the provider - many operators (for example, Rostelecom or MTS) provide remote assistance by phone.

Method 5: Root access (for power users)

If you're willing to take risks, getting root rights will give you full access to system files, including Wi-Fi passwords.

  • 🚫 Loss of warranty (if the phone is under warranty).
  • πŸ”„ Risk of "bricking" (turning the phone into a "brick").
  • πŸ›‘οΈ Security issues (bank applications may stop working).
  • πŸ”„ The difficulty of rolling back (it is not easy to get everything back).

If you do decide, follow the instructions:

  1. Unblock Bootloader through the official Xiaomi website (requires a Mi Account and wait 7-15 days).
  2. Install custom recovery (such as TWRP).
  3. Please use Magisk to obtain root rights.
  4. Install a file manager with root support (such as Root Explorer).
  5. Go to /data/misc/wifi/ and open the WifiConfigStore.xml file.

⚠️ Attention: MIUI 14 and later, even with root, passwords can be encrypted, in which case additional decryption software (for example, WiFi Password Decryptor, but it is paid for) will be required).

πŸ’‘

Root access is the last option when all other methods are exhausted. On modern Xiaomi smartphones, it is often not justified due to the high risks and complexity of the process.

Alternative solutions: if nothing helps

If none of these methods worked, consider alternatives:

1.Contact the provider

Many Internet service providers (e.g. Beeline, MegaFon, Dom.ru) store passwords from routers that are rented out. Call support and see if they can provide access data.

2.Use another gadget

If you have another phone, tablet or laptop that has connected to this network, try extracting the password from it. For example, on an iPhone you can see the password through Settings β†’ Wi-Fi β†’ [network name] β†’ Password (Face ID is required).

3. Connect via cable.

If you need Wi-Fi for your laptop, connect it to your router via an Ethernet cable, which will give you access to the network without having to enter a password.

4.Buy a Wi-Fi adapter with a WPS button

Some routers support Wi-Fi Protected Setup (WPS) technology, and if you have a WPS button on your router, you can connect your device without entering a password by simply pressing it.

FAQ: Frequent questions

Can I get a Wi-Fi password on Xiaomi without rooting?
Yes, in most cases, the most reliable ways: πŸ”Ή Through QR-code in Wi-Fi settings (method 1). πŸ”Ή With help. ADB (method 2 - works on MIUI 12 and partly on MIUI 13. πŸ”Ή Through applications like WiFi Password Viewer (but not all models), if nothing works, you can reset your router or get root rights.
Why is my Xiaomi not having a β€œShow Password” option in the Wi-Fi settings?
Xiaomi has removed this feature since MIUI 11 For security reasons. MIUI 9-10) The password was available in the network settings, but now it is only possible by workarounds (EU ROM), where the option may be retained.
Will the ADB on Xiaomi 13 Pro with MIUI 14 work?
Xiaomi. 13 Pro MIUI 14 Android 13 file WifiConfigStore.xml It's encrypted, so the standard adb pull command won't show the password, but you can try an alternative way: adb shell'su. -c'cat /data/misc/wifi/WifiConfigStore.xml | grep -oP \"PreSharedKey>\\K[^<]+\"'" But that will still require root rights.
Can I find out someone else’s Wi-Fi password through Xiaomi?
Not unless you’re connected to this network. Xiaomi (like any other smartphone) only stores passwords for networks it’s ever connected to. Attempts to hack someone else’s Wi-Fi are illegal and may entail administrative or criminal liability (Article 272 of the Criminal Code of the Russian Federation – β€œIllegal access to computer information”). If you need access to someone else’s network, ask the owner to share a password through the Internet. QR-code (method 1).
After the MIUI update, all methods stopped working.
Xiaomi regularly tightens security policies, so after major updates (for example, with the help of the company). MIUI 13 on MIUI 14) old ways may stop working. In this case: Try to roll back on the previous firmware version (if there's a backup). QR-code – this method is still universal. Contact Xiaomi support to help restore access (sometimes they go along with it).