Why WiFi isn't working on my laptop but works on my phone: A complete guide

It's understandable that when your smartphone's internet connection works perfectly, but your laptop flatly refuses to connect to the wireless network, it's frustrating. This is a classic symptom, indicating that your ISP and router are working properly, and the problem lies in your local settings or the hardware of your laptop. Users often mistakenly blame the router, when the root cause lies deeper within the system.

The main reason lies in the difference in software platforms: Android or iOS on a phone and Windows (less often macOS or Linux) on a laptop process network requests differently. Drivers The network adapter may be outdated, the DNS cache may be full, or the power saving settings may have forcibly disabled the module to conserve battery life. A simple IP address conflict also shouldn't be ruled out.

In this article, we'll detail the steps to restore internet access. We'll cover everything from simple checks to complex registry and command line manipulation. Follow the instructions carefully will allow you to solve the problem in 90% of cases without calling a specialist or reinstalling the operating system.

Basic diagnostics and physical connection testing

Before delving into the intricacies of settings, it's important to confirm the obvious. Often, the problem can be resolved with a simple reboot or checking the physical switches that may have been accidentally touched. Modern laptops, especially business-class ones, often have hardware buttons or software locks on the keyboard.

Check if Airplane mode is enabled. In Windows 10 and 11, this state can be "stuck" by software, even if the indicators indicate otherwise. You should also pay attention to device Manager, which may show that the network adapter is marked with a yellow exclamation mark, indicating a critical driver error.

If you're using an external USB adapter, try switching it to a different port. USB 3.0 ports can sometimes interfere with 2.4 GHz Wi-Fi modules due to the interface's electromagnetic radiation. In this case, using an extender or switching to a USB 2.0 port may help.

