Windows 11 Shows No Internet, but Ping Works and cURL Fails

0
3
Asked By MellowCedar42 On

My Windows 11 PC says it isn't connected to the internet in Settings, but I can still ping websites such as Google from Command Prompt. However, cURL requests fail. The same network works normally on my phone, so I'm not sure whether this is a Windows configuration, proxy, VPN, DNS, or network adapter issue. The PC has a Ryzen 7 7800X3D, GeForce RTX 5070 Ti, ASRock B650M Pro RS WiFi motherboard, and 32GB of RAM.

5 Answers

Answered By TidyMango8 On

Check whether Windows is configured to use a proxy: open Start, search for Internet Options, go to Connections, select LAN settings, and make sure ‘Use a proxy server’ is disabled unless you specifically need one.

Answered By CopperLynx56 On

Make sure you’re actually running cURL correctly. On Windows, try the full executable path: `C:WindowsSystem32curl.exe`. If that works, your PATH environment variable may be missing the folder containing cURL.

Answered By BlueHarbor19 On

Try resetting the network stack from an elevated Command Prompt, then restart the PC: `ipconfig /flushdns`, `ipconfig /release`, `ipconfig /renew`, `netsh winsock reset`, and `netsh int ip reset`. After rebooting, forget the Wi-Fi network and reconnect. Restarting the router is worth trying too.

Answered By SilverPine31 On

If possible, connect the PC directly to the router with an Ethernet cable. That will help determine whether the problem is limited to the motherboard’s Wi-Fi adapter or its driver.

Answered By QuietOrbit7 On

If you have a VPN installed, especially one that adds its own network adapter or filtering, temporarily uninstall it rather than just disconnecting it. VPN software can interfere with Windows connectivity checks and command-line traffic.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.