Why won't my laptop connect to WiFi via my phone? Troubleshooting

The situation when a laptop refuses to connect to the internet via a smartphone's hotspot often catches users off guard. You've apparently enabled tethering mode on Android or iPhone, but the laptop either doesn't see the network at all or endlessly tries to obtain an IP address. This is a common problem that can be caused by a dozen different factors, from a simple driver glitch to frequency band incompatibility.

In most cases, the cause lies in security or power saving settings that block the connection to save battery power. Access point It may work correctly, but the laptop treats it as a restricted network or simply ignores connection requests. Understanding how wireless interfaces work helps you find the root of the problem faster.

We will analyze the main scenarios why The laptop doesn't detect Wi-Fi. from your phone, and we'll offer specific action plans for Windows, macOS, and mobile operating systems. It's important to proceed sequentially, checking every level of connectivity: from physically enabling modules to identifying software conflicts. Often, the solution is simpler than it seems at first glance.

Problems of compatibility of frequency ranges and standards

One of the most common technical reasons for connection failure is a mismatch in the frequency ranges used by the adapters. Modern smartphones often distribute internet in the range 5 GHz for high speed, while older laptops may only support 2.4 GHz. If your computer is more than 7-8 years old, it will physically be unable to detect a network in the higher frequency range.

The opposite situation is less common, but also possible: the laptop is configured to work only with certain security standards or channel widths that conflict with the phone's settings. For example, if the smartphone is set to a forced 40 MHz channel width, but the laptop adapter expects 20 MHz, a stable connection will fail. In such cases, the system simply displays "Unable to connect to this network."

To resolve this issue, you need to change the access point settings on your phone itself. Depending on your device model and operating system version, the path to these settings may vary, but the logic remains the same. You need to find the section responsible for the frequency range.

  • 📱 Go to the hotspot settings on your phone.
  • 📡 Find the "AP Range" or "Band" item.
  • 🔄 Switch the value from 5.0 GHz to 2.4 GHz.
  • 💾 Save the changes and restart the tethering mode.
⚠️ Attention: Switching to the 2.4 GHz band may reduce the maximum data transfer speed, but will significantly improve connection stability and compatibility with older devices.

It's also worth paying attention to encryption standards. If the protocol is installed on the phone WPA3, and the laptop's network card doesn't support it, connection will be impossible. In this case, you should temporarily lower the security level to WPA2-Personal to test the hypothesis.

Network adapter driver and configuration errors in Windows

If the frequencies are fine, the laptop's software becomes the next suspect. Network adapter drivers tend to become outdated or corrupted after operating system updates. Windows may incorrectly manage power saving mode, disabling the WiFi module at the most inopportune moments, resulting in the inability to find the phone's network.

To diagnose the problem, you need to go to the Device Manager. This is a system utility that displays all connected components. Find the "Network Adapters" section and select your wireless module (usually the name contains words like "Wireless," "WiFi," "802.11," or brands like Intel, Realtek, Qualcomm). Check if there is a yellow exclamation mark next to the device.

Resetting network settings to factory defaults often helps. This will delete all saved WiFi profiles and return the TCP/IP stack configuration to its original state. This is especially true if you've recently changed your antivirus software or installed traffic management software.

netsh winsock reset

netsh int ip reset

ipconfig /release

ipconfig /renew

ipconfig /flushdns

Run these commands in Command Prompt as administrator, and be sure to restart your laptop. After restarting, try detecting your smartphone's network again.

📊 What operating system do you have on your laptop?
Windows 10
Windows 11
macOS
Linux
Other

Features of Internet sharing on Android and iOS

Mobile operating systems have their own limitations and peculiarities when working in modem mode. On devices Apple There's a "Maximum Compatibility" feature that forces the access point to switch to the 2.4 GHz frequency. If your laptop doesn't detect your iPhone, make sure this switch is enabled in the Personal Hotspot settings.

On Android The situation is more complicated due to the variety of interfaces from different manufacturers. Samsung, Xiaomi, Huawei, and other brands may use different names for the internet tethering menu. Furthermore, some carriers block tethering by changing the TTL (Time To Live) value in data packets.

If your laptop connects to your phone but there's no internet, the problem may be blocked by your ISP. In this case, changing the TTL value in roaming settings or using special apps may help, but this requires root access and may violate your contract with your carrier.

How can I check if my distribution is blocked by my operator?

Connect your phone to your laptop via USB. If the internet connection works via cable but not via WiFi, there's a high chance your carrier is blocking WiFi access.

It's also worth checking your data limit. Your phone's hotspot settings may have a limit, such as 100 MB. Once this limit is reached, your phone will automatically disconnect new clients or stop transmitting data, although the network will remain visible.

IP address and DHCP server conflicts

Sometimes the laptop detects the network, attempts to connect, but gets stuck at the "Obtaining IP address" stage. This is a classic sign of an addressing conflict or a malfunctioning DHCP server, which is built into the phone's access point module. The client device requests an address, but the phone either doesn't respond or returns an address that is already in use on the local network.

A solution might be to manually assign a static IP address to your laptop. To do this, you need to know the gateway address, which is usually the phone's own address (often 192.168.43.1 or 192.168.0.1). If you assign the laptop an address from the same subnet but outside the DHCP range, the conflict will be resolved.

Parameter Value for Android (standard) Value for iOS (standard) Action on PC
Phone IP address 192.168.43.1 172.20.10.1 Default Gateway
Subnet mask 255.255.255.0 255.255.255.240 Standard mask
Example of a laptop IP address 192.168.43.150 172.20.10.15 Static address
DNS server 8.8.8.8 8.8.8.8 Public DNS

Keep in mind that after changing your mobile network type (for example, switching from 4G to 3G), your phone may change its IP address on the local network. In this case, the static settings on your laptop will no longer work and will need to be updated or reset to automatic.

☑️ IP Conflict Diagnostics

Completed: 0 / 4

The impact of antiviruses and firewalls

Third-party antivirus suites often have their own firewall modules that are stricter than the default Windows settings. They can classify the network created by the phone as "Public" and block all incoming and outgoing connections for security reasons. This is a common reason why a laptop won't connect to WiFi through the phone, even though the network itself is visible.

Check your antivirus's event log. It may have blocked the process. svchost.exe or a system wireless network service when attempting to connect to a new device. Temporarily disabling protection (only the firewall) will help determine whether this is the cause.

It's also worth checking your network profile in Windows. If the system has set the network to "Public," it's hiding your computer from other devices and restricting data exchange. Change the profile to "Private" in Network & Internet settings.

⚠️ Attention: Don't leave your firewall disabled for long periods of time. After testing, be sure to reactivate the protection to avoid putting your data at risk when working in public places.

Hidden WiFi module power saving settings

Windows strives to conserve energy, often sacrificing stability to achieve this. There's a hidden option in the network adapter properties that allows the system to turn off the device to save power. If this feature isn't working correctly, the adapter may go to sleep and not wake up in time to scan for networks.

Go to Device Manager, open the properties of your WiFi adapter, and go to the "Power Management" tab. Uncheck "Allow the computer to turn off this device to save power." This will force the module to run in active mode at all times.

In addition, in the advanced settings of the adapter (the "Advanced" tab) you can find the parameter Roaming Aggressiveness (Roaming Aggressiveness). If this is set to the minimum, your laptop may have poor phone signal reception, especially if you're a bit away from it. Set it to "Medium" or "Highest."

FAQ: Frequently Asked Questions

Why does my laptop see my phone's network, but it says "No Internet access"?

The problem is most likely with your mobile carrier. Check that mobile data is enabled on your phone and that you have a balance. It's also possible that your carrier is blocking tethering, and you'll need to change your TTL or contact support.

Can a phone charge if I share WiFi with a laptop?

Yes, it can. However, when actively using Wi-Fi and charging simultaneously, the phone may become very hot. It's recommended to remove the case and place the device on a hard surface to improve heat dissipation.

Why is the WiFi speed from my phone so much lower than on the smartphone itself?

This may be due to the frequency range (2.4 GHz is slower than 5 GHz), interference from other devices, or limitations in the phone's transmitter power. Speed ​​is also reduced if the laptop is far from the signal source.

How to reset all network settings on Windows 10/11?

Go to Settings → Network & Internet → Advanced network settings → Network reset. Click "Reset now." Your computer will restart in 5 minutes, and all settings will be restored to factory defaults.