The situation when a smartphone instantly finds and connects to a home or office network, but a laptop stubbornly refuses to do so, is surprisingly common. This is confusing because it confirms the functionality of the router itself and the availability of the Internet for other devices. The problem in this case is localized within the specific computer or its software, and not in the provider.
Such failures cannot be ignored, because modern laptops are critically dependent on a stable connection for work, study and entertainment. In this article we will look at the main reasons why wireless network adapter may behave incorrectly, and we will suggest an algorithm of actions to restore communication without contacting the service center.
Analysis of problems with drivers and adapter settings
The first and most likely culprit for unstable operation is the software that controls the network card. A driver is a bridge between the laptop hardware and the operating system. If this bridge is destroyed or outdated, the device will not be able to correctly process signals from the router, even if the antenna is working.
Often, after updating Windows, the system installs a universal driver that does not take into account the specifics of a particular hardware. As a result, conflicts arise due to which the laptop sees the network, but cannot complete the authentication process. You need to check the driver version in Device Manager and compare it with the current version on the laptop manufacturer’s website.
If you recently updated your system, try rolling back the driver to a previous version. Sometimes a new version contains bugs that make Wi-Fi module inoperative. To do this, open the device properties, go to the “Driver” tab and click “Roll Back”. This will return the system to a stable state.
IP address conflict and TCP/IP protocol settings
Sometimes the problem lies in how the laptop receives the address from the router. While the phone automatically receives the correct DHCP-address, the laptop may have static settings from the old network or an address conflict may have arisen. This results in the device connecting to the hotspot but unable to access the internet or complete the handshake at all.
It is necessary to check whether it is registered manually IP address in the properties of the Internet protocol. If there is a specific address there, but the network is busy, the connection will not be established. It is best to switch the setting to automatically obtain IP and DNS addresses so that the router itself distributes resources.
You can use the command line to reset your network settings to factory defaults. Run it as administrator and enter the command netsh winsock reset, then netsh int ip reset. After completing these steps, be sure to restart your laptop for the changes to take effect and cached errors to clear.
⚠️ Attention: Before resetting TCP/IP settings, make sure that you know the password for the Wi-Fi network, since after rebooting all saved networks will be deleted from the system memory.
- Windows 10
- Windows 11
- macOS
- Linux
Impact of energy saving on module operation
Modern laptops are equipped with complex power management systems that can mistakenly turn off the Wi-Fi adapter to save battery power. This is especially true for older models or devices that operate on battery power without being connected to the network. The system can “put the card to sleep” and it does not have time to wake up at the right time to connect.
To eliminate this factor, go to Adapter properties in Device Manager and find the Power Management tab. Uncheck the box next to “Allow the computer to turn off this device to save energy.” This will force the adapter to work in constant mode, eliminating connection delays.
Also check your global power settings in Control Panel. Make sure that the selected scheme is set to "High Performance" or "Balanced", but not "Energy Saving". Economy mode can reduce the transmitter power, which is why the laptop cannot pick up a signal that the phone can easily pick up.
☑️ Checking energy saving settings
Problems with frequencies 2.4 GHz and 5 GHz
Modern routers operate in two bands: the classic 2.4 GHz and the faster 5 GHz. Your phone most likely supports both bands and will automatically switch to the better one. The laptop may have an outdated adapter that only supports 2.4 GHz, or the driver settings are forcibly limited to a certain range.
If the router is configured so that it distributes two different networks with different names, make sure that you connect to the one that the laptop sees. If the networks are combined (Smart Connect), the laptop may not support frequency aggregation technology. Try to force the selection of the frequency range in the adapter settings in the “Properties” - “Advanced” section.
In some cases, changing the broadcast channel on the router helps. If there are a lot of neighborhood networks in your area, there may be a "stub" on channel 6 or 11 that the old adapter can't penetrate. Change the channel on your router to a less busy channel, such as 1 or 13, and check the connection.
How to check support for 5 GHz frequencies?
In Device Manager, open the properties of the Wi-Fi adapter. Go to the "Advanced" tab. Find the line "Band" or "Preferred Band". If there is a “5GHz” option, then the adapter supports this range. If only “2.4GHz”, then the problem may be incompatibility with the router settings.
Resetting network settings and reinstalling the adapter
If software settings do not help, you should resort to a radical method - completely removing the driver and then reinstalling it. This resets any cached errors and configuration files that may have become corrupted over time. The next time the system boots, it will detect new hardware and install it again.
B Device Manager Find your Wi-Fi adapter, right-click on it and select “Uninstall device.” Don't forget to check the "Remove driver programs for this device" checkbox if it appears. After uninstallation, restart your computer and Windows will install the base driver itself.
After rebooting, check if the connection appears. If the problem persists, go to the official website of the laptop manufacturer (for example, Lenovo, Asus, Dell) and download the driver manually. Use an Ethernet cable or phone in modem mode to download the file, as Wi-Fi is not working yet.
⚠️ Attention: If after removing the driver the system does not find the adapter at all, there may be a hardware problem - the Wi-Fi power button has turned off or the module contact has come loose.
| Symptom | Probable Cause | Solution |
|---|---|---|
| The network is visible, but does not connect | Authentication Error | Forget the network and enter the password again |
| Permanent status “Obtaining an IP address” | DHCP failure | Resetting TCP/IP settings via the console |
| The network is invisible, the phone sees | Adapter disabled or driver failure | Reboot, reinstall driver |
| There is a connection, but no access to the network | DNS problem | Checking registered DNS addresses |
Security and MAC Address Filtering
One of the most insidious reasons may be the security settings on the router itself. If the “White Book” (MAC filtering) is enabled on the device, then only those devices whose addresses are included in the list will have access to the network. The phone may have been added previously, and a new laptop or reset on it changed the MAC address, which blocks access.
Go to the router control panel through a browser from your phone. In the Security or MAC Filtering section, check the list of allowed devices. If your laptop is not listed, add its MAC address manually. The address can be found in the command line on a laptop by entering the command ipconfig /all and looking at the “Physical Address” line.
Also check if the “Guest Network” mode is enabled on the router, which may have restrictions on the number of devices. Some routers have a limit on the number of simultaneous connections, and perhaps the laptop simply does not fit into the quota, although the phone is already connected.
If you cannot access the router settings from your laptop, connect it to the router via a network cable (LAN). This will allow you to change your security settings without access to Wi-Fi.
The most common cause of the problem is a driver conflict after updating Windows or incorrect adapter power saving settings.
Hardware problems and keyboard check
Sometimes the problem is purely physical. Many laptops have a dedicated function button or key combination (usually Fn + F2 or antenna icon), which completely disables the wireless module. You could accidentally press it, and the phone, which does not depend on this button, continues to work.
Check for a physical switch on the laptop, especially on older models. It can be on the side or front. If the switch is in the “Off” position, the laptop will not see any network, even if the drivers are working properly. Turn it to the "On" position and wait a few seconds.
If all else fails, the Wi-Fi module itself may have failed. In this case, the phone will work, but the laptop will not. The solution is to purchase an external USB Wi-Fi adapter. This is an inexpensive device that connects to a USB port and completely takes over the wireless connection function.
⚠️ Attention: If you suspect a hardware failure, do not attempt to disassemble the laptop yourself if it is under warranty - this will void the warranty.
How to check the functionality of a module without disassembling it?
Connect the laptop to the monitor and check if there is an activity indicator on the module itself (if it is visible). Or try running network diagnostics in Windows, which may return an error code indicating a hardware failure.
Final diagnostic recommendations
In most cases, the problem is solved using software methods: resetting settings, reinstalling drivers, or changing energy saving settings. It is important to act consistently, without skipping steps, since one small setting can block the entire connection. Do not rush to change the router if the problem is in the laptop.
If you have tried all the methods described above and the laptop still does not connect, but the phone works fine, the likelihood of a hardware problem with the adapter is very high. In this case, replacing the module or using an external USB adapter will be the most rational and quick way out of the situation.
Update your drivers regularly and stay tuned for system updates to avoid similar conflicts in the future. Proper network setup will provide you with stable access to Internet resources and comfortable operation without interruptions.
Why doesn't my laptop connect to Wi-Fi, but my phone works?
Most often, the reason lies in the adapter drivers, power saving settings, or an IP address conflict on the laptop side. The phone uses a different network stack and drivers, so it works correctly.
What to do if Wi-Fi doesn't connect after Windows update?
Try rolling back the Wi-Fi adapter driver in Device Manager or uninstall it completely and restart your computer to automatically install the correct driver.
Could the problem be with the router?
It's unlikely if the phone connects without problems. But it’s worth checking the MAC filtering settings or connection limits on the router, which may be blocking your laptop.
How to reset network settings on Windows 10/11?
Go to Settings -> Network and Internet -> Status -> Reset network. This will remove all network adapters and settings and will require a reboot.
Will replacing the router help?
No, because the problem is localized on the laptop. Replacing the router will not solve the problem if the software or hardware module of the computer itself is faulty.