⚠️ Attention: If your laptop is under warranty, carefully opening the case to check the antenna wires (if you suspect they're disconnected) is not recommended. This could void the warranty.

📊 How often does your laptop's Wi-Fi drop out?
Only after Windows update
Constantly, at any time
Rarely, after waking up from sleep mode
Only in a certain room of the house

Problems with network adapter drivers

The most likely cause of unstable operation is the software controlling the network card. Drivers can become corrupted after an unsuccessful Windows update or the installation of a new antivirus. The system may detect the device, but it will not function correctly.

To check the status, open device ManagerTo do this, right-click on the "Start" button and select the appropriate item. Find the section Network adaptersIf you see a device labeled "Wireless," "Wi-Fi," or "802.11" but it's marked with an error, you'll need to reinstall it. Don't completely uninstall the driver unless you're sure you have internet access to automatically find it after a reboot.

The best solution would be to manually install the latest version from the official website of the laptop manufacturer (for example, HP, Lenovo, Asus), and not from the chip manufacturer's website (Realtek, Intel). Laptop manufacturers often modify drivers for their hardware.

  • 🔍 Open the adapter properties and go to the "Driver" tab.
  • 🔄 Click the "Update Driver" button and select Automatic Search.
  • ❌ If this doesn't help, select "Remove device", but don't check the box to remove software, then reboot.
  • 💾 Download the driver installer to your phone in advance and transfer it to your laptop via USB if your network is down.

Reset network settings and clear cache

Accumulated network protocol errors are a common reason why a laptop can't see the network or obtain an IP address while a phone works fine. Windows has a built-in reset mechanism that returns all network components to factory settings.

For a deep clean, it's best to use the command line. Run it as administrator. This is critical, as commands won't run without administrator privileges. Enter the command netsh winsock reset and press Enter. This command resets the Winsock catalog, which resolves network application errors.

netsh winsock reset

netsh int ip reset

ipconfig /release

ipconfig /renew

ipconfig /flushdns

After completing these steps, be sure to restart your computer. Simply turning it off and on may not be enough, as Windows uses Fast Startup, which saves the system kernel state. Be sure to use the "Restart" command.

⚠️ Attention: After resetting network settings, Windows will delete saved passwords for all Wi-Fi networks. You'll have to enter them again.

Energy Saving and Power Settings

The Windows operating system aggressively optimizes power consumption, especially when running on battery power. It can disable the network adapter to save power, but waking it up correctly isn't always possible. This results in Wi-Fi not working on the laptop, while working fine on other devices.

Go to Control PanelPower supplySelect your current plan and click "Change plan settings," then "Change advanced power settings." Find "Wireless adapter settings" in the list. Set Power saving mode to Maximum performance.

It's also worth checking the adapter's settings in Device Manager. Open the properties of your Wi-Fi module and go to the "Power Management" tab. Uncheck "Allow the computer to turn off this device to save power." This will prevent the system from turning off the module in the background.

Why is this important for older laptops?

On devices with a worn-out battery, voltage surges when the adapter attempts to reach full power can cause sudden Wi-Fi disconnects. If the problem becomes more frequent after changing settings, try connecting your laptop directly to the network.

IP and DNS conflicts

Sometimes the router simply gets confused about which address to assign to which person. If your phone has assigned a specific IP address, but your laptop is trying to get the same one (or vice versa, if the laptop's static address conflicts with the router's DHCP range), you won't be able to connect. Issues with the provider's DNS servers are also common.

Try setting up static DNS from Google or Cloudflare. This often solves the problem of pages not loading despite a connection. Open Control PanelNetwork and Sharing CenterChanging adapter settings.

Right-click on "Wireless Network" and select "Properties." Find it in the list. Internet Protocol version 4 (TCP/IPv4), click Properties and select "Use the following DNS server addresses".

Server type Preferred DNS Alternative DNS
Google Public DNS 8.8.8.8 8.8.4.4
Cloudflare 1.1.1.1 1.0.0.1
Yandex DNS (Basic) 77.88.8.8 77.88.8.1
Quad9 (Protection) 9.9.9.9 149.112.112.112

After applying the settings, clear the DNS cache with the command ipconfig /flushdns in the command line. This will force the system to re-query the domain addresses.

Frequency range diagnostics (2.4 GHz and 5 GHz)

Modern routers often operate in two bands. A phone might be able to reliably connect to a 5 GHz network, which is faster but has a shorter range and is less effective at penetrating walls. A laptop, however, especially an older one, might be equipped with a module that only operates in the 2.4 GHz band, or, conversely, might try to connect to 5 GHz, but the signal there is too weak.

Check your laptop's specifications. If it only supports 802.11n (often only 2.4 GHz), and the router is configured to operate only in 5 GHz or uses the standard Wi-Fi 6 (ax) If the mode is incompatible with the old adapter, the connection will fail. You can also try changing the "Wireless Mode" or "802.11n Mode" setting to "Enabled" or a specific standard in the adapter's properties in Device Manager (Advanced tab).

☑️ Checking range compatibility

Completed: 0 / 1

⚠️ Attention: Router interfaces and parameter names may vary depending on the model and firmware version. If you're unsure of the frequency settings, it's best to reset the router to factory settings (use the Reset button on the router) so it automatically selects the optimal operating mode.

Frequently Asked Questions (FAQ)

Why did Wi-Fi disappear after reinstalling Windows?

During a clean installation, Windows often fails to find drivers for specific network cards, especially on newer laptop models. You'll need to download the Wi-Fi driver from another device (or from your phone via USB) and install it manually. Microsoft's built-in drivers may not support your adapter.

Can antivirus block Wi-Fi?

Yes, some firewall features in third-party antiviruses can block connections to public or even home networks, classifying them as dangerous. Try temporarily disabling your antivirus to check.

What should I do if my laptop sees the network but doesn't connect?

Most often, this is a problem with the password or encryption type. Delete the network in the Wi-Fi settings ("Forget network") and try connecting again, carefully entering the password. Also, check if your router is using MAC address filtering.

Will buying a new router help?

Only if the problem is with the router itself (for example, it freezes when more than three devices are connected). However, if the internet works fine on your phone and tablet, but not on your laptop, the problem is with the laptop, and replacing the router won't solve the problem.