Have you ever found yourself needing to connect to Wi-Fi, but the network name and password have long since faded from memory? Perhaps it's an old network at a friend's house, an office Wi-Fi connection after a vacation, or a home network that someone else set up. Fortunately, forgotten networks don't vanish into thin air—they're saved on devices that have previously connected to them.
In this article, we'll explore all possible ways to find forgotten Wi-Fi networks: from viewing a list of saved networks on smartphones and laptops to extracting passwords from router settings. You'll learn how to restore access even without administrative rights, what tools to use for network analysis, and how to protect your data from future leaks. And if you still can't find the network, we'll give you advice on what to do next.
Important: Some methods require administrator or root access. If you're working with someone else's device, make sure your actions are legal — Restoring access to someone else's network without permission may violate local laws.
1. View saved Wi-Fi networks on Windows
operating system Windows Stores a list of all networks ever connected, including those currently out of range. To view this list, you don't need to install any additional software—the built-in tools are sufficient.
Open Settings → Network and Internet → Wi-Fi. In the section "Managing Known Networks" You will see the full list. Here you can:
- 🔍 View network name (SSID) - even if it is currently unavailable
- 📋 Remove unnecessary networks (click
Forget) - 🔄 Reconnect if the network is in range
To see the password for a saved network, run Command prompt (administrator):
netsh wlan show profile name="NETWORK_NAME" key=clear
Find the line in the results Key content — this is the password. If the command doesn't work, check if the console is running as administrator.
2. Finding Forgotten Networks on macOS
On MacBook or iMac The list of saved networks is hidden deeper, but it can also be retrieved. Open Terminal (Programs → Utilities) and enter:
security find-generic-password -wa "NETWORK_NAME"
The system will prompt you for your account password. Once entered, the Wi-Fi password will be displayed. If the network name is unknown, first get a list of all saved networks:
security find-generic-password -D "AirPort network password" -g
An alternative way is through A bunch of keys:
- Open
Programs → Utilities → Keychain - Enter the network name in the search bar
- Double-click on the entry and check the box
Show password
3. Recover Wi-Fi passwords on Android
On smartphones running Android the situation is more complicated: starting with version Android 10Access to Wi-Fi passwords is restricted for security reasons. However, there are workarounds.
If you have root access, install a file manager (for example, Root Explorer) and go to:
/data/misc/wifi/WifiConfigStore.xml
This file stores all networks with encrypted passwords. To decrypt it, you'll need specialized software like WiFi Password Viewer.
Without root rights, try these methods:
- 📱 Use the app WiFi Map - It shows public networks and sometimes saved passwords (if someone added them)
- 🔄 Connect to the router via cable and view the password in its web interface
- 📧 Check your email – some routers send a password upon first connection
Why does Android hide Wi-Fi passwords?
Starting with Android 10, Google has tightened its security policy. Previously, passwords were stored in plaintext in a file wpa_supplicant.conf, making it easy to extract. Now, the data is encrypted at the system level, and only system apps with the appropriate permissions have access to it.
4. Extracting passwords on iPhone and iPad
iOS is even stricter about security: officially, it's impossible to view saved Wi-Fi passwords. However, there are two working methods:
Method 1: Via iCloud Keychain (if syncing is enabled)
- Open
Settings → [Your name] → iCloud → Keychain - On another device Mac open A bunch of keys and find the desired network
Method 2: Using an iTunes backup (requires PC)
- 💻 Back up your iPhone to iTunes
- 🔍 Use the utility iBackup Viewer or iMazing to extract Wi-Fi data
- ⚠️ This method does not work on all iOS versions.
5. View networks in the router settings
If you have access to router web interface, this is the most reliable way to find all devices ever connected and their current Wi-Fi settings. The login address is usually located on a sticker on the device (e.g., 192.168.0.1 or 192.168.1.1).
Log in (default logins: admin/admin or admin/password) and check the sections:
| Router manufacturer | Wi-Fi passwords section | Section with connected devices |
|---|---|---|
| TP-Link | Wireless → Wireless Security | DHCP → DHCP Client List |
| ASUS | Wireless Network → Authentication Settings | Network Map → Clients |
| Keenetic | Wi-Fi → Hotspot → Security | Devices → Connected devices |
| MikroTik | Wireless → Security Profiles | IP → DHCP Server → Leases |
In some routers (for example, Zyxel Keenetic) there is a function Guest Network — check if the old password for the main network is saved there. It’s also useful to look in System Tools → Logs: sometimes there are records of connections to forgotten networks left there.
Network name (SSID) in Wi-Fi settings|Security type (WPA2/WPA3)|List of connected devices|System logs (section "Log" or "Logs")|Guest network (if any)
-->
6. Analysis of surrounding networks using specialized programs
If none of the previous methods worked, try scanning the airwaves for "hidden" networks. Some routers don't broadcast SSID, but they can be detected using:
- 🖥️ inSSIDer (Windows/macOS) - Shows all networks in range, including hidden ones
- 📱 WiFi Analyzer (Android) - Analyzes channels and signal strength
- 🍎 NetSpot (macOS) — Creates a heat map of Wi-Fi coverage
Suitable for advanced users Kismet (Linux) or Wireshark with filter wlan.fc.type_subtype == 0x08 (beacon packets). These tools require knowledge of network protocols, but they can detect even weak or hidden networks.
Important: Scanning other people's networks without permission may violate privacy laws in your country. Use these tools only for legitimate purposes, such as finding your own forgotten network.
7. What to do if the network is not found
If the forgotten network is still not detected, try these steps:
- Check your physical environment: perhaps the router is turned off or the network is broadcast only at certain times (for example, office Wi-Fi on a schedule).
- Ask others: Colleagues, neighbors, or family members may have saved the password on their devices.
- Contact your provider: If this is an Internet provider network, its details may be in your personal account or contract.
- Reset your router: If this is your router, reset to factory settings (
Reset) will return the standard password (indicated on the sticker).
If the network belonged to an organization (hotel, cafe, office), contact the management. Many establishments keep a password log or use a single network for all guests.
8. How to avoid losing Wi-Fi passwords in the future
To avoid the problem of forgotten networks again, follow these tips:
- 📝 Keep a text file or note with passwords (for example, in Google Keep or 1Password)
- 🔄 Update your router firmware regularly—new versions often improve network management
- 📤 Export your router settings to a file (section
System Tools → Backup) - 📧 Set up sending the password to email upon first connection (available in some routers) ASUS And TP-Link)
For business users we recommend using centralized Wi-Fi management systems, such as Unifi Controller or Ruckus CloudPathThey allow:
- Store all your passwords in one place
- Assign temporary access to guests
- Automatically rotate passwords
If you frequently connect to other people's networks, install WiFi Map Pro — the application saves a network map with passwords (if they were added by other users) and works offline.
FAQ: Frequently asked questions about forgotten Wi-Fi networks
Is it possible to find the Wi-Fi password that someone else's phone connected to?
Technically yes, but this requires physical access to the device and, typically, root access (on Android) or jailbreak (on iOS). From a legal point of view Such action may be considered unauthorized access to data, so we do not recommend doing this without the owner's consent.
Why isn't the network I need listed in my saved networks on Windows?
Possible reasons:
- The network was deleted manually (
Forget this network) - The network profile is corrupted (try resetting the network settings in
Settings → Network → Network reset) - You connected to the network through a VPN or proxy that does not log data.
Is it possible to recover a Wi-Fi password after resetting a router?
No. Resetting the router to factory settings (Reset) completely erases all user data, including Wi-Fi passwords. After the reset, you'll need to:
- Set up an Internet connection (enter your ISP login/password)
- Set a new network name (SSID) and password
- Update your router firmware (recommended)
How can I find out what networks my laptop connected to a year ago?
In Windows, connection history is stored for a limited time, but you can:
- View system logs in
Windows Logs → Applications(filter byWLAN-AutoConfig) - Use the utility WirelessKeyView from NirSoft - it shows all saved networks, even inactive ones
- Check your system backups (if any)
On macOS, history is stored longer – check /Library/Preferences/SystemConfiguration/com.apple.airport.preferences.plist.
Is it safe to use Wi-Fi hacking software?
No, it's not safe. — and here's why:
- 🚨 Legal risksIn most countries, hacking into other people's networks is punishable by law.
- 🦠 Viruses90% of Wi-Fi hackers contain malware or spyware
- 🔒 Modern standards: networks with
WPA3It is almost impossible to hack without physical access to the router.
If you forgot your password his own networks, use the legal methods described in this article. For other people's networks, always request access from the owner.