Many users are familiar with the situation when their laptop stubbornly refuses to detect the hotspot created on their smartphone. It seems simple: you've turned on mobile data and activated tethering mode, but the desired name is completely missing from the list of available networks on the computer. This is frustrating and disrupts plans for working away from the office or home.
The problem may be hidden in software failures of the operating system Windows, as well as in the specific settings of the mobile device itself. Often, the culprits are outdated wireless adapter drivers or frequency band conflicts, which can be easily overlooked during a quick setup.
In this article, we'll detail all the possible reasons why your laptop isn't detecting your phone's Wi-Fi network and offer step-by-step solutions. You'll learn how to check hidden settings, configure frequency ranges, and resolve software conflicts that can interfere with a stable connection.
Checking the basic hotspot settings on your smartphone
The first thing you need to do is ensure that the signal source settings are correct. Users often forget that changing certain settings may temporarily stop the access point from broadcasting its identifier or even shut it down completely to save battery power.
Go to your phone's settings and find the section responsible for internet sharing. Make sure the slider is active and the network name (SSID) doesn't contain special characters that may display incorrectly on older laptop network cards. Also, check that the device limit isn't set to zero or one if someone is already connected to the network.
⚠️ Attention: Some smartphone models automatically turn off the hotspot if no device is connected for a certain period of time (usually 1-5 minutes). This is a power-saving feature that must be manually disabled in the advanced settings.
Particular attention should be paid to network visibility. In modern versions Android And iOS A network name hiding feature has been added for increased security. When this option is enabled, the laptop won't see the network in the general list until you manually enter the name.
Check the following settings in your phone menu:
- 📶 Network Name (SSID): Make sure it is written in Latin characters without spaces at the beginning or end.
- 🔒 Security type: Must be installed WPA2-Personal or WPA3, old protocols may be ignored by new adapters.
- 👁️ Visibility: Make sure the "Hide device" or "Hide hotspot" switch is turned off.
If the basic settings are in order, we move on to more complex technical nuances related to frequency ranges.
The 2.4 GHz and 5 GHz frequency band problem
One of the most common reasons why a laptop can't detect a Wi-Fi network from a phone is incompatible frequency bands. Modern smartphones often create an access point in the default range. 5 GHz, as it provides higher data transfer speeds and is less congested with neighboring networks.
However, many laptops, especially those released more than 5-7 years ago, are equipped with wireless modules that only support the range 2.4 GHzSuch adapters are physically unable to "see" a signal operating at a frequency of 5 GHz, just as FM radio cannot receive digital television signals.
To fix the situation, you need to forcefully switch the hotspot mode on your smartphone. To do this:
- Open the hotspot settings on your phone.
- Find the "Wi-Fi hotspot setup" or "Advanced" option.
- Select the "AP Band" or "Frequency Range" option.
- Switch the value from 5.0 GHz on 2.4 GHz.
⚠️ Attention: After changing the band, the access point may restart. An old saved connection on a laptop may stop working due to technical changes, so it's recommended to "Forget the network" on the computer and reconnect.
If your laptop is new and supports both bands, but the problem persists, try updating your network adapter drivers, as older software versions may not scan the air correctly in mixed modes.
Wireless adapter drivers and system services
If the frequencies match and the network still doesn't appear, the problem is most likely with the laptop's software. Wi-Fi adapter drivers may not work correctly, especially after an operating system update. Windows or installing any system patches.
Check the status of your wireless adapter in Device Manager. If a yellow exclamation point or downward-pointing arrow appears next to the device name, it's disabled or not working properly. In this case, you'll need to uninstall the current driver and reinstall it, downloading the latest version from the laptop manufacturer's website.
It is also worth checking the status of Windows system services. Service WlanSvc (WLAN AutoConfig service) is responsible for detecting wireless networks. If it's stopped, the laptop will simply stop scanning the area.
To check, follow these steps:
- 💻 Click
Win + R, enterservices.mscand press Enter. - 🔍 Find the "WLAN AutoConfig" service in the list.
- ▶️ Make sure its status is "Running" and the startup type is "Automatic".
Sometimes simply resetting network settings helps. In Windows 10 and 11, this can be done through the Settings menu: Settings → Network & Internet → Advanced network settings → Network resetThis action will delete all saved Wi-Fi profiles and reinstall network components.
☑️ Driver diagnostics
IP address conflicts and protocol settings
Sometimes a laptop sees the network and tries to connect, but the process freezes while obtaining an IP address, or the network isn't displayed at all due to an address conflict. This often happens if the laptop has a static IP address that clashes with the phone's gateway address.
Ideally, both devices should operate in automatic address acquisition mode (DHCP). To check and change the settings in Windows, open the command prompt as administrator and enter the command ipconfig /release, and then ipconfig /renewThis will reset the current address and request a new one from the distributing device.
It is also worth paying attention to the protocol IPv6In some rare cases, enabling IPv6 on your laptop's network adapter can cause conflicts when connecting to mobile hotspots that only use IPv4. Try temporarily unchecking the protocol. Internet Protocol version 6 (TCP/IPv6) in the properties of your wireless connection.
The table below shows the main configuration differences for a successful connection:
| Parameter | Recommended value | Possible problem |
|---|---|---|
| Internet Protocol (IPv4) | Receive automatically | The static IP does not match the phone's subnet |
| Internet Protocol (IPv6) | Get it automatically (or turn it off) | Addressing priority conflict |
| DNS servers | Receive automatically | Incorrect DNS blocks name resolution |
| Wi-Fi channel | Auto or 1-11 (for 2.4 GHz) | Channel occupancy by neighboring routers |
If changing the protocol settings doesn't help, it might be a regional issue. Make sure the correct region is selected in your router settings (if you're distributing data through one) or in your Windows system settings, as different countries allow different Wi-Fi channels.
Power saving mode and antivirus software
Windows' aggressive power saving policy may disable the wireless adapter to conserve battery power, especially if the laptop is running on battery power rather than plugged in. In this case, the adapter may go into sleep mode and stop scanning the air.
To prevent the system from turning off the Wi-Fi module, go to Device Manager, find your wireless adapter, open its properties, and go to the "Power Management" tab. Uncheck "Allow the computer to turn off this device to save power."
The second important factor is third-party antivirus software or a built-in firewall. Firewalls sometimes classify new access points, especially mobile ones, as "Public Networks" with a high level of protection, blocking their detection or connection.
How to check if your antivirus is blocking your network?
Temporarily disable real-time protection in your antivirus (usually by right-clicking the tray icon). If the network appears, add your access point to the exceptions or change the network profile to "Private." Don't forget to turn protection back on!
Also, check that Airplane Mode isn't enabled on your laptop. Sometimes a software glitch can cause the Airplane Mode indicator to be hidden, but the radios remain disabled.
Operating system specifics: Android and iOS
Different mobile operating systems have their own peculiarities of internet distribution. Owners iPhone Often, users encounter the problem that Windows does not see the access point due to the lack of necessary drivers or protocols if the phone has not previously been synchronized with the PC via iTunes.
For devices Apple It is critical that you have it installed on your computer iTunes or at least drivers Bonjour, which allow Windows to correctly recognize Apple communication protocols. Without them, the laptop may simply ignore the iPhone's signal.
On devices Android This problem is often solved by switching the USB modem mode. If the Wi-Fi hotspot isn't working, try connecting your phone with a cable and enabling USB modem mode. This will create a virtual network card that's more stable and faster than a wireless connection.
⚠️ Attention: When using USB tethering on Android, make sure the cable is working properly and supports data transfer, not just charging. Cheap "charge-only" cables won't allow tethering.
Android also offers a "QR code for connection" feature. By scanning the code from your phone's screen with your laptop's camera (if supported) or another device, you can automatically generate a connection profile, which sometimes avoids manual entry errors.
Hardware limitations and physical interference
Physical factors also play a role. If the laptop is far from the phone, or there are metal barriers, thick walls, or a microwave oven between them, the signal may be too weak to detect.
Additionally, some laptop models have a physical Wi-Fi switch on the case or a key combination (e.g. Fn + F2), which disables the wireless module in hardware. In this state, the software may indicate that the adapter is enabled, but scanning does not occur.
Check the indicators on the keyboard. If the crossed-out airplane or antenna icon is lit, enable wireless communication using the corresponding button. You should also try rebooting both devices—this is a classic, but often effective, method for clearing temporary radio module errors.
If all else fails, the laptop's Wi-Fi module itself may be faulty. In this case, it's worth checking whether it can see other networks (your home router, your neighbors' networks). If other networks are visible but your phone isn't, the issue is definitely with the compatibility settings described above.
Frequently Asked Questions (FAQ)
Why can my laptop see other networks but not the access point from my phone?
The issue is most likely related to the frequency band. Your phone uses 5 GHz Wi-Fi, but your laptop's adapter only supports 2.4 GHz. Switch the band in your phone's hotspot settings.
Can antivirus block mobile network detection?
Yes, some antivirus programs detect mobile hotspots as potentially dangerous public networks and block their detection or connection. Try temporarily disabling your firewall.
What should I do if I get the message "Can't connect to this network"?
Right-click the network and select "Forget." Then try connecting again, entering the password. Also, check if your phone has a limit on the number of connected devices.
Will resetting the network in Windows help?
Yes, resetting the network deletes all saved profiles and reinstalls the network adapters. This is an effective way to fix configuration errors if other methods fail.
Do I need iTunes to share Wi-Fi from iPhone to Windows?
For stable operation and correct driver detection, it is advisable to have Apple components installed on the PC (via iTunes or Apple Devices), although a basic connection can work without them.