Why Won’t My Computer Connect To Internet? | Fixes That Work

PC or Mac offline? Check Wi-Fi, modem, IP, DNS, and security tools in this order to restore internet access fast.

Nothing kills momentum like a screen that says “No internet.” The good news: most connection faults come from a short list of culprits—wireless hiccups, modem or router issues, bad IP/DNS settings, blocked traffic, or a flaky cable. This guide gives you quick wins first, then deeper steps for Windows and macOS. Work down the page in order; stop when the link light comes back.

Quick Triage Before You Dive In

Start with what’s fastest to rule out. Toggle Wi-Fi off and on. If you’re on Ethernet, reseat the cable and try a different port on the router. Test a second device on the same network. If that other device is online, your machine is the likely problem. If nothing is online, the issue is upstream—modem, router, or your provider.

Symptom-To-Fix Table (Use This First)

Match what you see to a likely cause and a fast action. Keep this open while you test.

Symptom What It Often Means Quick Fix
Wi-Fi icon present, no pages load Bad DNS or captive portal pending Forget and rejoin network; set DNS manually; open a new tab to trigger the portal
“Connected, no internet” on Windows Bad IP/DNS or router offline IP release/renew; reboot modem/router; try a known DNS
Mac shows Wi-Fi but apps time out Stale network cache or bad profile Wireless Diagnostics; remove/re-add Wi-Fi service; renew DHCP lease
Only one site fails; others work DNS cache or a site outage Flush DNS; test with mobile data; check a status page
Ethernet icon with yellow warning Link but no gateway reachability Set IP auto (DHCP); try another cable or port
Works on hotspot, not on home Wi-Fi Router config or ISP issue Power-cycle modem/router; check provider app for outages
VPN connected, no browsing Split tunneling or DNS over VPN Disable VPN; test; adjust DNS or split-tunnel rules
Security suite warning pops up Firewall blocked a system service Temporarily pause the suite; retest; re-enable and add an exception
Only Wi-Fi 2.4 GHz shows up Band steering or driver quirk Update adapter driver/OS; set SSIDs unique; join 5 GHz/6 GHz

Work The Basics In The Right Order

1) Reboot The Network Path

Power off the modem, then the router, then your computer. Wait 30 seconds. Power up the modem and wait until its online light is solid. Next, power the router. Last, boot the computer. This clears temporary glitches and renegotiates a fresh IP route end-to-end.

2) Verify The Network You Joined

Public places often use look-alike SSIDs. Home setups sometimes keep an old guest network. Open your list of networks, forget the one you’re on, and connect fresh with the correct password. If a browser tab opens with a sign-in page, finish that step.

3) Test With Another Medium

If you’re on Wi-Fi, try Ethernet. If you’re on Ethernet, try Wi-Fi or a phone hotspot. A quick media swap tells you whether the radio or the cable is the culprit.

Computer Not Connecting To Internet — Causes And Fixes

This section walks you through platform-specific cures. Pick Windows or Mac and go step by step.

Windows: Fast Remedies That Solve Most Cases

Run Built-In Troubleshooters

Windows ships with targeted checks that can reset adapters, bounce services, and repair settings. Open the Network troubleshooter and follow the prompts. Microsoft documents the process here: Fix Wi-Fi connection issues in Windows. If it reports a gateway or DNS fault, continue with the items below.

Renew IP And Flush DNS

Open Command Prompt as admin and run:

ipconfig /release
ipconfig /renew
ipconfig /flushdns

These commands ask the router for a fresh address and clear old name lookups that might be wrong. Guides from trusted outlets show the same steps and why they help, such as How-To Geek’s DNS flush tutorial.

Try Known DNS Servers

If pages won’t resolve, set DNS manually to a public resolver to rule out provider issues. Google lists setup steps and the IPs on its Public DNS guide. After testing, you can keep that setting or switch back to automatic if things stabilize.

Reset The Network Stack

When settings are tangled from old VPNs or drivers, a network reset rebuilds adapters and returns defaults. Windows exposes this in Settings > Network & Internet > Advanced > Network reset. Re-join Wi-Fi after the reboot. Reputable how-to sites outline the exact path and effects.

Update Or Roll Back The Adapter Driver

After big updates, drivers can misbehave. Install the adapter package from your PC or motherboard vendor, or test the previous stable version if the newest build breaks things. Microsoft’s support forums frequently recommend this route when post-update Wi-Fi breaks.

macOS: Reliable Steps That Clear Stubborn Faults

Use Wireless Diagnostics

Hold Option and click the Wi-Fi icon to open Wireless Diagnostics, then follow the prompts. Apple’s help pages show how this tool checks channels, interference, and configuration. See Apple’s guide: Solve internet connection problems on Mac.

Renew DHCP Lease And Re-Add The Service

Go to System Settings > Network > Wi-Fi > Details and choose Renew Lease. If that fails, remove Wi-Fi from the service list, apply, then add it again and re-join the network. Apple also maintains a step-by-step article here: If your Mac isn’t connecting to the internet.

