Windows

Wi-Fi Connected But No Internet on Windows 11? The Fix Order That Works

Published June 10, 2026 · by The FixHub Team

“Connected, but no internet” on Windows 11 means your PC reached the router fine, but something between the router and the wider internet — or in Windows’ own network stack — is broken. Here’s how to find which, fastest-first, without random guessing.

Step 1: Is it the PC, or everything?

Check another device (your phone on the same Wi-Fi):

  • Phone also has no internet → it’s your router/ISP, not Windows. Skip to Step 2.
  • Phone works fine → it’s this PC. Jump to Step 3.

Step 2: Restart the router (fixes more than half of cases)

  1. Unplug the router (and separate modem, if you have one) from power.
  2. Wait a full 30 seconds — this clears its memory and forces a fresh connection to your ISP.
  3. Plug the modem back first, wait for its lights to settle, then the router.
  4. Reconnect and test.

If every device is still offline after this, the problem is upstream — contact your ISP.

Step 3: Reset the Windows network stack (the core fix)

When only your PC is affected, Windows’ network components are usually corrupted. Reset them:

  1. Click Start, type cmd, right-click Command Prompt → Run as administrator.
  2. Run these in order, pressing Enter after each:
    netsh winsock reset
    netsh int ip reset
    ipconfig /release
    ipconfig /renew
    ipconfig /flushdns
  3. Restart your PC. This is required — Windows can’t rebuild these layers while they’re in use.

What this does: resets the network sockets (Winsock), rebuilds the TCP/IP stack, drops and pulls a fresh IP address from the router, and clears a corrupted DNS cache. Together they cure the large majority of single-PC “no internet” cases.

Step 4: Change your DNS server

If pages still won’t load (but the connection looks fine), your ISP’s DNS may be failing. Switch to a reliable public DNS:

  1. Settings → Network & internet → Wi-Fi → Hardware properties.
  2. Next to DNS server assignment, click Edit → choose Manual → turn on IPv4.
  3. Preferred DNS: 8.8.8.8 · Alternate: 8.8.4.4 (Google) — or 1.1.1.1 / 1.0.0.1 (Cloudflare).
  4. Save and retest.

Step 5: Disable VPN / proxy and check date/time

  • A misbehaving VPN or proxy is a classic “connected, no internet” cause — disconnect it and test.
  • A wrong system clock breaks the secure handshake for HTTPS sites. Settings → Time & language → Date & time → Set time automatically.

Step 6: Network reset (last resort)

This wipes all network adapters and settings back to default — you’ll re-enter Wi-Fi passwords afterward:

Settings → Network & internet → Advanced network settings → Network reset → Reset now. Your PC restarts and reinstalls every adapter clean. This fixes deep corruption the commands in Step 3 can’t.

FAQ

It happens right after a Windows update. Updates can corrupt the network stack or change adapter settings — Step 3 (the five commands) is the targeted fix.

Only one browser fails, others work. Then your connection is fine — it’s a browser issue (clear cache, disable extensions, reset the browser), not a Windows network problem.

Wi-Fi drops to “no internet” repeatedly. Update your Wi-Fi adapter driver (Device Manager → Network adapters), and in the adapter’s Power Management tab, uncheck “Allow the computer to turn off this device to save power.”

Sources: Microsoft — Fix Wi-Fi connection issues in Windows