Seeing "No internet access" next to a connected Wi-Fi or Ethernet icon is one of the most common β and most confusing β problems on a Windows PC, because it means the connection to your router looks fine, but something further along the chain is broken. This guide takes you through a logical, layer-by-layer process to find and fix the fault, whether it lies with your PC, your router, or your internet provider.
Understanding what "no internet access" actually means
When Windows shows a network icon with a warning triangle or the words "No internet access," it means your PC has successfully connected to your router or access point, but cannot reach the wider internet. This narrows things down considerably: the problem sits somewhere between your router and your internet service provider (ISP), or in a misconfigured setting on your PC itself, rather than in the Wi-Fi radio connection.
Step 1: Check if the problem is affecting every device
- Try loading a website on your phone using the same Wi-Fi network.
- If your phone also has no internet, the fault is with the router or your broadband line, not your PC.
- If only your PC is affected, focus on the troubleshooting steps for that device specifically (Steps 4 onward).
Step 2: Check your router and modem lights
Look at the lights on your router (and separate modem, if you have one). Most UK ISP routers use a similar light scheme:
- A solid Internet/WAN light usually means the broadband connection is up.
- A flashing or red Internet/WAN light usually indicates no connection to your ISP.
- A solid DSL/Line or Broadband light confirms the physical line sync is established.
If the internet or broadband light is off, flashing red, or amber, the fault is likely with your ISP's line or your router's connection to it β skip to Step 7.
Step 3: Power cycle everything, properly
A huge proportion of "no internet" problems are solved by a correct, full power cycle:
- Turn off or unplug your PC's Wi-Fi (or just leave it on).
- Unplug the router (and modem, if separate) from the mains.
- Wait a full 30 seconds β this allows capacitors to discharge and forces a clean restart.
- Plug the modem back in first (if separate) and wait for its lights to stabilise, usually 1β2 minutes.
- Plug the router back in and wait 2β3 minutes for it to fully boot and re-establish a connection with your ISP.
- Reconnect your PC and test again.
Pro tip: Resist the urge to unplug and replug repeatedly within seconds of each other β this can actually make some ISP connections re-sync more slowly. Give each stage the full time to settle.
Step 4: Run the Windows Network Troubleshooter
Windows includes a built-in diagnostic tool that catches many common misconfigurations automatically.
- Right-click the network icon in the system tray and select Diagnose network problems (or go to Settings > Network & Internet > Status > Network troubleshooter).
- Let it run and follow any suggested fixes it offers.
- Note any specific error it reports, such as "DNS server not responding" or "Default gateway not available" β these point to specific fixes below.
Step 5: Flush DNS and renew your IP address
Corrupted DNS cache or an invalid IP address lease are very common causes of connected-but-no-internet situations. Open Command Prompt as Administrator and run:
ipconfig /flushdns
ipconfig /release
ipconfig /renew
If ipconfig /renew fails or returns an error, your PC may not be receiving a valid address from the router's DHCP server β this often indicates a router-side fault rather than a PC problem.
Then check your current IP configuration by running:
ipconfig /all
Look at the IPv4 Address line. If it starts with 169.254.x.x, your PC has failed to get an address from the router (an APIPA address) β this strongly suggests a router, cabling, or driver problem rather than an ISP outage.
Step 6: Reset the TCP/IP stack
If DNS flushing and IP renewal don't help, reset the underlying network stack, which can become corrupted over time:
netsh winsock reset
netsh int ip reset
netsh int ipv4 reset
netsh int ipv6 reset
Restart your PC afterwards. This is a safe operation and won't delete any files.
Step 7: Check the physical connections
It sounds obvious, but loose or damaged cabling causes a surprising number of "no internet" tickets:
- Confirm the Ethernet cable between your modem and router is firmly seated at both ends.
- If you use a separate modem and router, check the phone/broadband cable running into the modem's master socket.
- Try a different Ethernet cable if you have one β cables do fail, especially with damaged connectors.
- If you're on Wi-Fi, temporarily connect via Ethernet to rule out a wireless-specific fault.
Step 8: Rule out an ISP outage
If lights suggest no line sync, or every device in the house has no internet despite a full reboot, contact your ISP or check their outage status:
- Most major UK providers (BT, Sky, Virgin Media, TalkTalk, Plusnet, EE) have an online service status checker you can access via mobile data.
- Downdetector-style sites can indicate widespread outages affecting your area.
- Call your ISP's support line β they can run a remote line test on your account to check for faults on their side.
Step 9: Check for security software or VPN conflicts
Overzealous firewall rules, antivirus network protection, or a misbehaving VPN client can block internet access even when the network connection itself is fine.
- Temporarily disable any VPN client and test your connection again.
- Open your antivirus software (e.g. Windows Defender, Norton, McAfee, Avast) and temporarily disable its firewall or network protection module.
- If internet access returns, the security software's rules need adjusting β check its settings for a blocked network profile or an overly strict firewall rule, or reinstall the software if settings appear corrupted.
Warning: Only disable security software briefly for testing purposes, and never while browsing untrusted sites. Re-enable it as soon as you've confirmed the cause.
Step 10: Check your network adapter settings
- Go to Control Panel > Network and Internet > Network Connections.
- Right-click your active adapter (Wi-Fi or Ethernet) and select Properties.
- Select Internet Protocol Version 4 (TCP/IPv4) and click Properties.
- Ensure Obtain an IP address automatically and Obtain DNS server address automatically are both selected, unless you deliberately use static settings.
- If you do use static DNS, try setting it to a public DNS provider such as 1.1.1.1 (Cloudflare) or 8.8.8.8 (Google) to rule out a DNS-specific fault β see our dedicated article on DNS errors for more detail.
Step 11: Test with a different device or reset the router to factory settings
If nothing above resolves it and every device is affected, a full factory reset of the router (using the small recessed reset button, held for 10 seconds) followed by reconfiguration is a reasonable last resort before requesting an engineer visit or replacement router from your ISP.
Closing thoughts
"No internet access" is rarely a single mysterious fault β it's a chain of possibilities running from your PC's network stack, through your router, to your ISP's line. Working methodically from your device outward (as this guide does) means you'll rarely need to guess, and most cases resolve at the flush-DNS or power-cycle stage. If you've exhausted every step above and the fault persists on all devices, it's time to involve your ISP, as the issue likely sits on their network or infrastructure rather than in your home.
Was this guide helpful? Explore more Networking & Wi-Fi Issues guides, or browse all Operating System & Software articles.