How to see the password from Wi-Fi on the phone Xiaomi: all working methods

Why Xiaomi canโ€™t just copy your password from your settings

Owners of Xiaomi, Redmi, POCO or Black Shark smartphones often face the paradox of having a phone connected to Wi-Fi, but the password itself is not displayed anywhere. Unlike Windows or macOS, where the stored networks are visible in text, Android (including MIUI) hides default passwords with asterisks ().

However, there are times when a password is legally required: connect a new device, share a network with a guest, or restore access after a router is reset. Fortunately, there are several ways to extract a password from simple ones (through settings). MIUI) It is important: not all methods work on newer versions of Android. 13/14 Due to Googleโ€™s tightening security policy.

In this article, we will discuss 7 current ways, including:

  • ๐Ÿ” View through the menu "Shared Wi-Fi access" (works on the MIUI 12โ€“14)
  • ๐Ÿ“ฑ Use of the QR-Password code (without manual input)
  • ๐Ÿ“ Reading the file wpa_supplicant.conf (requires rooting ADB)
  • ๐Ÿ–ฅ๏ธ Connecting to PC and analyzing via WiFi Password Viewer
๐Ÿ“Š What kind of smartphone you Xiaomi?
Redmi Note 10/11/12
POCO X3/X4/X5
Mi 11/12/13
Black Shark
Other

Method 1: Sharing Wi-Fi via QR-code (MIUI 12โ€“14)

The simplest and most formal method is to generate QR-It contains an encrypted password that another Xiaomi phone can decrypt automatically. MIUI 12 and newer, including the Redmi Note 11, POCO F4 Xiaomi 13.

Instructions:

  1. Open the Settings. โ†’ Wi-Fi.
  2. Tap the current network name (not the switch!).
  3. Select the option Sharing or Share password.
  4. Confirm the action with a fingerprint/pattern lock.
  5. It'll appear on screen. QR-Scan it with Xiaomi's second phone, it'll automatically connect to the network without entering a password.

๐Ÿ”น Limitation: QR-The code can only be scanned by devices on MIUI. If you need to find out a text password, use method 2 or 3.

๐Ÿ’ก

If you donโ€™t have a second Xiaomi phone, take a picture. QR-code and upload the photo to an online decoder (e.g., ZXing Decoder) and the decrypted data will have a string P: your password.

Method 2: Viewing the password in the router settings

If you have access to a router's web interface, this is the most reliable way, and the password is stored in the open, and you can see it even without your phone, and it's suitable for all router models: Xiaomi Mi Router, TP-Link, ASUS, Keenetic, etc.

Step-by-step:

  1. Find out. IP-The router's address is usually 192.168.1.1 or 192.168.0.1 (see the sticker on the case).
  2. Open the browser on your phone/PC and enter the address in the address bar.
  3. Enter the login and password to log in (often admin/admin or see the sticker by default).
  4. Go to the Wi-Fi (or Wireless Network) section.
  5. Find the Password (or Wireless Key) field and the current key will be displayed there.
Mark the routerThe path to the password in the settingsDefault login/password
Xiaomi Mi RouterSettings โ†’ Wi-Fi โ†’ Passwordadmin/password from the sticker
TP-LinkWireless mode โ†’ Wireless protectionadmin/admin
KeeneticWi-Fi โ†’ Access point โ†’ Password.admin/1234

โš ๏ธ Note: If you have not changed the routerโ€™s standard password, anyone connected to your network can go to its settings and see the Wi-Fi key. Always change the default login / password to unique ones!

Method 3: Reading the file wpa_supplicant.conf (requires rooting ADB)

