When a wired Ethernet connection fails, check cable and port lights, refresh IP/DNS, and update drivers before deeper fixes.
Nothing kills momentum like a dead wired link. The good news: most problems sit in a short list—loose plugs, a bad cable, router quirks, misassigned IP details, or a fussy driver. This guide gives you fast checks, step-by-step fixes for Windows, macOS, and routers. Follow the order and you’ll isolate the fault without guesswork at home.
Quick Triage: What To Check First
Run through these five quick hits. Each takes seconds and rules out a whole class of issues.
- Seat the plugs on both ends until they click. Try a second cable if you have one.
- Look at the link and activity LEDs on the PC and router. A steady link light means the port sees a connection; a blinking light shows traffic.
- Move the plug to a different LAN port on the router or switch.
- Power-cycle the router and modem, then restart the computer.
- If Wi-Fi works on the same machine, the internet is up; the fault lives on the wired path.
Symptom To Cause: Fast Lookup
Use this table to match what you see with the likely culprit and a next step.
| Symptom | Likely Cause | Quick Check |
|---|---|---|
| No link light anywhere | Dead port or cable; adapter disabled | Swap cable/port; confirm adapter is enabled |
| Link light on, no internet | IP/DNS issue; upstream outage | Renew IP, test with another device |
| 169.254.x.x address | DHCP not handing out leases | Restart router; renew DHCP lease |
| “Unidentified network” label | Driver or firewall rules | Update driver; test with firewall off briefly |
| Intermittent drops | Loose jack, duplex mismatch, power saving | Lock speed/duplex; disable adapter power saving |
| Only one port works | Router LAN port failure or VLAN config | Factory reset or check VLAN settings |
| USB-Ethernet adapter flaky | Driver, cable strain, underpowered hub | Plug direct to PC; update driver |
Why Wired Internet Stops Working
Problems fall into four buckets—physical, addressing, software, or upstream. Spot the bucket and the fix gets quick.
Physical Layer: Cables, Ports, And LEDs
Look for a firm click at both ends. Bent latch tabs cause loose fits. Cat5e or Cat6 patch cords are cheap; try another one. Check the LEDs by each port: one shows link status, the other flashes with traffic. No link light points to a cable, port, or adapter that isn’t talking at all. For LED meanings on pro gear, Cisco’s LED guide maps common states and colors.
Addressing: DHCP, Static IPs, And APIPA
When the PC can’t get an address from the router, it may self-assign an address that starts with 169.254. That range is link-local and only talks to devices on the same cable segment—not the internet. The IETF’s RFC 3927 explains why this range exists. Renewing the lease or restarting the router restores a proper address in your home subnet.
Software And Drivers
Outdated or corrupted drivers can block traffic or mislabel networks. Power saving options may also park the adapter. Adjusting these settings or reinstalling the driver often clears stubborn faults.
Wired Internet Not Connecting – Common Causes
This section breaks down the usual suspects and how to test each one with minimal tools.
Bad Or Miswired Cable
Patch cords fatigue at the latch and near the boots. A spare cable is the fastest test. If swapping fixes it, retire the old line. If you crimp your own ends, verify pin order (T568B on both ends for a straight-through cord).
Router LAN Port Trouble
Move the plug to another LAN port. If the second port works, the first port is failing or disabled. A full reset restores defaults on consumer routers when settings get messy.
Adapter Disabled Or Power-Managed
In Windows, Device Manager can disable a card silently if a driver throws errors. Power saving may also turn it off during idle. Re-enable the device and clear any power settings that cut the link.
Wrong IP Or DNS Details
Static entries that once worked at a different site can block routing at home. Switch to automatic settings, then renew the lease. If browsing still fails, set a well-known DNS and retry a basic site.
Driver Mismatch After An Update
Sometimes an OS update brings a driver that your NIC doesn’t like. Rolling back or clean-installing the vendor’s driver gets you back online fast.
Fixes For Windows
Work through these from top to bottom. Stop once the link comes back.
Run Built-In Troubleshooters
Open Settings > Network & internet > Advanced network settings > Network troubleshooter. Let Windows test and apply quick fixes. Microsoft’s wired connection guide shows the same path.
Reset The TCP/IP Stack
Open Command Prompt as admin and run these in order: netsh winsock reset, netsh int ip reset, ipconfig /release, ipconfig /renew, ipconfig /flushdns. This clears socket catalogs, reinstalls the IP stack, and gets a fresh lease. These commands match Microsoft’s wording in the guide linked above.
Check Adapter Status And Power Options
In Device Manager, expand Network adapters, right-click the Ethernet device, and open Properties. On the Power Management tab, uncheck the option that lets the PC turn the device off. Confirm the device status reads “This device is working properly.”
Reinstall Or Roll Back The Driver
Still stuck? Uninstall the adapter in Device Manager and restart. Windows will reload the driver. If the failure started after an update, use Roll Back Driver on the Driver tab.
Use Network Reset As A Last Resort
Settings > Network & internet > Advanced network settings > Network reset will remove all adapters and restore defaults. You’ll need Wi-Fi passwords again and may need to reinstall VPN tools.
Fixes For macOS
These steps apply to current versions, with labels from System Settings.
Renew The DHCP Lease
Go to System Settings > Network > Ethernet > Details > TCP/IP, then click Renew DHCP Lease. Apple’s renew lease page shows the exact button.
Use Automatic IP And DNS
In the same TCP/IP pane, set Configure IPv4 to Using DHCP. Under DNS, remove stale entries and add your router or a public resolver if needed. Apple’s TCP/IP settings guide covers these fields.
Delete And Re-Add The Service
From the Network list, click the three dots, choose Delete Service for Ethernet, then add it back with the plus button. This rebuilds the interface profile.
Check USB-Ethernet Adapters
Dongles need vendor drivers on some chipsets. Install the latest package and plug the adapter straight into the Mac, not a low-power hub.
Router And Switch Fixes
When the PC looks fine but traffic still stalls, shift attention to the box you’re plugged into.
Read The LEDs
Most gear shows two lights per port: link (solid when connected) and activity (blinks with traffic). A dark link LED means the port doesn’t detect a partner or speed. Try another port and a known-good cable.
Reboot And Refresh Leases
Pull power from the modem and router for 30 seconds, restore power to the modem, wait for it to sync, then power the router. This refreshes the link to your ISP and the local DHCP pool.
Deeper Diagnostics
When basics fail, a few tests will reveal what layer breaks.
Test IP Layer
- On Windows, run
ipconfig; on Mac, check Ethernet details. Look for an address in your home subnet, not 169.254.x.x. - Ping the router’s IP. If that works, ping a public IP like 1.1.1.1. If that works, try a domain like example.com to test DNS.
Lock Speed And Duplex
Rare, but mismatches do happen with old switches. In adapter settings, set 1 Gbps full duplex or 100 Mbps full duplex on both ends and retest.
Bypass The Router
If your ISP gives a public IP to one device, connect the PC directly to the modem, then release/renew. If that works, the problem sits in the router.
OS-Specific Click Paths And Commands
Keep these at hand when you need to change settings fast.
| Platform | Where To Click | What To Do |
|---|---|---|
| Windows 11 | Settings > Network & internet | Network troubleshooter; Network reset; command resets |
| Windows 10 | Settings > Network & Internet > Status | Network troubleshooter; Network reset |
| macOS | System Settings > Network > Ethernet | Renew DHCP lease; set DHCP; edit DNS |
When The Address Starts With 169.254
That range is a self-assigned link-local block used when no DHCP reply arrives. It lets devices talk locally but not reach the internet. The fix is to restore DHCP service on the router or set a valid static address on the same subnet as the router. Then renew the lease on the computer.
USB-Ethernet Adapters And Docks
Small adapters are handy, yet they add one more point of failure. Cheap hubs may not give the NIC enough power, leading to resets under load. Use the PC’s native ports for testing. If the adapter runs hot or drops under load, try a branded unit and update its driver package.
Safe Order Of Operations
Here’s a clean sequence that avoids double work and preserves clues.
- Swap cable and port; check LEDs.
- Restart modem and router; restart PC.
- Renew IP/DNS; run command resets on Windows.
- Reinstall or roll back the NIC driver.
- Factory reset router only if the LAN still fails.
Printable Checklist
Keep this short list in your desk drawer. It mirrors the steps in this guide.
- Cable seated both ends; try second cable.
- Link light on; activity light blinking.
- Router rebooted; PC restarted.
- IP renewed; DNS checked; commands run on Windows.
- Driver reinstalled or rolled back.
- Router LAN DHCP verified; factory reset only as a last step.
With a spare cable and a calm sequence, most wired link problems clear fast.
