Deleting a Wi-Fi network from the list of saved networks is a common mistake that can lead to headaches: the device "forgets" the password, making it impossible to reconnect without it. The situation is exacerbated if access to the router is restricted (for example, when you're visiting someone or at the office), and the smartphone lock screen prompts you to enter the code for a network that's no longer listed. Fortunately, it's possible to restore a deleted Wi-Fi network even without access to the router—the key is to know where to look for traces of the network.
In this article we will analyze 5 proven methods Recover a Remote Network: From Extracting a Password from System Files Windows And Android before profile recovery through router or a backup copy iCloudLet's dwell on this separately. hidden networks, which don't appear in the list of available devices but still store connection data. All methods work in 2026 and don't require administrator rights (except for the router section).
1. Recovering Wi-Fi on Windows: Where is the password stored?
operating system Windows 10/11 Stores passwords for all connected networks in encrypted form, even if you remove a network from the list of available ones. You can retrieve them through command line or registry editor — both methods do not require third-party software.
The fastest method is to use the command netsh:
netsh wlan show profile name="NETWORK_NAME" key=clear
Replace NETWORK_NAME the name of your network (case is not important). If you don't remember the name, first do the following:
netsh wlan show profiles
In the results, look for the line Key Content — this is the password. If the command returns an error Profile not found, this means the network has been completely removed from the system (go to the registry method).
Make sure you are running the command prompt as administrator|Make sure you have entered the network name correctly (no spaces at the beginning/end)|Try an alternative method via PowerShell: Get-NetConnectionProfile | Select-Object Name, InterfaceAlias-->
If netsh didn't work, the password might have been saved in the registry. Open regedit (keys Win + R → enter regedit) and follow the path:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Wlansvc\Interfaces\{GUID}\Profiles
Here {GUID} — unique identifier of the network adapter. In the folder Profiles Look for subfolders with network names. The password is stored in the parameter PSKValue (will open after double click).
⚠️ Warning: Editing the registry may disrupt your system. Before editing create a backup copy or a restore point.
2. Restoring Wi-Fi on Android: From Root to Backups
On Android The situation is more complicated: the system does not provide direct access to saved passwords without root rightsHowever, there are workarounds that work on most devices (including Samsung, Xiaomi, Google Pixel).
If you have backup (for example, through Google Drive or Titanium Backup), restore it—this will restore all saved networks. Without a backup, try:
- File manager with root access (For example, Root Explorer): go to
/data/misc/wifi/and open the fileWifiConfigStore.xml. Look for the line<string name="PreSharedKey">PASSWORD</string>. - ADB commands (without root, but requires connection to PC):
adb shellsu
cat /data/misc/wifi/WifiConfigStore.xml | grep -A 10 "NETWORK_NAME"
On some firmware (for example, MIUI or One UI) passwords are stored in encrypted form. In this case, only resetting the router settings (see section 5) or contact your network administrator.
How can I find out the network name if it is not on the list?
On Android, the name of the last connected network may be stored in the system logs. Use the app Logcat Reader and look for records with the key WifiConfigManager or SSIDAlternatively, check your connection history in your router settings (if you have access).
For devices Samsung With One UI 5.0+ There's a life hack: sometimes passwords are saved in Samsung CloudGo to . Settings → Accounts & backup → Samsung Cloud → Restore data and select the backup where the network was still saved.
3. iPhone and iPad: Wi-Fi Recovery via iCloud and Keychain
On iOS And iPadOS Apple strictly controls access to system data, so it is impossible to extract the password directly. However, there is 3 legal ways return remote network:
- 🔄 Recovering from iCloud: If syncing is enabled on your device
Settings → [Your name] → iCloud → iCloud KeychainWi-Fi passwords are automatically backed up. To restore the network, reset the network settings (Settings → General → Transfer or reset iPhone → Reset → Reset Network Settings) and sign in to the same Apple ID when you set it up again. - 💻 Mac as a middleman: If your Mac ever connected to this network, open Key fob (through Spotlight), find the network name in the list, double-click and check the box
Show password(You will be asked to enter your Mac account password). - 📱 Family Sharing: If you have enabled Family Sharing, and another family device is connected to this network, try connecting to it through Hotspot and repeat the Wi-Fi setup.
⚠️ Warning: Resetting network settings on iPhone will delete all saved Wi-Fi passwords, not just the selected network. Use this method only if other options are unavailable.
For owners MacBook or iMac There is an alternative: open Terminal and enter:
security find-generic-password -wa "NETWORK_NAME"
The system will ask for your account password, after which it will display your Wi-Fi password.
4. Hidden Networks: How to Connect if the SSID Isn't Visible
If the network hidden (does not broadcast) SSID), it won't be visible in the list of available devices, even if the device has connected before. To restore the connection:
- On Windows: open
Control Panel → Network and Internet → Network and Sharing Center → Set up a new connection→Connecting to the network manually. Enter the network name (SSID), select the security type (WPA2-PersonalorWPA3) and password. - On Android: in Wi-Fi settings, tap
Add a network, enterSSID(case sensitive!), select the security type and password. - On iPhone:
Settings → Wi-Fi → Other network, then enter the data manually.
If you don't remember SSID, try the standard names for your router (eg. TP-Link_XXXX, Keenetic-XXXX). For corporate networks, the name often coincides with the name of the company or office.
| Router manufacturer | Standard SSID format | Example |
|---|---|---|
| TP-Link | TP-Link_XXXX or TL-WRXXXX |
TP-Link_A1B2 |
| ASUS | ASUS_XX or RT-XXXX |
ASUS_5G |
| Keenetic | Keenetic-XXXX |
Keenetic-12AB |
| Xiaomi | Xiaomi_XXXX or MIWIFI_XXXX |
MIWIFI_3C4D |
If the network is hidden intentionally (for example, in an office), please contact the administrator for exact SSIDConnecting to hidden networks without permission may violate an organization's security policy.
5. Resetting the router: the last resort
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 using the default settings. On most routers, resetting is done like this:
- Find the button
Reset(usually recessed into the body to avoid accidental pressing). - Press and hold it 10-15 seconds (until the indicators flash).
- After rebooting, connect to the network with the default name (see table above) and the password indicated on the router sticker.
The default network name and password are usually listed on the bottom of the router (e.g. Admin/12345678 For TP-Link). After reset Necessarily:
- 🔒 Change the router administrator password (via
192.168.0.1or192.168.1.1). - 🔄 Update your router firmware (in the section
System Tools → Software Update). - 📡 Set up Wi-Fi again (select
WPA2/WPA3, set a complex password).
⚠️ Warning: Resetting your router will disable all devices from the network, including smart speakers, cameras, and IoT gadgets. Prepare a list of devices that will need to be reconnected in advance.
6. Prevention: How to avoid losing Wi-Fi in the future
To avoid recurring problems with remote networks, follow these simple rules:
- 📝 Save your passwords in a password manager (for example, 1Password, KeePass) or cloud service (Google Password Manager, iCloud Keychain).
- 📱 Export Wi-Fi settings on Android via
Settings → System → Backup(turn on saving network data). - 🖥️ On Windows Back up your Wi-Fi profiles regularly with the command:
netsh wlan export profile folder="C:\WiFi_Backup\" key=clear
Files with extension .xml in the folder C:\WiFi_Backup\ will contain passwords in clear text.
For router:
- 🔧 Create a backup copy of the configuration in the web interface (section
System Tools → Backup/Restore). - 🔑 Use guest network for temporary devices, so as not to reveal the main password.
FAQ: Frequently Asked Questions about Wi-Fi Recovery
Is it possible to restore Wi-Fi if the network was deleted on all devices?
Yes, but only if you have access to the router. Reset it to factory settings (see Section 5) or connect via cable to see the current Wi-Fi settings in the web interface (192.168.0.1 or 192.168.1.1).
I deleted Wi-Fi on my phone, but it still connects automatically. Why?
Most likely the network is saved in SIM card profile (for example, among operators MTS, Beeline (There's an auto-connection feature to your access points.) Disable this option in your mobile network settings.
How to restore Wi-Fi on a Smart TV (Samsung, LG, Sony)?
On Smart TV Passwords are not stored in an accessible form. The only methods are:
- Reset network settings in the TV menu (
Settings → Network → Reset). - Connect to the router via cable and view the password in the web interface.
- Use the function Miracast/Screen Mirroringto transfer the password from your phone.
Is it possible to recover a Wi-Fi password through a provider (Rostelecom, Beeline, MGTS)?
No, the provider does not store your passwords. personal Wi-Fi (Only the data needed to connect to their network if you have a router from the provider). The exception is if you use the default password specified by the provider in your contract or via SMS when connecting.
What should I do if my Wi-Fi internet connection doesn't work after I restore it?
Check:
- Is the cable connected to the router (indicator)
WANshould burn). - Have your IP settings changed (try switching
DHCPonStatic IPand back). - Is your antivirus blocking the connection (disable it temporarily).
If the problem persists, contact your provider - there may be a problem on their end.