Windows Connected to Wi-Fi or Ethernet but No Internet – Complete Troubleshooting Guide for Windows 11 and Windows 10
One of the most common Windows networking problems occurs when the computer appears to be successfully connected to a network but cannot access the internet....
One of the most common Windows networking problems occurs when the computer appears to be successfully connected to a network but cannot access the internet.
You may see messages such as:
- Connected, no internet
- No Internet access
- No internet, secured
- Unidentified network
- Ethernet connected but no internet
- Wi-Fi connected but no internet
- A globe/network icon instead of the normal internet status icon
This problem can affect both Windows 11 and Windows 10, and it may occur on laptops, desktops, office computers, home networks, or systems connected through Wi-Fi, Ethernet, switches, access points, or corporate networks.
The important point is that being connected to Wi-Fi or Ethernet does not necessarily mean the computer has internet access.
Your computer may successfully connect to the router while communication between the router and the internet—or between Windows and the router—is failing.
1. Understand What “Connected but No Internet” Means
A typical internet connection follows this path:
Computer → Wi-Fi/Ethernet → Router → Modem/ONT → Internet Service Provider → Internet
A problem anywhere in this chain can cause internet access to fail.
For example, Windows may establish a Wi-Fi connection with your router successfully. The Wi-Fi icon therefore shows that the computer is connected.
However, the router itself may have lost its internet connection.
Similarly, an Ethernet cable may establish a physical link between the computer and switch/router, but incorrect IP, DNS, gateway, VLAN, DHCP, driver, or router settings can prevent internet communication.
2. First Determine Whether the Problem Is the PC or Network
Before changing Windows settings, determine whether other devices can access the internet.
Test the same network using:
- Another laptop
- Another desktop
- Smartphone
- Tablet
- Smart TV
- Another Ethernet-connected computer
Scenario A – Internet Is Not Working on Any Device
The problem is probably related to:
- Router
- Modem/ONT
- ISP
- WAN connection
- Broadband authentication
- DNS supplied by ISP
- Router configuration
In this situation, troubleshooting Windows extensively may not solve the problem.
Scenario B – Internet Works on Other Devices but Not This Computer
The problem is more likely related to the affected Windows computer.
Continue with the troubleshooting methods below.
3. Restart the Computer
Start with a normal restart.
Go to:
Start → Power → Restart
Do not simply shut the laptop lid or put the computer into sleep mode.
A restart reloads:
- Network drivers
- Windows networking services
- TCP/IP stack
- DHCP configuration
- DNS components
- Wi-Fi services
Test the internet again after Windows starts.
4. Restart the Router and Modem
If multiple devices are affected, restart the network equipment.
A typical sequence is:
- Turn off the router.
- Turn off the modem or fiber ONT if it is separate.
- Wait approximately 30–60 seconds.
- Turn the modem/ONT back on.
- Wait until its internet/WAN indicators stabilize.
- Turn the router back on.
- Wait a few minutes.
- Reconnect the computer.
Do not repeatedly factory-reset the router. A factory reset can erase broadband usernames, passwords, VLAN settings, Wi-Fi configuration, static IP settings, port forwarding, and other important configuration.
5. Check Whether Windows Received a Valid IP Address
Open Command Prompt.
Press:
Windows + R
Type:
cmd
Press Enter.
Run:
ipconfig
Look under the active Wi-Fi or Ethernet adapter.
Normally you should see information similar to:
IPv4 Address . . . . . : 192.168.1.25
Subnet Mask . . . . . : 255.255.255.0
Default Gateway . . . : 192.168.1.1
The exact addresses will vary depending on your network.
6. Check for a 169.254.x.x IP Address
If Windows shows an address similar to:
169.254.25.18
this is an important clue.
An address beginning with 169.254 is normally an automatically assigned APIPA address. It commonly indicates that Windows could not obtain a usable IPv4 address from the DHCP server.
Possible causes include:
- DHCP server unavailable
- Router DHCP disabled
- Ethernet cable/network path problem
- Wi-Fi authentication/network issue
- Network adapter problem
- Incorrect VLAN
- DHCP service problem
- Switch configuration problem
- Driver problem
Try renewing the address:
ipconfig /release
Then:
ipconfig /renew
Run:
ipconfig
again and check whether Windows now has a normal network address.
7. Check the Default Gateway
Run:
ipconfig
Identify the Default Gateway.
For example:
192.168.1.1
Now test communication with it:
ping 192.168.1.1
Replace the address with your actual gateway.
If you receive replies, your computer can communicate with the router.
Example:
Reply from 192.168.1.1: bytes=32 time<1ms TTL=64
If the gateway cannot be reached, investigate:
- Wi-Fi connection
- Ethernet cable
- Network adapter
- IP configuration
- Router
- Switch
- VLAN
- Firewall/security software
8. Test Internet Connectivity Without DNS
Run:
ping 8.8.8.8
If this works but websites do not open, the internet connection itself may be working while DNS resolution is failing.
For example:
If:
ping 8.8.8.8
works, but:
ping google.com
fails, DNS should be investigated.
9. Test DNS Resolution
Run:
nslookup google.com
If DNS is functioning, Windows should return IP address information for the domain.
If you receive errors such as:
- DNS request timed out
- Server failed
- Non-existent domain unexpectedly
- DNS server unavailable
your DNS configuration may be responsible.
10. Flush the Windows DNS Cache
Open Command Prompt as Administrator.
Run:
ipconfig /flushdns
You should normally receive:
Successfully flushed the DNS Resolver Cache.
Then test your browser again.
11. Renew the DHCP Configuration
From an elevated Command Prompt, run:
ipconfig /release
followed by:
ipconfig /renew
Then run:
ipconfig /all
Check the new:
- IPv4 address
- Subnet mask
- Default gateway
- DHCP server
- DNS servers
12. Reset Winsock
Winsock corruption can cause applications to lose internet connectivity even when the adapter appears connected.
Open Command Prompt as Administrator and run:
netsh winsock reset
Restart Windows afterward.
13. Reset TCP/IP
Open an elevated Command Prompt and run:
netsh int ip reset
Restart the computer.
A useful combined repair sequence is:
netsh winsock reset
netsh int ip reset
ipconfig /flushdns
Restart Windows after executing the commands.
14. Change the DNS Server
If DNS supplied by the router or ISP is malfunctioning, testing another trusted DNS resolver can help identify the problem.
Go to:
Settings → Network & Internet
Select the active:
Wi-Fi
or:
Ethernet
Open the appropriate IP/DNS settings.
Alternatively:
Control Panel → Network and Internet → Network and Sharing Center → Change adapter settings
Right-click the active adapter and select:
Properties
Select:
Internet Protocol Version 4 (TCP/IPv4)
Click:
Properties
You can test a known DNS resolver such as:
Google Public DNS:
8.8.8.8
8.8.4.4
or Cloudflare:
1.1.1.1
1.0.0.1
Leave the IP address itself on DHCP unless your network specifically requires a static IP configuration.
15. Verify IPv4 Configuration
Open:
Network Connections → Adapter Properties → Internet Protocol Version 4 (TCP/IPv4) → Properties
On most home and small-office networks, the configuration should normally be:
Obtain an IP address automatically
and:
Obtain DNS server address automatically
unless your administrator or ISP has provided static settings.
Incorrect manually configured values can cause internet failure.
Pay particular attention to:
- IP address
- Subnet mask
- Default gateway
- Preferred DNS
- Alternate DNS
16. Check for Duplicate IP Addresses
Two devices using the same static IP address can create intermittent or complete connectivity problems.
Symptoms can include:
- Internet works occasionally
- Connection disconnects randomly
- “IP address conflict” warnings
- Router reachable intermittently
- Network resources work inconsistently
If static addressing is being used, make sure every device has a unique IP address.
17. Disable and Re-enable the Network Adapter
Press:
Windows + R
Type:
ncpa.cpl
Press Enter.
Locate the active adapter.
For Wi-Fi:
Right-click Wi-Fi → Disable
Wait approximately 10 seconds.
Then:
Right-click Wi-Fi → Enable
For Ethernet:
Right-click Ethernet → Disable
Wait approximately 10 seconds.
Then:
Right-click Ethernet → Enable
Test connectivity again.
18. Forget and Reconnect to the Wi-Fi Network
For Wi-Fi problems:
Go to:
Settings → Network & Internet → Wi-Fi → Manage known networks
Select the affected Wi-Fi network.
Choose:
Forget
Reconnect to the Wi-Fi network and enter the Wi-Fi password again.
This recreates the wireless network profile and can fix problems caused by damaged or outdated profile settings.
19. Check the Ethernet Cable
If Ethernet shows connected but internet does not work, test the physical network path.
Try:
- Disconnecting and reconnecting the cable
- Another Ethernet cable
- Another router LAN port
- Another switch port
- Connecting directly to the router temporarily
- Testing the same cable with another computer
A cable can sometimes establish a link while still producing communication errors.
20. Check Ethernet Link Speed
Open:
ncpa.cpl
Double-click:
Ethernet
Check the reported Speed.
Unexpected link speed can indicate:
- Cable problem
- Connector problem
- Switch port issue
- Network adapter negotiation issue
For example, a Gigabit network unexpectedly negotiating at 100 Mbps may justify checking the cable and switch, although a 100 Mbps connection itself should still provide internet access.
21. Check Proxy Settings
Incorrect proxy configuration can make browsers and applications appear offline.
Go to:
Settings → Network & Internet → Proxy
If your organization does not use a proxy server, check for unexpected manually configured proxy settings.
Also press:
Windows + R
and run:
inetcpl.cpl
Go to:
Connections → LAN Settings
Check whether an unwanted proxy server is configured.
Do not disable a proxy if your company intentionally requires one.
22. Temporarily Disconnect VPN Software
VPN clients can change:
- DNS
- Routes
- Gateway behavior
- Virtual network adapters
- Firewall rules
Disconnect the VPN temporarily and test normal internet access.
If internet immediately returns, investigate the VPN client configuration or reinstall/update the VPN software.
23. Check Antivirus and Third-Party Firewall Software
Security applications may install network filtering drivers.
Temporarily disabling a third-party firewall or web-protection component for testing may help identify the source of the problem.
If internet works only when the security software is disabled, do not permanently leave protection disabled.
Instead:
- Update the security software
- Reset its firewall configuration
- Repair/reinstall it
- Contact the security vendor
24. Check Network Adapter in Device Manager
Press:
Windows + X → Device Manager
Expand:
Network adapters
Locate the Wi-Fi or Ethernet adapter.
Check for:
- Yellow warning icon
- Disabled device
- Unknown device
- Missing Wi-Fi adapter
- Missing Ethernet controller
Right-click the adapter and select:
Properties
Check:
Device status
Normally it should report:
This device is working properly.
25. Update the Network Adapter Driver
In Device Manager:
Network adapters → Adapter → Right-click → Update driver
For persistent problems, it is often better to obtain the appropriate driver from the computer or network-adapter manufacturer.
Typical vendors include:
- Intel
- Realtek
- Broadcom
- Qualcomm
- MediaTek
Laptop users should generally check their laptop manufacturer's support page for the model-specific driver.
26. Reinstall the Network Adapter
If the driver appears corrupted:
Open:
Device Manager → Network adapters
Right-click the affected adapter.
Select:
Uninstall device
Restart Windows.
Windows will normally detect and reinstall supported hardware automatically.
If the adapter requires a manufacturer-specific driver, download the correct driver before uninstalling whenever possible.
27. Disable Network Adapter Power Saving
This is especially useful when Wi-Fi stops working after sleep or works intermittently.
Open:
Device Manager → Network adapters → Wi-Fi adapter → Properties
Open:
Power Management
If available, temporarily clear:
Allow the computer to turn off this device to save power
Click OK.
Restart and test.
28. Check Important Windows Networking Services
Press:
Windows + R
Type:
services.msc
Press Enter.
Important networking-related services include:
- DHCP Client
- DNS Client
- Network Connections
- Network List Service
- Network Location Awareness
- WLAN AutoConfig – especially important for Wi-Fi
Do not randomly disable Windows networking services.
If WLAN AutoConfig is disabled, Wi-Fi functionality can be affected.
29. Perform Windows Network Reset
If normal troubleshooting does not resolve the problem, Windows provides a broader network reset.
In Windows 11, typically go to:
Settings → Network & Internet → Advanced network settings → Network reset
Select:
Reset now
The computer will require a restart.
Important
Network Reset may remove and reinstall network adapters and reset networking components.
You may need to reconfigure:
- VPN software
- Virtual adapters
- Static IP addresses
- Custom DNS
- Hyper-V/virtualization networking
- Corporate network settings
Use this option after recording important custom network configuration.
30. Check Whether Windows Update Caused the Problem
If internet stopped working immediately after:
- Windows Update
- Driver update
- BIOS update
- Network driver update
check:
Settings → Windows Update → Update history
For driver-related problems, Device Manager may provide:
Properties → Driver → Roll Back Driver
when a previous driver version is available.
31. Compare Wi-Fi and Ethernet
Testing both interfaces is an excellent diagnostic technique.
Wi-Fi works, Ethernet does not
Investigate:
- Ethernet driver
- Ethernet cable
- LAN port
- Switch
- Ethernet IP configuration
- VLAN configuration
Ethernet works, Wi-Fi does not
Investigate:
- Wi-Fi driver
- Wi-Fi profile
- Wireless password/authentication
- WLAN AutoConfig
- Router wireless settings
- Signal strength
Neither Wi-Fi nor Ethernet works
If other devices have internet access, investigate:
- Windows TCP/IP stack
- DNS
- Proxy
- VPN
- Firewall
- Security software
- Network services
- Windows corruption
32. Test with Another Network
For a laptop, connect temporarily to a mobile hotspot.
If the laptop works correctly through the hotspot but not through the normal Wi-Fi network, the Windows Wi-Fi hardware is probably functioning and the original network/router deserves further investigation.
If the laptop fails on multiple unrelated networks, the problem is more likely local to Windows, the driver, security software, or hardware.
33. Advanced Command-Line Diagnostics
The following commands can provide useful information.
Display complete network configuration
ipconfig /all
Test local TCP/IP stack
ping 127.0.0.1
Test your own IP address
ping <your-IP-address>
Test router/default gateway
ping <gateway-address>
Test internet connectivity by IP
ping 8.8.8.8
Test DNS
nslookup google.com
Trace the route toward an internet destination
tracert 8.8.8.8
Display routing table
route print
These tests help determine exactly where communication stops.
34. A Practical Network Troubleshooting Sequence
For IT engineers and advanced users, a systematic approach is faster than randomly changing settings.
Use this sequence:
Step 1: Check physical/Wi-Fi connection.
Step 2: Run:
ipconfig /all
Step 3: Verify the IP address.
Step 4: Verify the default gateway.
Step 5: Ping the gateway.
Step 6: Ping an internet IP such as:
8.8.8.8
Step 7: Test DNS:
nslookup google.com
Step 8: Check proxy and VPN.
Step 9: Check adapter driver.
Step 10: Reset Winsock/TCP-IP if required.
This approach identifies the layer at which connectivity is failing.
35. Understanding the Test Results
A useful diagnostic matrix is:
No valid IP address
Likely:
DHCP / adapter / router / cable / Wi-Fi problem
Valid IP but cannot ping gateway
Likely:
Local network / adapter / VLAN / router / firewall problem
Gateway responds but 8.8.8.8 does not
Likely:
Router WAN / ISP / routing / firewall problem
8.8.8.8 responds but google.com does not
Likely:
DNS problem
Ping and DNS work but browser does not
Likely:
Browser / proxy / VPN / firewall / security software problem
This method can significantly reduce troubleshooting time.
36. Internet Works on Phone but Not Windows PC
This common scenario usually indicates that the router's internet connection is operational.
Focus troubleshooting on the computer:
- Restart Windows.
- Forget and reconnect Wi-Fi.
- Check
ipconfig /all. - Ping the gateway.
- Ping
8.8.8.8. - Run
nslookup google.com. - Flush DNS.
- Reset Winsock.
- Reset TCP/IP.
- Check proxy.
- Disconnect VPN.
- Check firewall/security software.
- Update/reinstall network driver.
- Perform Network Reset if necessary.
37. Ethernet Connected but Shows “Unidentified Network”
Check:
ipconfig /all
Pay particular attention to whether the adapter has:
- Valid IPv4 address
- Correct subnet mask
- Default gateway
- DNS servers
If you see:
169.254.x.x
investigate DHCP first.
Also test another:
- Ethernet cable
- Switch port
- Router port
38. Wi-Fi Shows “Connected, Secured” but No Internet
“Connected, secured” primarily confirms that the computer established a secured wireless connection with the Wi-Fi network.
It does not guarantee that the router has working internet access.
Check:
- Whether other devices have internet.
- Router WAN status.
- Windows IP configuration.
- Gateway connectivity.
- DNS.
- VPN/proxy settings.
- Wi-Fi driver.
39. Avoid Random Static IP Addresses
A common troubleshooting mistake is entering random IP addresses found in online tutorials.
For example, do not simply configure:
192.168.1.100
with gateway:
192.168.1.1
unless those settings actually match your network.
Your router might instead use:
192.168.0.x
192.168.10.x
10.x.x.x
or another subnet.
Incorrect static configuration can completely break connectivity or cause IP conflicts.
40. When the Problem Is Probably the ISP or Router
Suspect the router/ISP when:
- All devices lose internet simultaneously
- Router WAN/Internet indicator shows failure
- Router cannot obtain a WAN IP
- Fiber ONT shows LOS/red alarm
- Broadband authentication fails
- Internet returns after router/ONT restart
- Windows communicates with the gateway but external destinations are unreachable from multiple devices
Contact your ISP if the WAN connection remains unavailable.
Recommended Quick Fix Commands
For many Windows-side networking problems, open Command Prompt as Administrator and run:
ipconfig /flushdns
netsh winsock reset
netsh int ip reset
Restart the computer afterward.
If DHCP needs to be refreshed, also use:
ipconfig /release
ipconfig /renew
These commands are useful, but they should not replace diagnosis when the underlying issue is a router, ISP, cabling, VLAN, security, or hardware problem.
FAQ
1. Why does Windows say connected but no internet?
Windows can establish a connection to the local Wi-Fi router or Ethernet network even when that network cannot reach the internet. DNS, gateway, DHCP, router, ISP, driver, VPN, proxy, or firewall problems can all cause this condition.
2. Why does Wi-Fi work on my phone but not my laptop?
The router's internet connection is probably working. The laptop may have an incorrect IP/DNS configuration, corrupted Wi-Fi profile, driver problem, proxy configuration, VPN issue, or damaged Windows network stack.
3. Why is Ethernet connected but there is no internet?
The physical Ethernet link may be active while IP communication is failing. Check the IP address, default gateway, DHCP, DNS, Ethernet driver, cable, switch port, router port, and VLAN configuration.
4. What does a 169.254 IP address mean?
Windows commonly assigns a 169.254.x.x APIPA address when it cannot obtain an IPv4 address from a DHCP server. Investigate DHCP, the router, network path, adapter, cable, Wi-Fi connection, switch, or VLAN configuration.
5. How do I know whether DNS is the problem?
Run:
ping 8.8.8.8
and then:
nslookup google.com
If internet communication by IP works but domain-name resolution fails, DNS is a likely cause.
6. Is changing DNS safe?
Using a reputable DNS resolver is generally acceptable, but corporate networks may require organization-specific DNS servers for internal services. Business users should verify network requirements before changing DNS.
7. What does ipconfig /flushdns do?
It clears Windows' local DNS resolver cache. Windows then obtains fresh DNS information when domain names are accessed again.
8. What does netsh winsock reset do?
It resets the Windows Winsock catalog, which can help repair networking problems caused by corrupted socket configuration or software that modified networking components.
9. What does netsh int ip reset do?
It resets important TCP/IP configuration components toward their default state and can resolve some network-stack problems.
10. Should I disable IPv6 to fix no internet?
Not as a routine first step. Modern Windows and many networks use IPv6. Troubleshoot IP configuration, DNS, gateway, DHCP, drivers, and router connectivity before disabling IPv6.
11. Can antivirus software block internet access?
Yes. Some antivirus, endpoint security, web-filtering, and firewall products install network-filtering components that can interfere with connectivity if corrupted or incorrectly configured.
12. Can a VPN cause “No Internet”?
Yes. VPN software can modify routes, DNS, firewall policies, and virtual network adapters. Disconnecting the VPN temporarily is a useful diagnostic test.
13. Why does internet stop working after Windows Update?
A Windows or driver update may occasionally change or expose problems with network drivers or configuration. Check Update History and the network adapter driver. If appropriate, test a manufacturer-provided driver or roll back a recently changed driver.
14. Will Network Reset delete my files?
Network Reset is intended to reset networking components, not personal documents. However, it can remove/reinstall adapters and reset networking configuration, so VPNs, static IP settings, virtual adapters, or specialized network configuration may need to be recreated.
15. Should I factory-reset my router?
Not as an early troubleshooting step. A factory reset can erase ISP, Wi-Fi, VLAN, static IP, firewall, port-forwarding, and other configuration. Restart the router first and factory-reset it only when you understand how to restore its configuration.
16. How can I tell whether my router is reachable?
Find the Default Gateway using:
ipconfig
Then ping it.
Example:
ping 192.168.1.1
Use the actual gateway shown on your computer.
17. What should I do if ping 8.8.8.8 works but websites do not open?
Test DNS using:
nslookup google.com
Also inspect DNS settings, browser configuration, proxy settings, VPN software, firewall, and security software.
18. What should I do if both Wi-Fi and Ethernet have no internet?
If other devices on the same network work, focus on Windows-wide settings such as TCP/IP, Winsock, DNS, proxy, VPN, firewall, security software, and networking services.
19. Why does internet work after restarting the network adapter?
Restarting an adapter forces Windows and the driver to reinitialize the interface and may also trigger renewed network configuration. Repeated failures, however, can indicate driver, power-management, router, or hardware issues that deserve further investigation.
20. When should I contact my ISP?
Contact your ISP when multiple devices cannot access the internet, the router cannot establish a WAN connection, the modem/ONT indicates a line fault, or your local network is working but the internet connection remains unavailable.
Conclusion
When Windows shows Wi-Fi Connected but No Internet or Ethernet Connected but No Internet, avoid immediately reinstalling Windows or randomly changing network settings.
Troubleshoot the connection logically:
Physical Connection → IP Address → Default Gateway → Internet IP → DNS → Proxy/VPN → Firewall → Driver → Windows Network Stack → Router/ISP
A few commands can quickly identify the failing layer:
ipconfig /all
ping <default-gateway>
ping 8.8.8.8
nslookup google.com
Once you determine whether the failure is at the DHCP, local network, gateway, internet, DNS, or application layer, the correct solution becomes much easier to identify.
Tags
#WindowsNoInternet #WiFiNoInternet #EthernetNoInternet #Windows11 #Windows10 #WindowsTroubleshooting #NetworkTroubleshooting #WiFiTroubleshooting #EthernetTroubleshooting #InternetTroubleshooting #NoInternetAccess #ConnectedNoInternet #WiFiConnectedNoInternet #EthernetConnectedNoInternet #LANNoInternet #WindowsNetwork #NetworkProblem #InternetProblem #DNSProblem #DNSTroubleshooting #DNSNotResponding #FlushDNS #WindowsDNS #GoogleDNS #CloudflareDNS #DHCP #DHCPProblem #InvalidIPConfiguration #IPAddress #APIPA #DefaultGateway #GatewayProblem #TCPIP #TCPIPReset #Winsock #WinsockReset #NetworkReset #NetworkAdapter #WiFiAdapter #EthernetAdapter #NetworkDriver #RouterTroubleshooting #ISPProblem #WindowsNetworking #NetworkCommands #IPConfig #NSLookup #PingTest #VPNProblem #ProxyProblem
Was this guide useful?
Your answer helps us keep BISONKB accurate and practical.