How to Find the Wi-Fi Password on a Xiaomi Phone: A Step-by-Step Guide

Forgot your home Wi-Fi password, and on your phone Xiaomi Is it saved? Don't rush to reset your router or call your provider. Modern smartphones Android (including models Redmi, POCO And Mi) allow you to retrieve saved passwords from networks you've previously connected to. The key is knowing where to look and what tools to use.

In this article you will find 5 working methodsHow to find out the Wi-Fi password Xiaomi — from standard functions MIUI to third-party utilities. We'll explore the options. without root rights and with them, and we'll also explain why some methods may not work on newer firmware versions. If you're using a smartphone with MIUI 12/13/14 or more recent, please pay attention to restrictions, which Xiaomi introduced for security purposes.

Before you begin, make sure your phone is already connected to the target Wi-Fi network (or have connected to it before). If the network isn't saved in the device's memory, none of these methods will work. Also, check if you have administrator rights (root) - this will expand the possibilities, but is not a mandatory requirement.

📊 What Xiaomi model do you have?
Redmi Note 10/11/12
POCO X3/X4/X5
Mi 11/12/13
Another Xiaomi model
Not Xiaomi

1. The standard method through MIUI settings (without root)

The easiest method is to use built-in tools MIUIIt works on most devices. Xiaomi, but with reservations: in the latest firmware versions (starting from MIUI 12.5) This feature may be hidden or blocked by default. Here's how to find it:

  1. Open SettingsWi-Fi.

  2. Find the network whose password you need to know in the list and tap on its name.

  3. In the window that opens, select Share (or Share (on English firmware).

  4. The system will ask for confirmation. PIN code, imprint or graphic key. Enter it.

  5. The network's text password will appear under the QR code. You can copy it or share it with other devices via QR code.

⚠️ Attention: On some models (eg, Redmi Note 11 With MIUI 13) option Share may be missing. This is due to security policy. Xiaomi, which restricts access to passwords without additional authentication. In this case, proceed to the next method.

The phone is connected to the target Wi-Fi network

MIUI version not newer than 12.5 (or developer mode enabled)

There are no corporate policies (for example, from an employer) on the phone

The QR code is scanned correctly (if an alternative transfer method is needed)-->

2. View the password via the file manager (root required)

If yours Xiaomi There is root rights, you can extract the password directly from the system file, where Android stores network data. This method is universal and works regardless of version. MIUI, but requires caution - incorrect actions can disrupt the operation of the system.

Instructions:

  1. Install any file manager with root support (For example, Solid Explorer or FX File Explorer).

  2. Follow the path:

    /data/misc/wifi/WifiConfigStore.xml

    or (on newer versions of Android):

    /data/misc/wifi/WifiConfigStoreSoftAp.xml

  3. Open the file in a text editor. Find the line with the name of your network (<string name="SSID">WiFi Name</string>).

  4. Below will be a line with the password in encrypted form:

    <string name="PreSharedKey">&#x31;;&#x32;;&#x33;;&#x34;;&#x35;;</string>

    Here &#x31; corresponds to the symbol 1, &#x32;2 and so on. Decipher the sequence to get the password.

⚠️ Attention: Modifying or deleting files in /data/misc/wifi/ may lead to loss of all saved networks or a Wi-Fi module failure. We recommend creating a backup copy of the folder first.

How to decrypt a password in format 1?

Each block 1 is the Unicode code of a character. For example:

1 = 1

2 = 2

: = :

@ = @

A complete table of characters can be found in online Unicode converters.

3. Apps for viewing Wi-Fi passwords

If standard methods do not work, and root rights No, you can use third-party applications. They analyze system files and extract saved passwords, but their effectiveness depends on the version. Android And MIUI.

Top 3 verified apps:

  • 🔹 WiFi Password Viewer — works on MIUI 12 and below, displays passwords as a list. Requires developer mode to be enabled.
  • 🔹 WiFi Key Recovery - supports Android 10-12, but it may not work on MIUI 13+ due to restrictions.
  • 🔹 Root Browser — file manager with password search function (root required).

Instructions for WiFi Password Viewer:

  1. Download the app from Google Play (or APK if it is deleted).

  2. Launch and grant access to Settings And In memory.

  3. A list of all saved networks with passwords will appear in the main window.

  4. Tap on the network to copy the password or share it via QR.

⚠️ Attention: Apps from untrusted sources may contain malicious code. Before installing an APK, check reviews on forums (e.g., 4PDA or XDA Developers) and the file hash.

4. Extracting the password via ADB (for advanced users)

A method for those who are ready to work with Android Debug Bridge (ADB)It doesn't require root, but it does. USB debugging and access to a computer. Suitable for MIUI 12-14, but it may not work on Android 13+ due to tightened security.

Step-by-step instructions:

  1. Turn on Developer mode on your phone: go to Settings → About phone → MIUI version and tap on it 7 times.

  2. Return to Settings → Advanced → For developers and activate USB debugging.

  3. Connect your phone to PC, install ADB drivers (if not already installed) and open a command prompt (cmd on Windows).

  4. Enter the command to check the connection:

    adb devices

    The name of your device should appear.

  5. Run the command to extract Wi-Fi data:

    adb pull /data/misc/wifi/WifiConfigStore.xml

    The file will be saved in the folder from which it was launched. cmd.

  6. Open WifiConfigStore.xml in any text editor and find the line with PreSharedKey (as in method with file manager).

On Android 11+ And MIUI 13+ System files may be encrypted. In this case, the ADB method won't work without root or additional bootloader unlocking.

5. Alternative method: enter the router settings

If none of the previous methods work, you can always find the password directly from the router's admin panel. This is a universal method that works regardless of the phone model. You'll need:

  • 🌐 Access to the browser on any device connected to this network.
  • 🔑 Login and password for the router (usually indicated on a sticker on the case).

Instructions:

  1. Open your browser and enter your router's IP address in the address bar. Most often, this is: 192.168.0.1, 192.168.1.1 or 192.168.8.1 (For Xiaomi Mi Router).

  2. Enter your login and password (usually by default admin/admin or see sticker).

  3. Go to the section Wi-Fi (or Wireless network).

  4. Find the field Password (or Password, Pre-Shared Key). The password can be hidden behind asterisks - use the option Show.

Router brand Default IP address Login/Password
Xiaomi Mi Router 192.168.31.1 admin / password from the sticker
TP-Link 192.168.0.1 or 192.168.1.1 admin / admin
ASUS 192.168.1.1 admin / admin
Keenetic 192.168.1.1 admin / password from the sticker
⚠️ Attention: If you haven't changed your router's default login information, any user connected to the network can access its settings. We recommend changing your login and password to more secure ones in the "Settings" section. System or Administration.

6. MIUI Limitations: Why Your Password May Not Be Displayed

Xiaomi with each new version MIUI is tightening its security policies to protect user data. This means that standard methods for viewing passwords no longer work. Here are the key reasons why you might not be able to see your password:

  • 🔒 MIUI 12.5+: Option removed Share for some networks (especially corporate or WPA3).
  • 🛡️ Android 10+: Access to system files without root is prohibited (including /data/misc/wifi/).
  • 🏢 Corporate policies: If the phone is linked to a work account (for example, through Microsoft Intune), access to passwords is blocked.
  • 🔄 Reset settings: After resetting your phone to factory settings, all saved networks are deleted.

If you encounter limitations, try:

  1. Connect to the router via admin panel.

  2. Use another phone (Not Xiaomi), where the password is saved and available for viewing.

  3. Reset the password on the router (button Reset on the back panel).

Frequently asked questions

Is it possible to find out the Wi-Fi password on a Xiaomi device without rooting?

Yes, but with reservations. MIUI 11 and below the standard method works through Settings → Wi-Fi → Share. On new versions (MIUI 12.5+) this method may be blocked. Alternatives:

Why is the password in the WifiConfigStore.xml file encrypted?

Starting from Android 9, passwords are stored in an encrypted format to protect against unauthorized access. To decrypt a string like &#x31;;&#x32;;, use online Unicode converter or replace &#x on 0x and decode via HEX.

Does the ADB method work on Xiaomi Redmi Note 12?

On Redmi Note 12 With MIUI 14 And Android 13 method ADB It most likely won't work without root. The reason is enhanced protection of system partitions. Alternatively, try connecting to the router via Telnet (if the feature is enabled) or use web interface.

How to reset your Wi-Fi password if nothing helps?

If you can't extract the password in any way, the only option left is to reset the router settings:

  1. Find the button on the back of the router. Reset (usually recessed into the body).
  2. Press and hold it for 10-15 seconds (until the indicators flash).
  3. The router will reboot with factory settings. The new password will be indicated on the sticker.

⚠️ Important: After the reset, you will have to reconfigure your Internet connection (PPPoE, IPTV, etc.).

Is it possible to find out someone else's Wi-Fi password using Xiaomi?

No, unless your phone has connected to this network before. Xiaomi (like any other Android(Your smartphone) stores passwords only for networks you've personally connected to. Connecting to someone else's network without the owner's permission is illegal (Article 272 of the Russian Criminal Code - "Unauthorized access to computer information").