Unidentified network

How to Fix “Unidentified network”

Windows Network Error 📄 Windows 10, Windows 11
⚡ Quick answer

"Unidentified network" in Windows means your network adapter is connected to a network but Windows couldn't identify it — usually because no default gateway was assigned, DHCP failed, or the IP configuration is invalid. You'll typically see "No internet access" alongside it.

First, check if your internet is working and what your current IP address is:

🔍 Check My IP Address →

What Causes the “Unidentified network” Error?

Windows identifies networks by their gateway IP. If your device didn't receive a valid IP address from DHCP (showing 169.254.x.x instead), Windows can't identify the network. Causes: DHCP server on the router not responding, IP conflict, network adapter issues, Windows network location settings, or a recently changed network configuration.

How to Fix It — 5 Methods

1 Release and Renew IP Address

This fixes DHCP assignment failures. Open Command Prompt as administrator:
ipconfig /release
ipconfig /flushdns
ipconfig /renew
Then check ipconfig — your IPv4 address should now be something like 192.168.x.x, not 169.254.x.x (which indicates DHCP failed).

2 Restart Router and Modem

If the router's DHCP server is having issues, restarting it forces it to reset. Unplug modem, wait 30 seconds, plug in. Unplug router, wait 30 seconds, plug in. Wait for full startup then try ipconfig /renew again.

3 Set IP Address Manually

If DHCP keeps failing, set a static IP. Go to: Network adapter properties → IPv4 → Use the following IP address → Enter: IP: 192.168.1.100 (or another unused address on your network), Subnet: 255.255.255.0, Gateway: 192.168.1.1 (your router IP), DNS: 8.8.8.8 / 8.8.4.4. Click OK.

4 Change Network Profile to Private

Windows sometimes classifies networks as "Public" when they should be "Private," which changes firewall behaviour. Click the Wi-Fi icon → click your network name → toggle "Set as private network" to on. This can resolve identification issues where Windows is too restrictive with the network.

5 Reset Network Stack

Open Command Prompt as administrator:
netsh winsock reset catalog
netsh int ip reset reset.log
Restart. If still showing unidentified, also run:
netsh int ipv6 reset
netsh int ipv4 reset

🔒
Some errors are caused by ISP blocks or network restrictions
A VPN bypasses them instantly by routing through a different server.

Fixed it? Visit tools.examineip.com to confirm your IP address and connection are working correctly.

Frequently Asked Questions

I get "Unidentified network" on Ethernet but Wi-Fi works — why?
The Ethernet cable or port may be faulty, or the router's Ethernet DHCP has a different issue than Wi-Fi. Try a different cable and port on your router. Also check the Ethernet adapter driver is up to date.
My IP shows 169.254.x.x — what does that mean?
169.254.x.x is an APIPA (Automatic Private IP Addressing) address — Windows assigns this to itself when DHCP fails. It means your device tried to get an IP from your router but failed. Restart the router and run ipconfig /renew.
Unidentified network appeared after installing a VPN — how do I fix it?
Some VPN clients install virtual network adapters that Windows detects as unidentified networks. If the VPN is disconnected, this adapter has no gateway and shows as unidentified. Either connect the VPN, disable the virtual adapter in Device Manager when not in use, or uninstall and reinstall the VPN client.

Learn More About IP Addresses & Privacy

← Back to the complete guide: Internet Errors Hub

Last updated: April 2, 2026 • Report an error

Scroll to Top