You open your laptop, the Wi-Fi icon shows a solid connection in the taskbar — but every webpage fails to load. No browser works, apps say “no internet,” and you have no idea why. This frustrating situation where Wi-Fi is connected but there’s no internet access is one of the most common problems Windows 11 users face.
The good news: it almost always has a software-side cause — a DNS glitch, a stale IP address, or a confused network adapter — which means you can fix it yourself in minutes without calling your ISP.
This guide walks you through 7 proven fixes, starting with the easiest, so you’re back online as fast as possible.
Quick Answer
If your Wi-Fi shows connected but internet isn’t working on Windows 11, start by restarting your router and PC. If that fails, open Command Prompt as administrator and run: netsh winsock reset, netsh int ip reset, ipconfig /flushdns, then restart. This clears most DNS and TCP/IP issues in under two minutes.
Why Is Wi-Fi Connected But There’s No Internet?
Your device can connect to your router without actually reaching the internet. Think of it like getting into a car that has no fuel — you’re seated and buckled, but going nowhere.
The most common causes are:
- DNS failure — Windows can’t translate website names (like google.com) into IP addresses.
- IP address conflict or stale lease — Your PC grabbed a bad or duplicate IP address from the router.
- Corrupted TCP/IP stack — The core networking software hit an internal error.
- Router or modem hiccup — The router is running fine but its own internet connection dropped.
- Outdated or glitched network driver — The Wi-Fi adapter software needs a refresh.
A quick way to narrow it down: check if other devices (phone, tablet) on the same Wi-Fi also have no internet. If they do, the problem is your router or ISP. If only your Windows 11 PC is affected, it’s a local issue — and the fixes below will solve it.
Fix 1: Restart Your Router and Your PC
Before anything else, do this. It solves the problem more often than you’d expect, because it clears the router’s memory and forces both devices to renegotiate the connection cleanly.
- Unplug your router (and modem, if they’re separate) from the power socket.
- Wait a full 30 seconds — this clears the router’s RAM properly, not just a quick blink.
- Plug the modem back in first, wait 60 seconds for it to fully reconnect, then plug in the router.
- Restart your Windows 11 PC.
- Reconnect to Wi-Fi and test by opening a few websites.
Pro tip: If your router has a dedicated Restart button (not Reset — that wipes settings), use it instead of unplugging. It runs a cleaner restart cycle and takes about the same time.
Fix 2: Run the Windows Network Troubleshooter
Windows 11 has a built-in network diagnostic tool that catches and fixes common problems automatically. It’s not perfect, but it’s fast and worth running before doing anything manual.
- Press Windows + I to open Settings.
- Go to System > Troubleshoot > Other troubleshooters.
- Click Run next to Internet Connections.
- Follow any on-screen prompts and apply the suggested fixes.
- Restart your PC when done, then test your connection.
Troubleshooting tip: If the troubleshooter reports “No issues found” but you still have no internet, skip ahead to Fix 3. The built-in tool doesn’t detect DNS corruption or IP conflicts well — those need manual commands.
Fix 3: Flush DNS and Reset TCP/IP (Most Effective Fix)
This is the single most effective fix for “connected but no internet” on Windows 11. It clears the DNS cache (where Windows stores website address lookups) and resets the core networking stack to its defaults — without affecting any of your files or apps.
- Click the Start button, type cmd, then right-click Command Prompt and choose Run as administrator. You must run it as administrator or the commands will silently fail.
- Type each command below and press Enter after each one:
netsh winsock reset
netsh int ip reset
ipconfig /flushdns
ipconfig /release
ipconfig /renew
- Close Command Prompt.
- Restart your PC — the resets don’t fully apply until Windows reboots.
- Reconnect to Wi-Fi and test.
Pro tip: You can select all five commands, copy them, and paste the whole block into Command Prompt at once. They’ll run in sequence automatically, saving you time.
Troubleshooting tip: If you see “Access denied” on any command, you opened Command Prompt without administrator rights. Close it and redo step 1, making sure to right-click and choose “Run as administrator.”
Fix 4: Change Your DNS Server to Google or Cloudflare
Your ISP’s DNS server can go down, get overloaded, or respond slowly — cutting off internet access even when your Wi-Fi is perfectly fine. Switching to a reliable public DNS server often fixes this instantly and can also speed up browsing.
- Press Windows + I, go to Network & Internet > Wi-Fi.
- Click your connected network name, then scroll down and click Edit next to DNS server assignment.
- Change the dropdown from Automatic to Manual.
- Toggle IPv4 on.
- Set Preferred DNS and Alternate DNS using the table below.
- Click Save and test your connection.
| DNS Provider | Preferred DNS | Alternate DNS | Best For |
|---|---|---|---|
| 8.8.8.8 | 8.8.4.4 | Reliability and speed | |
| Cloudflare | 1.1.1.1 | 1.0.0.1 | Privacy and speed |
| OpenDNS | 208.67.222.222 | 208.67.220.220 | Family-safe filtering |
Pro tip: Always set both Preferred and Alternate DNS. If you leave the alternate blank, Windows has no fallback when the primary DNS is temporarily unreachable, which causes intermittent failures.
Fix 5: Update or Reinstall Your Network Adapter Driver
A corrupted or outdated Wi-Fi driver can cause exactly this symptom — showing as connected to the router, but unable to pass real internet traffic. Updating the driver takes less than two minutes.
- Right-click the Start button and select Device Manager.
- Expand Network adapters.
- Right-click your Wi-Fi adapter (look for “Wireless” or “Wi-Fi” in the name) and choose Update driver.
- Select Search automatically for drivers and let Windows check for an update.
- If no update is found and the problem persists, right-click the adapter again and choose Uninstall device.
- Restart your PC — Windows reinstalls the driver automatically on reboot.
Pro tip: If Windows can’t find a newer driver, visit your PC manufacturer’s website (Dell Support, HP Support, Lenovo Support, ASUS Support, etc.) and search for your model number to download the latest Wi-Fi driver directly.
If your Wi-Fi also cuts out randomly rather than just showing no internet, see our guide on how to fix Wi-Fi keeps disconnecting on Windows 11 for additional driver and power-management steps.
Fix 6: Disable IPv6 on Your Network Adapter
Some routers and ISPs don’t fully support IPv6 — the newer internet address format. When Windows 11 tries to use IPv6 but the router can’t handle it properly, you get a “connected, no internet” result. Disabling IPv6 on your adapter is safe, reversible, and often fixes the problem instantly.
- Press Windows + R, type ncpa.cpl, and press Enter to open Network Connections.
- Right-click your Wi-Fi connection and choose Properties.
- In the list, uncheck Internet Protocol Version 6 (TCP/IPv6).
- Click OK, then disconnect from Wi-Fi and reconnect.
Troubleshooting tip: If disabling IPv6 makes things worse rather than better, go back into the adapter’s Properties and re-check the IPv6 box to restore it. This fix only helps when IPv6 is the specific cause.
Fix 7: Reset All Windows Network Settings
If none of the above fixes have worked, a full network reset is your final built-in option. It wipes all adapter settings, saved VPN configurations, and proxy settings — giving Windows 11 a completely clean networking slate.
- Go to Settings > Network & Internet > Advanced network settings.
- Scroll to the bottom and click Network reset.
- Click Reset now and confirm the prompt.
- Your PC restarts automatically within 5 minutes.
- After it restarts, reconnect to your Wi-Fi network — you’ll need to re-enter your Wi-Fi password.
Note: A network reset removes all saved Wi-Fi passwords and VPN app settings. Have your Wi-Fi password ready before you begin. Any VPN software will need to be reconfigured afterward.
Once you’re back online, if your connection feels sluggish, our guide on how to fix slow internet on Windows 11 has 10 speed-boosting steps you can apply right away.
Common Mistakes to Avoid
- Skipping the router restart. Most people immediately jump to advanced fixes when a simple 30-second router restart would have solved it. Always start there — it fixes the problem roughly 30% of the time.
- Running Command Prompt without admin rights. The
netshandipconfigcommands return “Access denied” or appear to succeed but do nothing without administrator privileges. Always right-click and choose “Run as administrator.” - Skipping the restart after Fix 3. The Winsock and TCP/IP resets require a full Windows reboot to take effect. If you skip the restart and immediately test the connection, the fix hasn’t applied yet.
- Setting only the preferred DNS and leaving the alternate blank. Without a fallback DNS address, any temporary hiccup on your primary DNS server causes another “no internet” outage. Always fill in both fields.
- Reinstalling the same driver version. Uninstalling and reinstalling an outdated driver just puts the same broken version back. Check the manufacturer’s website for a newer version before uninstalling.
- Assuming it’s always the ISP’s fault. When only one device has no internet but others on the same Wi-Fi are fine, the ISP is almost never the cause. The problem is local to your PC — and these fixes will resolve it.
Frequently Asked Questions
Why does my Wi-Fi say “connected” but there’s no internet?
Your device successfully connected to the router, but the router either can’t reach the internet itself (ISP or modem issue) or your PC has a local problem like a DNS failure, a stale IP address, or a corrupted network driver. Check whether other devices on the same Wi-Fi have internet — that single test tells you whether the issue is in the router or on your PC specifically.
What does flushing DNS actually do?
DNS flushing clears Windows’ local cache of website-to-IP-address lookups. If that cache holds outdated or corrupted entries, your browser can’t find websites even though the network connection is technically working. Flushing forces Windows to request fresh lookups from the DNS server, solving the problem instantly when DNS corruption is the cause.
Will resetting TCP/IP delete my files or personal settings?
No. Resetting TCP/IP only changes your PC’s network stack configuration — the internal rules Windows uses to send and receive internet data. It has no effect on files, installed apps, browser bookmarks, passwords, or any personal settings. You can run it without worry.
Is it safe to change my DNS to Google or Cloudflare?
Yes, completely safe. Google Public DNS (8.8.8.8) and Cloudflare DNS (1.1.1.1) are among the most widely used DNS servers in the world. They’re typically faster and more reliable than your ISP’s default DNS. You can switch back at any time by setting DNS back to Automatic in your network settings.
What if only one specific website won’t load but everything else works?
That’s a different problem from “no internet.” The site itself may be down, your browser’s cache might be stale (press Ctrl+Shift+Delete to clear it), or the site could be blocked by your DNS filter or ISP. Try opening the same URL in a different browser or in an incognito window to rule out a browser issue before doing anything else.
How do I know if my router or my PC is causing the problem?
Connect another device — a smartphone or tablet — to the same Wi-Fi network. If that device also has no internet, the problem is your router or ISP: restart the router or contact your ISP. If only your Windows 11 PC is affected while other devices work fine, the problem is local to your PC and the fixes in this guide will resolve it.
What should I do if none of these seven fixes work?
If all seven fixes fail, suspect a hardware problem with your Wi-Fi adapter or an ISP outage. Run Windows Update first to ensure all system drivers are current. Then call your ISP to check for reported outages in your area. If the adapter itself is failing, a USB Wi-Fi dongle (available for under $15) is an inexpensive temporary fix while you arrange a repair.
Conclusion
The “Wi-Fi connected, no internet” error on Windows 11 is almost always fixable without a technician. Start with a router restart, run the DNS flush and TCP/IP reset commands if that doesn’t help, and switch to a public DNS server if the problem keeps returning. For stubborn cases, updating your network driver or running a full network reset clears the deeper issues.
Try Fix 3 first if you want the fastest resolution — the five Command Prompt commands take under two minutes and solve the majority of cases. Once you’re back online, bookmark this page for next time, and check our guide on how to fix slow internet on Windows 11 if your connection speed isn’t what it should be.