Wi-Fi Connected But No Internet on Windows 11: The Real Fix List
Every fix I actually use, in the order I use them, plus the driver and network-stack tricks Microsoft support doesn’t lead with.
By Oyekale Olawale · Windows Troubleshooting Editor
Quick Answer
Nine times out of ten, “Wi-Fi connected, no internet” on Windows 11 is a DNS or IP-lease problem, not a hardware fault. Start by switching to Google’s public DNS (8.8.8.8 / 8.8.4.4), then run ipconfig /flushdns. If that doesn’t fix it, update the Wi-Fi driver in Device Manager, then run netsh winsock reset from an elevated Command Prompt and restart. That sequence clears roughly 90% of cases without touching your router.
I’ve hit this exact error more times than I’d like to admit — laptop shows a full Wi-Fi bar, the network name is right there, and Edge still throws “no internet.” It’s one of the most annoying Windows 11 quirks because the OS is technically telling the truth: you ARE connected to the router. You just can’t get past it to the actual internet. Below is the exact order I work through, tested on three different Windows 11 machines (a Dell XPS, a Lenovo ThinkPad, and a homebuilt desktop with a USB Wi-Fi adapter), plus a few extra steps Microsoft’s own support docs recommend that most “top 10 fixes” articles skip.
Why This Happens on Windows 11
“Connected, no internet” almost always means your PC successfully joined the Wi-Fi network (Layer 2 works fine) but can’t complete DNS lookups or get a usable IP route to the wider internet (Layer 3 fails). The three most common triggers I see are a bad or blocked DNS server, an expired/corrupted DHCP lease, and an outdated or glitchy Wi-Fi driver — Windows 11’s newer driver stack has been noticeably pickier about older Intel and Realtek wireless chipsets since the 24H2 update.
Before you touch any settings, do a 10-second gut check: does your phone or another laptop connect to internet fine on the same Wi-Fi network? If yes, the problem is isolated to your Windows 11 PC and everything below applies. If every device on the network is stuck, the fault is upstream at your router or ISP, and no amount of DNS-flushing on your PC will fix it — skip to the router section near the end.
Step-by-Step: How I Fix It, In Order
1. Restart the Router and the PC First
This sounds obvious, but Microsoft’s own Wi-Fi troubleshooting guidance leads with it for a reason — a stale DHCP lease or a router that’s been up for 40 days sitting on a full connection table causes a huge share of “connected but no internet” reports. Unplug the router, wait 30 seconds, plug it back in, and give it 2-3 minutes to fully boot. While it’s rebooting, restart (not shut down — there’s a real difference in how Windows 11 handles a full restart versus Fast Startup) your PC. Reconnect and test again before doing anything else.
2. Run the Built-In Network Troubleshooter
Go to Settings > System > Troubleshoot > Other troubleshooters, then find Network & Internet and click Run. It’s not magic, but it automatically checks the adapter status, IP configuration, and DNS resolution, and it’ll sometimes reset a stuck adapter for you before you have to open a single command prompt.
3. Change the DNS Server
This is my go-to first real fix, and it’s the one that solves the problem most often for me. Search “View network connections” in the Windows search box and open it. Right-click your Wi-Fi adapter, choose Properties, select Internet Protocol Version 4 (TCP/IPv4), and click Properties again.
Choose Use the following DNS server addresses and enter:
- Preferred DNS server: 8.8.8.8
- Alternate DNS server: 8.8.4.4
Those are Google’s public DNS servers. Click OK, close the remaining windows, and try loading a page again. If you’d rather not use Google, Cloudflare’s 1.1.1.1 / 1.0.0.1 works identically and is marginally faster on some ISPs.
4. Flush the DNS Cache
If the DNS swap alone doesn’t do it, your PC may still be holding onto bad cached lookups. Open Run (search “Run” or press Win+R), type ipconfig /flushdns, and press Enter. Windows clears the cache almost instantly. Try the internet again right after.
5. Release and Renew Your IP Address
While you have that Command Prompt open (run it as administrator this time), this is worth doing right after the DNS flush since it’s the same window of opportunity. Run these two commands one after another:
ipconfig /renew
This drops whatever IP address your router handed your PC and requests a fresh one. It clears up cases where the DHCP lease got stuck or your PC is holding an IP that conflicts with another device on the network.
6. Forget the Network and Reconnect (Then Check IPv6)
A corrupted Wi-Fi profile causes this exact symptom more often than people expect. Go to Settings > Network & Internet > Wi-Fi > Manage known networks, click your network, and select Forget. Reconnect from scratch and re-enter the password.
While you’re in the adapter properties, it’s also worth unchecking Internet Protocol Version 6 (TCP/IPv6). Some home routers still handle IPv6 traffic inconsistently, and Windows 11 will sometimes try IPv6 first, fail silently, and never fall back to IPv4 the way it’s supposed to. Disabling it forces IPv4-only traffic and has fixed this for me on more than one older router.
7. Update the Wi-Fi Driver
If you’re still stuck, the driver is the next suspect, especially on machines that recently took a big Windows 11 feature update. Search for and open Device Manager, expand Network adapters, and find your Wi-Fi adapter. If you’re not sure which one it is, open “View network connections” first and match the adapter name against the list in Device Manager.
Right-click the adapter, choose Update driver, then Search automatically for drivers, and let Windows install whatever it finds. If Windows says you already have the best driver but you’re still having issues, go straight to your manufacturer’s site (Intel, Realtek, Broadcom, or your laptop maker) and grab the driver manually — Windows Update’s driver database lags behind manufacturer releases fairly often. A bad or outdated network driver is also a common trigger behind unrelated blue screens; if you’ve seen a DRIVER_IRQL_NOT_LESS_OR_EQUAL crash alongside your connectivity issues, it’s worth checking that guide too.
8. Disable and Re-Enable the Adapter
A quick, low-risk step that’s easy to skip: back in Device Manager, right-click the Wi-Fi adapter and select Disable device. Wait about 10 seconds, then right-click it again and choose Enable device. This forces Windows to fully reinitialize the adapter and its connection to the network stack, which clears a surprising number of “stuck” states without a full reboot.
9. Reset Winsock and the IP Stack
If nothing above has worked, this is the deepest fix I use before a full network reset. Search for Command Prompt, right-click it, choose Run as administrator, and run:
netsh int ip reset
The first command resets the Winsock catalog, which handles how Windows apps talk to the network. The second resets the TCP/IP stack itself, wiping out registry-level misconfigurations that individual fixes can’t reach. Restart your PC after running both — the reset doesn’t fully apply until reboot.
10. Full Network Reset (Last Resort)
If you’ve gone through everything above and you’re still stuck, Windows 11 has a nuclear option. Go to Settings > Network & Internet > Advanced network settings > Network reset, click Reset now, then confirm. This removes and reinstalls every network adapter (Wi-Fi, Ethernet, VPN) and wipes saved Wi-Fi passwords, custom DNS entries, and proxy settings back to defaults. Your PC restarts automatically about five minutes later.
Write down any saved Wi-Fi passwords and static IP settings before doing this — you’ll need to re-enter everything manually afterward, including VPN client profiles.
💡 If your wireless printer is also dropping offline on the same network, the underlying cause is often the same DHCP or IPv6 issue — our printer offline over wireless network fix walks through the printer-specific side of it.
Which Fix Should You Try First?
Here’s how I’d rank these by time investment versus how often each one actually solves the problem, based on the machines I’ve tested this on:
| Fix | Time | Fixes it for me | Data lost? |
|---|---|---|---|
| Router + PC restart | 3 min | ~35% | None |
| Change DNS (8.8.8.8) | 1 min | ~40% | None |
| Flush DNS + release/renew IP | 1 min | ~15% | None |
| Forget network + disable IPv6 | 2 min | ~10% | Wi-Fi password |
| Update Wi-Fi driver | 5-10 min | ~10% | None |
| Winsock / IP stack reset | 3 min | ~8% | None |
| Full network reset | 10 min | ~2% (last resort) | Wi-Fi passwords, VPNs, static IPs |
Figures reflect my own testing across three Windows 11 devices and are meant as a rough guide, not a formal study.
Success rate by fix (relative)
Watch: Diagnosing a Connected-But-No-Internet Wi-Fi Issue
If you’d rather follow along visually, this walkthrough covers the DNS and adapter-level fixes step by step:
When It’s Your Router or ISP, Not Windows
If every device on your network shows the same “connected, no internet” behavior, none of the Windows-side fixes above will help. Check your router’s Internet/WAN light — if it’s off or flashing red, the problem is between your router and your ISP. Power-cycle the router and modem separately (modem first, wait a minute, then router), and if it’s still down after 15-20 minutes, call your ISP; there may be an outage in your area or a line issue on their end that only they can resolve.
Other Things Worth Checking
A few less common causes I’ve run into that are easy to overlook:
- An active VPN or proxy. Disconnect any VPN client, and check Settings > Network & Internet > Proxy to make sure “Use a proxy server” is off unless you set it up intentionally.
- Wrong system date/time. Windows 11 uses HTTPS certificates that depend on an accurate clock. If your date or time drifted, secure sites will fail to load even with a working connection. Check Settings > Time & language > Date & time and enable “Set time automatically.”
- Security software blocking traffic. Third-party antivirus or firewall tools occasionally block DNS or specific ports after an update. Temporarily disabling one to test is a quick way to rule it out.
- Browser-side interference. If only your browser seems affected while other apps get online fine, a bloated browser process can sometimes make pages hang in a way that looks like a connectivity issue — worth ruling out if Chrome is eating excessive RAM in the background.
When to Call in a Professional
If you’ve worked through every step above, other devices on the same network connect fine, and your Windows 11 PC still won’t get online, that points to something deeper — a failing Wi-Fi card, corrupted network drivers that won’t reinstall cleanly, or a Windows system file issue that needs an sfc /scannow or DISM repair. At that point, it’s genuinely worth taking the machine to a certified technician or contacting Microsoft Support directly rather than guessing further, especially if you’re not comfortable working in Command Prompt or Device Manager. Forcing changes you’re unsure about (registry edits in particular) can create bigger problems than the one you started with.
Once you’re back online, two related headaches worth bookmarking: if downloads keep stalling partway through even after your connection is stable, see our guide on browser downloads stopping midway, and if you use an iPhone alongside your PC, here’s how to transfer photos from iPhone to PC without iTunes once you’re reconnected.
FAQ
Why does Windows 11 say “connected” when I have no internet?
Because “connected” only confirms your PC successfully joined the Wi-Fi network at the router level. It doesn’t confirm DNS resolution or a working route to the wider internet, which is where the actual failure usually sits.
Does changing my DNS server slow down my internet?
No — public DNS services like Google (8.8.8.8) or Cloudflare (1.1.1.1) are typically as fast as or faster than your ISP’s default DNS, since they run large, well-optimized global server networks.
Will a network reset delete my files?
No. Network reset only removes and reinstalls network adapters and clears saved Wi-Fi passwords, custom DNS, and proxy settings. Your personal files, apps, and documents are untouched.
Is netsh winsock reset safe to run?
Yes, it’s a standard Microsoft-supported command that resets the Windows network stack to default settings. It won’t delete files or uninstall software, though you should restart afterward for it to fully apply.
Why does only my PC lose internet while my phone stays connected?
This points to a Windows-side issue rather than a router problem — usually a bad DNS cache, a corrupted network profile, or an outdated Wi-Fi driver specific to your PC’s adapter.
Conclusion
Most “Wi-Fi connected but no internet” cases on Windows 11 come down to DNS, a stuck IP lease, or a driver that needs updating — and you can usually clear it in under five minutes without touching your router. Work through the list in order: DNS change, DNS flush, driver update, then the Winsock/network reset if you’re still stuck. If none of it works and other devices are fine on the same network, that’s your signal to stop troubleshooting solo and get a professional to look at the hardware or run a deeper system repair.
Related reading: if you’re also dealing with a Spotify window that won’t stop launching at startup, or an SD card that suddenly shows as RAW instead of its files, our guides on stopping Spotify from opening on startup and fixing a microSD card stuck in RAW file system cover those separately. And if your laptop tends to run hot during long troubleshooting sessions, a clogged vent can also cause wireless card instability — see how to clean laptop air vents safely.
