Quick answer
Open Settings > Network & Internet > Wi-Fi > Manage known networks. Find your network, click Forget. Then reconnect fresh.
Why this happens
Windows saves your Wi-Fi settings in a file called a profile. It holds the SSID, password, security type, and sometimes extra stuff like proxy settings or DNS. But these profiles get corrupted. Maybe you updated your router's password but forgot to update the profile. Or Windows Update borked something. Or you used a third-party VPN that messed with the network stack. I see this most often after a router firmware update or when someone moves their laptop between home and office networks without clearing old profiles. The symptom: the network shows "Saved" but when you click it, it tries to connect, fails, and just sits there.
Here's the real fix. Straightforward.
Step-by-step fix
- Open Wi-Fi settings. Click the network icon in the system tray (bottom-right corner). Then click the arrow next to the Wi-Fi icon. Then click "Network & Internet settings" at the bottom. Or press Win + I, go to Network & Internet, then Wi-Fi.
- Manage known networks. Scroll down and click "Manage known networks". You'll see a list of every Wi-Fi network your PC remembers. Look for the one that's failing.
- Forget the network. Click the three dots next to that network's name. Select "Forget". After you do this, Windows deletes the saved profile. You should see it disappear from the list.
- Reconnect fresh. Go back to the list of available networks (click the network icon in the system tray). Find your network. Click it, check "Connect automatically", and enter the password. Windows should connect right away.
That usually fixes it. If not, move to the alternative fix below.
Alternative fix: Delete profile using Command Prompt
The Settings app sometimes hides old profiles. Or you might have multiple profiles for the same network. Command Prompt gives you more control.
- Press Win + R, type
cmd, and press Ctrl + Shift + Enter to run as admin. You'll see a User Account Control prompt — click Yes. - Type
netsh wlan show profilesand press Enter. You'll see a list. Find the exact name of the network that's failing. Write it down exactly, including spaces and capital letters. - Now type
netsh wlan delete profile name="YOUR NETWORK NAME"and press Enter. For example:netsh wlan delete profile name="HomeWiFi". If the name has spaces, keep the quotes. After you run it, you'll see "Profile "HomeWiFi" is deleted from interface "Wi-Fi"." - Close the Command Prompt. Reconnect normally.
Pro tip: If you have multiple network adapters (like an Ethernet and a Wi-Fi card), you can specify the interface:netsh wlan delete profile name="YourNet" interface="Wi-Fi". Runnetsh wlan show interfacesto see your interface names.
When this still doesn't work
Sometimes the problem isn't the profile. Check these things:
- Router reboot. Unplug your router for 30 seconds. Plug it back in. Wait 2 minutes for it to fully boot. Then try again. I've seen routers get confused after handling too many connection attempts.
- Forget all networks. If you have 8 or more saved networks, Windows struggles. Go to Manage known networks and delete any you don't use. Then delete the problem one and reconnect.
- Network reset. In Settings > Network & Internet > Advanced network settings > Network reset. This removes all your network adapters and resets Winsock. You'll need to reboot and re-enter Wi-Fi passwords. It's a nuclear option but works when profiles keep corrupting.
- Driver update. Open Device Manager (right-click Start > Device Manager). Expand Network adapters. Right-click your Wi-Fi adapter (usually says Intel, Realtek, or Qualcomm). Select Update driver > Search automatically for drivers. Or go to your laptop manufacturer's website and get the exact driver for your model.
Prevention tip
Don't save profiles for networks you only use once. Delete them right after. Also, after you change your router's Wi-Fi password, forget the network on every device and reconnect. Otherwise, you'll get this error every time. I set a calendar reminder for myself after I change router passwords — sounds silly but saves me headaches.
That's it. You should be connected now.