My computer can't see my phone's Wi-Fi: A step-by-step troubleshooting guide

Many users are familiar with the situation when a laptop or desktop PC ignores a hotspot created on a smartphone. This can happen at the most inopportune moment, when wired internet is unavailable and you need to get work done urgently. Often, the problem stems from a simple out-of-sync network protocol or a temporary glitch in the operating system services.

Don't panic and immediately blame it on a breakdown of expensive equipment. In most cases, adapters They simply can't agree on communication standards due to software updates. We'll look at a procedure that will help restore the connection without extensive intervention in system files.

First, it's important to understand the nature of the conflict: software or hardware. If the connection was previously stable but has now stopped working, it's likely that security settings or frequency ranges have changed.

Basic diagnostics and service restart

The simplest and most often overlooked method is a full reboot of the network interfaces. Simply turning Wi-Fi off and on in the quick access menu isn't always enough. A full reset of the module's state is required.

On a smartphone, don't just disable the sharing slider; instead, completely turn off the wireless module, wait 10-15 seconds, and then turn it back on. On a computer, you can perform a similar procedure through Device Manager or the command line.

  • 🔄 Turn off Wi-Fi on both devices and turn it back on after a minute.
  • ✈️ Activate Airplane mode on your phone for 10 seconds, then turn it off.
  • 📡 Restart your router if your PC is connected to it to clear the DHCP cache.
⚠️ Attention: If you're using a corporate laptop, administrator security policies may block the creation or connection of mobile hotspots. In this case, system settings may not be able to be changed.
📊 How often do you have problems with Wi-Fi?
Daily
Once a week
Rarely
I encountered it for the first time

The Frequency Band Issue: 2.4 GHz vs. 5 GHz

One of the most common reasons why The computer doesn't see the phone's Wi-Fi., is the incompatibility of frequency bands. Modern smartphones often create an access point in the 5 GHz band by default to ensure high data transfer rates.

However, many older laptops and budget USB adapters only support the 2.4 GHz band. If your PC physically can't receive a 5 GHz signal, it simply won't show the network in the list of available connections, even if it's active.

The solution lies in the access point settings on your smartphone. You need to force a switch in the broadcast band. On Android, this is usually hidden in the access point's advanced settings, while on iOS, the band selection may be limited by the device model.

How do I find out the supported range of my adapter?

Open a command prompt (cmd) as administrator and enter the command: netsh wlan show drivers. Find the line "Supported radio types." If it only lists 802.11n or 802.11g without 802.11ac or ax, the adapter most likely only operates in the 2.4 GHz band.

After changing the band on your phone, the network should become visible. If this doesn't happen, check to see if Hidden SSID mode is enabled, which also requires manually entering the network name on your computer.

Driver settings and power management

The Windows operating system often tries to save power by disabling or limiting the wireless adapter. This can lead to unstable network scanning, especially for mobile networks (hotspots).

To eliminate this factor, you need to go to the properties of the network adapter. Open device Manager, find your Wi-Fi module in the "Network adapters" section, right-click and select "Properties".

In the window that opens, go to the "Power Management" tab. Here, uncheck "Allow the computer to turn off this device to save power." This will prevent the module from being put to sleep at a critical moment.

Parameter Recommended value Where to find
Power saving mode Max. productivity Adapter Control Panel
Roaming Aggressiveness Lowest Additional driver parameters
Wireless Mode 802.11 b/g/n/ac Additional driver parameters

It's also worth checking that your drivers are up-to-date. Outdated software may not correctly handle the new encryption standards used by modern smartphones.

☑️ Driver diagnostics

Completed: 0 / 5

Name collisions and hidden networks

Sometimes the problem is trivial to the point of indecency: the computer already "knows" the network, but the connection details (password or encryption type) have changed, and the old profile conflicts with the new one. Windows tries to connect with the old settings and silently denies access.

You need to delete the old network profile. In Windows 10 and 11, this can be done through Settings → Network & Internet → Manage known networksFind your access point name (SSID) and tap Forget.

Another issue is case and special character sensitivity. If you named the network "MyPhone!" but enter "myphone," the connection won't work. Furthermore, some older adapters don't recognize Cyrillic network names well.

⚠️ Attention: Deleting a network will also cause your computer to forget the password. Make sure you know the current password for your access point, or create a new, simpler password (numbers and Latin characters only) to test it.

Resetting network settings in Windows

If adjusting drivers and frequencies doesn't help, the system may have accumulated errors in the TCP/IP stack or DNS cache. The built-in network reset utility returns all settings to factory defaults.

This action will delete all saved Wi-Fi passwords and VPN settings, so make sure you have access to the internet via cable or mobile data for subsequent authorization.

There are two ways to perform a reset. The easy way: Start → Settings → Network & Internet → Status → Network resetA more in-depth method is via the command line with administrator rights.

netsh winsock reset

netsh int ip reset

ipconfig /release

ipconfig /renew

ipconfig /flushdns

After running these commands, the system will require a reboot. This is a critical step that should not be skipped, as registry changes are only applied when services start.

Antiviruses and firewalls

Third-party antivirus software (Kaspersky, ESET, Avast, etc.) often includes its own firewall module, which can block incoming connections from unknown devices, considering the mobile hotspot a high-risk "public network."

Check the protection status in your antivirus. Try temporarily disabling your firewall and see if the network reappears. If the issue is resolved, add your access point to the list of trusted networks or exceptions.

It's also worth checking your sharing settings. In the Network and Sharing Center, make sure the current network profile is set to "Private" rather than "Public," and that discovery of other devices is enabled.

FAQ: Frequently Asked Questions

Why does the phone see the laptop's network, but the laptop doesn't see the phone?

This is due to the difference in transmitter power. Laptop antennas are typically more powerful and sensitive than the miniature modules found in smartphones. Furthermore, a laptop can operate in the 2.4 GHz band, while a phone can only transmit at 5 GHz.

Can the updated Windows 11 block internet tethering?

Yes, major updates (such as 22H2 or 23H2) may reset network permissions or change WPA3 protocol settings, which older adapters don't support. Try changing the security type to WPA2-Personal.

What should I do if the status says "Can't connect to this network"?

This is a key agreement error. Be sure to click "Forget Network" on your computer. If that doesn't help, change the access point name on your phone (for example, add a 1 at the end) so that your PC recognizes it as a new one.

Does the telecom operator influence network visibility?

The carrier doesn't influence the radio signal between the phone and the PC. However, if the phone's data plan is depleted or there's no cellular network coverage, some smartphones may automatically disable tethering or not initiate Wi-Fi broadcasting to save battery life.