Why is my computer's internet connection gone, but my phone still has Wi-Fi?

Many users are familiar with the situation where every page on a smartphone or tablet opens instantly, but a desktop computer or laptop stubbornly displays "No internet access." This is a classic scenario that immediately narrows down the possible causes: the ISP is fine, there's no major line outage, and the router is transmitting a signal reliably. The problem lies with the computer itself, its network settings, or the physical connection between it and the router.

Unlike mobile devices, where network interface management is simplified to the maximum and often hidden from the user's view, Windows operating system provides a variety of configuration tools, the failure of which can lead to connection loss. This could be due to an IP address conflict, an outdated network driver, incorrectly configured DNS servers, or a simple error in the adapter's power saving settings. Understanding where exactly the logical break occurred is the key to quickly restoring access.

Further steps will depend on the type of connection: whether you are using a wireless module Wi-Fi or connected by cable EthernetIn both cases, diagnostic algorithms have their own nuances, but they always begin with checking basic network parameters. Don't rush to reboot the router if everything works on your phone—this rarely helps if the issue is local to your PC. It's better to focus on the network adapter settings.

Diagnostics of the physical layer and indicators

The first step should always be a visual assessment of the equipment's condition. If you're using a wired connection, check the network card LEDs on the back of the system unit and on the front of the router. Are they lit? Do they blink when attempting to transmit data? Is the port unlit? LAN on a router with a cable connected often indicates a physical break or a faulty connector.

With a wireless connection, the situation is different: the adapter's status in the system is more important. Check that Airplane Mode isn't activated, which can be accidentally enabled via hotkeys on the laptop keyboard. Users often forget that there's a function key on the keyboard that blocks all wireless interfaces, and wonder why. Wi-Fi module stopped seeing networks.

⚠️ Warning: If the network card's indicators don't light even with a working cable connected, the network port on the motherboard or router may be burned out. In this case, software solutions won't work, and you'll need to replace the hardware or use a USB adapter.

It's also worth checking the Device Manager. If a yellow triangle with an exclamation point appears next to your adapter in the list of network hardware, this means the driver is not working properly or the device is disabled. In this case, the system will not be able to obtain an IP address from the router, even if there is a signal.

📊 How are you connected to the network?
Via Wi-Fi (built-in module)
By cable (Ethernet)
Via USB modem/whistle
Via Wi-Fi adapter (USB)

Resetting network settings and working with IP addresses

One of the most common reasons why the internet works on some devices but not on others is an IP address conflict or network protocol cache error. The router acts as a DHCP server, assigning a unique address to each connected client. Sometimes this process fails, and the computer receives an address that is already in use or fails to obtain one at all (an address like 169.254.xx).

To remedy the situation, a complete reset of the TCP/IP stack and flushing the DNS cache via the command line is recommended. This action returns network settings to factory defaults, removing any software bottlenecks that may have accumulated over the system's lifetime.

☑️ Reset network settings via CMD

Completed: 0 / 4

Run the following commands sequentially by opening a command prompt with administrator rights:

netsh int ip reset

netsh winsock reset

ipconfig /flushdns

ipconfig /release

ipconfig /renew

After running these commands, be sure to reboot your computer. The problem is often resolved at this stage, as the lease file (the IP address lease time) is updated and the routing tables are rebuilt. If after rebooting, the "No Internet Access" status changes to "Connected," but pages still won't load, the problem may lie deeper—in DNS or antivirus software.

Problems with DNS servers and proxies

If there's a network connection and packets are being sent and received, but the browser displays "Unable to find DNS address," this means the computer can't resolve the domain name (e.g., google.com) to the server's IP address. This often happens when provider DNS servers are slow or unavailable, while the phone may be using other settings (e.g., mobile DNS or third-party apps).

The solution is to manually register reliable public DNS servers, such as Google DNS or Cloudflare. This not only solves the access issue but also often speeds up website loading.

Service Preferred DNS Alternative DNS Peculiarities
Google Public DNS 8.8.8.8 8.8.4.4 High speed, global availability
Cloudflare 1.1.1.1 1.0.0.1 Focus on privacy and security
OpenDNS 208.67.222.222 208.67.220.220 Filtering phishing sites
Quad9 9.9.9.9 149.112.112.112 Blocking malicious domains

