Last updated: January 15, 2026
Windows Wi-Fi issues fall into a few distinct categories: the dreaded "Can't connect to this network" error (a corrupted saved profile), "No internet access" while connected (a router or DNS problem), the Wi-Fi icon missing entirely from the taskbar (a disabled adapter), or Wi-Fi dropping every few minutes (a power management issue). Each has a specific fix — here's how to identify and solve yours.
The "Can't connect to this network" error is almost always a corrupted saved network profile — Windows is trying to use stale security settings or a wrong password. The fix is to delete the saved profile and start fresh.
If you don't know your Wi-Fi password, check the back or bottom of your router — it's usually printed there. Alternatively, on a device that's already connected (like your phone), look in the Wi-Fi settings for a "Share" or QR code option.
"No internet access" while connected to Wi-Fi means Windows reached your router but your router can't reach the internet. First check if other devices (phone, tablet) on the same network also have no internet. If they do, the problem is your router or ISP — restart the router by unplugging it for 30 seconds. If only your Windows PC is affected, the problem is local network configuration.
Open Command Prompt as Administrator (search "cmd" in the Start menu, right-click, select "Run as administrator"), then run these commands one by one:
netsh winsock reset — fixes corrupted socket entriesnetsh int ip reset — rebuilds IP configurationipconfig /release — releases your current IP addressipconfig /renew — requests a fresh IP from the routeripconfig /flushdns — clears stale DNS cacheRestart your PC after running all five commands. This fixes most "connected but no internet" issues on Windows.
If you can connect to Wi-Fi but some websites won't load or load slowly, your ISP's DNS servers may be having issues. Switching to Google or Cloudflare's DNS servers is fast, free, and often speeds up browsing significantly.
8.8.8.8, Alternate DNS 8.8.4.4 (Google), or Preferred 1.1.1.1, Alternate 1.0.0.1 (Cloudflare).Windows has a built-in diagnostic tool that catches and automatically fixes several common Wi-Fi issues — it's worth running before going deeper.
On Windows 10, the path is Settings > Update & Security > Troubleshoot > Additional troubleshooters > Internet Connections.
If the Wi-Fi icon is gone from your taskbar, or you can't see any Wi-Fi networks, the adapter may be disabled — either through Device Manager or a physical key on your laptop.
If Windows keeps disconnecting from Wi-Fi every few minutes, especially when the screen is idle, power management is turning off the wireless adapter to save battery. This is a known Windows "feature" that causes a lot of frustration.
Also go to Control Panel > Power Options > Change plan settings > Change advanced power settings > Wireless Adapter Settings > Power Saving Mode and set it to Maximum Performance.
Outdated drivers cause connection failures. But sometimes a new driver that Windows Update pushed is actually worse than the previous one. You can do both.
To update:
To roll back after a bad update:
If nothing else has worked, a full network reset reinstalls all network adapters and resets all network components. You'll lose saved Wi-Fi passwords, VPN settings, and custom firewall rules, so be prepared to reconfigure those.
On Windows 10, this is at Settings > Network & Internet > Status > Network reset.
Q: What does "Can't connect to this network" mean on Windows?
A: This error means Windows has a corrupted saved profile for that Wi-Fi network. The stored password, security settings, or IP configuration no longer matches what the router expects. Fix it by forgetting the network (Settings > Network & Internet > Wi-Fi > Manage Known Networks > Forget) and reconnecting fresh.
Q: Why does Windows show "No Internet Access" even though Wi-Fi is connected?
A: A yellow triangle means Windows connected to your router but the router can't reach the internet. Try restarting your router. If other devices are fine and only your PC is affected, run the five TCP/IP reset commands in Command Prompt as Administrator (netsh winsock reset, netsh int ip reset, ipconfig /release, /renew, /flushdns).
Q: The Wi-Fi icon is missing from my Windows taskbar — how do I get it back?
A: Check if your Wi-Fi adapter is disabled: open Device Manager (Win+X), expand Network Adapters, right-click your wireless adapter, and select Enable Device. Also check for a physical Wi-Fi toggle key on your laptop keyboard (often Fn+F2).
Q: Why does my Windows PC keep dropping Wi-Fi every few minutes?
A: Windows Power Management is turning off the adapter to save power. Fix it in Device Manager: right-click your Wi-Fi adapter > Properties > Power Management tab > uncheck "Allow the computer to turn off this device to save power." Also set Wireless Adapter Settings to Maximum Performance in Power Options.
Q: What do the TCP/IP reset commands actually do?
A: netsh winsock reset fixes the Winsock catalog which handles socket communications. netsh int ip reset rebuilds IP configuration entries. ipconfig /release and /renew request a fresh IP address from your router. ipconfig /flushdns clears cached DNS entries. Together they clean up most software-level network issues without affecting your files or settings.
If you've tried all 8 fixes and Wi-Fi still doesn't work, the Wi-Fi adapter hardware may be failing — this is especially common on older laptops. A USB Wi-Fi adapter (around $15-20) is a quick workaround that bypasses the built-in adapter entirely. If this is a new PC under warranty, contact the manufacturer for a hardware replacement.
Related guides: Wi-Fi Connected But No Internet | Google Chrome Crashing | Zoom Microphone Not Working