My computer's internet connection is down even though my router is distributing Wi-Fi: What should I do?

Many users panic when their computer's internet connection goes down, even though the router continues to broadcast Wi-Fi and other devices are working fine. You see the connection icon, perhaps even the word "Connected," but not a single page loads in the browser. This is a classic logical failure, where a physical connection exists, but no data transfer occurs. Most often, the problem stems from a software conflict in the operating system, a network configuration error, or a driver failure, rather than hardware failure.

Before attempting any complex manipulations, it's best to rule out simple causes. Sometimes the system simply freezes while obtaining an IP address or DNS server. Rebooting the router This isn't just a cliché, but a real way to reset the network service cache. If the problem persists after turning the devices off and on, and the network icon shows a yellow triangle or "No Internet Access" status, you need to run system diagnostics.

It's important to understand the difference between no signal and no internet access. If your laptop or PC is connected to a Wi-Fi hotspot but the internet isn't working, your local network is functioning properly. Provider There may have been some maintenance work you're not aware of, or there may have been a routing issue specifically for your MAC address. In this guide, we'll walk you through a step-by-step procedure that will help you restore your connection in 90% of cases without calling a technician.

Primary diagnostics and equipment testing

Troubleshooting should begin with a visual inspection and checking the indicators. Even if the phone is connected to Wi-Fi, this does not guarantee that the router is working correctly for all frequency bands. Pay attention to the indicator light. WAN/Internet On the router's body. If it's green or blinking, there's a connection to the ISP. If the light is red or off, the problem lies with the ISP or the cable entering the apartment is damaged.

⚠️ Attention: If the WAN indicator goes out after a thunderstorm or power surge, the router port may be burned out. In this case, software adjustments won't help; the hardware will need to be replaced.

The next step is to check the network visibility on the computer itself. Sometimes the Wi-Fi adapter "drops out" or switches to power-saving mode. Press the key combination Win + Ito open Settings and go to "Network & Internet." Make sure the Wi-Fi slider is turned on. If you're using desktop PC If you have a USB adapter, try plugging it into a different port, preferably located on the back of the motherboard, to avoid a power shortage.

It's also worth checking if Airplane Mode is accidentally enabled. This mode blocks all wireless interfaces. Some laptops have physical switches or function keys (e.g., F2 or F12 (with an image of an antenna) that can programmatically disable the communication module. Make sure the device driver isn't marked with a yellow exclamation point in Device Manager.

📊 What is the WAN indicator on your router?
Green light/flashing
It's red
It doesn't burn at all
The router is not at hand

Diagnostics via the Windows command line

If a visual inspection doesn't yield results, you'll need to delve deeper into your system settings. The most effective tool for troubleshooting network problems in Windows is the command prompt. It allows you to reset the TCP/IP protocol stack and flush the DNS cache, which are often the cause of internet loss on a computer. To launch, click Win + R, enter cmd and be sure to click Ctrl + Shift + Enterto run the console as administrator.

In the window that opens, you need to enter a series of commands in turn by pressing Enter after each. First team ipconfig /flushdns Clears the DNS cache, eliminating domain name resolution errors. The second command ipconfig /release resets the current IP address, and the third ipconfig /renew Requests a new one from the router. This often solves the problem of address conflicts when two devices on the network try to use the same IP.

ipconfig /flushdns

ipconfig /release

ipconfig /renew

netsh winsock reset

netsh int ip reset

The last two commands in the list above (netsh winsock reset And netsh int ip reset) are designed to reset the network interface and Winsock directory. This is a more thorough cleanup that returns network settings to the Windows factory defaults. Important: After completing these steps, the system will require a mandatory reboot. Without a reboot, the changes will not take effect.

☑️ Reset network settings

Completed: 0 / 5

Problems with DNS and IP address settings

A common cause of Wi-Fi but no internet is incorrect DNS servers. DNS (Domain Name System) is responsible for translating human-readable addresses (such as yandex.ru) into machine IP addresses. If the provider's server is down or unstable, the browser won't be able to open any pages, even though it has a connection to the router. In this case, it's recommended to manually configure public DNS servers from Google or Cloudflare.

To do this, go to Control Panel → Network and Internet → Network and Sharing CenterClick on the name of your connection (Wireless network), then select PropertiesFind the line in the list Internet Protocol version 4 (TCP/IPv4), select it and press again Properties. Switch the dot to "Use the following DNS server addresses" and enter: 8.8.8.8 (preferred) and 8.8.4.4 (alternative).

DNS provider Preferred server Alternative server Peculiarities
Google Public DNS 8.8.8.8 8.8.4.4 High speed, stability
Cloudflare 1.1.1.1 1.0.0.1 Emphasis on privacy
OpenDNS 208.67.222.222 208.67.220.220 Phishing filtering
Quad9 9.9.9.9 149.112.112.112 Blocking malicious domains

Another nuance is a static IP address. If your computer was previously assigned a static IP address and the router settings changed (for example, the address range changed), the computer will not be able to access the network. In the IPv4 properties window (where you went to change the DNS), make sure the dot is on Obtain an IP address automaticallyManual settings are rarely needed and only in specific corporate networks.

Updating and reinstalling network adapter drivers

