Ethernet Adapter Not Working: How to Fix Network Issues on a Gaming PC


Ethernet Adapter Not Working: How to Fix Network Issues on a Gaming PC

Why Your Ethernet Adapter Stops Working (And What It’s Actually Doing to Your Game)

Your Ethernet adapter stops working and suddenly you’re sitting at 180ms in Valorant, watching kill cams that don’t make sense. Or your connection shows as active but you’re getting 40% packet loss in Warzone. Sometimes the adapter disappears from Device Manager entirely. Whatever version of broken you’re dealing with, this guide gives you the exact steps to fix it — in order, starting with the fastest solutions first.

Before anything else, confirm what you’re actually dealing with. Open Command Prompt and run ping 8.8.8.8 -t. If you’re getting consistent replies under 20ms with no timeouts, your adapter is fine and the problem is upstream. If you’re seeing “Request timed out,” inconsistent times jumping between 5ms and 800ms, or the ping just hangs, your adapter or its configuration is the problem.

Step 1: Check the Physical Connection First

This sounds obvious but it causes more problems than it should. Ethernet cables go bad, RJ45 connectors bend, and Cat5e cables from 2009 don’t belong in a gaming setup anymore.

  • Unplug and firmly reseat the Ethernet cable at both ends — the PC port and the router/switch port.
  • Check that the clip on the RJ45 connector is actually locking in. If it’s broken, the cable will work intermittently and cause maddening packet loss that looks like a software issue.
  • Swap the cable entirely if you have one available. Use at least Cat6 for gaming — Cat6 supports up to 10Gbps and handles interference better than Cat5e.
  • Try a different port on your router or switch. A failed port will show link lights but pass zero traffic.
  • Check the link lights on your NIC and router. You should see a solid green or amber light when plugged in. No light means no physical link — the adapter or port is dead, the cable is bad, or the connector isn’t seated.

Step 2: Disable and Re-Enable the Ethernet Adapter

Windows sometimes gets the adapter into a broken state that a simple toggle fixes. This takes 10 seconds and solves the problem more often than it should.

  • Press Windows + X and select Device Manager.
  • Expand Network Adapters.
  • Right-click your Ethernet adapter (usually labeled something like Intel I225-V, Realtek PCIe GbE, or Killer E3100) and select Disable device.
  • Wait 5 seconds, right-click again and select Enable device.
  • Run your ping test again immediately.

If the adapter doesn’t appear in Device Manager at all, click View at the top and select Show hidden devices. A greyed-out adapter means Windows has it flagged as removed or malfunctioning.

Step 3: Update or Roll Back the Network Driver

A bad driver update is one of the most common reasons an Ethernet adapter suddenly stops working correctly. Windows Update will sometimes push a generic driver that doesn’t perform as well as the manufacturer’s version, or a new driver introduces a bug.

To update the driver manually:

  • Identify your NIC model in Device Manager under Network Adapters.
  • For Intel NICs (I225-V, I219-V, I211): go to intel.com/content/www/us/en/download-center and search your adapter model. Download and install the latest driver package.
  • For Realtek NICs: go to realtek.com, find your chipset (RTL8111, RTL8125, etc.) and download the Win10/Win11 driver.
  • For Killer/Rivet Networks NICs (common on ASUS ROG and MSI boards): download the Killer Intelligence Center from killernetworking.com for the full driver suite.

To roll back a driver:

  • In Device Manager, right-click your Ethernet adapter and select Properties.
  • Go to the Driver tab and click Roll Back Driver.
  • If the button is greyed out, there’s no previous driver stored — you’ll need to manually install an older version from the manufacturer’s site.

Step 4: Reset TCP/IP Stack and Flush DNS

A corrupted TCP/IP stack or stale DNS cache can make your adapter appear to work while actually delivering broken routing, high ping, and connection drops. This is especially common after Windows updates or after switching between networks.

Open Command Prompt as Administrator (search CMD, right-click, Run as administrator) and run these commands one at a time:

  • netsh int ip reset
  • netsh winsock reset
  • ipconfig /flushdns
  • ipconfig /release
  • ipconfig /renew

Restart your PC after running all five. Run your ping test again. If you were getting 150ms+ to 8.8.8.8 before this, you should see it drop to under 20ms on a healthy connection.

