Many users are familiar with the situation when a laptop refuses to connect to the internet via a smartphone's hotspot. Wi-Fi appears to be enabled and the password entered correctly, but the desired global network icon is missing from the screen. The system often displays "No internet access" or endlessly attempts to obtain an IP address, never completing the connection.
This behavior can be caused by both software glitches in the Windows operating system and the mobile device's settings. Sometimes the problem can be resolved by simply restarting the service, while in other cases, it requires extensive adjustments to network adapter settings or even resetting the ISP's settings.
In this article, we'll take a detailed look at the main scenarios that can cause a laptop to not connect to the internet when connected via a phone. You'll learn how to diagnose DNS errors, check traffic limits, and configure frequency ranges for stable internet connectivity. Android or iOS With Windows.
Problems with drivers and network adapter
The first thing to check if your laptop is connected to Wi-Fi but there's no internet is the driver status. This often happens after updating the operating system or installing a new antivirus. network adapter The device starts to function incorrectly. The system can see the device, but is unable to transmit data due to a software version conflict.
To check, open Device Manager. In the list of devices, find the "Network Adapters" section and make sure there are no yellow exclamation marks next to your Wi-Fi module. If an error icon is present, this means the driver is corrupted or missing. In this case, you will need to reinstall the software from the laptop manufacturer's official website.
Even if there are no visible errors, it's worth trying resetting the adapter settings. This often helps when TCP/IP protocol It's getting incorrect values. Open a command prompt as administrator and enter the command to reset the stack, which will force a restart of network services without rebooting the computer.
⚠️ Attention: When reinstalling drivers, make sure you have an alternative network connection (e.g. USB cable or another Wi-Fi connection) to download the required software version if the automatic search does not work.
Sometimes simply disabling and re-enabling the device in Device Manager helps. Right-click the adapter, select "Disable," wait a few seconds, and then click "Enable." This will reinitialize the hardware, which can resolve temporary software glitches.
DHCP Errors and Obtaining an IP Address
One of the most common reasons why a laptop displays "No Internet Access" is a failure to obtain an IP address. When you connect to your phone's hotspot, your laptop acts as a client and must automatically obtain an address from the server. DHCPrunning on a smartphone. If this process is interrupted, the connection is established, but no data is transferred.
You can check the current status via the command line. Enter the command ipconfig and look at the line "Default gateway" and "IP address". If the address starts with 169.254.x.x, this means that automatic address acquisition failed, and the system assigned itself a random address from the reserved range.
- 🔄 Try manually entering a static IP address in the IPv4 protocol settings.
- 📱 Restart the "Access Point" mode on your phone by turning it off and on again.
- 🔌 Turn off Wi-Fi on your laptop and forget the network to clear the connection cache.
In manual IP address configuration mode, you need to specify the gateway address, which usually corresponds to the address of the phone itself (often this is 192.168.43.1 for Android or 172.20.10.1 for iPhone). Set the subnet mask to the default 255.255.255.0, and you can specify a public DNS, for example, from Google (8.8.8.8).
☑️ DHCP Diagnostics
It's important to understand that some antivirus programs may block incoming connections from unknown DHCP servers, considering them potentially dangerous. If you use a third-party firewall, temporarily disable it to test it.
Access point settings on a smartphone
The problem may not be with the laptop, but with the internet sharing configuration on the phone itself. Smartphones often have limitations on the number of devices that can be connected or use frequency bands that an older laptop simply can't detect. For example, if the phone only shares the internet in the following range: 5 GHz, and the Wi-Fi module in the laptop only supports 2.4 GHz, the connection will not occur.
Go to the access point settings on your Android or iPhoneFind the "AP Band" or "Maximum Compatibility" setting. Switch it to 2.4 GHz. This will reduce the maximum speed, but will significantly increase the likelihood of successfully connecting to older devices and improve the signal range.
| Parameter | Recommended value | Impact on connection |
|---|---|---|
| Frequency range | 2.4 GHz | Maximum compatibility |
| Security protocol | WPA2 PSK | Standard protection |
| Hidden network | Off | Simplifies the search |
| Device limit | No restrictions | Allows connection |
It's also worth checking whether the "Data Saver" or "Metered Connection" feature is enabled in your phone's mobile network settings. If the system determines the limit has been reached, it may block data transfer for connected clients, even if the phone itself can see the internet.
⚠️ Attention: Settings interfaces may vary depending on your phone model and OS version. If you don't see the options described, consult your smartphone manufacturer's official instructions.
DNS issues and resetting network settings
When a laptop is connected but pages don't load, and instead a "DNS_PROBE_FINISHED_NO_INTERNET" error appears, this indicates a problem with domain names. The computer can't resolve the website address to the server's IP address. This is often resolved by changing DNS servers to more reliable ones.
In the properties of the network connection, find the protocol IPv4 and select "Use the following DNS server addresses." Set your preferred DNS server address to 8.8.8.8 (Google) or 1.1.1.1 (Cloudflare) Alternative can be left blank or specified 8.8.4.4.
If changing the DNS doesn't help, perform a full reset of your Windows network settings. This will return all settings to factory defaults, delete saved Wi-Fi profiles, and reset the cache. To do this, use the following command in the Command Prompt:
netsh winsock resetnetsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
After running these commands, be sure to restart your laptop. Often, accumulated junk in network routing tables prevents proper operation via a mobile hotspot.
Why doesn't flushdns always help?
This command only clears the local DNS cache on your computer. If the issue is with your ISP or the phone itself (ports are blocked), clearing the cache will not resolve the access issue.
Traffic limits and blocking by the operator
Modern mobile operators have learned to detect when a subscriber is using a SIM card not in a smartphone, but in a modem or sharing internet with a laptop. This is done by analyzing the parameter TTL (Time To Live). It varies by device: phones typically have 64, while computers have 128 or 255. If the operator sees a TTL jump, they may block the connection or charge an additional fee.
In this case, the laptop will connect to Wi-Fi, but the internet won't work. This problem can be resolved by changing the TTL value in the Windows registry or in the router settings if the connection is shared through a router. However, it's important to keep your data plan's terms in mind.
- 📉 Check your balance and remaining traffic in your operator's app.
- 🚫 Make sure the "Share Tariffing" service is active, if required.
- 🛠 Try changing the TTL in the registry along the path
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters.
Create a parameter DefaultTTL DWORD type with a value of 65 (in decimal). This often helps bypass simple operator checks, making laptop traffic appear like smartphone traffic.
⚠️ Attention: Changing the TTL may conflict with your carrier's contract terms. Use these methods at your own risk and check your carrier's current terms and conditions.
Antiviruses and firewalls
Security software often becomes the unnoticed culprit behind connection issues. Aggressive firewall settings can classify the "Public" network type that Windows assigns to new Wi-Fi connections as potentially unsafe and block all incoming and outgoing traffic.
Check your network profile in Windows. Go to network settings and change the network type from "Public" to "Private." This will confirm that you trust this connection and allow data exchange between devices. Also, temporarily disable your third-party antivirus software for diagnostic purposes.
If internet access is restored after disabling protection, add your access point to the firewall exceptions. Don't leave your computer unprotected for long periods of time, but make sure your filtering rules don't block ports required for DHCP and DNS.
Frequently Asked Questions (FAQ)
Why does my laptop see my phone's Wi-Fi, but it says "Not connected"?
The problem is most likely an incorrect password or incompatible encryption protocols. Try changing the security type on your phone from WPA3 to WPA2.
How to increase internet speed when sharing data from a phone?
Use a USB cable instead of Wi-Fi to connect; this will ensure a stable signal and charge your phone. Also, select the 5 GHz band in your hotspot settings if your laptop supports it.
Can a low phone battery affect internet speed?
Yes, in power saving mode, your smartphone may limit the Wi-Fi transmitter power and processor frequency, which leads to a drop in speed and an unstable connection.
What should I do if the exclamation mark is on the Wi-Fi icon?
This means there's no internet access even though you have a local connection. Check your SIM card balance, APN settings, and your phone's mobile data connection.