How to check your Wi-Fi password on an Android phone if you've forgotten it: all the methods

Forgot your home Wi-Fi password and need to connect a new gadget urgently? The situation is familiar to many: you enter the password once, your phone automatically connects to the network, and months (or years) later, you can't remember the password. Luckily, Android-There are several ways to retrieve the saved password on devices without resetting the router and losing settings.

In this article we will analyze 5 proven methodsHow to find out the Wi-Fi password on a phone Android (including new versions Android 13/14). From simple actions in the settings menu to working with system files, choose the right option depending on your smartphone model and level of technical expertise. Important: some methods require root rights or access to the router, but we'll start with the most accessible solutions.

Warning: If you're using a corporate or public network (such as a cafe or office), extracting your password may violate security regulations. In such cases, it's best to request the data from the network administrator.

Method 1: View your password in Android settings (without rooting)

Starting from Android 10Google has added a feature to view saved Wi-Fi passwords directly in Settings - but only for current network, to which the phone is connected. This is the fastest and most secure method, requiring no additional software.

Instructions:

  • 📱 Open SettingsNetwork and Internet (or Connections on Samsung).
  • 🔗 Click on the name of your Wi-Fi network (in the section Wi-Fi).
  • 🔑 Tap on the icon Share (or Share) - the system will ask PIN code, pattern or fingerprint.
  • 📋 A confirmation will appear below QR code and the text password below the field Network password.

Limitations of the method:

  • ❌ Works only for active connection (if you are disconnected from the network, the password will not be shown).
  • ❌ On some firmware (for example, MIUI from Xiaomi) option may be absent.
  • ❌ Doesn't show passwords from saved but inactive networks.

Method 2: Use a Wi-Fi configuration file (requires a PC)

All Wi-Fi passwords on Android stored in an encrypted file wpa_supplicant.confIt can be extracted from the phone and decrypted on a computer - but this requires ADB debug bridge (Android Debug Bridge). This method is suitable for technically savvy users.

