There is no Wi-Fi access on the laptop, but there is internet access on the phone.

It's puzzling when a laptop shows a connected Wi-Fi network icon but won't open web pages, especially if a smartphone in the same room is easily loading 4K video. This is a classic sign that the PC's network card settings are out of sync with the settings provided by the Internet. routerUnlike mobile devices, operating systems like Windows often cache old IP addresses or DNS servers, ignoring current network rules.

The problem could stem from either a software driver glitch or a conflict with static settings that were manually configured in the past. While the phone automatically receives the correct parameters, the laptop may persistently knock on locked doors using the wrong gateway. Understanding the nature of this conflict is the first step to recovery. connections without reinstalling the system.

There are several key solution vectors: from a simple service reboot to a deep cleanup of network protocols. It's important not to panic and methodically check every level, from the physical connection to the system registries. The most common cause (about 70% of cases) is a DNS client failure or an IP address conflict in the local network.

Diagnostics and initial analysis of network status

Before delving into the depths of the command line, it's important to accurately determine the nature of the error. Windows provides a built-in diagnostic tool that's often overlooked, which is unfortunate. It can automatically reset the adapter or detect the absence of a default gateway. Right-click the network icon in the system tray and select "Troubleshoot."

Pay attention to the error message. If the system says "Unable to obtain an IP address," it means the router's DHCP server isn't responding to the laptop's requests, even though the phone may be successfully obtaining an address. This often happens when the router's address pool is full or the laptop is stuck on an old address that's already taken by another device.

  • 🔍 Check your connection status: is there a yellow exclamation mark or the "No Internet access" icon?
  • 📱 Compare IP addresses: Check the network settings on your phone (Wi-Fi -> section) and on your laptop to find any differences.
  • 🔄 Reboot your router: unplug the power cord for 15 seconds, this will clear the ARP address table.

If Windows diagnostics return an error code, such as 651 or 10, this is a clear indication to search for a solution in the Microsoft knowledge base. However, the system often simply reports "Problems with the network adapter," which requires a manual driver check.

📊 How often do you have this problem?
Once a week
Once a month
After every Windows update
This is the first time I've seen this.

IP address conflict and DHCP settings

The most common technical reason why internet access works on some devices but not on others is due to manual TCP/IP settings. If you previously set a static IP address for your office LAN or for port forwarding, these settings may block access when connecting to your home network.

The router acts as a dispatcher, distributing addresses via the protocol DHCPIf a laptop is configured to use a specific address (for example, 192.168.0.50), and the router defaults to 192.168.1.x, there won't be a common language between them. A phone, by default, always requests the settings automatically, so it works without any issues.

To fix this, you need to go to the IPv4 protocol properties. Click Win + R, enter ncpa.cpl and find your wireless connection. Right-click, select "Properties," then "Internet Protocol Version 4 (TCP/IPv4)" and make sure the "Obtain IP addresses automatically" checkbox is selected.

⚠️ Attention: If you're using a corporate network or specific ISP equipment that requires a static IP, do not change the settings to automatic without consulting your system administrator. This could completely disrupt your connection to work resources.

It's also worth checking whether the "Odd MAC Addresses" feature is enabled in Windows 10/11. Some routers filter devices by MAC address, and if a laptop constantly changes it for "privacy," the router may block its network access while allowing the phone through.

Problems with DNS servers and cache

Even if a physical connection is established and the IP address is obtained correctly, the laptop may not see the internet due to a faulty DNS. This is the internet's "phone directory," which translates familiar addresses (like yandex.ru) into digital IP addresses. If the provider's DNS server is down or the laptop's cache is full of errors, websites won't load, although instant messaging apps (which rely on IP) may still function.

Registering public DNS servers from Google or Cloudflare often helps. They are more stable and faster than many local provider servers. In the same IPv4 settings where you checked automatic IP acquisition, select "Use the following DNS server addresses."

Please enter the following values:

  • 🌐 Preferred DNS: 8.8.8.8 (Google) or 1.1.1.1 (Cloudflare).
  • 🌐 Alternative DNS: 8.8.4.4 or 1.0.0.1.

After changing the DNS, you need to clear the cache. Open the command prompt (cmd) as administrator and enter the following command:

ipconfig /flushdns

This command forcibly removes all old domain name records. If the problem was that the laptop "remembered" a broken website path, it should work now. You can also try resetting the entire network stack with the command netsh int ip reset, but this will require a reboot.

