I've seen this one enough times to know how confusing it can be.
Windows says the Wi-Fi is connected.
The signal looks normal.
You can see your wireless network name.
But Windows still says:
No Internet
So what exactly is broken?
The important thing to understand is that being connected to Wi-Fi and being connected to the internet are not the same thing.
Your connection is more like this:
PC → Wi-Fi → Router → ISP → Internet
Your PC can successfully connect to the router while something else further along the path is failing.
Here's how to find out where the problem actually is.
First, Check Another Device
Before changing anything on your Windows PC, take your phone or another computer and connect it to the same Wi-Fi network.
Then try opening a website.
If the other device also has no internet
The problem probably isn't your Windows PC.
Possible causes include:
- router problems
- modem problems
- ISP outage
- DNS problems
- temporary internet service interruption
In this situation, spending an hour changing Windows network settings probably won't help.
If other devices work normally
Now the Windows PC becomes the more likely source of the problem.
That's when it's worth investigating Windows, the Wi-Fi adapter, DNS, VPN software, or the network configuration.
Check Whether Windows Is Actually Connected to the Router
Open Command Prompt and run:
ipconfig
Find your Wi-Fi adapter.
You should see information similar to:
IPv4 Address
Subnet Mask
Default Gateway
The Default Gateway is usually your router's local IP address.
It might look something like:
192.168.1.1
or:
192.168.0.1
Your address may be different.
Now test the gateway:
ping 192.168.1.1
Replace the address with the Default Gateway shown by ipconfig.
If you receive replies, your PC can communicate with the router.
That's important.
It means the Wi-Fi connection itself may be working even though Windows reports "No Internet."
Now Test the Internet Directly
Try:
ping 1.1.1.1
If you receive replies here but websites still don't open, the problem may not be the Wi-Fi connection.
Your PC can reach an internet server.
That points us toward another layer of the connection.
One possibility is DNS.
Test DNS
Now try:
ping google.com
Compare the result with the previous test.
If:
ping 1.1.1.1
works,
but:
ping google.com
fails,
DNS becomes a strong suspect.
DNS is responsible for translating domain names such as:
google.com
into IP addresses.
So your internet connection can technically be working while domain-name resolution is failing.
This is one reason the Windows message No Internet can be misleading.
Try Disconnecting and Reconnecting
It sounds obvious, but it's worth trying.
Disconnect from the Wi-Fi network and reconnect.
If the connection immediately returns, pay attention to how long it stays working.
If it fails again after five minutes, that's more useful information than simply knowing that reconnecting worked.
A temporary recovery doesn't necessarily mean the underlying problem is fixed.
Forget the Wi-Fi Network
If reconnecting doesn't help, try removing the saved network configuration.
Go to:
Settings → Network & internet → Wi-Fi → Manage known networks
Select your network and choose:
Forget
Then connect again and enter your Wi-Fi password.
This can help when Windows has an outdated or problematic saved configuration.
Check Your VPN
If you use a VPN, temporarily disconnect it and test the connection again.
VPN software changes how network traffic is routed.
That doesn't mean VPNs are bad or that a VPN is necessarily responsible for the problem.
But if the No Internet message appears only when the VPN is connected, that's an important clue.
The same idea applies to other software that installs virtual network adapters or network filters.
Restart the Router Only If Other Devices Are Affected
If your phone, tablet, and other computers also can't access the internet, restart the router and modem if appropriate.
But don't automatically restart everything just because one Windows PC says No Internet.
If every other device is working normally, the router may be perfectly fine.
Troubleshooting becomes much easier when you avoid changing things that aren't actually involved.
Check the Wi-Fi Adapter
If other devices work normally but your Windows PC repeatedly loses connectivity, check the Wi-Fi adapter.
Open:
Device Manager → Network adapters
Find your wireless adapter.
Look for:
- warning icons
- driver errors
- the adapter disappearing
- repeated reconnects
- problems that began after a driver update
If the problem started immediately after a driver update, that timing is especially interesting.
Depending on the situation, updating or rolling back the driver may help.
Use drivers from your computer or adapter manufacturer's official source rather than downloading random driver packages.
Check Power Management
Windows can use power-management features to reduce power consumption.
In some situations, this can contribute to network instability.
Open the Wi-Fi adapter's properties in Device Manager and look for:
Power Management
If you see:
Allow the computer to turn off this device to save power
you can test what happens when that option is disabled.
Don't treat this as a guaranteed fix.
Treat it as an experiment.
If the problem disappears afterward, you've learned something useful about the cause.
What If the Wi-Fi Signal Looks Perfect?
A strong Wi-Fi signal doesn't guarantee internet access.
Your PC might have an excellent wireless connection to the router while the router has no working internet connection.
Think of it like this:
PC ←→ Router
can be perfectly healthy while:
Router ←→ Internet
is broken.
That's why the gateway and external IP tests are useful.
They help determine which part of the path is failing.
2.4 GHz vs 5 GHz
If your router offers both 2.4 GHz and 5 GHz, testing the other band can also provide useful information.
2.4 GHz generally has better range and can work better through obstacles, but it can be more crowded.
5 GHz can provide higher speeds and more available channels, but range is usually shorter.
If the problem happens only on one band, that's a clue worth investigating.
It could point toward:
- interference
- signal strength
- router configuration
- adapter compatibility
- driver behavior
Try Another Network
One of the easiest ways to separate a PC problem from a router problem is to connect the Windows PC to another network.
For example:
- a phone hotspot
- another Wi-Fi router
- a different location
If the PC works perfectly on another network, your original router or network environment becomes more suspicious.
If the PC shows the same problem everywhere, investigate the PC itself more closely.
This kind of A/B test is often more useful than changing ten Windows settings at once.
Don't Immediately Use Network Reset
Windows has a Network reset feature that can reinstall network adapters and return networking components to their default state.
It can be useful.
But I wouldn't make it the first step.
A reset can remove networking configurations that other applications depend on.
Try the simpler tests first:
- Check another device.
- Check the Default Gateway.
- Test an external IP.
- Test DNS.
- Check VPN software.
- Check the adapter and driver.
- Then consider a network reset.
Knowing what failed before resetting everything is much more valuable.
A Simple Way to Understand the Problem
Here's the troubleshooting logic I use:
Wi-Fi connected + every device has no internet
Look at the:
Router / modem / ISP
Wi-Fi connected + only Windows has no internet
Look at:
Windows / adapter / DNS / VPN / network configuration
Gateway ping fails
Look at:
Local Wi-Fi connection / adapter / router
Gateway works but 1.1.1.1 fails
Look at:
Router / ISP / routing
1.1.1.1 works but google.com fails
Look at:
DNS
Everything works until a VPN is enabled
Look at:
VPN configuration / routing
This is much more useful than simply searching for a single "Windows No Internet fix."
Why Does This Keep Coming Back?
If the problem happens repeatedly, don't just reconnect and forget about it.
Try to find a pattern.
Write down:
- when it happens
- whether other devices are affected
- whether Wi-Fi is still connected
- whether the PC was waking from sleep
- whether a VPN was active
- whether reconnecting immediately fixed it
- whether the problem happens on other networks
For example, you might discover that:
It only happens after sleep.
Or:
It only happens when the VPN is connected.
Or:
It happens only on 5 GHz.
Or:
Every device loses internet at the same time.
Each observation eliminates another possible cause.
Don't Blame Windows Too Quickly
The message No Internet appears on Windows, so it's natural to assume Windows is broken.
But the operating system is only reporting what it can determine about the connection.
The actual problem could be somewhere else.
That's why I prefer to work through the connection one layer at a time instead of immediately changing registry settings or reinstalling drivers.
The goal isn't to make the warning disappear.
The goal is to find out why it appeared.
Final Thoughts
If your Windows PC says No Internet while Wi-Fi appears connected, don't panic.
Start with the simplest question:
Does another device on the same Wi-Fi have internet?
Then check whether your PC can communicate with the router.
After that, test an external IP and DNS.
If necessary, investigate the adapter, driver, VPN, power management, and router.
Most importantly, don't change ten things simultaneously.
Change one thing.
Test it.
Observe the result.
Then move to the next possibility.
That's how you turn an annoying Windows network problem into something you can actually diagnose.
While working on Windows-related problems, I've also become interested in something slightly broader: not just whether a PC has an internet connection, but what the computer is doing in the background when something unusual happens.
That's one of the reasons I built SysPulse, a lightweight Windows security monitor.
It watches local system activity and can send Telegram alerts when it detects events such as new processes, USB activity, or other unusual system changes.
It's not a replacement for the Windows networking tools above, and it won't magically fix a broken Wi-Fi connection.
The idea is simply to have another source of information when you're trying to understand what changed on a Windows machine.
If you're interested, you can see the project here:
SysPulse — Windows Security Monitor
If you're troubleshooting another strange Windows problem, you may also find these useful:
Why Does My Windows PC Keep Disconnecting From Wi-Fi?
Why Is My Windows PC Using Internet When I'm Not Doing Anything?
Top comments (0)