A situation where a smartphone, tablet, or even a smart TV works fine on a wireless network, but a laptop stubbornly refuses to detect the router or displays "No internet access" is a classic network diagnostic problem. This immediately narrows down the suspects: the problem lies neither with the ISP nor with the router itself, as it is successfully distributing internet to other clients. Local conflict settings, outdated network card software, or a security protocol failure are the main reasons for such selective behavior of the equipment.
Users often blame the hardware and take their device to a service center, even though the solution lies in the software configuration. Windows, being a complex operating system, is prone to accumulating errors in network services, especially after an improper shutdown or system update. At the same time, mobile OSes based on Android or iOS Often, the same security settings that block the computer's connection are ignored.
In this article, we'll walk you through a series of steps, from simple reboots to advanced command line configuration. You'll learn how to force an IP address update, change encryption standards, and check driver status. The key is to follow a consistent approach to avoid getting lost in dozens of parameters.
⚠️ Attention: Before making changes to system files or the registry, it is strongly recommended to create a system restore point. This will allow you to roll back changes if your laptop stops detecting any networks after the configuration.
Primary diagnostics and basic reset
The first thing to do if your laptop won't connect to WiFi, but your phone does, is to rule out a simple software glitch with the network card. The operating system may have simply forgotten the correct handshake parameters for the router. Restarting network adapters often solves 30% of similar problems without interfering with deep settings.
Start by disabling Wi-Fi on your laptop. If there's a physical switch or function key (usually Fn + F2 or F12) on the case, use it. Wait 10-15 seconds and then turn it back on. If the software method doesn't help, try a full reboot of the router by unplugging the power cord for 30 seconds. This will clear the device's memory buffer and force the redistribution of IP addresses between clients.
It's also worth checking if the Airplane mode is turned on. Windows 10 And Windows 11 This mode takes precedence over all other settings. Sometimes the system gets stuck in this state, and the indicator on the screen shows that the wireless modules are disabled. Make sure the wireless network icon is lit, not the globe with a line through it.
Working with network adapter drivers
The most common reason why a phone can connect to WiFi but a laptop can't is incorrect driver operation. WLAN adapterA driver is the intermediary between the hardware and the operating system. If it's outdated, corrupted, or conflicts with the latest Windows update, a connection to the router may not be established, even if there's a signal.
To check, open Device Manager. Right-click the Start button and select the appropriate item from the menu. Find the Network Adapters section and expand it. You're looking for a device whose name contains the words Wireless, WiFi or 802.11If there is a yellow exclamation mark next to it, the driver is definitely damaged.
Even if there are no error icons, try reinstalling the driver without uninstalling it. Right-click the adapter and select "Uninstall device." Important: Do not check the box "Delete the driver software for this device"If you simply want to reset the current state, click "Action" -> "Scan for hardware changes" in the menu. The system will re-detect the card and install the driver from scratch.
- 🔄 Try rolling back the driver: in the device properties, go to the "Driver" tab and click "Roll Back Driver" if the button is active. This will restore the previous working version.
- 💻 Download the latest driver from the official website of the laptop manufacturer (not the chipset, but the laptop itself, for example, Asus, HP, Lenovo) and install it manually.
- ⚙️ In the driver properties (Advanced tab), check if the option is disabled
Roaming Aggressivenessor802.11d. Try changing their values.
⚠️ Attention: Laptop manufacturers' interfaces and driver versions are constantly updated. The location of power saving settings may vary depending on the chipset model (Intel, Realtek, Qualcomm). Always consult the official documentation for your specific model.
Setting up power options
Modern laptops aggressively conserve power, often resulting in the WiFi module simply turning off to conserve battery life and then being unable to wake up on its own. This is a common issue when the phone is stable (since it has different radio power management logic), but the PC loses connection.
To fix this, go back to Device Manager, find your wireless adapter, right-click it, and select Properties. Go to the Power Management tab. Here, uncheck "Allow the computer to turn off this device to save power."
Disabling this feature will ensure the system supplies constant power to the network card, even in sleep mode. This may slightly increase battery consumption, but it will definitely resolve the issue of random disconnections and the inability to connect to the network after waking up.
☑️ Power Settings Checklist
Reset network settings and TCP/IP protocols
If the drivers are OK and the power is configured, the problem may lie in accumulated errors in the protocol stack. TCP/IP or DNS cache. The laptop may attempt to connect using old, no longer valid IP addresses, while the router waits for a new request.
The most effective way to clear this data is to use the command line. Click Win + R, enter cmd, then press Ctrl + Shift + Enter To run as administrator, enter a series of commands in the black console window to completely reset the network settings.
netsh winsock resetnetsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
Press Enter after entering each command. Command netsh winsock reset resets the Winsock catalog to its original state, which often cures connection problems caused by malware or driver failures. The command ipconfig /flushdns clears the DNS cache, forcing the computer to re-query website addresses.
After completing all the steps, be sure to restart your computer. If your laptop still can't see the network after restarting, try manually entering a static IP address. Go to "Network and Internet Settings" -> "Change adapter settings." Right-click "Wireless Network" -> "Properties" -> "Internet Protocol Version 4 (TCP/IPv4)."
| Parameter | Meaning for static IP | Description |
|---|---|---|
| IP address | 192.168.1.150 | The address must be in the router's subnet, but outside the DHCP range. |
| Subnet mask | 255.255.255.0 | Standard mask for home networks |
| Main gateway | 192.168.1.1 | Your router's IP address |
| DNS server | 8.8.8.8 | Google Public DNS (Provider DNS Alternative) |
Why exactly 192.168.1.1?
Most home routers (TP-Link, Asus, D-Link) use the default address 192.168.0.1 or 192.168.1.1. You can find your exact gateway address on the sticker underneath the router or in the connection properties on a working phone.
Conflicts of frequencies and safety standards
Modern routers often operate in two ranges: 2.4 GHz And 5 GHzOlder laptops or laptops with cheap network cards may simply not see the 5 GHz network or understand the new encryption standard. WPA3, which the phone has supported for a long time.
Access your router settings (using the connected phone). Check if "802.11ax Only" or "WPA3 Only" is enabled. Try setting the router to Compatibility Mode. 802.11 b/g/n/ac mixed and type of security WPA2-PSK (AES)This is the most universal standard, understood by almost all devices.
It's also worth paying attention to the broadcast channel. If neighboring routers are clogging the airwaves, your laptop may be losing packets. In your router settings, change the channel from "Auto" to a fixed one (e.g., 1, 6, or 11 for 2.4 GHz). 5 GHz channels are usually less crowded, but have a shorter range and are less effective at penetrating walls.
- 📡 Make sure the channel width isn't set to the maximum value (40 or 80 MHz) if the signal is weak. Try lowering it to 20 MHz for stability.
- 🔒 Check if MAC address filtering is enabled on your router. Your laptop's MAC address may have been accidentally blacklisted.
- 📶 If the laptop sees the 2.4 GHz network, but not the 5 GHz one, this may be a hardware limitation of the network card.
⚠️ Attention: Changing security standards from WPA3 to WPA2 reduces the overall security of your network. Do this only for diagnostic purposes. If your laptop connects, consider purchasing an external USB WiFi adapter that supports the new standards.
Third-party antivirus and firewall
Don't discount third-party software. Aggressive antivirus settings (Kaspersky, ESET, Avast) or the built-in Windows firewall can block connections to new networks, classifying them as "Public" with a high level of protection.
Try temporarily disabling your antivirus completely (not just real-time protection, but the entire network protection module). If your laptop connects after this, the problem lies with your firewall settings. Add your home network to the list of trusted networks.
Also, check Windows services. Click Win + R, enter services.mscFind the "WLAN Autoconfig" service. Make sure it's running and the startup type is set to "Automatic." Without this service, connecting to WiFi is impossible.
Frequently Asked Questions (FAQ)
Why does my phone connect, but my laptop says "Can't connect to this network"?
Most often, this indicates a conflict with a saved network profile. The laptop "remembers" the old password or encryption settings. Solution: in the list of networks, right-click your network -> "Forget" (or "Delete"), then reconnect, entering the password.
Could the problem be with the router if other devices are working?
Yes, indirectly. The router may reach its DHCP client limit (for example, the limit is 10 devices, and the 11th laptop no longer receives an IP address). The router may also block a device by MAC address due to suspicious activity or an error in the ARP table.
Should I reset my router to factory settings?
This is a last resort. Resetting your laptop will erase all your settings (Wi-Fi password, PPPoE/L2TP provider settings). Only do this if you're confident you can reconfigure your internet connection and if the problem isn't with the laptop itself (test it by connecting to someone else's Wi-Fi).
How can I check if my laptop can see any networks at all?
If there aren't any networks listed (even neighboring ones), the problem is definitely with the driver, a physically damaged antenna/card, or a disabled Wi-Fi service. If the network lists other networks but not your own, the issue is with the router settings or compatibility.