News & Updates

How to Fix a PC Connected to Wi‑Fi Yet No Internet

By Jonathan Pierce 8 min read 1721 views

How to Fix a PC Connected to Wi‑Fi Yet No Internet

It’s maddening: the Wi‑Fi icon shows a solid connection, but every browser throws up a “no internet” warning. Before you start blaming the router or calling tech support, there are several simple checks you can run yourself. Below is a step‑by‑step guide that walks you through the most common culprits and how to clear them away.

Start With the Obvious Checks

Even seasoned users overlook the basics. A quick glance can often reveal the problem.

  • Airplane mode: Make sure it’s turned off. It’s easy to toggle on by accident, especially on laptops with dedicated keys.
  • Network cable: If you have a wired Ethernet adapter enabled alongside Wi‑Fi, it can cause a routing conflict.
  • IP address conflict: Two devices on the same subnet with identical IPs will fight for the line, leaving one of them stranded.

After confirming none of these are the issue, move on to the more technical fixes.

Renew Your IP Address

Sometimes the PC holds onto an old or invalid IP lease. Flushing and renewing it often restores proper connectivity.

Windows:

netsh interface ip release

netsh interface ip renew

macOS: Open Terminal and type sudo dhclient -r && sudo dhclient. The command forces the system to drop the current lease and request a fresh one from the router.

Reset the Network Stack

If IP renewal doesn’t help, a deeper reset may be required. This clears out corrupted settings that can build up over time.

Windows:

netsh winsock reset

netsh int ip reset

ipconfig /flushdns

After running the three commands, restart the computer. On macOS, you can achieve a similar effect by deleting the network preferences file /Library/Preferences/SystemConfiguration/preferences.plist and then rebooting.

Check DNS Settings

A misbehaving DNS server can make it look like there’s no internet at all. Switch to a public DNS service—Google’s (8.8.8.8, 8.8.4.4) or Cloudflare’s (1.1.1.1)—and see if the page loads.

For Windows:

Control Panel → Network and Sharing Center → Change adapter settings → Right‑click your Wi‑Fi → Properties → Internet Protocol Version 4 (TCP/IPv4) → Use the following DNS server addresses

On macOS, go to System Preferences → Network → Wi‑Fi → Advanced → DNS and add the new addresses.

Update or Reinstall the Wi‑Fi Driver

Out‑of‑date drivers are a silent troublemaker. Even if Windows claims the driver is “up to date,” the device manufacturer might have released a newer version.

  • Visit the laptop or adapter maker’s support page.
  • Download the latest driver for your exact model.
  • Uninstall the current driver via Device Manager, then install the fresh copy.

If the problem started after a recent Windows update, rolling back the driver can also be a quick fix.

Test the Router and ISP

Sometimes the PC is fine; the issue lives upstream.

  • Connect another device (phone, tablet) to the same Wi‑Fi. If it works, the router is likely okay.
  • Plug a laptop directly into the router with an Ethernet cable. A stable connection here points to a Wi‑Fi‑specific problem on the PC.
  • Power‑cycle the router: unplug for 30 seconds, then plug back in. This clears any stray cache the router might be holding.

If all devices show “no internet,” contact your ISP. There may be an outage or a service throttling issue.

Disable VPNs and Proxy Settings

Virtual private networks and proxy configurations route traffic through external servers. A misconfigured VPN can happily keep the Wi‑Fi link alive while blocking normal web traffic.

Turn off any active VPN client, then try loading a webpage. Similarly, check Settings → Network & Internet → Proxy on Windows and make sure “Use a proxy server” is off unless you deliberately set it.

Check for Malware or Unwanted Software

Some malicious programs hijack the network stack, presenting a phantom connection. Running a quick scan with a reputable anti‑malware tool can reveal hidden culprits.

Even if you don’t suspect infection, a lightweight scanner such as Malwarebytes can spot adware that blocks DNS queries.

When All Else Fails: Create a New Network Profile

Windows stores Wi‑Fi settings in profiles. Corruption in a profile can cause the “connected but no internet” symptom.

Delete the existing network profile and reconnect:

Settings → Network & Internet → Wi‑Fi → Manage known networks → Select your network → Forget

Then select the network again, re‑enter the password, and test.

Final Quick‑Check Checklist

  • Airplane mode off
  • IP lease renewed
  • Network stack reset
  • Public DNS configured
  • Wi‑Fi driver updated
  • Router and ISP verified
  • VPN/proxy disabled
  • Malware scan completed
  • Network profile recreated

Most of the time, one of these steps restores full internet access. If the problem still persists, there may be a deeper hardware fault—perhaps a failing Wi‑Fi card—or an issue that only your ISP can resolve. But before you order a new adapter or call a technician, give this list a run-through. A few keystrokes often save both time and money.

My Laptop won’t connect to wifi / No internet Connection/ No Access to ...
[SOLVED] How to Fix No Internet Access Error in Windows 10?
Connected to Wi-Fi, but No Internet Access in Windows? What to Do
WiFi Connected But No Internet Access — 20 Steps to Fix the Error

Written by Jonathan Pierce

Jonathan Pierce is a Chief Correspondent with over a decade of experience covering breaking trends, in-depth analysis, and exclusive insights.