Test With A New Network Location

Create a fresh “Location” in Network settings, which stores its own IP and DNS profile. This isolates oddball settings without touching the old profile. If the new location works, keep it and delete the broken one.

Rule Out Router And ISP Problems

When more than one device drops offline, the access point or service is the suspect. Power-cycle the modem and router in that order. Many provider apps now show outage notices or let you restart gear from your phone. If you see a blinking “online” or “internet” light that never stabilizes, contact the provider after you’ve rebooted once.

Dig Deeper: IP, DNS, Firewalls, And VPNs

IP Settings That Break Browsing

Static entries can linger from a past office or a lab project. Switch the adapter to DHCP and remove custom gateway or DNS lines. If your router uses MAC address filtering, ensure the device is allowed.

DNS Quirks And Fixes

A misbehaving resolver makes everything look offline even when your link is fine. Flushing cache helps for short-lived glitches. Trying a public resolver helps isolate whether the provider’s servers are the issue. Keep only two entries to avoid slow fallbacks.

Firewall And Security Suites

Some suites block web traffic when a rule trips. Short test: pause the suite for a minute and refresh a site you trust. If it works, re-enable protection and refine the rule instead of leaving it off. Keep Windows Firewall or macOS firewall on; just fix the rule that blocked traffic.

VPN Tunnels And Split Routing

VPN clients can hijack DNS or route all traffic into a tunnel that’s down. Disconnect the VPN and test. If things work off the tunnel, switch to split tunneling so only work apps use it, or update the VPN client.

When A System Update Breaks Networking

Every platform has the odd update that trips Wi-Fi or loopback. If your outage started right after an update, search the exact update ID or version and scan known issues. In rare cases, uninstalling a bad build or applying an emergency patch restores normal behavior while you wait for a permanent fix. Tech outlets report cases like a Windows 11 release that disrupted local networking, with workarounds posted until Microsoft shipped a fix.

Hardware Checks That Save Time

Wi-Fi Radio And Antenna

Laptops can show a full icon but still drop frames if the antenna lead is loose after a repair. If Ethernet is rock solid while Wi-Fi stalls in the same room, and other devices are fine, the radio may be the issue.

Ethernet Cables And Ports

Worn clips cause intermittent contact. Try a fresh Cat 5e/6 cable and a different router port. If link speed reads 10/100 on a gigabit setup, that’s a clue the cable or port is aging out.

Command And Settings Cheat Sheet

Keep this compact reference handy once you’re past the basics.

Task Windows macOS
Renew IP ipconfig /release then ipconfig /renew Wi-Fi > Details > Renew Lease
Flush DNS ipconfig /flushdns sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder
Reset network Settings > Network & Internet > Advanced > Network reset Remove Wi-Fi service, apply; add it back
Set DNS Adapter > Properties > IPv4/IPv6 > Manual Wi-Fi > Details > DNS > Add servers
Check driver Device Manager > Network adapters System Settings > General > Software Update

How To Test If You’re Truly Back Online

Don’t stop at one page load. Try these in order:

  • Open two unrelated sites in fresh tabs.
  • Visit a plain text site and a media-heavy site.
  • Run a quick speed test and compare with your plan.
  • Turn the VPN back on and confirm apps still work.

Prevent Repeat Outages

Keep Drivers And OS Current—But Stage Changes

Schedule updates when a short outage won’t hurt. Create a restore point on Windows before big upgrades. If an update misfires, you can roll back without losing time.

Harden Wi-Fi

Give 2.4 GHz and 5 GHz unique names. Pick channels with low noise. If your router supports auto channel selection, turn it on. Move the access point away from dense wiring and metal shelves. A small shift can improve signal stability across rooms.

Mind Your DNS

Sticking with your provider’s resolvers is fine when they’re stable. If outages creep in, set two public resolvers on the computer or the router. Leave them as the only entries, and avoid stacking four or more servers, which can slow lookups.

When To Call Your Provider Or A Pro

If the modem can’t lock on to the line after a clean reboot, or if your router reboots itself under light load, it’s time to involve the provider. Share what you tested already and any error lights you see. If one computer is the only device offline after every other test here, a local tech can check the adapter and antenna.

Windows And Mac Reference Links

Bookmark these official pages for later. They cover built-in tools and settings you used in this guide: Microsoft’s Wi-Fi connection issues and Apple’s Mac not connecting to the internet. Google’s Public DNS setup is handy when name lookups fail.

A Simple Flow You Can Reuse Next Time

When the web stalls again, run this sequence:

  1. Restart modem, router, and computer in that order.
  2. Rejoin the correct network or swap to Ethernet.
  3. Renew IP and flush DNS.
  4. Test a public DNS and one more device.
  5. Reset the network stack or update the adapter.
  6. Check firewall, VPN, and security suite rules.

This covers nearly every everyday outage at home or on the road. Keep the tables above nearby, and you’ll go from offline to online with less guesswork and less stress.