Step 5: Change Your DNS Servers

Your ISP’s default DNS servers are often slow and can cause connection issues that look like adapter problems. Switching to faster DNS can drop your DNS lookup times from 80-100ms to under 10ms and resolve issues where games fail to connect to servers entirely.

  • Open Control Panel → Network and Internet → Network and Sharing Center.
  • Click your Ethernet connection, then Properties.
  • Select Internet Protocol Version 4 (TCP/IPv4) and click Properties.
  • Select Use the following DNS server addresses.
  • Set Preferred DNS to 1.1.1.1 (Cloudflare) and Alternate to 8.8.8.8 (Google).
  • Click OK and test again.

Step 6: Disable Large Send Offload (LSO) and Adjust NIC Advanced Settings

This is the fix most guides skip and it makes a real difference for gaming. Large Send Offload and some other NIC features can cause latency spikes, packet loss, and unstable connections — especially on Intel and Realtek adapters.

  • Open Device Manager, right-click your Ethernet adapter, select Properties.
  • Go to the Advanced tab.
  • Find Large Send Offload V2 (IPv4) — set it to Disabled.
  • Find Large Send Offload V2 (IPv6) — set it to Disabled.
  • Find Speed & Duplex — change it from Auto Negotiation to 1.0 Gbps Full Duplex (or the highest speed your hardware supports, such as 2.5 Gbps on newer boards).
  • Set Interrupt Moderation to Disabled if the option exists — this reduces latency at the cost of slightly higher CPU usage, which is the right trade-off for gaming.

Apply changes and retest. Players running games like Call of Duty, Apex Legends, and Fortnite regularly see ping drop by 10-30ms after disabling LSO on Intel I219-V adapters.

Still lagging after trying everything?

WTFast reroutes your game traffic through optimized servers — cutting ping by 30-50% for most players.

Start Your Free WTFast Trial →

Step 7: Check for IP Conflicts and Assign a Static IP

If two devices on your network have the same IP address, your connection will drop intermittently. Your ping might look fine at 15ms and then spike to 2000ms for no apparent reason.

  • Open Command Prompt and run ipconfig /all.
  • Note your current IPv4 address, Subnet Mask, Default Gateway, and DNS Servers.
  • Log into your router (usually at 192.168.1.1 or 192.168.0.1) and check the DHCP client list for duplicate IPs.
  • To assign a static IP: go back to TCP/IPv4 Properties (same path as DNS change above) and manually enter an IP address outside your router’s DHCP range. For example, if your router assigns 192.168.1.100-200 via DHCP, set your PC to 192.168.1.50 with subnet 255.255.255.0 and gateway matching your router’s IP.

Step 8: Update Your Motherboard’s Chipset Drivers

If your NIC is onboard (built into the motherboard, which covers most gaming PCs), the chipset drivers affect how the NIC communicates with the CPU. Outdated chipset drivers on AMD X570, B550, or Intel Z690/Z790 boards cause NIC instability that looks identical to a broken adapter.

  • For AMD boards: download the latest AMD Chipset Software from amd.com/en/support.
  • For Intel boards: download the Intel Chipset Device Software from intel.com.
  • Install, restart, and test your connection again.

Step 9: Test With a USB Ethernet Adapter

If you’ve done everything above and the adapter is still misbehaving, the onboard NIC hardware may be failing. A USB 3.0 to Gigabit Ethernet adapter (the TP-Link UE300 costs around $15) will tell you immediately whether the problem is hardware. Plug it in, install the driver, and run your ping test. If ping is stable at under 15ms on the USB adapter but was spiking to 200ms+ on the onboard NIC, you have a hardware failure and need to either use the USB adapter permanently or install a PCIe NIC like the Intel I225-V based cards from companies like Asus or Gigabyte.

When Free Fixes Don’t Solve Your Ping and Routing Problems

Here’s the reality: you can have a perfectly functioning Ethernet adapter and still get 120ms ping in Final Fantasy XIV or constant packet loss in Escape from Tarkov because the route your traffic takes from your PC to the game server is bad. Your ISP routes your data through congested nodes, and there’s nothing a driver update or TCP reset can do about that.

