How to Restore Access to a Forgotten Wi-Fi Network on Android: A Complete Guide

Forgot your home Wi-Fi password, but the network is saved on your phone, but it won't connect automatically? Or accidentally deleted a network from the list and now can't remember the login details? This situation is familiar to many people—especially after resetting your phone, replacing your router, or being away from home for an extended period. Luckily, Android There are several ways to restore access to a forgotten network without having to call your provider or reset your router.

In this article we will look at 5 working methods, which will help you restore a saved Wi-Fi network on your device: from simply viewing the password in the settings (if the phone is rooted) to restoring via backups and configuration files. You will also learn how to avoid data loss in the future and what to do if none of these methods work. All instructions are relevant for Android 10–14 and popular manufacturers: Samsung, Xiaomi, Google Pixel, Huawei and others.

Before you begin, please check two things: first, make sure your device is previously connected to this network (even if it's not currently listed). Secondly, if you have a second phone or tablet that's connected to this Wi-Fi, try that first. look at the password on it - this will save time.

📊 How often do you forget your Wi-Fi passwords?
I never forget
1-2 times a year
Often, especially after moving
I don't remember, but that's a problem.

1. View saved Wi-Fi password on rooted Android

If your phone has superuser rights (root), you can directly view the password for any network saved in the system files. This method works on 99% of devices, but requires prior rooting - without it, access to the file wpa_supplicant.conf will be blocked.

To find out the password:

  • 📱 Install any file manager with root support (for example, Root Explorer or Solid Explorer).
  • 🔍 Follow the path /data/misc/wifi/ (on some firmware versions the path may differ: /data/misc/wifi/WifiConfigStore/).
  • 📄 Open the file wpa_supplicant.conf in a text editor.
  • 🔑 Find the block with the name of your network (field ssid="...") - there will be a line next to it psk="..." with a password.

For example, a block might look like this:

network={

ssid="MyHomeWiFi"

psk="12345678"

key_mgmt=WPA-PSK

}

⚠️ Attention: Modifying or deleting files in a folder /data/misc/wifi/ may lead to loss of all saved networksDo not edit the file manually unless you are confident in your actions.

If you don't have root access but your phone was previously rooted, try restoring access via Magisk or SuperSUOn some devices (eg. Xiaomi with firmware MIUI) passwords can be seen through the engineering menu, but this method is not universal.

☑️ Preparing to view password on a rooted Android

Completed: 0 / 4

2. Restore network via Android backup

If you have ever created backup of Android settings (for example, through Google Drive, Titanium Backup (Or the manufacturer's built-in tools), there's a chance to recover Wi-Fi data from it. This method works even for unrooted devices, but requires a backup.

How to restore a network from a backup:

  • 🔄 For Google Backup: go to Settings → Google → Backup & reset and select the latest copy. Note that this will restore all settings, including applications and data.
  • 📱 For Titanium Backup (requires root): find the file named Wi-Fi Supplicant or WifiConfigStore and restore it.
  • 🔧 For branded backups (Samsung Smart Switch, Xiaomi Cloud): use the official manufacturer software and select the option to restore only network settings.

Important: When restoring from Google Drive the Wi-Fi network will appear in the list only after first successful connection to any other network (this is a feature of Android). If the network doesn't appear after restoring, try connecting to mobile data or another Wi-Fi network, then restart your phone.

Backup type Root required? Does it only restore Wi-Fi? Software examples
Google Backup No No (all settings) Built into Android
Titanium Backup Yes Yes (selectively) Titanium Backup (paid version)
Branded backup No Sometimes (depending on the model) Samsung Smart Switch, Xiaomi Cloud
ADB Backup No No (all data) Team adb backup
⚠️ Attention: Recovery from Titanium Backup On a new version of Android, this can cause conflicts in system settings. If Wi-Fi doesn't work after restoring, reset network settings in Settings → System → Reset.

3. Using ADB to extract Wi-Fi password

If you have Android Debug Bridge (ADB)You can extract the password for a saved network without root access. This method works on most devices, but requires connecting the phone to a computer and enabling developer mode.

Step-by-step instructions:

  1. Turn on Developer mode on your phone: go to Settings → About phone and press 7 times Build number.
  2. Activate USB debugging in the developer menu.
  3. Connect your phone to PC, install ADB Tools and run the command:
    adb pull /data/misc/wifi/WifiConfigStore.xml

    On some devices the path may be different, for example:

    adb pull /data/misc/wifi/wpa_supplicant.conf
  4. Open the downloaded file in a text editor and find the line with psk (password) for your network.

If the team adb pull returns an error Permission denied, try an alternative method:

adb shell

su

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

On devices with Android 10+ File access may be restricted even through ADB. In this case, rooting or restoring from a backup will help.

4. View the password on another connected device

If you have a second gadget (phone, tablet, laptop) that already connected If you're trying to access a forgotten Wi-Fi network, the easiest way is to find out its password. Let's look at methods for different devices:

📱 On Android (without root)

Without superuser rights it is impossible to view the password, but it is possible generate a QR code To connect a new device:

  1. Open Settings → Wi-Fi.
  2. Click on the name of your network.
  3. Select Share or QR code (on SamsungShare password).
  4. Scan the code on another phone.

💻 On Windows

To find out the password:

  1. Open Control Panel → Network and Sharing Center.
  2. Click on the name of your network → Wireless network propertiesSecurity.
  3. Check the box Show entered characters — the password will become visible.

🍎 On macOS or iPhone

On Mac open Keychain Access app, find the network name and double-click on it - the password will be displayed after entering the account password. iPhone Without jailbreak you can't view the password, but you can share it through Settings → Wi-Fi → [network name] → Password (required) iOS 12+).

⚠️ Attention: On some routers (for example, from Rostelecom or Beeline) The default password is located on the device's sticker. If you haven't changed it, try connecting using these details.

5. Resetting the router settings (extreme case)

If none of the methods worked, there remains reset the router to factory settingsThis will erase all custom settings, including the Wi-Fi password, but will allow you to connect by default. The login details are usually found on a sticker on the router (e.g., admin/admin or 12345678).

How to reset a router:

  • 🔌 Find the button on the back of the router Reset (usually recessed into the body).
  • 🕒 Press and hold it for 10-15 seconds (until the indicators start flashing).
  • 🔄 After rebooting, connect to the network with the router name (for example, TP-Link_1234) and use the standard password.

After reset:

  • 🔒 Change your Wi-Fi password in your router's control panel (usually at 192.168.0.1 or 192.168.1.1).
  • 📡 Set up the channel and operating mode (recommended) 802.11n/ac on the channel 6 or 11 to minimize interference).
What should I do if my router doesn't provide internet access after a reset?

Check the connection of the cable from the provider (should be in the WAN port, usually blue).
Reboot the router again (turn off the power for 30 seconds).
Call your provider - they may need to bind your MAC address (check if it has changed after the reset).

If the Internet does not appear after the reset, contact your provider's technical support - the service may need to be reactivated or configured. PPPoE-connections.

6. How to avoid losing Wi-Fi in the future

To avoid the problem of forgotten passwords, follow these tips:

  • 📝 Save your password in Google Password Manager or another reliable manager (for example, KeePass).
  • 📱 Back up your Android settings regularly via Settings → Google → Backup.
  • 🔄 Use the feature QR code for quick connection of new devices (available on Android 10+).
  • 📋 Stick a sticker with the password on the router (if it is in a safe place).

If you have smart home or devices IoT (For example, Xiaomi Mi Home, Amazon Echo) that are connected to Wi-Fi, create a separate guest network on the router. This will simplify management and reduce the risk of losing access to all devices simultaneously.

FAQ: Frequently asked questions about restoring Wi-Fi on Android

Is it possible to find out the Wi-Fi password on Android without rooting?

Without root rights, you can't view the password directly, but you can:

  • Restore it from a backup (if you have one).
  • Connect to the network on another device and view the password there (for example, on Windows or macOS).
  • Generate a QR code to connect a new device (on Android 10+).

If nothing helps, the only thing left to do is reset the router.

Why doesn't Wi-Fi appear in the list after restoring from a backup?

This is a feature of the work Google Backup: Networks are restored only after connecting to any other network for the first time. Try:

  1. Connect to mobile internet or another Wi-Fi.
  2. Restart your phone.
  3. Add the network manually (if you remember the name).
Is it possible to restore Wi-Fi after resetting the phone to factory settings?

Yes, if:

  • You will restore data from a backup copy (for example, via Google Drive or Samsung Smart Switch).
  • You have another phone connected to this network (you can see the password on it).
  • Do you remember the password or is it indicated on the router?

If none of these conditions are met, you will have to reset the router.

Does the ADB method work on all phones?

No, on devices with Android 10+ Wi-Fi file access via ADB is often blocked for security reasons. This method is guaranteed to work:

  • On rooted phones.
  • On older versions of Android (before Android 9 Pie).
  • On some firmware (for example, LineageOS).
What should I do if the router doesn't reset using the Reset button?

Try:

  • Hold the button Reset longer (up to 30 seconds).
  • Turn off the router's power, then press Reset and, while holding it, turn the power back on.
  • Contact your provider - the router may be blocked (this applies to rented equipment).