My laptop's Wi-Fi connection isn't working, but my phone's is: Causes and Solution

Many people are familiar with the situation where a smartphone loads pages smoothly over the home network, but a Windows 10 laptop stubbornly displays "No Internet Access." This is a classic scenario that immediately rules out a problem with the ISP or the router itself, as the phone is successfully receiving data. The problem lies in conflicting operating system settings, outdated drivers, or failures in the network protocol of the specific device.

This signal should not be ignored, as a simple connection error could indicate a serious software glitch that prevents the network card from functioning properly. Unlike mobile devices, where the system often automatically adjusts to network conditions, Windows 10 Requires more precise configurations. Below, we'll walk you through a step-by-step procedure to help you get your laptop back online.

Before attempting any complex troubleshooting, it's worth making sure the problem is truly local. If other devices are working properly, the connection from your provider is working properly, and the focus shifts to your computer's software.

The fastest way to perform a basic diagnosis is with the built-in troubleshooting tool. It doesn't always find the root of the problem, but it can automatically fix basic configuration errors. To launch it, go to Settings → Update & Security → Troubleshoot and select "Internet Connections".

Network adapter driver analysis

A common cause of internet failure is a malfunctioning wireless adapter driver. Even if the Wi-Fi icon is visible, the module may be operating in emergency mode or using a standard Microsoft driver that isn't compatible with your model. You can check this in Device Manager by running the command devmgmt.msc.

In the list of equipment, find the "Network adapters" section. If next to the name of your card (there are often brands Realtek, Intel, Qualcomm Atheros) If a yellow exclamation mark is lit, the device is malfunctioning. In this case, you should uninstall the driver and reboot the system so that Windows can attempt to reinstall it.

⚠️ Important: Before uninstalling the driver, make sure you have the option to download it from another device (for example, from a phone) and transfer it to your laptop via USB cable if automatic installation does not work.

It's also worth checking your power settings. Windows 10 tends to save power by turning off the Wi-Fi module at the most inopportune moments. In the adapter properties (Power Management tab), uncheck "Allow the computer to turn off this device to save power."

  • 📀 Go to the laptop manufacturer's website and find the "Support" or "Drivers" section.
  • 📀 Download the latest software version for your wireless LAN card model.
  • 📀 Install the downloaded file and reboot the system.
📊 What is your Wi-Fi driver status?
It's a standard Microsoft one.
Driver from the manufacturer
Driver not found
I don't know how to check

Reset TCP/IP and DNS cache settings

If the drivers are OK, the problem may lie in accumulated TCP/IP protocol stack errors. Network settings may have frozen old IP addresses or DNS records that conflict with the current router configuration. The most effective way to resolve this issue is through the command line.

Launch Command Prompt as administrator. To do this, right-click the Start menu and select the appropriate option. You'll need to enter a series of commands that will reset your network settings to factory defaults.

netsh winsock reset

netsh int ip reset

ipconfig /release

ipconfig /renew

ipconfig /flushdns

After each command is executed, the system will generate a status report. Pay special attention to the command ipconfig /flushdns, which clears the DNS cache. Errors in this cache often lead to websites not opening, even though a connection is formally established.

Why does resetting TCP/IP help?

A TCP/IP reset removes all temporary files and protocol settings that may have been damaged by software installations, viruses, or improper system shutdowns. This returns the network stack to its original state.

After executing all commands, be sure to restart your laptop. Only after a full restart will the changes take effect, and the operating system will re-request the IP address from the router.

IP address conflict and static settings

Another common cause is manually entering an IP address that was once valid but now conflicts with your router's address range. If the phone has internet access, the router's DHCP server is working properly, and the laptop should receive an address automatically.

You can check your current settings by opening the Network Connections window. Click Win + R, enter ncpa.cpl and press Enter. Find your wireless connection, right-click and select "Properties." Next, find the line Internet Protocol version 4 (TCP/IPv4).

The window that opens should show options for "Obtain an IP address automatically" and "Obtain DNS server address automatically." If any numbers are listed there, switch them to automatic. Often, old static addresses from a previous router block network access.

Parameter Recommended value Description
IP address Automatically The router will automatically issue a free address from the pool.
Subnet mask Automatically Determines the size of the local network
Main gateway Automatically Your router's address (usually 192.168.0.1 or 1.1)
DNS servers Automatically or 8.8.8.8 Addresses of servers that translate domains into IP addresses

