Technical guide

Ethernet Connected but No Internet in Windows 11

Diagnose Ethernet that is detected in Windows 11 but cannot reach the internet by separating cable and router faults from DHCP, gateway, DNS, VPN, driver, and Windows network-stack problems.

On this page
  1. Start with the symptom boundary: Ethernet exists, internet access does not
  2. Prove whether the fault is the PC, cable, router port, or shared internet connection
  3. Read the Ethernet IP configuration before resetting it
  4. Use DHCP and DNS commands for the layer they actually change
  5. Treat Winsock and TCP/IP resets as repair steps, not diagnostics
  6. Repair the Ethernet driver only after simpler isolation tests
  7. Keep Windows Network reset as the last broad software step
  8. Escalate with evidence when the fault survives the Windows workflow

Start with the symptom boundary: Ethernet exists, internet access does not

This workflow is for a wired adapter that Windows 11 detects and presents as an Ethernet connection, but the PC cannot reach the internet. If Ethernet is missing from Windows entirely, use the separate Ethernet-not-showing-up diagnostic path because device detection, firmware, driver enumeration, and physical link become the first questions. If Wi-Fi is the affected transport, use the Wi-Fi-specific workflow instead.

Before resetting anything, note whether the failure affects every website and app, whether another device can use the same router, whether Wi-Fi works on this PC, and whether the problem began after changing a cable, router port, VPN, driver, or Windows configuration. Those observations separate a shared network outage from a PC-specific wired-network problem far more effectively than applying a long list of resets at random.

Use the observed pattern to choose the next Ethernet isolation test
Observed patternMost useful boundaryNext test
Ethernet fails but Wi-Fi works on the same PCWired path, adapter, cable, router port, or Ethernet configurationSwap the cable or LAN port, then inspect Ethernet IP configuration
Several devices cannot reach the internet through the same routerRouter, modem, or ISP sideCheck another device and restart the network equipment using the vendor/ISP procedure
Ethernet shows an address but no default gatewayDHCP or manual IP configurationInspect `ipconfig /all` and compare the adapter configuration with the network design
Gateway is reachable but names do not resolveDNS pathCompare address reachability with name resolution before flushing the DNS cache
Only one app or VPN path failsApplication, VPN, proxy, firewall, or policy layerTest without assuming the Ethernet link itself is broken

Prove whether the fault is the PC, cable, router port, or shared internet connection

Microsoft recommends starting with the physical Ethernet path: make sure the cable is firmly connected to the PC and a LAN port on the router, and try another cable when one is available. A second LAN port is also a useful isolation test. Do not confuse a router WAN/Internet port with a normal LAN port used by client devices.

Then compare another device on the same network. If another wired device also fails, or Wi-Fi clients on the same router have no internet access, investigate the router, modem, or ISP before changing Windows drivers. If Wi-Fi works on this PC while Ethernet does not, the problem is narrowed toward the wired path or its configuration rather than a general internet outage.

Read the Ethernet IP configuration before resetting it

Open Command Prompt and run `ipconfig /all`. Microsoft documents `ipconfig` as the Windows command for displaying TCP/IP configuration, including adapter addresses, subnet information, and the default gateway. Record the Ethernet adapter state rather than copying values from another network.

A missing or unexpected gateway, an address that does not match the network you expect, or a manually configured address can point toward DHCP or static-configuration trouble. Do not replace IP, gateway, or DNS values with arbitrary addresses from a generic guide. Managed, campus, office, lab, and some home networks can intentionally use static or organization-specific settings.

Use DHCP and DNS commands for the layer they actually change

Microsoft’s Ethernet troubleshooting sequence includes `ipconfig /release`, `ipconfig /renew`, and `ipconfig /flushdns`. Release and renew are relevant to DHCP address configuration; `flushdns` clears the DNS client resolver cache. These commands solve different problems, so use the symptom and `ipconfig` output to decide what you are testing rather than treating all three as one magic reset.

After a DHCP renew, inspect the Ethernet configuration again and retest the original failure. If IP connectivity works but host names still fail, DNS deserves focused attention. If neither the local gateway nor other local destinations are reachable, flushing DNS is unlikely to repair that lower-layer path.

Treat Winsock and TCP/IP resets as repair steps, not diagnostics

Microsoft also lists `netsh winsock reset` and `netsh int ip reset` in its wired-network recovery sequence. Microsoft Learn describes the Winsock reset as returning the Winsock catalog to a clean state and removing custom layered service providers. That makes it a meaningful repair when Windows networking components or third-party network software are implicated, but it does not prove a cable, router, DHCP server, or ISP is healthy.

Record VPN, security, proxy, virtualization, and other networking software before broad resets. If the failure began immediately after installing or changing one of those components, test that evidence first. On managed PCs, follow the organization’s support path rather than removing policy-controlled network components.

Repair the Ethernet driver only after simpler isolation tests

If the physical path and router work for other devices but this PC remains affected, record the exact Ethernet adapter and current driver. Microsoft documents uninstalling the Ethernet network adapter in Device Manager and restarting Windows as a later recovery step, with an important precaution: download or otherwise preserve the PC or adapter manufacturer’s supported driver first when losing network access could prevent you from retrieving it.

A driver reinstall that restores connectivity is useful evidence that the local adapter configuration or driver state mattered. A reinstall that changes nothing is not proof of failed Ethernet hardware. Continue to separate Windows configuration from the cable, router port, adapter hardware, and upstream network before replacing parts.

Keep Windows Network reset as the last broad software step

Microsoft explicitly recommends Network reset as a last step. In Windows 11 it removes installed network adapters and their settings, then reinstalls the adapters after restart. Microsoft also warns that VPN clients and virtual switches such as Hyper-V networking can require reconfiguration afterward, and known network connections can return as public profiles.

Use Network reset only after targeted physical, IP, DHCP/DNS, and driver checks have failed and after recording configuration you may need to restore. Once the PC restarts, reproduce the original Ethernet-only failure rather than declaring success merely because the network icon changed.

Escalate with evidence when the fault survives the Windows workflow

If the same cable and router port work with another device while this PC repeatedly fails after supported driver and Windows network-stack recovery, preserve the adapter model, driver version, `ipconfig /all` output, and the exact tests that passed or failed. That gives the PC or network-adapter vendor a useful starting point for hardware or firmware diagnosis.

If multiple devices fail on the same router or internet service, stop treating the Windows PC as the only suspect. Preserve the router/modem status and contact the router vendor or ISP as appropriate. The goal is to identify which boundary fails, not to force every no-internet symptom into a Windows software explanation.

Sources

Primary and technical sources

Technical details can vary by exact model, firmware, and platform. These are the sources used for the factual claims in this article.

  1. 01 Microsoft

    Fix Ethernet connection problems in Windows: cable, router, network commands, driver reinstall, and Network reset guidance
  2. 02 Microsoft Learn

    ipconfig command reference: TCP/IP configuration, DHCP release/renew, and DNS cache operations
  3. 03 Microsoft Learn

    netsh winsock command reference: Winsock catalog inspection and reset behavior

Related

Troubleshooting

Ethernet Not Showing Up in Windows 11

Diagnose a missing Windows 11 Ethernet connection by separating adapter detection, driver state, cable and physical link, firmware settings, and router or switch faults.

Technical guide

How to Back Up Installed Drivers in Windows 11

Export third-party driver packages from the Windows 11 driver store with PnPUtil, preserve them before a reinstall, and understand what the backup does and does not contain.