The situation where a laptop can't connect to Wi-Fi from a phone is familiar to many users who rely on mobile internet when traveling or when their home provider is down. While sharing Wi-Fi from a smartphone seems like a simple task that takes seconds, in reality, the PC may simply ignore the network created by your mobile device. The reasons for this behavior lie not only in simple connection errors, but also in specific security settings, network adapter drivers, and operating system features.
Before panicking or taking your device to a service center, it's worth understanding the nature of the conflict between your devices. Often, the problem can be resolved by simply changing the frequency band or updating the network configuration on the phone itself. In this article, we'll detail all the possible scenarios why a laptop isn't detecting an access point and provide step-by-step instructions. Windows And macOSYou'll learn how to make devices "friends" without complicated manipulations.
The main reason why a computer can't find a phone's network is incompatibility of frequency bands. Modern smartphones create an access point in the frequency band by default. 5 GHz, which provides high speeds but has a shorter range and is less able to penetrate walls. Many older laptops or budget models simply don't have modules for this standard and are physically unable to "see" the network. The solution lies in switching your phone's settings to an older, but more universal, band. 2.4 GHz.
Setting the frequency range on a smartphone
The first thing to do if your laptop isn't detecting your phone's Wi-Fi is to check your mobile device's access point settings. Smartphone manufacturers often hide these options deep within menus to avoid cluttering the interface, but they are key to resolving compatibility issues. You need to find the section responsible for hotspot configuration and change the range setting.
On Android devices, the path usually looks like this: go to Settings, select the item Connections or Network and Internet, then find Access point and modemInside the access point menu, look for the option Set up an access point or AdditionallyThere you will find the "Band" field, which may default to "5 GHz preferred." Change this value to 2.4 GHzAfter saving the settings, the network will become visible to old adapters.
For iPhone owners, the situation is a little different, as Apple doesn't provide a direct band selection in iOS settings. However, if you enable Low Power Mode or the "Maximum Compatibility" feature, the phone will be forced to use the desired band. Go to Settings -> Cellular communications -> Modem mode and activate the switch Maximum compatibilityThis action will force the network to run in the 802.11b/g/n standard, which is readable by almost any laptop.
- 📱 On Android: Settings -> Connections -> Access Point -> Configure -> Band -> 2.4 GHz.
- 🍏 On iOS: Settings -> Cellular -> Personal Hotspot -> Maximum Compatibility (ON).
- 💻 On Windows: Check the adapter properties in Device Manager for 5 GHz support.
- 🔄 Restart the access point on your phone after changing the settings.
⚠️ Attention: Switching to the 2.4 GHz band may reduce data transfer speeds and increase interference from neighboring routers, but it will provide a stable connection in areas where 5 GHz does not work.
Checking adapter drivers and status in Windows
If the range is fine, but the laptop still can't connect to the phone's Wi-Fi, the problem may lie in the computer's software. Operating system Windows Sometimes network adapters don't work correctly, especially after updates or waking from sleep mode. Drivers may be outdated or corrupted, preventing the network from scanning.
First, you should check the status of your network adapter. Right-click the Start button and select device ManagerFind the section in the list. Network adaptersIf you see a device with a yellow exclamation mark or the name of your Wi-Fi module (often containing the words Wireless, Wi-Fi, or 802.11) is displayed as "Unknown Device," then the driver is not working correctly. Try right-clicking the adapter and selecting Remove device, and then restart the laptop - the system will try to reinstall the driver automatically.
It's also important to make sure the adapter isn't disabled by software. Either in the Device Manager or through Control Panel -> Network and Internet -> Network and Sharing Center -> Changing adapter settings Check the wireless connection status. If the icon is grayed out, right-click and select Turn onSometimes resetting network settings via the command line helps.
netsh winsock resetnetsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
Running these commands in a command prompt running as administrator completely clears the Windows network stack and often solves the problem when the laptop stops seeing any networks, including telephone networks.
☑️ Windows adapter diagnostics
Hidden settings and network name (SSID)
Sometimes a laptop won't connect to Wi-Fi from a phone due to the way the network name (SSID) is displayed. Operating systems can interpret special characters, spaces, or Cyrillic characters in the access point name differently. If you named your network "My Phone #1!", your laptop may simply ignore it when scanning due to incorrect character encoding.
Try renaming the hotspot on your phone using only Latin letters and numbers. Remove all spaces and special characters. For example, change the name from "Oleg's iPhone" to OlegPhoneAlso, check if the "Hidden Network" option is enabled. If this feature is enabled on your phone, your laptop won't display the network in the general list, and you'll have to add it manually by entering the SSID and password.
Another important point is the security type. Make sure the encryption standard selected on your phone is WPA2-Personal (AES). Some older laptops do not support the new standard. WPA3, which modern smartphones may offer. If your laptop sees the network but keeps displaying "Unable to connect" or "Requesting password," change the security type in your phone's hotspot settings to WPA2.
- ✏️ Use only Latin characters (AZ, a-z) and numbers (0-9) in the network name.
- 🔒 Avoid spaces and special characters (@, #, $, %) in the SSID.
- 🛡️ Set the encryption type to WPA2 PSK for maximum compatibility.
- 👁️ Disable the "Hidden network" option if your laptop cannot connect to it manually.
Problems with drivers and energy saving
One of the most insidious reasons why a laptop can't detect Wi-Fi from a phone is Windows' aggressive power saving policy. The system may shut down the network adapter to conserve battery power, after which the device incorrectly resumes operation and stops scanning the air. This often happens when running on battery power.
To fix this, go to device Manager, find your Wi-Fi adapter, open its properties and go to the tab Power managementUncheck the box. Allow the computer to turn off this device to save powerThis will force the adapter to work in constant mode, which will improve the stability of the connection, although it may slightly increase the laptop's battery drain.
It's also worth checking that your drivers are up-to-date. Don't rely solely on automatic Windows updates. Visit the official website of your laptop manufacturer (HP, Dell, Lenovo, Asus) or network chip manufacturer (Intel, Realtek, Qualcomm) and download the latest driver for your model. Installing the native driver often resolves compatibility issues that the standard Microsoft utility misses.
⚠️ Attention: Settings interfaces and menu item names may vary depending on your Windows version (10 or 11) and your laptop model. If you can't find a specific item, use the search in the system settings.
What to do if the driver is not installed?
If an error occurs during driver installation, try running the installer as administrator. You can also try removing the device from Device Manager, disconnecting from the internet (to prevent Windows from installing its own driver), and manually specifying the path to the downloaded driver using the "Update Driver" -> "Browse my computer for driver software" menu.
Reset network settings on your phone and laptop
When software glitches accumulate, a complete reset of network settings can help. This will delete all saved Wi-Fi passwords, Bluetooth settings, and VPN settings on the device, returning the network module to its default state. This is a drastic step, but often the only way to get the devices to see each other.
On Android, the reset is located at: Settings -> System -> Reset settings -> Reset network settings (or Reset Wi-Fi and Bluetooth). On iPhone: Settings -> Main -> Transfer or reset iPhone -> Reset -> Reset network settingsAfter restarting your phone, create a new hotspot with a new name and password.
Windows 10 and 11 laptops have a built-in reset feature. Go to Parameters -> Network and Internet -> Additional network parameters (or just scroll down) and find the button Network resetClick it and confirm the action. The computer will restart in 5 minutes. This will clear the DNS cache, reset TCP/IP, and reinstall network components.
| Action | Where to find (Android) | Where to find (iOS) | Where to find (Windows) |
|---|---|---|---|
| Network reset | Settings -> System -> Reset | General -> Reset -> Network Reset | Settings -> Network -> Network reset |
| Forget the network | Wi-Fi -> Network -> Delete | Wi-Fi -> (i) -> Forget this network | Wi-Fi -> Manage known networks -> Forget |
| Name change | Access Point -> Device Name | General -> About this device -> Name | Settings -> System -> About -> Rename |
Alternative ways to distribute Internet
If your laptop absolutely can't connect to your phone's Wi-Fi, and no settings help, there are always alternative internet connection methods, which are often even more stable than wireless. The most reliable of these is a USB modem. This method not only shares the internet but also charges your phone, which is crucial on long trips.
To connect via USB, simply connect your phone and laptop with a high-quality cable. On Android, you'll need to enable the switch in the hotspot menu. USB modemWhen connecting to a PC on an iPhone, you may be prompted to confirm trust on the phone's screen ("Trust this computer?"). The computer will detect the new network connection, which will function as a wired Ethernet connection, ignoring any issues with the Wi-Fi adapter.
Another option is a Bluetooth modem. The data transfer speed will be low (barely above 1-2 Mbps), but it's enough for sending emails or using instant messaging apps. Turn on Bluetooth on both devices, pair them, and then enable it in your phone's Bluetooth settings. Bluetooth modemOn your laptop, in the Bluetooth settings, find the phone device and select connect via Access point.
Frequently Asked Questions (FAQ)
Why can my laptop see other Wi-Fi networks but not the access point from my phone?
The problem is most likely a frequency band issue. The phone broadcasts a 5 GHz network, while the laptop only supports 2.4 GHz. It's also possible that the network name contains special characters or a hidden network is enabled.
Is it possible to share Wi-Fi from an iPhone to a laptop without iTunes or drivers?
Yes, you don't need drivers to share Wi-Fi; the connection is established using a standard protocol. Drivers are only required for USB modem if you're connecting your iPhone to Windows via a cable.
My laptop says "Can't connect to this network." What should I do?
Try right-clicking the network on your laptop and selecting "Forget." Then re-enter the password. Also, check that the list of saved networks in Windows isn't full.
Does the operator's tariff affect the ability to distribute Wi-Fi?
Yes, some carriers block or charge fees for tethering. If the network is established but the internet on your laptop isn't working, check your plan's terms.