Windows Limited Connectivity — No Internet Access
Errornetwork errors
Overview
Windows 'Limited connectivity' or 'No Internet access' warning means the device has a local network connection but cannot reach the internet.
Key Details
- Yellow triangle with exclamation on the network icon in system tray
- Device gets a local IP but cannot communicate with internet servers
- May have valid IP from DHCP or a self-assigned 169.254.x.x address
- Can be WiFi or Ethernet — both are affected by this issue
- Windows runs NCSI (Network Connectivity Status Indicator) to detect this
Common Causes
- DHCP server not assigning a valid IP address
- IP address conflict with another device on the network
- Router connected to LAN but WAN/internet link is down
- Incorrect static IP configuration
- Network adapter driver issues after Windows Update
Steps
- 1Run ipconfig — check if IP is 169.254.x.x (means DHCP failed)
- 2Release and renew: ipconfig /release && ipconfig /renew
- 3Reset TCP/IP stack: netsh int ip reset then restart
- 4Forget and reconnect to WiFi network with correct password
- 5Update network adapter driver in Device Manager or roll back recent driver update
Tags
windowsnetworklimited-connectivityno-internetwifi
More in Network Errors
Frequently Asked Questions
It is an APIPA (Automatic Private IP) address assigned when DHCP fails. It means your device cannot get a proper IP from the router.