Android Stores All Saved Wi-Fi Passwords in a System File /data/misc/wifi/WifiConfigStore.xml (on new versions) or /data/misc/wifi/wpa_supplicant.conf (It's limited, but there are two ways around it:

Option A: Root rights

If your Xiaomi has an unlocked bootloader and Magisk or other root manager installed:

  1. Install a file manager with root support (such as Root Explorer or FX File Explorer).
  2. Go to /data/misc/wifi/.
  3. Find the WifiConfigStore.xml file and open it with a text editor.
  4. Look for lines of view: <string name="PreSharedKey">&#x22;password&#x22;</string> Here &#x22; โ€” it HTML-The code of the quotation marks () and between them will be the password itself.

Option B: No root through ADB (Android 8-10)

On Android 8-10 devices, you can extract a file through ADB (Android Debug Bridge), even without root.

Enable debugging on USB developer-setting|Install ADB PC (download from the official website)|Connect the phone to the PC by USB and allow debugging|Open the command line in the folder with ADB-->

Next, execute the commands:

adb shell


su




cat /data/misc/wifi/wpa_supplicant.conf

In the conclusion, look for blocks of the form:

network={


ssid="Network name"




psk="your password"




key_mgmt=WPA-PSK




}

โš ๏ธ Attention: Starting with Android 11, Google has blocked access to the wpa_supplicant.conf even ADB If you have a Xiaomi, you have a root. 12/13 or Redmi Note 11/12 On fresh firmware, this method will not work โ€“ use methods 1, 2 or 4.

Why Google has banned access to Wi-Fi passwords?
Android version 10 Google tightened security policies to prevent data leaks: Previously, any app with permissions could read wpa_supplicant.conf, This is what viruses used to steal passwords, and now the file is encrypted at the system level, and only system services can access it.

Method 4: Password Viewing Apps (without root)

There are apps on Google Play that promise to show stored Wi-Fi passwords without root, but 90 percent of them are fraudulent (whether they ask for payment, show ads or don't work at all), and we tested the current solutions and found two reliable options:

1. WiFi Password Viewer (only for older versions of Android)

SimoneDevโ€™s WiFi Password Viewer App Works on Devices Before Android 9 It reads data from the data. wpa_supplicant.conf And it displays them in a convenient way. MIUI 12+ It is not functioning due to Xiaomi restrictions.

2. Router Setup Page (alternative)

The Router Setup Page app doesnโ€™t show the password directly, but opens your routerโ€™s web interface with 1 click. Next, you can log in and see the password in the settings (as in method 2).

๐Ÿ”น Warning: Do not install apps with names like "WiFi Password Hack" or "Show Password" - they either don't work or contain malicious code!

Method 5: Resetting the router to factory settings

If you lose access to both your phone and your router, the radical method is to reset your router, which will delete all settings, including your Wi-Fi password, and return your factory login/password (as indicated on the router sticker).

How to reset:

  1. Find the Reset button on the routerโ€™s body (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 Wi-Fi network with a factory name (for example, Xiaomi_XXXX) and a password on the sticker.

โš ๏ธ Warning: Resetting the router will shut down all connected devices, including smart appliances (cameras, light bulbs, speakers), and after resetting, they will have to be reconfigured!

Method 6: Using another device previously connected to the network

If you have another phone, tablet or PC that has ever connected to this Wi-Fi network, you can extract the password from there.

๐Ÿ“ฑ On Android (with root or without)

  • ๐Ÿ”„ If your device is on Android 9 or older, use method 3 (ADB root).
  • ๐Ÿ“ฑ Samsung or Huawei sometimes have a built-in โ€œShare Passwordโ€ feature (similar to โ€œShare Passwordโ€). QR-Xiaomi code).

๐Ÿ’ป Windows.

Open Control Panel โ†’ Network Control Center โ†’ Change Adapter Settings. Right-click on your current connection, select Wireless Network Properties โ†’ Security, and tick Display Typed Signs.

๐ŸŽ Nana macOS/iOS

On Mac: open the Keychain Application โ†’ System โ†’ Find the network name โ†’ Show the password.

On iPhone: go to Settings โ†’ Wi-Fi โ†’ Tap on the network โ†’ Copy password (works on iOS 16+).

Method 7: Contact the provider (if the router is from an Internet company)

If your router was installed by a provider (e.g., Rostelecom, MTS, Beeline), it often has a standard password tied to the contract number.

  1. Call the support provider (the number is usually listed on the router sticker).
  2. Name the data from the contract (name, address, account number).
  3. Ask to provide the factory Wi-Fi password or reset it before defaulting.

๐Ÿ”น Note: Some providers (for example, Dom.ru) allow you to view the password in your personal account on the site in the "Equipment" or "Wi-Fi" sectionยป.

๐Ÿ’ก

If the router is rented from the provider, a self-reset may disrupt its settings for connecting to the operator's network, in which case it is better to request support.

FAQ: Frequent questions about Wi-Fi passwords on Xiaomi

Can I find out the Wi-Fi password on Xiaomi without root?
Yes, but with limitations: MIUI 12-14 working. QR-code (method 1) or view through router settings (method 2). Android 10 and older cannot read system files without root. Google Play apps do not work on newer versions MIUI.
Why did the MIUI update stop showing passwords in the settings?
With version MIUI 12.5 Xiaomi has removed the ability to view passwords in text form due to Google's security requirements โ€” QR-code (method 1).
Can I hack someone elseโ€™s Wi-Fi through a Xiaomi phone?
No. All hacking applications on Google Play are frauds; modern Wi-Fi networks (WPA2/WPA3) are securely protected and require specialized equipment and skills to be hacked; and illegal connection to other networks is prosecuted under Article 272 of the Criminal Code.
How to protect your Wi-Fi from password theft?
Minimize the risks: ๐Ÿ” Use it. WPA3 instead WPA2 (router-setting). ๐Ÿ”„ Change your password every 3-6 months. ๐Ÿ“ต Turn it off. WPS (brute-forced). ๐Ÿ‘ฅ Create a guest network for friends. ๐Ÿ“ฑ On Xiaomi phone, turn off Autoconnection to open networks in Settings โ†’ Wi-Fi โ†’ Additionally.
What if none of the methods worked?
If you have exhausted all options: Reset the router to factory settings (method 5). Contact your provider (method 7. If you have your router but you don't remember the login details, find the model at routerpasswords.com (standard login/password database).