A situation where the Wi-Fi indicator is lit and the device is successfully connected to the wireless network, but web pages won't open in the browser, is one of the most common and frustrating problems for users. This condition is often referred to as "local connection without internet access" and can occur on desktop computers, laptops, or smartphones. The operating system typically displays this condition with a yellow exclamation point on the network icon, indicating a disconnect between your device and the ISP's global network.
The causes of this behavior can vary widely, from a simple router malfunction or temporary issues with the internet service provider to complex IP address conflicts or corrupted Windows system files. Understanding where exactly the data transmission chain is interrupted is key to quickly restoring functionality. In most cases, the problem can be resolved independently, without calling a technician, by troubleshooting the main network nodes one by one.
In this article, we'll walk you through a step-by-step procedure to help identify the source of the problem. We'll cover both operating system software settings and router hardware features, as well as security issues that could be blocking access. The key is to avoid panicking and move from the simple to the complex, checking each system element in turn.
Primary diagnostics and equipment testing
Before delving into the depths of Windows system settings, you should ensure that the physical hardware is working properly. Often, the cause is a simple router freeze, which, despite having a working Wi-Fi module, stops transmitting data packets from the ISP. Reboot This is the first and most effective step, solving up to 70% of such problems. Unplug the router for 10-15 seconds, then plug it back in and wait for the system to fully boot up.
It's also worth checking the indicators on the router. If the WAN or Internet light (usually marked with a globe or the letters "WWW") is on but not blinking or is red, this is a clear sign of a lost connection to the outside world. In this situation, the problem most likely lies not with your computer, but with your ISP's line or the router's settings.
⚠️ Important: If the WAN/Internet indicator on the router is red or not lit at all, the problem lies with the ISP or the cable coming into the apartment. Checking your computer settings in this case is pointless.
It's also important to consider the number of devices connected. If you have multiple devices connected to your network at the same time that are actively consuming bandwidth (for example, downloading games or watching 4K video), communication channel may be completely clogged. In this case, the router is physically unable to process new requests, creating the illusion of no internet connection.
Analyzing network status in Windows
If the router is OK, the next step is to run diagnostics on the computer. The Windows operating system has built-in tools that allow you to quickly determine the connection status. Right-click the network icon in the system tray and select "Network and Internet settings." Here you'll see the connection status and any errors.
Pay special attention to the IP address you receive. If you see an address starting with 169.254.x.x, this means that the computer was unable to obtain a valid address from the router's DHCP server. Normally, the address should look like this: 192.168.x.x or 10.x.x.xWithout a valid IP address, you won't be able to connect to the internet, even if your Wi-Fi signal is excellent.
For more detailed information, use the command line. Click Win + R, enter cmd and press Enter. In the black window, enter the command ipconfig /allThis command will display detailed information about all network adapters. Look for the lines "IPv4 Address," "Default Gateway," and "DNS Servers." If the gateway field is empty or incorrect, the connection to the router is broken at the logical level.
Resetting network settings and working with DNS
One of the most common reasons why Wi-Fi works but the internet doesn't load is errors in the DNS cache or network protocols. DNS (Domain Name System) is responsible for translating human-readable addresses (e.g., google.com) into server IP addresses. If this mechanism fails, the browser simply doesn't know where to send the request. To fix the problem, you need to reset your network settings.
Open a command prompt as administrator. This is critical, as standard user rights won't allow you to change system settings. Enter the following commands in sequence, pressing Enter after each:
ipconfig /flushdnsipconfig /registerdns
ipconfig /release
ipconfig /renew
netsh winsock reset
After executing the last command netsh winsock reset The system will notify you that a reboot is necessary. Winsock — is a software interface that applications use to access Windows network services. Resetting it often resolves deep software conflicts that interfere with normal connectivity.
⚠️ Important: After executing the Winsock reset command, you must completely restart your computer. Otherwise, the changes will not take effect, and the internet will not work.
It's also worth checking if you've manually configured static DNS servers that might have stopped responding. In the adapter settings (via ncpa.cpl) Find "Internet Protocol Version 4 (TCP/IPv4)", click Properties and make sure "Obtain DNS server address automatically" is checked. If you are using a third-party DNS (for example, Google 8.8.8.8), try temporarily switching to automatic mode or changing them to alternative ones, for example Cloudflare (1.1.1.1).
Problems with wireless adapter drivers
The software that controls your computer's Wi-Fi module is called a driver. Over time, driver files can become corrupted, conflict with Windows updates, or simply become outdated. This causes the adapter to become unstable: it sees networks and connects to them, but can't maintain a stable data stream.
You can check the driver's status in Device Manager. Right-click the Start button and select the appropriate item. Expand the Network Adapters branch. If your wireless device (usually labeled with "Wireless," "Wi-Fi," or "802.11") has a yellow triangle next to it, it's not working properly. Even if there are no icons, we recommend reinstalling the driver.
To do this, right-click the adapter and select "Uninstall device." Don't worry, Windows will attempt to reinstall the driver automatically after rebooting. However, it's best to download the latest version from the official website of your laptop or motherboard manufacturer in case automatic installation fails.
Where can I find drivers if the internet isn't working?
Use another device (such as a smartphone) connected to a mobile data connection to download the driver from the manufacturer's website and transfer it to your computer via a USB cable. Alternatively, use the built-in Windows basic driver, which is often included with the operating system.
IP address conflicts and router settings
On a local network, each device must have a unique IP address. If two devices on your network have the same address, a conflict will occur, and the internet will stop working for one or both of them. This often happens if you manually set a static IP address on a computer that is already in use by another device, or if the address range in the router's DHCP settings is too small.
To avoid conflicts, it's best to use dynamic address assignment. Go to your router settings (usually at 192.168.0.1 or 192.168.1.1) and find the LAN or DHCP Server section. Make sure DHCP is enabled. Also, check if your computer has a hard-coded IP address outside the router's subnet.
The table below shows the address ranges and their purposes to help you navigate the settings:
| Parameter | Typical value | Description |
|---|---|---|
| Router IP address | 192.168.0.1 / 192.168.1.1 | Default gateway address |
| Subnet mask | 255.255.255.0 | Determines the size of the local network |
| DHCP range | 192.168.1.100 - 192.168.1.200 | Address pools for distribution to clients |
| DNS (Google) | 8.8.8.8 | Alternative name server |
If you're using a static IP address, make sure it's not in the range your router assigns automatically. For example, if DHCP assigns addresses from 100 to 200, assign your computer an address of 50 or 250. This will eliminate the possibility of duplicate addresses.
The impact of antivirus and firewall
Third-party antivirus programs and the built-in Windows firewall are designed to protect, but sometimes their overzealousness goes beyond what's reasonable. They can block a network connection, classifying it as suspicious, especially after virus definitions or the operating system itself have been updated.
To test this hypothesis, try temporarily disabling your antivirus software. Don't uninstall the program; pause it for 10-15 minutes. If the internet connection returns, the issue lies with your security settings. You'll need to find the firewall or web protection section in your antivirus settings and reset its settings or add your network to the trusted list.
It's also worth checking if "Metered Connection" mode is enabled. In this mode, Windows limits background data transfers, which can make some apps feel like the internet isn't working. You can check this in your Wi-Fi connection settings.
☑️ Software blocker diagnostics
Frequently Asked Questions (FAQ)
Why does Wi-Fi work on my phone but not on my computer?
This indicates that the problem is localized to the computer, not the router or ISP line. Most likely, the TCP/IP settings are corrupted, the Wi-Fi adapter driver is outdated, or an antivirus program is blocking the connection on this particular device.
What should I do if I get the message "No Internet access" after updating Windows?
Updates sometimes break network driver compatibility. Try rolling back the driver in Device Manager or uninstalling the latest update via Settings → Update & Security → Update History → Uninstall Updates.
Can a virus block the internet?
Yes, some types of malware can change proxy settings or the hosts file, redirecting traffic or blocking access to antivirus websites. It is recommended to scan your system with a utility such as Dr.Web CureIt! or Malwarebytes.
How can I check if my internet provider is working?
Call your provider's technical support or log into your account via mobile internet. You can also try connecting to the network from another device (such as a smartphone). If there's no internet connection anywhere, there's a problem with the line.