How to Restore a Deleted Wi-Fi Network: Instructions for All Devices

Did you accidentally delete your home or work Wi-Fi network from your saved connections list, and now your device can't see it? Or did your router stop sharing internet after a factory reset? This problem is more common than you might think, according to statistics. NetSpot, 18% of support requests are related to "disappeared" networks. The good news: in 90% of cases, the network can be restored without calling a technician.

In this article - 7 proven methods Recover a deleted Wi-Fi network on Windows 10/11, macOS, Android, iOS and directly on routerWe'll cover both software methods (via the command line or phone settings) and hardware methods (resetting the router, changing regional settings). We'll pay special attention to hidden networks (hidden SSID) — their restoration requires separate actions.

If you are in a hurry, use it. quick solution at the end of the article. For the rest of you: let's get down to the detailed analysis.

Why does my Wi-Fi network disappear from my connection list?

Before restoring the network, it is important to understand the reason for its “disappearance”. Here 5 most common scenarios:

  • 🖥️ Manual removal: the user clicked "Forget network" (Forget Network) in the device settings.
  • 🔄 Resetting the router: after a hardware or software reset (Reset) the router has been reset to factory settings, including the network name (SSID) and password.
  • 🛠️ Firmware update: after updating the software of the router or device (for example, Windows 11 23H2) network profiles may be reset.
  • 👻 Hidden network (Hidden SSID): If network name broadcasting is disabled in the router settings, devices will not see it in the general list.
  • 🚫 MAC address blocking: the filter is enabled in the router MAC-Address Filtering, and your device is blacklisted.

Sometimes the problem lies in network card drivers (especially on PC) or in regional settings router. For example, if the region selected in the router JapanIf you are in Russia, some Wi-Fi channels may be blocked, making the network unavailable.

⚠️ Attention: If the network disappeared after password changes On the router, you can only restore the connection if you know the new password. Without it, you'll have to reset the router to factory settings.
📊 Which device has lost network connection?
Smartphone (Android/iOS)
Laptop/PC (Windows/macOS)
Tablet
Smartwatch/TV
Other

Method 1: Restore network connection on Windows 10/11 via command line

On Windows Deleted networks are stored as profiles. They can be restored via Command line (CMD) or PowerShell, if you remember the network name (SSID) and password.

Open CMD as administrator (click Win + XTerminal (Administrator)) and execute the commands in order:

netsh wlan show profiles

netsh wlan add profile filename="C:\path\to\profile.xml"

If you don't have a profile backup, create a new one:

netsh wlan set profileparameter name="Network_Name" SSIDname="Network_Name" connectionType=SSID connectionMode=auto keyMaterial="password"

Replace Network_name And password for up-to-date data. After executing the command, the network will appear in the list of available connections.

Team Description
netsh wlan show profiles Shows all saved Wi-Fi profiles (including deleted but not cleared ones)
netsh wlan export profile name="Name" folder="C:\" Exports a network profile to a file .xml (for backup)
netsh wlan delete profile name="Name" Deletes a network profile (if you need to clear old data)
⚠️ Attention: If after executing the commands the network still does not appear, check WLAN auto-configuration service. Open services.msc, find WLAN AutoConfig and make sure it is running.

Make sure the Wi-Fi adapter is enabled (Fn + F2/F12)

Verify that the WLAN AutoConfig service is running

Run CMD as administrator

Make sure the network name (SSID) is entered correctly-->

Method 2: Restore network connection on Android and iOS (if you tapped "Forget")

On mobile devices, restoring a deleted network is easiest - just add it again manuallyBut there are nuances for hidden networks (Hidden SSID) and devices with root-access.

For Android:

  1. Open Settings → Wi-Fi.
  2. Click Add a network (or Other networks in some firmware).
  3. Enter Network name (SSID), select the security type (WPA2-PSK or WPA3) and password.
  4. If the network is hidden, check the box. Hidden network.

For iOS (iPhone/iPad):

  1. Go to Settings → Wi-Fi.
  2. Click Another network.
  3. Enter the network name (SSID) and password. For hidden networks, select Hidden in the field Security.

If you I don't remember the password, but you have another device connected to this network, you can view the password in its settings:

  • 📱 On Android (With root): use the app WiFi Password Viewer.
  • 🍎 On iOS (with jailbreak): passwords are stored in /var/Keychains/.
  • 💻 On Windows/macOS: cm. Method 1.

Method 3: Reset the router to factory settings (if the network has completely disappeared)

If the network is lost on all devices, the problem is most likely with the router. Possible causes:

  • 🔧 Resetting settings after firmware update.
  • 🔌 Power failure or overheating.
  • 🛡️ Filter by enabled MAC address.

To get the network back, run hard reset:

  1. Find the button on the back of the router. Reset (usually recessed into the body).
  2. Take a paper clip or a toothpick and press and hold the button 10-15 seconds (until the indicators blink).
  3. After rebooting, the router will return to factory settings. Network name (SSID) and the password will be the same as on the sticker on the bottom of the device.

If the network still does not appear after the reset:

  • 🔌 Check if the indicator light is on Wi-Fi on the router.
  • 📡 Make sure that the wireless network is not disabled in the web interface (usually 192.168.0.1 or 192.168.1.1).
  • 🌍 Check your regional settings: in some countries (e.g., Japan) channels are prohibited 12–14, which can block the network.
⚠️ Attention: Resetting the router will remove all settings, including PPPoE-connection to the provider, DHCP- backup and guest networks. After the reset, you will need reconfigure the Internet (connection details are usually specified in the contract with the provider).
What to do if the Reset button does not work?

If the button Reset does not respond to pressing, try:

1. Disconnect the router from power for 30 seconds, then repeat the reset.

