Many users are familiar with the situation where a laptop or smartphone sees an available network but is unable to connect to the global network. The connection indicator is on, the signal may be strong, but the browser persistently returns a DNS error or an access denied message. This is a common problem that often arises suddenly, confusing even experienced users.
This behavior can be caused by software glitches in the operating system or hardware issues with the router itself. Sometimes the culprit is the ISP performing maintenance, or a misconfigured IP address. Diagnostics requires a consistent approach to eliminate the most likely factors.
In this article, we'll detail the steps to restore your connection. We'll explore hidden settings that are often overlooked, as well as methods for quickly restoring access to your information without calling a technician.
Primary diagnostics of the network and equipment condition
Before delving into complex settings, it's important to understand the scope of the problem. Users often start reconfiguring their router, even though the problem is something as simple as a device freezing or a lack of funds in their account. The first step is to check if there's internet access on other devices connected to the same access point.
Pay attention to the indicators on the router body. If the light WAN or Internet If the indicator light is off or red, this indicates a physical disconnect with the ISP. In this case, no WiFi settings will help until the cable signal is restored.
⚠️ Attention: If the WAN indicator is blinking at an unusual rate or doesn't light at all, try replacing the network cable running from the ISP to the router. Damaged insulation or oxidized contacts are common causes of signal loss.
Checking the connection status in the operating system also provides important clues. Windows, for example, may say "No Internet access" but still show a local network. This means that router It works, but does not transmit data further.
Sometimes a simple hardware reboot helps. Unplug the router, wait 10-15 seconds, and then plug it back in. This clears any temporary errors in the device's memory and resets the connection to the provider's base station.
Problems with wireless adapter drivers
If the internet works fine on other devices, but not on a specific laptop, the problem is almost certainly with the drivers. Driver — This is a program that allows the operating system to manage the network card. If it is damaged, outdated, or conflicts with Windows updates, stable operation is impossible.
You can check the driver's status through Device Manager. To do this, right-click the Start menu and select the appropriate option. In the Network Adapters section, find the device with the word Wireless or 802.11If there is a yellow exclamation mark next to it, the driver is not working correctly.
In this case, you need to remove the device and restart the computer. The system will attempt to find and install the default driver again. However, it's best to download the latest version from the official website of the laptop or motherboard manufacturer using another device with internet access.
It's also worth paying attention to power saving settings. Windows may disable the adapter to save power, which can lead to connection interruptions. In the driver properties, on the "Power Management" tab, uncheck "Allow the computer to turn off this device."
In rare cases, resetting the TCP/IP stack can help. This can be done through the command prompt running as administrator. The command netsh int ip reset will reset network settings to factory defaults, which often resolves conflicts.
IP address and DNS server configuration errors
One of the most common reasons for lost access is an IP address conflict or incorrect DNS settings. If two devices on a local network attempt to obtain the same address, one of them will be left without internet access. Routers are typically configured to automatically assign addresses via DHCP, but sometimes there are glitches.
You can check and change the settings in the Network Control Panel. Go to the protocol properties. IPv4Make sure the "Obtain an IP address automatically" and "Obtain DNS server address automatically" boxes are checked. If these are static values, they may not be suitable for your current network.
☑️ Check network settings
If automatically obtaining addresses doesn't help, try manually entering reliable DNS servers. ISPs often use their own servers by default, which can be slow or unresponsive. Public DNS servers from Google or Cloudflare are more stable.
To change DNS, enter the following addresses in the IPv4 properties: preferred 8.8.8.8, alternative 8.8.4.4This often solves the problem when websites won't open, but instant messengers work.
| Parameter | Default value | Recommended value (Google) | Recommended value (Cloudflare) |
|---|---|---|---|
| Preferred DNS | Automatically | 8.8.8.8 | 1.1.1.1 |
| Alternative DNS | Automatically | 8.8.4.4 | 1.0.0.1 |
| Protocol | IPv4 / IPv6 | IPv4 | IPv4 |
| Response speed | Depends on the provider | High | Very high |
⚠️ Attention: When manually assigning an IP address, make sure you don't use an address already occupied by the router itself (usually the default gateway, such as 192.168.0.1). An address conflict will cause both devices to shut down completely.
Incorrect operation of the router and firmware
A router is a mini-computer that also requires maintenance. Over time, errors accumulate in its memory, and firmware (the router's operating system) may contain bugs that affect WiFi stability. If the internet connection is lost on all devices at once, this is most likely the problem.
Check to see if the device is overheating. If the router is hot to the touch and is located in a closed area, it may be throttling (reducing performance) or rebooting the WiFi module. Ensure good ventilation.
Go to the router's web interface (usually at 192.168.0.1 or 192.168.1.1). In the "Status" section, check whether the IP address is received from the ISP in the WAN port. If it's all zeros or the status is "Disconnected," there's a problem with the line or authentication settings (PPPoE, L2TP).
How to update router firmware safely?
Find your router model on the manufacturer's website. Download the firmware file. In the router interface, find "System Tools" -> "Firmware Update." Select the file and click "Update." Do not turn off the router during the process!
Sometimes cloning a MAC address can help. Some ISPs lock your internet connection to a specific device. If you've changed your router or reset its settings, your ISP may block access. In your WAN settings, find the "Clone MAC Address" option and use your computer's MAC address.
It's also worth checking whether MAC address filtering is enabled on the router itself. If this feature is enabled, even with the password, a new device won't be able to access the network until it's whitelisted.
The impact of antivirus and firewall
Security software may be overly aggressive. Third-party antivirus programs (Kaspersky, ESET, Avast) often have their own firewall modules that can block connections, deeming them suspicious. This is especially true after updating their virus databases or the program itself.
Try temporarily disabling your antivirus and Windows Firewall. If you can connect to the internet, the problem lies with your security settings. Don't leave your computer unprotected for long; it's best to add your network to the trusted list or reinstall your antivirus.
The built-in Windows firewall may also be blocking the connection. Check its settings in the Control Panel. Make sure your current network (private or public) is allowed access. Sometimes resetting the firewall settings to default can help.
Problems on the provider's side and external factors
External factors shouldn't be ignored. Repair work, a cable break in the area, or failures at communications nodes—all of these can lead to internet outages. In such cases, your router settings may be perfect, but there's simply no signal.
Check your provider's personal account or smartphone app (via mobile data). There may be a notification about maintenance or a block due to non-payment. It's trivial, but often a forgotten bill is the cause.
Weather conditions also affect wireless technology, especially if you live in a residential area and have an over-the-air (radio) internet connection. Heavy rain, thunderstorms, or snowfall can degrade the signal or even completely eliminate it.
⚠️ Attention: Personal account interfaces and plan terms are subject to change. If you see a strange blocking notification, check the information in the provider's official app or call technical support to rule out billing errors.
Windows and macOS-specific errors
Operating systems have their own peculiarities. In Windows 10 and 11, the "Can't connect to this network" error with codes 651, 678, or 10 is often encountered. This may be related to the network settings cache. The command ipconfig /flushdns in the command line helps to clear the DNS cache.
On macOS, the issue may be related to creating a new network location. Go to System Preferences -> Network, select the location, and create a new one. This will completely recreate your network profiles.
It's also worth checking if Airplane Mode is enabled. Some laptops have a physical button or key combination (e.g. Fn + F2), which disables the WiFi module hardware-wide. The indicator on the keyboard will indicate the module's status.
Hidden commands for diagnostics
In Windows, use the ping 8.8.8.8 command to check the connection. If you can ping but websites don't load, the problem is with your DNS. If there's no ping, the problem is with your router or ISP.
Frequently Asked Questions (FAQ)
Why does WiFi work, but the internet doesn't work only on my phone?
The problem is most likely with the network cache on your smartphone or an incorrect password. Try selecting your network in the Wi-Fi settings on your phone and tapping "Forget network." Then reconnect, entering the password. Also, check if your phone has a static IP address that conflicts with other devices.
What should I do if the yellow triangle on the WiFi icon is lit?
A yellow triangle means "Connected, but no internet access." This confirms that the router is connected, but has no access to the external network. Check your ISP cable, payment status, and the router's WAN/Internet indicators.
Can a virus block the internet?
Yes, some types of malware (Trojans, ransomware) can change DNS or proxy server settings, redirecting traffic or blocking it entirely. Check your browser and system proxy settings, and run a thorough antivirus scan.
How to reset network settings in Windows 10/11?
Go to Settings -> Network & Internet -> Advanced network settings (or just scroll down) -> Network reset. Click the "Reset now" button. Your computer will restart, and all network adapters will be reinstalled.