In addition to DNS, it's worth checking your proxy server settings. Sometimes malware or malfunctioning browser extensions overwrite the system with proxy settings that prevent traffic from passing through. Go to Settings → Network & Internet → Proxy Server and make sure the "Use a proxy server" switch is turned off.

Why might DNS not work only on a PC?

Routers are often configured to distribute the provider's DNS addresses to clients. If the provider blocks these addresses or they are unstable, the PC will be unable to access websites. A phone, however, may ignore these settings, using its own DNS from the mobile operator (if 4G is enabled) or cached records.

Driver conflict and energy saving

In the Windows operating system, network hardware drivers are responsible for proper operation. Over time, they can become outdated, become damaged during system updates, or conflict with other software. If everything is working fine on your phone (which runs a different OS or has a different Wi-Fi module), but your PC is down, there's a high probability of a driver error.

Go to device Manager, find your network adapter (under "Network Adapters"), right-click it, and select "Uninstall Device." Don't worry, after rebooting, the system will attempt to reinstall the driver. This often "shakes" the device back to life.

Another hidden enemy of a stable connection is the power saving feature. Windows may disable the network adapter to save power, then re-enable it incorrectly. To disable this:

  • ⚙️ Open the network adapter properties in Device Manager.
  • 🔋 Go to the "Power Management" tab.
  • ❌ Uncheck the box next to "Allow the computer to turn off this device to save power."

It's also worth checking if there are any virtual network adapters installed in the system (from Android emulators, virtual machines, or VPN clients) that could be hijacking connection priority. In the properties of your physical adapter, in the list of used components, you can temporarily uncheck protocols you don't use (for example, Internet Protocol version 6 (TCP/IPv6), if your provider does not support it).

The impact of antivirus and firewall

Third-party antivirus suites often include their own firewall that monitors incoming and outgoing traffic. Sometimes, after updating the signature database or the program itself, security settings become too aggressive, and the antivirus begins blocking legitimate connections, deeming them suspicious.

Try temporarily disabling your antivirus protection completely (not just the real-time scanner, but also the firewall). If the internet connection returns, the problem lies with your security settings. In this case, don't leave your PC unprotected—it's best to reinstall your antivirus or reset its network settings to default.

⚠️ Important: Temporarily disabling your antivirus is only allowed for diagnostic purposes. Do not leave your computer unprotected on the open internet, especially if you don't use the built-in Windows firewall.

Router restrictions (MAC filtering)

A rare, but possible, scenario involves the router's settings. If the internet on your PC was previously working but then suddenly stopped working, someone may have changed the router's configuration. There's a "MAC Address Filtering" feature that allows you to restrict network access to only certain, pre-approved devices.

A MAC address is a unique identifier for a network card. If the router's "Whitelist" is enabled and your computer isn't on it, it will connect to the Wi-Fi (see the network), but won't be able to access the internet. Your phone, however, will be able to access the internet because its MAC address is on the whitelist.

You can check this by going to the router's web interface (usually at 192.168.0.1 or 192.168.1.1). Find the section Wireless or WLANMAC FilteringIf the filter is enabled, you need to either add your PC's MAC address to the allowed list or disable filtering completely.

Frequently Asked Questions (FAQ)

Why did the Internet disappear after reinstalling Windows, even though everything worked before?

A clean OS installation often installs standard Microsoft drivers, which may not work correctly with your specific network adapter. You should download the latest driver from the laptop or motherboard manufacturer's website (using a phone or other device) and install it manually.

Can date and time affect the lack of internet?

Yes, this is a common cause. If the date on your computer is incorrect (for example, if it's set to 2010), browsers will consider websites' security certificates invalid and block the connection. Check that the date and time are set correctly on your system.

What should I do if it says "Network cable not connected" even though it is plugged in?

First, check the cable's integrity and tight connections. If the cable is fine, the problem may lie with the network card driver or a blocked or burned-out port on the router. Try connecting the cable to a different LAN port on the router.

Will changing the Wi-Fi channel on my router help if I can't connect to the internet on my PC?

This makes sense if the problem is only observed over the wireless network and manifests itself as a weak signal or constant disconnects. If the connection status is constantly "No Internet Access," changing the channel is unlikely to resolve the issue, as the problem isn't caused by interference, but by protocol settings.