That’s exactly what WTFast solves. It routes your game traffic through an optimized private network, bypassing the congested public internet paths that your ISP uses. Players using WTFast on games like Lost Ark, World of Warcraft, and Valorant regularly report dropping from 90ms to 40ms and eliminating the packet loss that was making their connection feel broken even with a working adapter.

If you’ve worked through every fix in this guide and you’re still dealing with high ping, rubber-banding, or unstable connections to game servers, start your WTFast free trial here and see what your ping looks like when your traffic takes the fastest possible path to the server.

When your ethernet adapter is functioning but you’re still experiencing performance issues during gameplay, network latency might be the culprit — our PC Gaming Lag Fix Guide walks through systematic troubleshooting for all lag-related problems.

Once your adapter is functioning properly, you can boost your gaming performance even further by implementing the proven network adapter settings and Windows tweaks that actually work for gaming.

Related: How to Fix NVIDIA Driver FPS Drops, Crashes, and Stuttering (R595 Series Guide)

Related: How to Fix Gaming Lag After the Windows 11 March 2026 Update (KB5079473)

Once you’ve restored your network connection, optimizing your Windows 11 gaming settings can help eliminate any remaining lag or input delay issues you might experience during gameplay.

While you’re troubleshooting network connectivity, it’s also worth ensuring your GPU drivers are up to date since outdated graphics drivers can cause performance issues that might seem network-related during online gaming.

Once you’ve resolved your network connectivity, consider identifying which background processes might be killing your FPS to ensure your gaming performance is fully optimized.

If your ethernet adapter issues persist and you need to game right away, switching to Wi-Fi with optimized settings can be a solid temporary solution while you troubleshoot the wired connection.

While troubleshooting your ethernet connection, you might also want to disable Windows 11’s Game Mode if it’s causing performance issues that could be interfering with your network drivers.

If your network adapter is consuming excessive system resources during gameplay, you might also want to troubleshoot high CPU usage while gaming since these issues can sometimes be interconnected.

Still lagging after trying everything?

WTFast reroutes your game traffic through optimized servers — cutting ping by 30-50% for most players.

Start Your Free WTFast Trial →

Frequently Asked Questions

Why does my Ethernet adapter keep disconnecting and reconnecting while gaming?

This is almost always caused by the adapter’s power management settings. Go to Device Manager, open your Ethernet adapter properties, click the Power Management tab, and uncheck Allow the computer to turn off this device to save power. Also check Windows power plan — set it to High Performance under Control Panel → Power Options.

My Ethernet adapter shows connected but I have no internet — how do I fix it?

Run ipconfig /release followed by ipconfig /renew in an elevated Command Prompt. If that doesn’t work, run netsh winsock reset and restart. If you still have no internet, log into your router and check if the WAN connection is active. Also try setting your DNS manually to 1.1.1.1 and 8.8.8.8 as described above.

How do I fix high ping even with a wired Ethernet connection?

Disable Large Send Offload in your NIC’s advanced settings, switch your DNS to 1.1.1.1 and 8.8.8.8, and run a traceroute (tracert 8.8.8.8) to identify where latency is being added. If the high latency appears at your ISP’s nodes rather than your local network, a gaming VPN or tunnel like WTFast will route around those congested hops.

Ethernet adapter not showing up in Device Manager — what do I do?

Click View → Show hidden devices in Device Manager first. If it still doesn’t appear, go into your BIOS/UEFI and confirm the onboard LAN is enabled (it can be accidentally disabled). If it’s enabled in BIOS but missing in Windows, reinstall the chipset drivers for your motherboard, then install the NIC driver fresh from the manufacturer’s website.

Does updating Ethernet drivers actually improve gaming ping?

Yes, in specific situations. A bad or outdated driver on Intel I219-V and Realtek RTL8125 adapters in particular can cause latency spikes of 50-200ms that disappear completely after a driver update or rollback. The improvement isn’t guaranteed but it’s a zero-risk 5-minute fix that’s worth doing before any other troubleshooting.

Ty Sutherland

With over a decade in game network and hardware optimization, Ty is a seasoned expert committed to enhancing your gaming experience. He's worked with industry leaders across platforms, from PC to mobile, advocating for accessible, cutting-edge optimization tools. At "Fix Game Lag," Ty keeps you updated on the latest gaming resources and solutions, leveling the playing field for all gamers.

Recent Posts