The software that controls your network adapter can become corrupted during a Windows update or after a virus attack. If the driver is malfunctioning, the operating system may show a connection, but no data packets are actually transmitted. You can check the driver's status through Device Manager. Right-click the Start button and select the appropriate item from the menu.

Find the section in the list Network adaptersIf there's a yellow triangle next to your Wi-Fi module (usually labeled with "Wireless," "Wi-Fi," or "802.11," or a brand name like Realtek, Intel, or Atheros), the device is malfunctioning. Even if there are no icons, we recommend reinstalling it. Right-click the adapter and select "Uninstall device." Don't worry, after rebooting, Windows will automatically detect the hardware and reinstall the driver, often fixing errors.

⚠️ Attention: Before uninstalling the driver, make sure you have access to another device with an internet connection or the downloaded driver installer on a flash drive, in case Windows cannot automatically find it in the built-in storage.

For more advanced users, it is recommended to visit the website of the laptop or motherboard manufacturer and download the latest driver for your model. Wireless LAN AdapterAutomatic driver searches through Device Manager often only find the basic version, which may not be compatible with the latest Windows 10 or 11 security updates.

What to do if the driver is not installed?

If an error occurs during driver installation, try running the installer in compatibility mode. Right-click the installation file → Properties → Compatibility tab → Select a previous version of Windows (e.g., Windows 8). Disabling your antivirus software completely during installation may also help.

Resetting network and firewall settings

Modern versions of Windows 10 and 11 now feature a full network reset, which is a powerful tool for resolving network issues. This feature removes all installed network adapters and resets all network components to their default settings. This is an effective solution when your computer's internet connection is down, but your router is still distributing Wi-Fi, and previous methods haven't worked.

To perform a reset, go to Settings → Network & Internet → Advanced network settings (in Windows 11) or look for the "Network reset" link at the bottom of the status window (in Windows 10). Click the button Reset nowThe computer will warn you that it will reboot in 5 minutes. After turning it on, you'll need to re-enter your Wi-Fi network password, as all saved profiles will be deleted.

Don't forget about your firewall or antivirus. Sometimes third-party security programs (Kaspersky, ESET, Avast) can block connections, considering the network public or unsafe. Try temporarily disabling your antivirus and Windows firewall. If you can connect, the issue lies with your security settings. In this case, don't disable protection completely; instead, find the "Network" or "Firewall" section in your antivirus settings and reset its settings or add your home network to the list of trusted networks.

MAC address conflict and ISP restrictions

There is a less obvious, but common reason for lack of internet. Many providers tie network access to MAC address Devices. If you previously connected your computer directly to the internet via your ISP's cable and then installed a router, your ISP may "see" the new device (router) and block access because the MAC address has changed. Or vice versa: you may have changed your computer but still have the same router.

The solution lies in cloning the MAC address. You need to go to your router settings (usually at 192.168.0.1 or 192.168.1.1). In the WAN or Internet section, find the "Clone MAC Address" option. Click it to have the router copy the address of your current computer's network card, or manually enter the MAC address of the device for which the contract was registered.

It's also possible for two devices on a local network to have the same MAC address (this can happen when cloning on cheap Chinese routers or when virtual machines crash). This causes a "packet storm" and disconnects everyone from the internet. Make sure the MAC addresses of all devices on your network are unique. You can check your MAC address with the command ipconfig /all in the command line (line "Physical address").

⚠️ Attention: If you use VPN services or proxies, they may block all traffic when the connection is lost. Disable the VPN, proxy, and any bypass programs, then check your internet access. Often, "no internet" is simply a frozen VPN tunnel.

Frequently Asked Questions (FAQ)

Why is there internet on my phone but not on my computer even though they are connected to the same router?

This indicates a problem with the operating system or the computer's network adapter. The phone is using its own settings and drivers. Most likely, the DNS settings on the PC are incorrect, the IP address is static and incompatible with the current network, or the Wi-Fi module driver is faulty. Perform a network reset on the computer.

Can a virus disable the Internet on a computer?

Yes, some types of malware (Trojans, ransomware) can change proxy and DNS settings or block access to antivirus websites and update services. Scan your system with an antivirus scanner, such as Dr.Web CureIt or Malwarebytes, even if you have another security solution installed.

What does the status "Limited" or "No Internet Access" mean?

This means there's a physical connection to the router (the cable is plugged in or Wi-Fi is working), but the computer isn't receiving a response from the internet. The problem could be with the router (it's not connecting to the ISP), the IP/DNS settings on the computer, or a blocking issue with the ISP.

How to check if the internet is working without a browser?

Open command prompt (cmd) and enter the command ping 8.8.8.8If you see the response "Response from 8.8.8.8: Byte count=32...", then you have a connection to the outside world, and the problem is most likely with your browser or DNS. If you see "Timeout exceeded" or "General failure", the problem is at the network connection level.

Do I need to reinstall Windows if I lose my internet connection?

In 95% of cases, reinstalling Windows is not necessary. Resetting the network, updating drivers, or configuring DNS resolves the issue. Reinstalling the system is a last resort when all software diagnostics have been exhausted and there is a suspicion of deep corruption of system files.