The situation where web pages open instantly on smartphones and tablets, while a desktop computer or laptop displays a complete lack of connection, can be frustrating for any user. You see the connection icon in the system tray, the router's lights flash as usual, but the browser on your PC stubbornly displays the error "No internet connection." This is a classic scenario, indicating that the physical connection is functioning, but a logical error is preventing a specific device from accessing the global network.
This behavior can be caused by a software conflict within the operating system or incorrect network hardware settings. Often, the problem stems from a static IP address that was previously assigned for the office's local network but is now blocking internet access at home. In other cases, the culprit is an outdated or faulty network driver that no longer correctly processes data packets.
Before panicking and calling your ISP, it's important to run a basic diagnostic to isolate the source of the problem. Understanding where exactly the break in the connection occurred—between the computer and the router or between the router and the ISP—will save you a ton of time. In this article, we'll detail a step-by-step process that will help restore network access without calling a technician.
Physical connection and equipment status
The first step is to rule out trivial physical causes, which are often ignored in the rush to find complex software solutions. If you're using a wired connection, carefully inspect the Ethernet cable: it should be securely inserted into the computer's network card and the router's LAN port. A distinctive click when connecting is a good sign, but the cable itself could have snapped inside its insulation, which would result in packet loss.
With a computer's Wi-Fi adapter, the situation can be more complicated due to interference or a weak signal. Even if the indicator shows a network connection, the connection quality may be critically low. Try moving the laptop closer to the router or, conversely, away from sources of electromagnetic interference, such as microwave ovens or high-power power supplies.
⚠️ Attention: If you're using a USB Wi-Fi adapter, try moving it to a different port. USB 3.0 ports sometimes interfere with 2.4 GHz wireless modules, causing the connection to become unstable or even disappear completely.
It's a good idea to perform a full reboot of your entire hardware chain. Routers are also mini-computers with their own operating system, which can freeze or run out of memory. Unplug the router and modem, wait 15-20 seconds, and then plug them back in. Wait for them to fully boot (usually 2-3 minutes) and check if the internet is restored on the affected PC.
☑️ Physical layer diagnostics
Diagnostics via the Windows command line
The Windows operating system has powerful built-in tools for diagnosing network problems, which are often more effective than third-party programs. The fastest way to get initial information is to use the command line. Press the combination Win + R, enter cmd and press Enter. In the window that opens, first enter the command ping 8.8.8.8This address belongs to Google servers and is accessible worldwide.
If you see response times (time=xx ms) in response, then there's a physical internet connection, and the problem lies in your DNS or browser settings. If you see a "Timeout exceeded" or "Transmission error" message, then your computer can't access the external network. This narrows the search to IP settings, drivers, or router blocking.
Deciphering Ping Results
If the ping reaches the gateway (router) but not 8.8.8.8, the problem is with the ISP or router settings. If the ping doesn't even reach the gateway, the problem is with the cable or the PC's network card.
Next, reset the network settings, which have accumulated errors over time. In the same command prompt (run as administrator), run the following sequence of commands. This will clear the DNS cache and reset the TCP/IP stack, which resolves most internet freeze issues.
ipconfig /flushdnsipconfig /registerdns
ipconfig /release
ipconfig /renew
netsh winsock reset
After executing the last command, the system will prompt you to reboot. Don't ignore this request, as the changes only take effect after restarting network services. Resetting the Winsock stack often resolves conflicts that arise after installing an antivirus or VPN client.
Problems with network card drivers
A driver is the intermediary between your computer's hardware and the operating system. If it's not working properly, is outdated, or has been damaged by a virus, the network adapter may appear in the system as a working device but not transmit data. You can check the driver's status via device ManagerRight-click on the Start menu and select the appropriate item.
Find the section in the list Network adaptersIf you see a yellow exclamation mark next to your device, Windows can't use the driver. Even if there's no exclamation mark, it's worth trying updating the software. Right-click the adapter (usually listed as Realtek, Intel, Qualcomm, or Atheros) and select "Update Driver."
Automatic searches in Windows often yield no results, as Microsoft's database contains only basic versions. It's best to download the latest driver from the official website of your motherboard or laptop manufacturer using another device with internet access and install it manually. During installation, select "Uninstall the current driver" to avoid version conflicts.
It's also worth paying attention to your power settings. Windows may disable the network adapter to save power, after which it "sleeps" and doesn't wake up. In the network adapter properties (tab Power management) uncheck the box next to “Allow the computer to turn off this device to save power”.
IP address conflicts and DNS settings
One of the most common reasons why the internet works on one device but not on another is an IP address conflict. On a home network, the router is responsible for distributing addresses (DHCP). If a static address is manually assigned to a computer and it's already taken by another device, or if it's outside the router's network range, access will be blocked.
To fix this, go to Control Panel → Network and Internet → Network and Sharing CenterClick on your connection, select Properties, then find it in the list. Internet Protocol version 4 (TCP/IPv4) and click "Properties." Make sure "Obtain an IP address automatically" and "Obtain DNS server address automatically" are checked.
| Parameter | Recommended setting | Possible problem with manual input |
|---|---|---|
| IP address | Automatic (DHCP) | Address conflict in the local network |
| Subnet mask | 255.255.255.0 | Incorrect network coverage |
| Main gateway | Router address (usually 192.168.0.1) | No internet access |
| DNS servers | Automatically or 8.8.8.8 | Websites won't open even though Skype is working. |
DNS servers deserve special attention. If IP addresses are retrieved correctly, but websites don't load (or only some do), the problem may be with the internet's "phone book." Try setting Google's public DNS (8.8.8.8 And 8.8.4.4) or Cloudflare (1.1.1.1). This often speeds up response times and bypasses provider blocking.
⚠️ Attention: If you're on a corporate network, don't change your IP and DNS settings yourself. Offices often use static addresses and specific DNS to access internal resources. Contact your system administrator.
The Impact of Antivirus Software and VPN Services
Third-party antivirus and VPN clients often burrow deep into the Windows network stack, intercepting traffic for inspection or encryption. If these programs are shut down improperly or their databases are updated, the network filter may become stuck, blocking all traffic. If your internet connection is lost immediately after installing or updating your security software, try temporarily disabling it.
With a VPN, the situation is even more obvious: if the program crashes, the virtual network adapter may remain active and redirect all traffic to a non-existent tunnel. Check the list of network connections (ncpa.cplIf you see adapters from NordVPN, OpenVPN, Hamachi, or similar services, try disabling or uninstalling them.
To completely clear traces of VPN programs, you may need to use special tools from the developers or manually reset your network settings. It's also worth checking your browser and system proxy settings. Go to Settings → Network & Internet → Proxy Server and make sure the "Use a proxy server" switch is turned off unless you specifically use it.
Router and provider malfunctions
It's possible that the problem isn't with your computer, but with the router itself, which has "forgotten" a specific client. You can view a list of connected clients in the router interface (available at 192.168.0.1 or 192.168.1.1). If your PC isn't listed, MAC address filtering may have been triggered.
Check your settings MAC Filter or Access ControlIf connections from unknown devices are blocked, and your computer's MAC address changes (which can happen when reinstalling drivers or using certain adapters), the router will block its access. The solution is simple: add the computer's MAC address to the whitelist or temporarily disable filtering.
It's also worth checking your router logs. The "System Log" section may show entries indicating that the device is constantly requesting an IP address but isn't receiving one, or that it's disconnecting due to an authorization error. If the internet connection is intermittently lost on all devices in the house, or if the problem is only seen on the PC, but reappears after rebooting the router for 5 minutes and then disappears, you'll likely need to contact your internet service provider.
Frequently Asked Questions (FAQ)
Why does the Internet work in the browser, but not in other programs (Skype, games)?
The problem is most likely with your proxy server or firewall settings. Browsers may ignore system proxy settings, while other programs use them. Check your Windows proxy settings and any exceptions in your antivirus software.
Will resetting the router to factory settings help?
Yes, this is a radical but effective method. However, keep in mind that after the reset, you'll have to reconfigure your connection to your ISP (enter your PPPoE or L2TP login and password) if this information isn't transferred automatically. Your Wi-Fi username and password will also be reset.
Can a virus block the Internet on only one computer?
Yes, many mining viruses or botnets modify the system hosts file or DNS settings, redirecting traffic or blocking access to antivirus websites. It is recommended to run a full system scan with an antivirus scanner, such as Dr.Web CureIt! or Malwarebytes.
What should I do if the yellow exclamation mark is on the network icon?
This means "No internet access." The computer is connected to the router, but the router is blocking access to the external network. Check your provider's balance, ensure your PC's time settings are correct (important for SSL certificates), and check the service status in your provider's account.