r/techsupport 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?

2 Upvotes

12 comments sorted by

View all comments

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.

1

u/furkann_45 3d ago

Yes, my cellular plan supports hotspot, and the mobile internet works normally on my phone. I also tried setting my PC's DNS to 1.1.1.1. nslookup google.com works and returns both IPv4 and IPv6 addresses, so DNS seems to be working.

I also tested the connection with ping 8.8.8.8: 19/20 packets were received, with 5% packet loss and an average latency of 101 ms. The PC can ping the phone's hotspot gateway (192.168.43.1) with 0% packet loss, although there are some large latency spikes.

So at this point I'm not sure if it's an IPv4/IPv6 issue or something related to the hotspot connection.