Step-by-step instructions:

  1. Enable USB debugging:
    • 🔧 Go to Settings → About phone → Build number and tap 7 times to activate Developer mode.
    • 🔌 Return to Settings → System → Developer Options and turn it on USB debugging.
  • Connect your phone to your PC and confirm debugging permission.
  • Download ADB (For example, Platform Tools from Google) and open a command prompt in the folder with the files.
  • Run the commands:
    adb pull /data/misc/wifi/WifiConfigStore.xml C:\wifi_passwords\
    

    notepad C:\wifi_passwords\WifiConfigStore.xml

    In the file that opens, find the line <string name="PreSharedKey">&#x31;&#x32;... — This is an encrypted password. To decode it, use online services (for example, CyberChef).

  • Alternative for root users: using a file manager (for example, Root Explorer) open the file at the path /data/misc/wifi/WifiConfigStore.xml and copy it to your PC.

    Why is the password in the file encrypted?

    Android stores passwords in Base64 or HEX encoding to protect them from accidental access. Decrypting them requires knowledge of the algorithm (usually a simple ASCII character substitution).

    ⚠️ Attention: Modifying or deleting a file WifiConfigStore.xml may lead to loss of all saved Wi-Fi networks on your device. We recommend creating a backup copy before editing.

    Method 3: Viewing the password through the router (universal method)

    If you have access to router web interfaceYou can find out your Wi-Fi password directly, regardless of your phone. This method works even if your phone isn't connected to the network.

    Instructions:

    1. 🌐 Find out Router IP address (usually indicated on the device sticker or in the instructions). Standard addresses: 192.168.0.1, 192.168.1.1, 192.168.8.1 (For TP-Link).
    2. 🖥️ Enter the address in the browser on your phone or PC and log in (default logins/passwords: admin/admin, admin/1234 or see sticker).
    3. 🔍 Go to the section Wireless (or Wi-Fi, Wireless network) → Wireless Security.
    4. 🔑 Field Password, PSK or Network key contains the current password (may be hidden behind asterisks - click Show).
    5. Table of standard router addresses:

      Brand IP address Default Login/Password
      TP-Link 192.168.0.1 or 192.168.1.1 admin/admin
      ASUS 192.168.1.1 admin/admin
      Zyxel Keenetic 192.168.1.1 admin/1234
      D-Link 192.168.0.1 admin/(empty)
      ⚠️ Attention: If you haven't changed your router's login/password since purchasing it, your network is vulnerable to hacking. Be sure to set unique credentials in the section System ToolsPassword.
      📊 What kind of router do you have at home?
      TP-Link
      ASUS
      Zyxel Keenetic
      D-Link
      Huawei
      Another

      Method 4: Password Viewer Apps (Requires Root)

      If there is one on the phone root rights, you can use specialized Wi-Fi password extraction apps. They read data from system files and display it in a convenient format.

      Top 3 verified apps:

      • 📱 WiFi Password Viewer — shows all saved networks and passwords, supports export to file.
      • 🔍 WiFi Key Recovery — works without internet, copies passwords to the clipboard.
      • 🛠️ Root Browser — file manager for manual search wpa_supplicant.conf.

    How to use:

    1. Download the app from Google Play (For example, WiFi Password Viewer).
    2. Provide root access when prompted.
    3. A list of networks with passwords will appear in the main window (tap on the name to copy).

    Risks of use:

    • ⚠️ Rooted apps can collect data — Download only verified programs with a high rating.
    • ⚠️ Some antiviruses (for example, Kaspersky) block such utilities as "potentially dangerous".

    Make sure your phone is rooted|

    Download the app only from the official store|

    Check reviews and ratings of the program|

    Back up your phone data-->

    Method 5: Resetting the router (last resort)

    If none of the methods worked, there remains reset the router to factory settingsThis will delete all user data, including the Wi-Fi password, but will allow you to set up the network again.

    How to reset a router:

    1. 🔌 Find the button on the back of the router Reset (usually recessed into the body).
    2. 📍 Press and hold it 10-15 seconds (until the indicators flash).
    3. 🔄 After rebooting, the router will return to factory settings (the network name and password will be on the sticker).

    What to do after the reset:

    • 📋 Go to the router's web interface (see Method 3) and set up a new network.
    • 🔒 Install complex password (minimum 12 characters, with numbers and special characters).
    • 📱 Reconnect all devices.
    ⚠️ Attention: Resetting the router will disable it all connected devices, including smart devices (speakers, cameras, thermostats). Prepare a list of gadgets that need to be reconnected in advance.

    Common mistakes and how to avoid them

    When trying to find a Wi-Fi password, users often encounter common problems. Let's look at the most common ones and how to solve them.

    Error 1: The "Share" option is missing from the settings.

    • 📌 Cause: The manufacturer removed the feature (often on Xiaomi, Huawei, Realme).
    • 🔧 Solution: Use Method 2 (ADB) or Method 3 (router).

    Error 2: ADB does not detect the device

    • 📌 Cause: Drivers are not installed or USB debugging is disabled.
    • 🔧 Solution:
      1. Download drivers for your model (for example, Samsung USB Driver For Galaxy).
      2. Check that in Settings → For developers option enabled USB debugging.
      3. Please reconnect the cable and confirm the resolution on your PC.

    Error 3: The router does not open the web interface.

    • 📌 Cause: Invalid IP address or connection problems.
    • 🔧 Solution:
      1. Check that your phone/PC is connected to the router via cable or Wi-Fi.
      2. Find out the correct IP using the command ipconfig (Windows) or ifconfig (Linux/Mac).
      3. Clear your browser cache or try another one (for example, Firefox instead of Chrome).

    FAQ: Answers to frequently asked questions

    Is it possible to find out the Wi-Fi password without root rights?

    Yes, in Android 10+ The password for the current network can be viewed through Settings → Wi-Fi → Network name → ShareFor older versions or other networks, you will need access to the router or ADB.

    Why is the password encrypted in the wpa_supplicant.conf file?

    This is a security measure: Android Stores passwords in encrypted form to protect them from accidental access. Data can be decrypted using Base64 decoder or specialized utilities.

    What should I do if I forgot my router password?

    Reset the router using the button Reset (cm. Method 5). After reset, use the default login/password (indicated on the device sticker).

    Is it possible to find out the password for someone else's Wi-Fi network?

    Technically yes, but that's breaks the law (Article 272 of the Russian Criminal Code – unauthorized access to computer information). Use only for your own networks.

    How to save your Wi-Fi password so you don't forget it?

    Methods:

    • 📝 Save it in an encrypted password manager (e.g. Keepass or 1Password).
    • 📧 Send it to yourself by email (with the subject "Wi-Fi password").
    • 🖼️ Take a photo of the sticker from the router and save the photo to the cloud.