"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 →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.
This fixes DHCP assignment failures. Open Command Prompt as administrator:ipconfig /releaseipconfig /flushdnsipconfig /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).
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.
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.
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.
Open Command Prompt as administrator:netsh winsock reset catalognetsh int ip reset reset.log
Restart. If still showing unidentified, also run:netsh int ipv6 resetnetsh int ipv4 reset
✅ Fixed it? Visit tools.examineip.com to confirm your IP address and connection are working correctly.
ipconfig /renew.← Back to the complete guide: Internet Errors Hub
Last updated: April 2, 2026 • Report an error