2. Use an alternative method: log in to the web interface (192.168.0.1) and find the section System Tools → Restore/Backup.

3. If the router is older than 5 years, the memory chip may have failed. In this case, only repair or replacement will help.

Method 4: Connect to a hidden network (Hidden SSID)

If network name broadcasting is disabled in the router settings (Hide SSID or Disable SSID Broadcast), devices won't see it in the general list. To connect:

On Windows:

  1. Open Settings → Network and Internet → Wi-Fi.
  2. Click Manage known networks → Add new network.
  3. Enter Network name, select Security type (WPA2-Personal) and password.
  4. Check the box Connect automatically.

On Android/iOS:

Cm. Method 2, but be sure to activate the option Hidden network.

If you Don't know the name of the hidden network, but you have access to the router:

  1. Connect to the router via cable (LAN).
  2. Log in to the web interface (usually 192.168.0.1 or 192.168.1.1).
  3. Go to the section Wireless Settings (or Wi-Fi) and look at the field SSID.

Method 5: Check MAC address filtering

If the router is configured to MAC address filtering (MAC Address Filtering), it can block your device even if the password is correct. To check this:

  1. Log into your router's web interface (usually 192.168.0.1).
  2. Find the section Wireless → MAC Filtering (the name may differ).
  3. Check the list of allowed or blocked addresses. If your MAC It's not there - add it.

To find out MAC address your device:

  • 🖥️ On Windows: do it in CMD team ipconfig /all and find the line Physical Address.
  • 📱 On Android: Settings → About phone → General information → Wi-Fi MAC address.
  • 🍎 On iOS: Settings → General → About → Wi-Fi Address.

If it is enabled in the router white list (Allow), add yours MAC into it. If blacklist (Deny) - make sure your address is not there.

⚠️ Attention: Some providers (eg. Rostelecom or Beeline) bind the Internet channel to MAC address router. After resetting the settings, you may need to call back to supportso that they update the binding.

Method 6: Update Wi-Fi adapter drivers (for PC)

If the network disappeared only on Windows and is not restored through netsh, the problem may be in network card driversSymptoms:

  • 🔴 The Wi-Fi icon has a red cross through it.
  • 🔄 The network appears and disappears.
  • 🛑 B Device Manager There is an exclamation mark next to the adapter.

To update the driver:

  1. Click Win + Xdevice Manager.
  2. Expand the tab Network adapters.
  3. Find your Wi-Fi adapter (e.g. Intel Wi-Fi 6 AX200 or Qualcomm Atheros).
  4. Right click → Update driverAutomatic search.

If automatic update does not help:

  • 🔍 Download the driver from official website of the manufacturer (do not use third-party sources!).
  • 🔄 Remove the old driver via device Manager (right click → Remove device).
  • 📥 Install the new driver and restart your PC.

For laptops Lenovo, HP And Dell frequently required proprietary utilities (For example, Lenovo Vantage or HP Support Assistant), which automatically update drivers.

Method 7: Quick solution (if nothing else helps)

If all the previous methods did not work, use universal instruction:

  1. Reboot your router: Unplug it from the power supply for 30 seconds, then plug it back in.
  2. Check the cables: make sure that WAN-cable (from the provider) and LAN- the cables are connected tightly.
  3. Change Wi-Fi channel:
    1. Log in to the router's web interface.
    2. Find Wireless Settings → Channel.
    3. Change the channel from Auto on 6 or 11 (they are less busy).
  4. Disable power saving for Wi-Fi (on Windows):
    1. Open device ManagerNetwork adapters.
    2. Right-click on the adapter → PropertiesPower management.
    3. Uncheck the box Allow the computer to turn off this device to save power.

If this doesn’t help, there are two options left:

  • 🔧 Reset the router (cm. Method 3) and configure it again.
  • 📞 Contact your provider: there may be a problem on the operator's side (for example, blocking by MAC or a failure on the authentication server).

FAQ: Frequently asked questions about restoring Wi-Fi networks

Is it possible to restore a deleted network without knowing the password?

No. If you deleted a network and don't remember the password, your only options are:

  • Find out the password on another device connected to this network (see Method 2).
  • Reset the router to factory settings (the password will be on the sticker).
  • If the router is not yours (for example, in an office), contact your network administrator.
Why did the network disappear after a Windows update?

Reasons:

  • Resetting network profiles (especially after major updates, such as Windows 11 23H2).
  • Driver conflict (old driver version is incompatible with new OS).
  • Changing security policy (e.g. disabling legacy protocols WPA-TKIP).

Solution: Update the adapter driver (see Method 6) or add the network again.

How can I restore my network if my router displays an "Incorrect Password" error?

Possible causes and solutions:

Cause Solution
The password is indeed incorrect. Check your passwords (they're case-sensitive). If you don't remember your password, reset your router.
Incompatibility of security protocols Change it in your router settings WPA3 on WPA2-PSK (or vice versa).
Router failure Reboot it or reset it.
Is it possible to restore the network using a router backup?

Yes, if you have a configuration file (.cfg or .bin). Instructions:

  1. Log in to the router's web interface.
  2. Find the section System Tools → Backup & Restore.
  3. Download the backup and reboot the router.

⚠️ Attention: Do not use backups from other router models - this will lead to a failure!

What to do if the network appears, but the Internet does not work?

Check:

  • 🔌 Connection WAN-cable (from the provider) to the router.
  • 📡 Settings PPPoE/DHCP in the router's web interface (usually the section Internet or WAN).
  • 🛡️ Firewall or antivirus software on your device (temporarily disabling it may help diagnose the problem).

If nothing helps, contact your provider - there may be a problem on their end (for example, blocking for non-payment).