Why might DNS be blocked?

Some ISPs or corporate firewalls block third-party DNS (8.8.8.8), forcing the use of their own servers. If your internet connection is completely lost after changing your DNS, revert to automatic settings.

Wi-Fi adapter drivers and energy management

The difficulty with laptops, unlike phones, lies in the variety of hardware. Laptop manufacturers (Asus, HP, Lenovo) often install specific Wi-Fi modules, the drivers for which can conflict after Windows updates. Phones use standardized modules, which are less likely to cause system conflicts.

Windows has a power-saving feature that can disable your Wi-Fi adapter to "improve battery life," then fail to enable it correctly. As a result, the adapter appears to be working, but data transfers fail. Open Device Manager, find your network adapter, go to Properties -> Power Management, and uncheck "Allow the computer to turn off this device to save power."

It's also worth updating your driver. Don't rely on Windows' automatic search—it often finds the default driver. It's better to download the latest version from the laptop or chipset manufacturer's website (Intel, Realtek, Broadcom).

Action Risk Efficiency
Reinstalling the driver Low (if there is a backup) High
Driver rollback Short Average
Removing a device Medium (requires reboot) High

If after deleting the device in the device manager and rebooting, the system does not automatically find the driver, you will need another computer or phone with USB modem functionality to download and install the driver again.

☑️ Checking drivers

Completed: 0 / 4

Antivirus and firewall settings

Third-party antivirus programs (Kaspersky, ESET, Avast) often have their own firewall modules, which are more aggressive than the standard Windows firewall. After updating the antivirus database or the program itself, these settings may become corrupted, and the firewall will begin blocking all incoming and outgoing traffic, considering the network "public" and dangerous.

Try temporarily disabling network protection in your antivirus. If the internet connection returns, the issue lies with the filtering rules. You'll need to find the "Network" or "Firewall" section in your antivirus settings and change the network type from "Public" to "Home" or "Trusted."

Also, check your proxy server settings in Windows itself. Viruses or malfunctioning programs can add their own proxy settings, which can cause them to stop working. Go to Settings → Network & Internet → Proxy Server and make sure the "Use a proxy server" switch is turned off.

⚠️ Attention: Don't leave your computer without antivirus protection for long periods of time. After checking your settings, be sure to reactivate the protection modules.

In rare cases, resetting network settings to factory defaults via the Windows menu may help. This will delete all saved Wi-Fi passwords and reset all network adapters. Path: Settings → Network & Internet → Advanced network settings → Network reset.

Specifics of the 2.4 GHz and 5 GHz bands

Modern routers operate in two bands. Older laptops or laptops with cheap Wi-Fi modules may not support the band. 5 GHz, but still see the network. If the router is configured to operate only on the 5 GHz band (or prioritizes it), and the laptop is trying to connect to the 2.4 GHz band, it may create the illusion of a connection without actually transmitting data.

Phones are typically equipped with more modern modules and easily switch between frequencies. Try separating the networks in your router settings by giving them different names (for example, HomeWiFi_2.4 and HomeWiFi_5), and connect your laptop to the 2.4 GHz network, which has a longer range and is more compatible.

You can also try changing the wireless mode in the wireless adapter properties on your laptop (Advanced tab). Find the option Wireless Mode or 802.11n/ac Mode and try setting a value that is compatible with older standards, for example, 802.11 b/g/n, excluding ac or ax.

Frequently Asked Questions (FAQ)

Why does rebooting the router help if the phone had internet access?

A router is a mini-computer that also has RAM. Over time, errors accumulate in the NAT (network address translation) table, or the pool of allocated IP addresses runs out. A reboot clears the memory and resets frozen processes, allowing the laptop to obtain a "clean" address.

Can a virus block the Internet only on a laptop?

Yes, this is common behavior for network worms and Trojans. They can modify the hosts file, specify incorrect proxy servers, or block Windows network services, while Android/iOS devices may have different versions of the malware, or none at all.

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. Your phone will share its mobile data with your laptop, allowing you to download the necessary drivers. After installing the Wi-Fi driver, be sure to disable tethering.

Does date and time affect Wi-Fi connection?

Yes, it's critical. If the date on the laptop is incorrect (for example, if it's set to 2010), SSL/TLS security certificates will be considered invalid. Browsers and systems will block connections to most websites, creating the illusion that the internet is down, even though the network is physically operational.