When a device suddenly reports "No Internet Access" or "Metered Connection" status, it can catch any user off guard. The monitor screen may go blank or, conversely, freeze on the desktop while the system unsuccessfully attempts to obtain an IP address from the router. At this point, the ability to work on documents online, watch videos, or simply chat on instant messaging disappears, which understandably causes frustration and wasted time.
This error most often indicates a DHCP protocol failure or a network settings conflict, where the operating system is unable to correctly communicate with the router. Windows automatically assigns the device a temporary address from a reserved pool. APIPA, usually starting with 169.254.xx, which allows local operation but blocks access to the internet. Understanding the nature of this process is the first step to successfully restoring the connection without calling a technician.
It is important to note that the problem may lie in the computer software, the settings of the router itself, or even the physical cable. Windows 10 And Windows 11 have a complex network stack that sometimes requires manual intervention to flush caches and restart services. In this article, we'll examine all possible causes of this error in detail and provide a step-by-step solution.
⚠️ Warning: If you're using a corporate network or connected through a provider with MAC address binding, changing network settings yourself may completely block access. In such cases, it's best to check with your system administrator first.
Network diagnostics and failure causes identification
Before resorting to drastic measures like resetting the settings, it's important to accurately determine the extent of the problem. Users often begin changing router settings when the problem lies with the network card driver or a temporary service freeze. A preliminary diagnosis saves time and avoids unnecessary reboots.
The first thing you should do is pay attention to the indicators on the front panel of the router. If the light WAN or Internet If the indicator lights are red or not lit at all, the problem lies with the ISP or the physical cable. If the indicators are flashing normally, but the internet is unavailable on only one device, the issue lies with the local settings of that specific device.
- 🔍 Check for internet access on other devices (smartphones, tablets, other PCs) connected to the same Wi-Fi network.
- 🔌 Make sure the network cable running from the ISP to the router is firmly inserted into the connector and has no visible damage to the insulation.
- 💻 Run the built-in Windows diagnostics by right-clicking on the network icon in the tray and selecting the appropriate option.
The operating system's built-in diagnostic tool can often automatically fix simple errors, such as resetting the adapter or updating the DNS configuration. However, in cases of deep IP address conflicts or damaged system files, it can only confirm the existence of a problem and offer standard, but not always effective, solutions.
Reset network settings via command line
The most effective way to troubleshoot TCP/IP protocol errors is to force reset the network settings via the command line. This method flushes the DNS cache, updates the IP address lease, and restarts key network services, which restores the internet in 80% of cases.
To perform this operation, you must run the console with administrator rights. Press the key combination Win + X and select the item from the menu Windows PowerShell (Administrator) or Command Prompt (Administrator)Without administrator rights, command execution will be blocked by the security system.
ipconfig /flushdnsipconfig /registerdns
ipconfig /release
ipconfig /renew
netsh winsock reset
After entering each command, press the key Enter and wait for a message about successful execution. The command netsh winsock reset This is especially important because it resets the Winsock directory to its default state, eliminating damage caused by viruses or incorrectly installed programs.
☑️ Network Reset Checklist
Performing these steps will completely refresh the network configuration. The system will re-request an address from the router's DHCP server, and if there are no hard restrictions on the router, the connection will be established automatically.
Setting up automatic IP and DNS acquisition
A common cause of the "Metered Connection" status is manually entering static IP addresses that conflict with the router's assigned address range. If the IPv4 protocol properties contain incorrect values, the computer simply won't be able to "see" the gateway.
To fix this, go to Control Panel → Network and Internet → Network and Sharing CenterClick on the “Change adapter settings” link, find your wireless connection, right-click on it and select PropertiesIn the list of components, find Internet Protocol version 4 (TCP/IPv4) and also open its properties.
| Parameter | Recommended value | Description |
|---|---|---|
| Obtain an IP automatically | Selected | Allows the router to issue an address |
| Obtain DNS automatically | Selected | Uses the provider's DNS |
| Alternative DNS | 8.8.8.8 | Google public server |
| Preferred DNS | 1.1.1.1 | Cloudflare public server |
Make sure the switch is in the on position. Obtain an IP address automaticallyIf any numbers were previously entered, they must be removed. It is also recommended to switch DNS to public servers, such as Google (8.8.8.8) or Cloudflare (1.1.1.1), if your provider's DNS servers are unstable.
⚠️ Note: Some providers require authentication via PPPoE or MAC address binding. In these cases, simply setting up an automatic IP may not help, and you will need to create a high-speed connection with a username and password.
Managing network adapter drivers
The software that controls the network card may not function correctly after updating the operating system or installing a new antivirus. The driver is the intermediary between the hardware and Windows, and any failure in its operation results in a loss of connection.
Open device Manager (You can find it by searching in the Start menu). Expand the "Network adapters" branch. Find your device, the name of which often contains the words Wireless, Wi-Fi, 802.11 or brand names like Realtek, Intel, QualcommRight-click and select "Uninstall device".
Don't be afraid to uninstall the driver—after rebooting, the system will automatically detect the hardware and attempt to install the standard driver. This often helps "shake up" the adapter and resolve software errors that have accumulated during operation.
What should I do if the driver is not installed automatically?
If the adapter doesn't appear after rebooting, or is marked with a yellow exclamation mark, you'll need to download the latest driver from the laptop or motherboard manufacturer's official website using another device with internet access and install it manually.
It's also worth checking the adapter's power settings. In the device properties, go to the "Power Management" tab and uncheck "Allow the computer to turn off this device to save power." This will prevent the Wi-Fi module from turning off accidentally when idle.
Checking router and DHCP server settings
If the problem occurs on all devices in the home, the source of the error should be looked for in the router settings. The DHCP address pool may be full or there may be a software glitch in the router.
Access the router's web interface by entering the address in your browser. 192.168.0.1 or 192.168.1.1. Find the section responsible for LAN or DHCP ServerMake sure the DHCP server is enabled. If it's disabled, devices will not be able to obtain IP addresses automatically.
Pay attention to the range of addresses being issued. If the pool is too small (for example, only 5 addresses), and you have many smart devices, there may simply not be enough addresses for new gadgets. Expand the range by changing the end address, for example, from 192.168.1.100 on 192.168.1.254.
- 🔄 Perform a full reboot of the router: turn off the power, wait 10-15 seconds, and turn it on again.
- 📡 Check if MAC address filtering is enabled, which may block new devices.
- 🆔 Make sure that the IP address of the router itself does not match the address assigned by the provider (subnet conflict).
In some cases, MAC address cloning can help. If your ISP has bound your internet connection to the MAC address of your old router or computer, the new router needs to be configured to use that address. This function is usually called MAC Address Clone in the WAN settings section.
Complex cases: static IP and hardware conflicts
Sometimes a metered connection occurs when two devices on the network attempt to use the same IP address. This is called an IP conflict. The problem can also be caused by outdated equipment that doesn't support modern encryption or frequency standards.
If you use a static IP address for a printer or server, ensure that the address is outside the range assigned by the DHCP server. For example, if DHCP assigns addresses from 100 to 200, it's best to assign static devices in the range 2-50. This will prevent duplicate addresses.
In rare cases, the culprit is an antivirus or firewall that mistakenly blocks network traffic. Try temporarily disabling your third-party antivirus and checking your internet connection. If the problem resolves, you'll need to add your network connection to the exceptions list or reinstall your security software.
⚠️ Note: Router and operating system interfaces are constantly being updated. The location of menu items may differ from those described. Always consult the official documentation for your hardware model if you cannot find the setting you need.
Don't forget about physical wear and tear on your equipment. Older routers can overheat, causing unstable Wi-Fi performance and dropped connections. If your device is hot to the touch and frequently freezes, it might be time to replace it with a more modern model that supports the standard. Wi-Fi 6.
Frequently Asked Questions (FAQ)
Why is the yellow triangle on the Wi-Fi icon lit up?
A yellow triangle with an exclamation point means there's a connection to the router, but no internet access. This is a classic symptom of the "Metered Connection" error, indicating issues with DNS, DHCP, or ISP settings.
Will deleting the network profile help?
Yes, deleting the network profile (forgetting the network) often helps. This forces Windows to delete saved passwords and security settings for this access point and recreate the configuration, which resolves authorization errors.
Can a virus cause a metered connection?
Yes, some types of malware can change proxy or DNS settings, redirecting or blocking traffic. Scanning your system with an antivirus and resetting your browser settings may be necessary.
What to do if nothing helps?
If software methods fail, try a full reset of the router to factory settings (press the Reset button). If this doesn't help, the problem may be with your ISP or a hardware fault with the network card.