You plug the Ethernet cable in, the link lights blink, and yet Windows 11 stubbornly labels the connection "Unidentified Network" with no internet access. It is a frustrating spot to be in, because the hardware looks fine on the surface but Windows cannot work out what it is talking to. The good news is that this is almost always a software or configuration hiccup, and you can clear it with a short series of safe, ordered steps.
The fixes below start with the gentlest, fastest options and only move toward deeper changes if the simple ones do not stick. Work through them in order and stop as soon as your connection comes back. Most people resolve this within the first few steps without touching anything risky.
Start With a Clean Restart of Your PC and Router
Before changing any settings, give every device in the chain a fresh start. Restarting clears transient state in the network adapter and prompts Windows to re-run DHCP, which can re-identify a connection that was stuck. This is the simplest first step and it resolves a surprising number of cases on its own.
Restart your PC from Start > Power > Restart, and power-cycle your modem and router at the same time. Give the router a full minute to come back online before you check the connection again. Checking the basics like cables and restarting is exactly what Microsoft recommends before any deeper troubleshooting.
Let the Built-In Network Diagnostics Do the Work
Windows ships with an automated troubleshooter that can detect and repair common connection faults without you changing anything by hand. Running it early is wise because it applies safe, supported fixes first.
On Windows 11, open the Get Help app, enter connect to network and internet in the Search bar, then select Run network diagnostics. Windows will run diagnostics automatically and attempt repairs for you.
On Windows 10, the equivalent lives under Settings > Network & internet > Status > Network troubleshooter. Either way, follow any on-screen prompts and let the tool finish before testing the link.
Confirm the Cable and Port Are Solid
A loose or faulty cable can keep Windows from identifying the network, so it is worth ruling out the physical layer next. This takes a moment and saves you from chasing software fixes for a hardware problem.
- 1.Confirm the Ethernet cable is firmly seated at both the PC and the router or modem.
- 2.Try a different Ethernet cable if you have one available.
- 3.Plug into a different port on the router or modem if another one is free.
If swapping the cable or port instantly fixes things, you have found your culprit. Checking the physical connection this way is part of Microsoft's basic Ethernet checks.
Reset the Network Stack From an Elevated Command Prompt
When the cable is fine but the connection still will not identify, resetting the underlying networking components often clears it. These commands release and renew your IP address, flush the DNS resolver cache, and reset the Winsock catalog and TCP/IP stack to a clean state.
First, open Command Prompt as administrator: select Search on the taskbar, type command prompt, then to the right of the Command Prompt result select Run as administrator > Yes.
With the elevated window open, run the following commands one at a time, in this order:
- 1.
netsh winsock reset - 2.
netsh int ip reset - 3.
ipconfig /release - 4.
ipconfig /renew - 5.
ipconfig /flushdns
After the commands finish, restart the PC from Start > Power > Restart so the reset fully takes effect. This combination commonly restores a connection that was failing to identify.
Manually Resetting TCP/IP and Saving a Log
If you want a record of the reset, you can run the TCP/IP reset and write a log file. As an administrator, run netsh int ip reset c:\resetlog.txt to write the log to the path you specify, or netsh int ip reset resetlog.txt if you do not need a full directory path. Restart the computer afterward.
Update the Ethernet Adapter Driver
An outdated or incompatible adapter driver can cause connection problems, including a network that will not identify itself. Updating the driver through Device Manager is a low-risk way to rule this out.
- 1.Select the Start button, type
Device Manager, and open it. - 2.Expand Network adapters.
- 3.Right-click your Ethernet adapter and select Properties.
- 4.Open the Driver tab and select Update Driver.
- 5.Choose Search automatically for updated driver software.
Let Windows search for and install any newer driver it finds, then check whether the connection identifies correctly.
Reinstall the Adapter Driver if Updating Did Not Help
If updating the driver made no difference, reinstalling it gives Windows a fresh copy. When you remove the adapter and restart, Windows reinstalls the adapter and its driver automatically.
- 1.In Device Manager, expand Network adapters.
- 2.Press and hold (or right-click) your Ethernet adapter and select Uninstall device.
- 3.Check Attempt to remove the driver for this device.
- 4.Select Uninstall.
- 5.Restart the PC from Start > Power > Restart.
On restart, Windows detects the adapter again and reinstalls the driver, which can resolve a corrupted or mismatched driver that an update alone could not fix.
Set DNS Servers Manually for the Ethernet Connection
If automatic settings are failing, applying a known-good DNS configuration by hand sometimes restores a stable connection. You configure this directly in Settings for the Ethernet adapter.
- 1.On Windows 11, go to Settings > Network & internet > Ethernet.
- 2.Next to IP assignment, select Edit.
- 3.Choose Manual and turn on IPv4.
- 4.In the Preferred DNS and Alternate DNS boxes, type the DNS server addresses you want to use.
- 5.Select Save.
This swaps the automatic DNS settings for ones you control, which can help when the assigned settings are the source of the trouble.
When Nothing Else Works, Perform a Network Reset
Network reset is the last step you should try, because it removes and reinstalls all of your network adapters and returns their settings to defaults after the PC restarts. Reserve it for when every gentler fix above has failed.
On Windows 11, go to Settings > Network & internet > Advanced network settings > Network reset > Reset now > Yes. On Windows 10, the path is Settings > Network & internet > Status > Network reset.
Be aware that afterward you may need to reinstall and set up other networking software, such as VPN client software or Hyper-V virtual switches, because the reset returns the networking stack to its default state. Once the PC restarts and you have reconnected, your Ethernet connection should identify itself normally again.
Frequently Asked Questions
Why does my Ethernet show "Unidentified Network" even though the cable is plugged in?
This usually points to a software or configuration issue rather than a broken cable. A simple restart of your PC and router re-runs DHCP and often re-identifies the connection, and if that fails, resetting the network stack with the ipconfig and netsh commands typically clears the state.
Do these fixes work on Windows 10 as well as Windows 11?
Yes. The steps apply to both versions, although some Settings paths differ. For example, Windows 11 uses Settings > Network & internet > Advanced network settings for Network reset, while Windows 10 uses Settings > Network & internet > Status. Each step above notes the version-specific path where it matters.
In what order should I run the command-line fixes?
Open Command Prompt as administrator, then run them in this exact order: netsh winsock reset, netsh int ip reset, ipconfig /release, ipconfig /renew, and ipconfig /flushdns. Restart the PC once they have all finished.
Will a Network reset delete my files or settings?
A Network reset does not touch your personal files. It removes and reinstalls all network adapters and returns their settings to defaults. After it completes you may need to reinstall and reconfigure networking software like VPN clients or Hyper-V virtual switches, so treat it as a last resort.
How do I update my Ethernet adapter driver?
Open Device Manager from the Start button, expand Network adapters, right-click your Ethernet adapter, and select Properties. On the Driver tab, choose Update Driver, then Search automatically for updated driver software so Windows can find and install any newer version.