In some cases, providers or corporate networks require the use of specific DNS servers. If automatic DNS resolution doesn't help, try manually entering Google's public DNS (8.8.8.8) or Yandex (77.88.8.8). This often solves problems with access to certain resources.

The impact of antivirus and firewall

Third-party antivirus suites often have their own network protection modules, which can be more aggressive than the built-in Windows firewall. If you recently installed a new antivirus or updated an old one, the issue may be in its settings.

Try temporarily disabling network protection in your antivirus interface. If the internet connection returns, you need to look in the program settings for "Wi-Fi Protection," "Network Control," or "Firewall," and add your home network to the trusted list.

Don't forget about the built-in Windows firewall. Sometimes, after major system updates, its settings are reset, and it starts blocking incoming connections, treating your home network as public. Check the firewall status in the Control Panel.

  • 🛡️ Open "Control Panel" and go to "Windows Defender Firewall".
  • 🛡️ Click "Turn firewall on or off."
  • 🛡️ Temporarily disable it for private and public networks to test.

If your internet connection works after disabling protection, don't leave your computer unprotected. It's best to reset your firewall settings to factory defaults or reconfigure your network rules so it's identified as "Private" rather than "Public."

Problems with frequency ranges and channel

Modern routers often operate in two bands: 2.4 GHz and 5 GHz. Older laptops or laptops with cheap network cards may not support this standard. 802.11ac or ax (Wi-Fi 6), operating only in the 2.4 GHz band. If the router is configured to operate only in the 5 GHz band, the laptop may see the network but won't be able to connect.

Channel overlap is also possible. If your neighbors have routers on the same channel as you, interference will occur. Your phone may have a more powerful receiver and can handle the noise, while your laptop may experience packet loss. Try changing your Wi-Fi channel in your router settings to a less crowded one (1, 6, or 11 for 2.4 GHz).

⚠️ Note: Router interfaces are constantly being updated. The location of frequency range and channel settings may vary depending on the model (TP-Link, ASUS, Keenetic, MikroTik). Please consult the official documentation for your device.

Check your wireless network mode in Windows Device Manager. In the adapter properties, on the "Advanced" tab, look for "802.11n Mode" or "Wireless Mode." Make sure it's not limited to older standards (e.g., b/g only) if your router is broadcasting in n/ac mode.

☑️ Diagnosis of frequent problems

Completed: 0 / 1

Windows services and system crashes

A dedicated service in Windows 10 is responsible for connecting to wireless networks. If it's stopped or its startup type is set to "Manual," the laptop won't be able to initiate a connection, even if the drivers are working properly. This often happens after optimizing the system with third-party utilities.

Click Win + R, enter services.msc and find "WLAN AutoConfig" in the list. Make sure it's running and the startup type is set to "Automatic." If the service is stopped, click "Start."

It's also worth checking the Remote Access Connection Manager service. Although it most often affects VPN and PPPoE connections, its malfunction can sometimes affect the overall network status. Restarting these services often resolves the issue of a frozen connection status.

As a last resort, if nothing helps, you can perform a full network reset through Windows 10 settings. Go to Settings → Network & Internet → Status and click "Network Reset." The system will remove all network adapters and reinstall them, returning all settings to factory defaults.

Frequently Asked Questions (FAQ)

Why does the phone see the 5 GHz network, but the laptop does not?

Most likely, your laptop's network card doesn't support the 802.11ac standard or later. This is a hardware limitation. Try connecting to a 2.4 GHz network (usually similarly named without the "5G" prefix) or use an external USB Wi-Fi adapter that supports 5 GHz.

Can a virus block the internet on a laptop?

Yes, some types of malware modify proxy server settings or the hosts file, redirecting or blocking traffic. Scan your system with an antivirus and reset proxy settings in your browser and system.

What should I do if the yellow triangle "No Internet Access" is lit?

This means there's a connection to the router, but it's not transmitting data. First, reboot the router. If that doesn't help, reset TCP/IP and check your DNS settings as described above.

Should I delete the network profile if my laptop won't connect?

Yes, that's helpful. Go to Settings → Network & Internet → Manage known networks. Find your network and tap "Forget." Then reconnect, entering the password. This will clear the old security configurations.