How to Fix No Internet Connection on Windows
Connected to WiFi but no internet? Getting "No Internet, Secured" or a yellow triangle on the taskbar? RescuePC helps automate common Windows network repairs so you can stop cycling through guides and get back online.
Best for DNS failures, IP conflicts, corrupted Winsock/TCP-IP stacks, and common adapter-side network issues on Windows 10 and 11.
Main Troubleshooting Guide
How to Fix No Internet Connection →Complete symptoms, causes, and step-by-step solutions
Symptoms
You might be experiencing this problem if you notice:
- •Yellow triangle on the network icon in the taskbar
- •"No Internet Access" or "No Internet, Secured" message
- •Can't browse any websites but WiFi shows connected
- •Some apps work but browsers don't (DNS issue indicator)
- •Connected to WiFi but no internet on this device only
- •Ethernet cable plugged in but no network access
- •Internet works after reboot but stops again after a few minutes
"No internet" on Windows is almost never one single thing. It can be DNS, IP, adapter drivers, leftover proxy settings, or a corrupted network stack — and different symptoms point to different root causes.
No internet problems usually fall into one of these buckets
DNS failure
WiFi is connected but websites won't load. Apps that don't use DNS (like ping by IP) still work.
IP conflict or DHCP failure
Your device got a 169.254.x.x address or is fighting with another device on the network.
WiFi keeps dropping
Connection drops every few minutes, requiring reconnection or adapter restart.
Network works on other devices
The router is fine but this one PC can't get online — it's a per-device issue.
What RescuePC checks for no-internet problems
RescuePC is built to automate a structured set of common Windows network repairs instead of making you jump between articles, command-line steps, and adapter settings on your own.
- →DNS configuration and flush
- →Winsock and TCP/IP stack corruption
- →IP address release, renew, and conflict detection
- →Network adapter driver state
- →Proxy and VPN leftover settings
- →DHCP service health
- →General Windows network stack reset workflows
This is most useful when the internet loss is being caused by Windows network configuration, DNS, adapter driver, or stack corruption issues — not router or ISP problems.
Manual troubleshooting vs RescuePC
On your own
- •Running ipconfig, netsh, and nslookup commands one by one
- •Checking adapter settings, proxy, DNS, DHCP manually
- •Searching through scattered guides for each possible cause
- •Guessing whether it's DNS, IP, adapter, proxy, or something else
- •Restarting the router multiple times hoping it helps
With RescuePC
- →A structured network-repair workflow that covers common causes
- →DNS flush, Winsock reset, IP renew in the right order
- →Less guesswork about which layer is actually broken
- →A faster path into related WiFi, adapter, and connectivity fixes
- →One starting point instead of scattered command-line trial and error
You are not paying for information alone. You are paying for a faster, more structured path through the common Windows network repair workflow.
When this page is most likely to help
- ✓WiFi shows connected but no pages load
- ✓The problem is only on this PC, not other devices
- ✓Internet comes back after a reboot but breaks again
- ✓You recently uninstalled a VPN or changed network settings
- ✓Windows says "No Internet" but your router seems fine
- ✓"No Internet, Secured" appears after a Windows update
If the internet loss is Windows-side — DNS, adapter, proxy, or stack corruption — this is exactly the kind of problem RescuePC is built to help with.
When software repair may not be enough
RescuePC can help with many common Windows-side network problems, but software repair is not always the full answer.
- ⚠Your ISP is down or having an outage
- ⚠The router itself is broken or misconfigured
- ⚠The WiFi adapter hardware has physically failed
- ⚠The ethernet cable or port is damaged
- ⚠Your account has been suspended by your ISP
- ⚠Network requires a captive portal login (hotel, airport)
Common Causes
- ⚠DNS server not responding or misconfigured
- ⚠Corrupted Winsock or TCP/IP network settings
- ⚠Firewall or security software blocking connections
- ⚠Outdated or corrupted network adapter drivers
- ⚠IP address conflict with another device on the network
- ⚠Proxy settings left enabled by VPN or malware
- ⚠DHCP server not assigning an IP address correctly
Solutions
Solution 1: Reset Network Stack
- 1Open Command Prompt as Administrator
- 2Run: netsh winsock reset
- 3Run: netsh int ip reset
- 4Run: ipconfig /flushdns
- 5Run: ipconfig /registerdns
- 6Restart your computer
- 7This resets the entire Windows network stack to factory defaults
Solution 2: Release and Renew IP Address
- 1Open Command Prompt as Administrator
- 2Run: ipconfig /release
- 3Wait a few seconds
- 4Run: ipconfig /renew
- 5Check if the adapter now has a valid IP (not 169.254.x.x)
- 6If IP starts with 169.254, your router's DHCP may not be responding
Solution 3: Change DNS Servers
- 1Open Network Connections (press Windows + R, type ncpa.cpl, press Enter)
- 2Right-click your active adapter and select Properties
- 3Select Internet Protocol Version 4 (TCP/IPv4) and click Properties
- 4Select "Use the following DNS server addresses"
- 5Enter 8.8.8.8 (Primary) and 8.8.4.4 (Secondary) for Google DNS
- 6Alternative: 1.1.1.1 and 1.0.0.1 for Cloudflare DNS
- 7Click OK and close all dialogs
Solution 4: Disable Proxy Settings
- 1Go to Settings > Network & Internet > Proxy
- 2Turn off "Use a proxy server" under Manual proxy setup
- 3Turn off "Automatically detect settings" then turn it back on
- 4If a VPN was recently uninstalled, check that no proxy was left behind
- 5Restart your browser and test the connection
Solution 5: Update or Reinstall Network Driver
- 1Press Windows + X and select Device Manager
- 2Expand Network adapters
- 3Right-click your WiFi or Ethernet adapter > Update driver > Search automatically
- 4If that fails: right-click > Uninstall device (check "Delete driver software")
- 5Restart your computer — Windows will reinstall the default driver
- 6Visit the manufacturer's website to install the latest driver if needed
Solution 6: Run Network Troubleshooter
- 1Go to Settings > Network & Internet > Status
- 2Click "Network troubleshooter" (Windows 10) or "Troubleshoot" (Windows 11)
- 3Follow the prompts and apply any suggested fixes
- 4If it reports "DNS server not responding," use the Change DNS solution above
- 5If it reports "Default gateway not available," restart your router
Fix Windows "No Internet" — the exact commands
When one device shows "No Internet" but the router is fine, the problem is almost always the Windows network stack. Run these in an elevated Command Prompt (right-click > Run as administrator), in order. These are the same operations RescuePC runs automatically after taking a restore point.
ipconfig /flushdnsClears the DNS resolver cache so Windows stops using stale or bad DNS records.
netsh winsock resetResets the Winsock catalog, removing corrupt LSP/firewall hooks that silently block traffic. Reboot after this one.
netsh int ip resetRewrites the TCP/IP stack registry keys back to defaults, fixing a corrupted IP configuration.
ipconfig /release && ipconfig /renewDrops the current DHCP lease and requests a fresh IP address from your router.
Reboot after "netsh winsock reset". If a single device still has no internet, the cause is usually a driver or proxy setting — where RescuePC's Network Fix continues automatically, logging each before/after step.
Which Type of "No Internet" Are You Experiencing?
WiFi connected but no internet — yellow triangle on taskbar
Likely cause: DNS failure, IP conflict, or corrupted TCP/IP stack
WiFi keeps disconnecting — drops every few minutes
Likely cause: Adapter power management, driver issues, or signal interference
Ethernet plugged in but no network access
Likely cause: Disabled adapter, DHCP failure, or driver corruption
Internet works on other devices but not this PC
Likely cause: Per-device DNS, proxy, or adapter issue — not router/ISP
Some apps work but browsers don't load pages
Likely cause: DNS resolution failure — the connection itself is fine
Best next step
Good fit for DNS failures, "No Internet Secured," IP conflicts, corrupted Winsock stacks, and common Windows-side connectivity issues.
Why RescuePC is different from "just restart your router"
Most "no internet" guides tell you to restart your router. That fixes ISP-side problems, not Windows-side ones. RescuePC targets the operating system layer where most per-device connectivity failures actually live.
- →Targets Windows network stack, not just the router
- →Covers DNS, IP, Winsock, proxy, adapter, and DHCP in sequence
- →Designed for the "one device has no internet" pattern
- →More thorough than a single ipconfig command
Related Error Codes
Browse More Network & Internet Guides
Frequently asked questions
Can RescuePC fix "No Internet" without me knowing what the cause is?▼
Will this help if only my PC has no internet but other devices work?▼
What if my internet keeps coming back after reboot then breaking again?▼
Can this fix WiFi that keeps disconnecting?▼
What if the problem started after a VPN was uninstalled?▼
Why pay if I can just run ipconfig /flushdns myself?▼
Related Troubleshooting Guides
These specific guides cover common variations of this problem: