My laptop can't see my phone's Wi-Fi network: causes and solutions

A laptop refusing to detect a smartphone's hotspot is one of the most annoying situations, especially when internet access is urgent. While we're usually used to devices finding each other instantly, sometimes this process fails, leaving the user without a connection to the outside world. There can be many reasons for this behavior, from a simple software glitch to incompatibility between wireless standards.

In most cases, the problem lies in incorrect power saving settings or frequency band conflicts. Modern smartphones often use the frequency band by default. 5 GHz for internet sharing, while older laptop network adapters may not physically support this standard. It's also possible that the Wi-Fi drivers on your computer are outdated or not working correctly after a system update.

Before resorting to complex registry manipulation or command line manipulation, it's worth checking the basics. Make sure mobile data is enabled on your phone and airplane mode is disabled. Sometimes, simply renaming the network or resetting the network settings on your mobile device can help, which often resolves the issue of a hidden access point.

Diagnostics of hardware compatibility of frequency ranges

One of the most common reasons why a laptop can't see a Wi-Fi network from a phone is a frequency mismatch. Modern smartphones that support the standard Wi-Fi 5 And Wi-Fi 6, the 5 GHz frequency is often preferred due to its higher throughput. However, many laptops manufactured more than 5-7 years ago are equipped with modules that operate exclusively in the 2.4 GHz range.

If your laptop physically can't "hear" the 5 GHz frequency, it will never detect a network broadcasting in this range. You can check your network adapter's specifications using Device Manager or specialized utilities. Look for standards support in the adapter's properties. 802.11a, 802.11ac or 802.11ax, which are often associated with 5 GHz, although support depends on the specific implementation.

⚠️ Note: Not all phones allow you to force the hotspot to switch to 2.4 GHz mode. On some models, this option is hidden or missing if the SIM card is not detected or network coverage is poor.

To resolve the issue, you need to force your phone to broadcast on a compatible band. On Android devices, this can often be done in the hotspot settings. On iPhones, band selection is only available by disabling the "Maximum Compatibility" feature, which, paradoxically, may require enabling it on older laptops.

📊 What smartphone do you use for internet sharing?
iPhone
Android (Samsung, Xiaomi, etc.)
Another brand
I don't know the model

Setting up a hotspot on Android and iOS

If the hardware is fine, the problem may lie in the smartphone's software settings. Android and iOS operating systems have different algorithms for managing wireless connections, and sometimes the default settings block network visibility for external devices.

On Android devices, the path to the settings may differ depending on the manufacturer's shell (MIUI, OneUI, ColorOS). You need to find the "Access Point & Tethering" or "Connections" section. Here, it's important to check not only the network name but also the security protocol. Some older laptops don't see the network if the protocol is set. WPA3, which is now the safety standard.

  • 📱 Try changing the security protocol to WPA2 PSK in the access point settings.
  • 📡 Change the broadcast channel from "Auto" to a fixed one (for example, 1, 6 or 11 for 2.4 GHz).
  • 🔄 Rename the network (SSID), removing special characters and Cyrillic, leaving only Latin.

iPhone owners should pay attention to the "Maximum Compatibility" feature. If your laptop isn't detecting the network, try toggling this switch. Also, make sure cellular data is enabled in your cellular settings. Resetting network settings can sometimes help, but this will delete all saved Wi-Fi passwords on your phone.

Checking Windows drivers and services

If your phone is configured correctly but your laptop is still silent, the problem almost certainly lies with your computer's operating system. Windows may not manage the network adapter correctly, especially after major system updates. The first step is to check the status of your wireless module drivers.

Open the Device Manager by clicking Win + X and selecting the appropriate item. Find the "Network adapters" section. If next to your Wi-Fi module (often contains the words Wireless, 802.11, Wi-Fi) If a yellow exclamation mark is displayed, the driver is not working correctly. Even if there are no signs, it is recommended to update the driver or roll back to a previous version.

devmgmt.msc

Enter this command in the Run window (Win + R) to quickly open Device Manager. It's also worth checking Windows services. The "WLAN AutoConfig" service should be running and set to "Automatic." If it's stopped, the laptop won't be able to scan the air for available networks.

☑️ Windows Driver Diagnostics

Completed: 0 / 1

Resetting network settings and command line

If simple methods fail, a more in-depth investigation into Windows network settings will be required. Accumulated errors in the TCP/IP stack or DNS cache can prevent proper network discovery. Resetting network settings via the command prompt often works wonders.

Launch the command prompt as administrator. To do this, right-click the Start menu and select "Terminal (Administrator)" or "Command Prompt (Administrator)." You will need to perform a sequential reset of the network components. This will reboot the network stack and clear temporary configuration files.

netsh winsock reset

netsh int ip reset

ipconfig /release

ipconfig /renew

ipconfig /flushdns

After running these commands, be sure to restart your laptop. Don't ignore the restart, as the changes only take effect after a full system power cycle. Windows 10 and 11 also have a built-in "Network Reset" feature in system settings that does the same thing automatically.

⚠️ Note: After resetting network settings, Windows will delete all saved Wi-Fi passwords. You will need to re-enter them for all known networks.

Conflicts between antiviruses and third-party software

Don't discount the influence of third-party software. Aggressive antiviruses and firewalls can block new connections or hide a network, deeming it potentially dangerous, especially if it's designated as "Public."

Try temporarily disabling your antivirus and the built-in Windows firewall. If your laptop can see the network after this, the problem lies with the filtering rules. In your antivirus settings, find the section responsible for network protection and add your access point to the trusted or exception list.

Also, the conflict can be caused by virtualization programs (for example, VirtualBox, VMware) or VPN clients. They create virtual network adapters that can take over control of the physical Wi-Fi module. Try temporarily disabling virtual adapters in Device Manager.

The Impact of VPN on Network Visibility

VPN clients often create a virtual network bridge, which can change the priority of network interfaces. If the VPN is running in the background, it can block Wi-Fi scanning or redirect traffic, preventing local access points from being detected. Try closing the VPN app entirely rather than simply disconnecting.

Comparison table of solutions

To facilitate diagnostics and troubleshooting, we've prepared a summary table. It will help you quickly pinpoint the problem based on the symptoms.

Symptom Probable cause Solution method
The laptop doesn't see any networks. Wi-Fi driver, WLAN service, adapter disabled Device Manager, reset services
Sees other networks, but not the phone 5 GHz band, hidden SSID Changing the frequency on the phone, renaming
The network is visible but does not connect. Incorrect password, IP conflict Forget network, reset TCP/IP
The network disappears after a while Adapter power saving Disable energy saving in properties

Use this table as a checklist. Start with the simplest steps, such as restarting your devices, and gradually move on to more complex settings. In most cases, the problem is resolved in one of the first steps.

Frequently Asked Questions (FAQ)

Why can my laptop see other Wi-Fi networks but not the access point from my phone?

Most likely, the issue is with the frequency band. Your phone is broadcasting internet on the 5 GHz frequency, which your laptop doesn't support. Go to your phone's hotspot settings and select the 2.4 GHz band or enable maximum compatibility mode.

Can antivirus software block phone network detection?

Yes, some antivirus programs classify new access points as potentially dangerous and hide them or block connections. Try temporarily disabling network protection in your antivirus to test.

What should I do if Wi-Fi disappears after a Windows update?

An update may have replaced a working driver with an incorrect one. Go to Device Manager, find the network adapter, and select "Properties" → "Driver" → "Roll Back Driver." If the button is grayed out, download the driver from the laptop manufacturer's website using a different device.

Will resetting network settings on my phone help?

Yes, this often helps if the problem is on the smartphone's end. A reset will clear configuration errors, but it will also delete all saved Wi-Fi passwords and Bluetooth settings on the phone.