Windows 11 has a specific talent for showing a confident WiFi icon while absolutely nothing loads. After running into this more times than I’d like on different machines, here’s the order I work through it in now — starting with what fixes it fastest, ending with the steps that take longer but resolve the stubborn cases.
Let Windows try first
Go to Settings → System → Troubleshoot → Other troubleshooters, then run Internet Connections. This built-in tool catches a surprising number of common causes automatically — misconfigured adapters, DNS issues, and a few other things Windows can detect and fix on its own without you needing to know what’s actually wrong.
Refresh your IP address directly
Open the Terminal as administrator (Windows + X, then Terminal) and run:
ipconfig /release
ipconfig /renew
This forces your PC to drop its current IP assignment and request a fresh one from the router. It’s a thirty-second fix that resolves this specific error more often than people expect, especially if the problem started suddenly rather than gradually.
Flush your DNS cache
Still in the same Terminal window:
ipconfig /flushdns
If pages were loading fine yesterday and today nothing resolves, a stale or corrupted DNS cache is a common and easy-to-overlook cause.
Check whether your DNS settings themselves are the problem
Go to Network Settings → WiFi → Properties, and under IP assignment, make sure it’s set to Automatic (DHCP), both for the IP address and DNS. If someone manually configured a static DNS server at some point — including you, months ago, trying something else entirely — this exact symptom is what results.
If you want to actively switch to a faster DNS rather than just resetting to automatic, Google’s (8.8.8.8 / 8.8.4.4) and Cloudflare’s (1.1.1.1 / 1.0.0.1) are both reliable and free options.
Update your network adapter driver
Right-click Start, open Device Manager, expand Network adapters, right-click yours, and select Update driver. If Windows says it’s already up to date but you’re still stuck, download the driver directly from the manufacturer’s site (Intel or Realtek being the most common chipsets) rather than trusting Windows’ own detection.
Turn off any VPN you’re running
VPN software can misroute traffic in ways that produce exactly this error, especially after an update to the VPN client itself. Disconnect it entirely and see if the problem clears before assuming it’s unrelated.
The full network reset — a genuine last resort
Go to Settings → Network & Internet → Advanced network settings → Network reset, then restart your PC. This clears out every network adapter and setting on the machine, which fixes deeply stubborn cases but also means you’ll need to reconnect to every saved WiFi network afterward, including re-entering passwords.
Rule out the router entirely
Test another device on the same network. If your phone connects fine but your laptop doesn’t, the problem is specific to that machine and everything above applies. If nothing in the house can get online, the issue is your router or your ISP, not Windows at all — check your provider’s outage status before spending more time on the PC itself.
What I do differently now
I keep Windows and my network driver updated on a regular basis rather than only when something breaks, and I’ve learned to try the built-in troubleshooter first every single time — it catches more than I expected before I ever get to the manual command-line steps.
If you’ve worked through everything here and you’re still stuck, it’s worth considering whether the issue is actually hardware — a failing network adapter, or a router genuinely at the end of its life — rather than continuing to chase software fixes that were never going to solve it.

Tanimur Rahman is the founder of Internet Fix Guide. He writes step-by-step tutorials to help users solve WiFi, router, and internet connectivity problems quickly.
