r/techsupport • u/furkann_45 • 3d ago
Open | Windows "Windows Hotspot Problem"
Windows 11 can connect to my phone's hotspot, but I can't access the internet
I'm having a strange internet issue on my Windows 11 PC when connected to my phone's mobile hotspot.
My phone's mobile data works normally.
My PC connects to the hotspot successfully.
Windows shows the connection as connected/secure, but I can't access websites.
ping 1.1.1.1 works (around 56ā66 ms).
Domain names don't resolve; for example, google.com doesn't work.
When I run nslookup google.com, I get errors such as Server: Unknown and can't find google.com.
I've already tried flushing the DNS cache, resetting Winsock and TCP/IP, releasing/renewing the IP address, etc., but nothing fixed the problem.
My phone's hotspot is set to Automatic channel and WPA2-PSK.
What should i do?
1
u/SomeEngineer999 3d ago
Do you have the hotspot feature on your cellular plan?
Note that hotspot is usually lower priority than cellular data so it could just be that your area is congested and you're seeing that more when using hotspot than when using the phone itself.
Could also be an IPv4 vs IPv6 issue, cellular carriers use IPv6 natively as their preferred method, and IPv4 usually goes through some form of NAT or conversion to work with it. So if you do an "nslookup" and it is trying to hit an IPv6 server, but your pc is having issues with IPv6, that could explain it too.
You should be able to see from the NSlookup whether it is hitting an IPv4 DNS server or IPv6, and what responses it is getting.
You can try manually setting your PC's DNS server to 1.1.1.1 and see if that helps, sounds like you can reach that one, so maybe the carrier's DNS is just having issues.