How to Fix Ethernet Not Working in Windows 11
The Problem
You plugged in Cat5e/Cat6 but Windows shows Unidentified network, No internet, or the Ethernet port acts dead while Wi-Fi is fine. Wired should be the most reliable link—when it fails, the cause is usually cable/link, a disabled adapter, wrong driver, or DHCP—not the ISP.
Wi-Fi issues instead? See can't connect to this network, no internet secured, or slow Wi-Fi speeds.
Symptoms
- Ethernet icon missing or shows disconnected with cable plugged in.
- Network connections (
ncpa.cpl) shows adapter disabled or "Network cable unplugged." - Link lights on the PC port or router port are off (no amber/green).
The Fix: Step-by-Step
Step 1: Physical Layer First
- Firm click until the RJ45 latch clicks—try another known-good cable.
- Plug into a different LAN port on the router or switch.
- Check link LEDs on the PC jack and router—no lights often means bad cable, dead port, or loose crimp.
- Avoid USB Ethernet adapters on unpowered hubs for the first test—go direct to the motherboard port.
Step 2: Enable the Adapter
Win + R→ncpa.cpl→ Enter.- If Ethernet is gray, right-click → Enable.
- Settings → Network & internet → Ethernet—confirm it sees a connection.
Step 3: Run the Network Troubleshooter
Right-click network icon → Diagnose network problems → apply fixes offered. Note the error code if it fails.
Step 4: Reset TCP/IP Stack
Admin Terminal:
netsh winsock reset
netsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
Reboot after.
Step 5: Set IPv4 to Automatic (DHCP)
ncpa.cpl→ Ethernet → Properties.- Internet Protocol Version 4 (TCP/IPv4) → Properties.
- Obtain an IP address automatically and Obtain DNS server automatically unless your IT gave static IPs.
- Optional DNS test: Preferred
1.1.1.1, Alternate1.0.0.1—see DNS not responding if names do not resolve.
Step 6: Reinstall the Ethernet Driver
- Device Manager → Network adapters → your Realtek/Intel/Killer Ethernet device.
- Right-click → Uninstall device → check Attempt to remove the driver if shown → reboot.
- Install the latest driver from the motherboard or laptop vendor support page—match your exact model.
- Avoid generic "driver updater" bundles.
Step 7: Disable Power Saving on the Adapter
- Device Manager → Ethernet adapter → Properties → Power Management.
- Uncheck Allow the computer to turn off this device to save power.
- Advanced tab → disable Energy-Efficient Ethernet / Green Ethernet if link drops after sleep.
Step 8: Disable Conflicting VPN or Virtual Adapters
Old VPN, VirtualBox, or Hyper-V virtual switches can hijack routes.
ncpa.cpl→ disable unused TAP / Virtual adapters you do not need.- Settings → Network & internet → VPN → disconnect test VPNs.
Step 9: Network Reset (Last Resort)
Settings → Network & internet → Advanced network settings → Network reset. Reboot, re-plug cable, re-enter Wi-Fi passwords if the PC is dual-connected.
Still Dead?
- Router LAN port failed—try another port or factory-reset router (last resort).
- Onboard NIC failed—USB Ethernet dongle is a cheap workaround until board repair.
- PC works on another network but not home? ISP modem bridge mode or VLAN settings—call ISP with link-light status.
Related guides
How to Fix Clipboard Not Working in Windows 11
Copy and paste broken, Clipboard History empty, or Win+V does nothing? Restart Clipboard, fix Remote Desktop conflicts, and reset clipboard services.
How to Fix Mobile Hotspot Not Working in Windows 11
Can't turn on mobile hotspot, or devices won't connect? Fix adapter sharing, metered data, firewall, and driver issues for Windows 11 hotspot.
How to Fix Sleep and Hibernation Not Working in Windows 11
PC won't sleep, wakes instantly, or hibernate is missing? Fix power plans, wake timers, fast startup, and drivers that block sleep on Windows 11.
How to Fix Snipping Tool Not Working in Windows 11
Print Screen or Snipping Tool does nothing, screenshots are black, or Win+Shift+S fails? Reset the app, fix keyboard shortcuts, and repair capture permissions.
How to Fix Windows Firewall Blocking Apps in Windows 11
App blocked by Windows Defender Firewall, can't join a game server, or file sharing fails? Add allow rules, reset firewall defaults, and fix network profile.