P
1
Answer

How do I fix a “No Internet Access” issue on my Wi-Fi but other devices work fine?

My desktop shows "Connected, no internet" while all other devices on the same Wi-Fi work perfectly. I’ve restarted the router, flushed DNS, updated network drivers, and tried using a static IP. Still no luck. Any idea what might be causing this?

Reply
Your e-mail address will not be shared with anyone.

Answers (1)

C

That sounds like a corrupted network stack on your desktop. Try running these commands in Command Prompt (as Administrator):

netsh winsock reset
netsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns

Then restart your PC. If that doesn’t work, check your network adapter settings and disable IPv6, in rare cases, it causes weird conflicts with some routers. Also, make sure your firewall or antivirus isn't blocking the connection.