How to Fix “Limited Connectivity” WiFi — Windows and Android Guide
“Limited connectivity” or “Limited access” on WiFi means your device connected to the router but can’t get a valid IP address or reach the internet. Test full connectivity at instantspeedtest.net/ once resolved to confirm internet access is restored.
Limited Connectivity Causes and Fixes — By Platform
| Platform | Most Likely Cause | Fix |
|---|---|---|
| Windows | Failed DHCP — IP not assigned (shows 169.254.x.x) | Admin CMD: ipconfig /release → ipconfig /renew |
| Windows | Corrupted TCP/IP or Winsock | netsh winsock reset → netsh int ip reset → restart |
| Android | DHCP lease failure | Toggle airplane mode; forget and reconnect |
| Android | Static IP misconfiguration | WiFi → modify → change IP settings to DHCP |
| All devices | Router DHCP pool full | Router admin → DHCP → expand range or disconnect unused devices |
| All devices | ISP-side PPPoE authentication failure | Restart modem; check ISP status |
The DHCP IP Address Problem — Why 169.254.x.x Means Limited Connectivity
When a Windows device shows a 169.254.x.x IP address, it received an APIPA (Automatic Private IP Addressing) self-assigned address because the router’s DHCP server didn’t respond. This is the most common “limited connectivity” cause. DHCP failure happens when: the router’s DHCP pool is exhausted (all 50 or 100 IP addresses are assigned); the router itself is unresponsive; or a network configuration error blocks DHCP broadcast packets. Check active connected devices in your router admin panel — if 50/50 DHCP leases are occupied, disconnect stale devices or expand the DHCP range. See our guide on WiFi connected no internet.
Related Guides
- WiFi Connected No Internet
- WiFi Authentication Error Android
- Fix WiFi Disconnecting
- Slow Internet Windows 11
- Best DNS Servers
- Modem vs Router
Frequently Asked Questions
Why does “limited connectivity” only happen on one device?
Single-device limited connectivity with other devices working normally points to that device’s network stack rather than a router or ISP issue. The device’s DHCP client failed to complete the lease negotiation. Fixes: toggle WiFi off/on (forces new DHCP request); forget and rejoin network; run Windows Network Troubleshooter (right-click network icon → Troubleshoot); or use the netsh commands above. If the issue recurs frequently, the network adapter driver may need updating.
Can a VPN cause limited connectivity?
Yes — a poorly configured VPN can cause limited connectivity by assigning a VPN IP that conflicts with local network addresses or by blocking DHCP requests. If limited connectivity appeared after installing a VPN client, uninstall the VPN and test. VPN kill switches that block all non-VPN traffic can also prevent DHCP from working if triggered unexpectedly. Disable the kill switch feature or reinstall the VPN client to restore normal DHCP operation.