Your Windows PC can say it is connected to Wi-Fi while websites still refuse to load. That is not really a contradiction. The Wi-Fi icon mainly tells us the computer has a local connection to the router. It does not prove that DNS, the modem, the internet provider, the browser, or every service beyond the router is working.
The fastest way to fix this problem is to isolate it before changing settings. Check whether one website is down, one browser is broken, one PC is affected, or every device in the house has lost internet access. Once we know where the failure lives, the next step becomes much easier.
Start With Four Fast Tests

Before restarting or resetting anything, try these four checks:
- Open two or three unrelated websites.
- Try another browser.
- Try the same Wi-Fi on your phone or another computer.
- Turn Wi-Fi off on your phone and confirm the website itself works over cellular data.
These simple tests tell us a lot.
If only one site fails, the site may be the problem.
If one browser fails while another works, focus on that browser.
If one computer fails while other devices browse normally, focus on that computer.
If every device on the network fails, the router, modem, or internet provider becomes much more likely.
What the Windows Wi-Fi Icon Really Means
Microsoft’s current Windows Wi-Fi troubleshooting guide makes an important distinction. A PC can appear connected to Wi-Fi while a specific app, website, firewall rule, or other part of the internet path still has a problem.
Think of Wi-Fi as the short road from your laptop to the router.
The internet is the much longer road after that.
A healthy first road does not guarantee the rest of the trip is open.
If Every Device Is Offline, Look Upstream First
If phones, tablets, TVs, and computers all connect to Wi-Fi but none can reach the web, do not spend half an hour repairing one laptop.
Check the modem or gateway.
Look for unusual status lights.
Check your internet provider’s app or outage page if you can reach it over cellular service.
If your provider reports an outage, local Windows repairs will not solve it.
Restart the Modem and Router the Right Way
A restart is still one of the best early steps when several devices are affected.
If you have a separate modem and router:
- Unplug the router.
- Unplug the modem.
- Wait about 30 seconds.
- Plug the modem back in first.
- Wait until its normal connection lights settle.
- Plug the router back in.
- Wait for Wi-Fi to return, then test again.
If you have one combined gateway, restart that single unit.
This gives the equipment a fresh connection to the provider and clears many temporary faults.
If Only One PC Is Broken, Do Not Reset the Whole House
Suppose your phone browses normally on the same Wi-Fi but the Windows laptop does not.
That is strong evidence that the router and internet service are generally working.
Now we can focus on the computer.
Restart the PC first. Then move through the smaller Windows checks before changing the router.
Run the Windows Network and Internet Troubleshooter
On current Windows 11 systems, Microsoft directs users to the automated Network and Internet troubleshooter in the Get Help experience.
You can open:
Settings > System > Troubleshoot > Other troubleshooters
Then run the Network and Internet troubleshooter.
It can test common adapter and configuration problems without making you guess through dozens of settings.
I would use this early in the process, not after an hour of manual changes.
Forget the Wi-Fi Network and Reconnect
A saved Wi-Fi profile can become stale or confused after a router change, password update, security change, or other network adjustment.
In Windows 11, go to:
Settings > Network & internet > Wi-Fi > Manage known networks
Select your network and choose Forget.
Then reconnect and enter the password again.
This does not reset the router. It simply rebuilds that PC’s saved connection profile.
Try Another Wi-Fi Band if the Connection Itself Looks Weak
If your router exposes separate networks, try the other band.
A distant device may hold 2.4 GHz more reliably. A nearby modern laptop may perform better on 5 GHz or 6 GHz.
Our current guide to 2.4 GHz, 5 GHz, and 6 GHz Wi-Fi explains when changing bands can help and when it is better to leave band steering to the router.
But if the Wi-Fi signal is strong and no websites load at all, keep looking. The band may not be the real problem.
Try Ethernet or a Phone Hotspot to Narrow It Down
A second network path is one of the most useful troubleshooting tools.
If the laptop works over Ethernet but not Wi-Fi, the wireless side deserves attention.
If it works on your phone’s hotspot but not your home network, the home router, modem, DNS, or ISP path becomes more suspicious.
If it fails on Wi-Fi, Ethernet, and a hotspot, the problem is probably local to the computer or browser.
Each test removes a chunk of guesswork.
Check for a Browser-Only Problem
If Edge fails, try Chrome or Firefox. If Chrome fails, try Edge.
Also try a private or incognito window.
If the private window works, the normal browser profile may have a bad extension, cached data, cookie issue, or custom setting.
Disable extensions one at a time rather than deleting everything immediately.
Also make sure the browser itself is current.
VPNs and Proxies Can Break Browsing While Wi-Fi Looks Fine
A VPN creates another path between your device and the internet.
A proxy can redirect web traffic through another server.
If either path fails, the Windows Wi-Fi icon can still look normal.
Temporarily disconnect the VPN and test.
Then check:
Settings > Network & internet > Proxy
If you do not intentionally use a manual proxy, make sure a strange manual setting has not been left behind.
On a work computer, do not remove company-managed settings without checking with IT.
Security Software Can Be the Middleman Too
Some antivirus suites, web filters, parental-control tools, endpoint-security products, and firewalls inspect web traffic.
If the problem began immediately after installing or updating one of those products, it belongs on the suspect list.
Do not permanently disable security just to make browsing work.
Use a brief diagnostic test if appropriate, then repair or reconfigure the product if it proves to be the cause.
DNS Is a Common Reason Websites Fail
DNS turns names such as example.com into network addresses computers can use.
If the internet connection is alive but DNS is failing, a browser can act as though the internet is down because it cannot find the sites you requested.
This is why DNS problems can feel strange. The network is partly working.
The naming system is not.
Flush the DNS Cache
Microsoft’s current troubleshooting sequence includes flushing the DNS resolver cache.
Open Command Prompt as administrator and run:
ipconfig /flushdns
Then test the browser again.
This clears locally cached DNS information. It is a smaller step than resetting the entire network configuration.
Renew the IP Address if Windows Did Not Get One Properly
Microsoft also recommends releasing and renewing the IP configuration when appropriate.
In an elevated Command Prompt:
ipconfig /release
ipconfig /renew
If Windows shows an address beginning with 169.254 when you expected normal DHCP from a home router, that can mean the PC did not receive a usable address from the router.
In that case, check DHCP on the router and the connection between the device and access point.
Reset Winsock and TCP/IP Only After Simpler Tests
For stubborn Windows networking problems, Microsoft’s support sequence includes:
netsh winsock reset
netsh int ip reset
These are deeper repairs than simply flushing DNS.
Restart the PC after running them.
I would not begin here if the problem is obviously a provider outage or one broken website. Use the commands when the evidence points toward the Windows networking stack.
Check Whether DNS Is Set Manually
For most home users, automatic DHCP and DNS settings from the router are the simplest starting point.
If you previously entered a custom DNS server and browsing suddenly stopped, test automatic settings again.
Windows 11 also supports manual DNS and DNS over HTTPS, but a wrong address can break name resolution.
Do not change DNS just because a generic tutorial says one provider is always faster. First prove DNS is the problem.
One Site Failing Can Be a Hosts File Problem
The Windows Hosts file can override normal DNS for specific names.
Developers, ad-blocking tools, testing software, malware, or old manual edits can add entries there.
If a few specific sites always fail while everything else works, the Hosts file is worth checking.
Do not delete it blindly if your work environment uses intentional entries.
Captive Portals Can Make Public Wi-Fi Look Connected but Useless
Hotels, airports, hospitals, cafés, and guest networks may require you to accept terms or sign in through a captive portal.
Windows can connect to the access point before that login is complete.
Try opening a plain website in the browser and look for a sign-in page.
If the portal will not appear, disconnect and reconnect or ask the venue for its current login steps.
Wrong Date and Time Can Break Secure Websites
Modern websites rely on TLS certificates.
If the computer’s clock is badly wrong, certificate validation can fail and many sites may refuse to open.
Make sure Windows has the correct date, time, and time zone.
Then enable automatic time synchronization if appropriate.
Check Windows Update and the Network Driver
If the problem began after an update or driver change, the network adapter deserves attention.
Check Windows Update first.
If the adapter remains broken, Microsoft’s current guidance includes uninstalling the network adapter in Device Manager and restarting so Windows can reinstall it.
Before doing that, make sure you can obtain the proper driver from the computer manufacturer if Windows does not reinstall it automatically.
This matters most when the PC is your only internet-capable device.
Do Not Factory-Reset the Router Too Early
A normal power restart and a factory reset are very different things.
A factory reset can erase:
- Wi-Fi names and passwords;
- ISP settings;
- port forwards;
- guest networks;
- parental controls;
- custom DNS;
- mesh settings;
- other configuration.
Do not wipe all of that because one browser failed for five minutes.
Use Windows Network Reset as a Last Step
Microsoft is very clear about this.
Network reset should be one of the last steps you try.
In Windows 11, it is under:
Settings > Network & internet > Advanced network settings > Network reset
It removes installed network adapters and their settings. After restart, Windows reinstalls the adapters with defaults.
You may then need to reinstall or reconfigure VPN clients, Hyper-V virtual switches, and other networking software.
That is why it belongs near the end, not the beginning.
Brief Dropouts Are a Different Problem
If browsing works most of the time but freezes for five or ten seconds, that is not quite the same as a computer that stays connected but cannot browse at all.
Our guide to internet connections that drop for a few seconds uses ping tests and other checks to separate Wi-Fi loss, router problems, DNS trouble, and an ISP interruption.
The symptom pattern matters.
Slow Internet Is Also Different From No Browsing
A page that takes a long time to load may be suffering from a very slow connection rather than a broken one.
Our guide to how slow 128 kbps really feels shows how tiny connection rates translate into long load and download times.
Before repairing Windows, run a speed test from more than one device if the web is merely slow.
A Practical Troubleshooting Order
If I were fixing a Windows 11 PC today, I would work in this order:
- Test several websites.
- Test another browser.
- Test another device on the same network.
- Check for an ISP outage.
- Restart the PC.
- Restart the modem and router if the network itself looks affected.
- Run the Windows Network and Internet troubleshooter.
- Forget and reconnect to Wi-Fi.
- Test another band, Ethernet, or a phone hotspot.
- Temporarily test without VPN or proxy.
- Flush DNS and renew the IP address if needed.
- Check driver and Windows updates.
- Use deeper TCP/IP repairs only when the evidence points there.
- Use Network reset last.
That order preserves information and avoids creating new problems while we are trying to fix the first one.
When to Call the ISP
Call the provider when several devices fail, the modem cannot establish its normal connection, outage information points to the neighborhood, or direct testing strongly suggests the problem is upstream.
Before calling, note:
- when the problem started;
- whether Ethernet and Wi-Fi both fail;
- whether all devices are affected;
- what the modem lights show;
- whether restarting changed anything.
That gives support something useful to work with.
When to Suspect the Router
A router becomes more suspicious when the modem appears online but all local devices lose internet access, when restarts help only briefly, or when Wi-Fi and wired routing fail together.
Also consider age.
An old router with outdated firmware, overheating hardware, or limited capacity may become unreliable under a modern household load.
But replacement should follow diagnosis, not precede it.
Connected Is Only the First Hop
That is the idea that makes this whole problem easier to understand.
“Connected to Wi-Fi” means your device reached the local network.
Browsing still depends on the router, modem, ISP, IP configuration, DNS, browser, security software, and the website itself.
So do not attack every layer at once.
Test one boundary at a time. Find the first place that fails. Use the least disruptive fix that matches the evidence.
That turns “connected but nothing loads” from a mystery into a troubleshooting path.