It's a common occurrence for a smartphone to load pages smoothly over the home network, while a laptop displays a complete loss of connection. This is puzzling, given that the router appears to be working properly, the ISP reports no issues, and other devices are functioning normally. The problem isn't a magical loss of signal, but rather a local configuration conflict with the specific device.
Most often, the root of evil lies in software failures of the operating system. Windows or macOS, outdated network card drivers, or incorrectly configured TCP/IP parameters. The laptop may have "remembered" incorrect data from a previous connection or received a conflicting IP address from the router. Unlike mobile devices, computers have a more complex network settings and security priorities.
In this article, we'll examine the main reasons why a laptop can't connect to the internet while the phone is working, and provide a step-by-step troubleshooting guide. You'll learn how to diagnose driver issues, reset the DNS cache, and check the adapter's power settings to restore full internet access.
Network card driver and software conflicts
The first thing to check if your laptop won't connect to Wi-Fi is the state of the network card's software. The driver is the intermediary between the hardware and the operating system. If the files are corrupted, outdated, or replaced with an incompatible version after a system update, the adapter will stop processing data packets correctly.
Unlike a phone, where driver updates are seamless to the user along with the OS update, on a PC this process often requires manual intervention. Issues are especially common after a major update. Windows 10 or 11, when the system automatically installs a generic driver that does not work correctly with your specific adapter model.
⚠️ Attention: Do not uninstall the network adapter driver if you do not have another way to connect to the Internet (for example, a USB modem or cable), as uninstalling it may prevent you from downloading the latest version of the software.
To check the status of your drivers, open the Device Manager. Press the key combination Win + X and select the appropriate item in the menu. Find the "Network adapters" section and expand it. If next to the name of your Wi-Fi module (often contains the words Wireless, 802.11, Wi-Fi or brand names like Intel, Realtek, Qualcomm) the yellow exclamation mark is on, the problem is in the software.
What to do if the driver is marked with an error?
In Device Manager, right-click the problematic adapter and select "Uninstall device." In the window that opens, check "Delete the driver software for this device" (if available), then click "Uninstall." Then, in the Device Manager menu, select "Action" → "Scan for hardware changes." The system will attempt to reinstall the driver.
If there are no visual errors, try rolling back or updating the driver via the context menu. A complete network reset, which returns all network components to factory settings, is also an effective method.
IP address conflicts and DNS settings
One of the most common reasons why there's internet on your phone but not on your laptop is an IP address conflict. Your router assigns addresses automatically via DHCP. If your laptop has been assigned an address that's already taken by another device on the network, or if you've manually entered a static IP address in your settings that doesn't match the router's current subnet, the connection will fail.
DNS server issues are also common. Even if there is a physical connection to the router, the laptop cannot resolve the domain name (for example, google.com) to the IP address, the browser will return the error "No internet connection." On phones, these settings are often updated automatically when reconnecting, while on PCs, "dead" entries may remain.
To fix the problem, you need to check the TCP/IPv4 protocol settings. Open Settings → Network & Internet → Change adapter settings (or via ncpa.cpl). Find your wireless connection, right-click and select Properties. Find it in the list. Internet Protocol version 4 (TCP/IPv4) and open its properties.
Make sure the boxes for obtaining an IP address and DNS server automatically are checked. If they are checked manually, change them to automatic. If the problem persists, try entering the DNS manually, even if the IP address is still set to automatic.
Reset network settings via command line
When the graphical interface fails to solve the problem, console commands come to the rescue. They allow you to clear the DNS cache, reset Winsock (the network socket directory), and renew the IP address lease. This "heavy artillery" solves 80% of software glitches that cause your laptop to not load pages.
To perform operations, you must run the command prompt as an administrator. Click Win, enter cmd, then right-click and select "Run as administrator." Running the commands sequentially allows you to rebuild the operating system's network stack.
☑️ Network reset algorithm
Run the following commands one by one, pressing Enter after each:
- 🔹
ipconfig /flushdns- clears the DNS cache, removing old or incorrect domain records. - 🔹
ipconfig /release- releases the current IP address received from the router. - 🔹
ipconfig /renew— requests a new IP address from the router's DHCP server. - 🔹
netsh winsock reset- resets the Winsock directory settings, which often resolves access errors. - 🔹
netsh int ip reset— resets TCP/IP protocol settings to factory settings.
After running the last command, be sure to restart your laptop. The changes will only take effect after a system restart. If the internet works after this, then the problem was a software glitch in the protocol stack.
Power settings and adapter operating modes
Modern operating systems aggressively optimize power consumption to extend laptop battery life. Sometimes this feature doesn't work correctly: the system disables the Wi-Fi module to "save power," but fails to properly wake it up when needed. As a result, a phone connected to the same network is working, while the laptop remains asleep.
The wireless adapter's operating mode may also be set incorrectly. If a mode your router doesn't support is selected in the driver properties (for example, only 5 GHz, but the router only broadcasts 2.4 GHz, or vice versa), the connection will fail.
To check, go to Device Manager, find your Wi-Fi adapter, right-click → "Properties." Go to the "Power Management" tab. Uncheck "Allow the computer to turn off this device to save power." This will prevent the system from silencing the card.
Next, go to the Advanced tab. In the list of properties, find the parameters related to the operating mode (Wireless Mode, 802.11n/ac/ax Mode). Make sure the value is selected. Auto or the maximum supported by your router (for example, 802.11ac).
Antiviruses and firewalls
Third-party antivirus programs and the built-in Windows firewall may block internet connections, considering the network "public" or suspicious. If you recently installed a new antivirus or updated your existing one, it may have changed the network access rules. This could affect your phone, as its protection works differently.
It often happens that antivirus software freezes while scanning traffic, creating a bottleneck that prevents data from passing through. Issues can also arise with VPN clients that have disconnected improperly and left the virtual adapter active, redirecting all traffic to nowhere.
⚠️ Attention: Temporarily disabling your antivirus or firewall is a diagnostic measure. Don't leave your computer unprotected on public Wi-Fi networks.
Try temporarily disabling real-time protection in your antivirus interface. If the internet connection is restored, check the program logs or firewall settings. It's also worth checking whether Airplane Mode is enabled or if an active VPN tunnel is blocking local traffic.
Diagnostics of frequency ranges and channels
Routers can broadcast two networks: 2.4 GHz and 5 GHz. Older laptops or laptops with cheap adapters may not see the 5 GHz network, while modern phones connect easily. If the router is configured to only operate on the 5 GHz band (or vice versa, only 2.4 GHz while the laptop is waiting for 5 GHz), there will be no connection.
Channel width is also important. If the router is set to 40 MHz or 80 MHz, but the laptop driver is buggy at these bandwidths, the connection will be unstable or even impossible. A phone may have a better receiver and ignore interference that's critical for a laptop.
You can check supported frequencies using the command line. Enter the command:
netsh wlan show drivers
In the response, look for the line "Supported radio types." It will indicate whether your adapter can see the bands. a/b/g/n (2.4 GHz) and a/n/ac (5 GHz).
| Parameter | 2.4 GHz band | 5 GHz band |
|---|---|---|
| Range | High (breaks through walls) | Low (doesn't handle obstacles well) |
| Speed | Lower, more interference | High, more stable |
| Compatibility | Works on all devices | Only new adapters (802.11n/ac/ax) |
| The cause of the problems | Channel congestion by neighbors | Unsupported channel (DFS) |
If your laptop is older, try separating the networks in your router settings (by assigning different SSIDs for 2.4 and 5 GHz) and connecting the laptop strictly to the 2.4 GHz network. Also, change the broadcast channel in your router settings to a static one (1, 6, or 11 for 2.4 GHz), as automatic channel selection may be on busy frequencies.
FAQ: Frequently Asked Questions
Why does my laptop say "Connected, no internet access"?
This means there's a physical connection to the router, but the router can't transmit data further to the ISP, or the laptop can't obtain a valid IP address. Resetting the TCP/IP settings and rebooting the router usually resolves the issue.
Can an antivirus block Wi-Fi only on a laptop?
Yes, antivirus software operates at the device's operating system level. If your phone has a different antivirus installed, or no antivirus at all, the blocking behavior will vary. Check your firewall settings.
What should I do if the drivers won't install without the Internet?
Use your smartphone as a USB modem. Connect your phone to your laptop using a cable and enable "USB modem" in your phone's settings. Internet will be available via your mobile network, and you can download the necessary drivers for your Wi-Fi adapter.
Will a full router reset help if the phone has internet access?
Most likely not. If the internet is working on the phone, that means the router itself and the ISP connection are working properly. The problem lies specifically in the laptop's settings or hardware.