A situation where the Wi-Fi indicator on a device is lit, but webpages won't open in the browser, is one of the most common and annoying problems on a home network. The computer or smartphone successfully connects to the router's wireless access point and receives a local IP address, but data transfer to the external network fails. is blocked or doesn't happen at all. This condition is often referred to as "local connection without internet access," and it can be caused by a dozen different reasons, from something as simple as non-payment of the ISP bill to complex DNS server conflicts.
Unlike a complete lack of network, when the device doesn't even see the name of your Wi-Fi network, the problem here lies deeper, at the level of packet routing or access authorization. Windows, Android And iOS While some devices react to this failure in different ways, displaying specific icons on the connection icon, the root of the problem often lies in the network equipment settings. Understanding the difference between a physical connection to the router and actual internet access is the first step to successfully resolving the problem.
Before you panic or call a technician, you need to carry out a primary check diagnostics Network status. Users often try to endlessly reboot their router, not realizing that the problem could be with the provider or in the client device's settings. In this article, we'll cover troubleshooting algorithms, manual network reset methods, and ways to check the serviceability of the provider's cable.
Analysis of indicators and primary diagnostics of equipment
The first step in restoring network operation is a visual assessment of your router's status. The front panel of the device contains LED indicators that indicate the current operating status of the equipment. If the indicator is lit or flashing, WAN (or Internet), this usually means a physical connection to the provider's equipment has been established. However, if this indicator is off or red, the problem lies with the cable running from the provider to your apartment or a lack of signal on the line.
It is important to distinguish between the status of the indicator Wi-Fi And WANIf the Wi-Fi light is on, it means the wireless network is working, and your device (laptop, phone) can see the router. No internet connection when the Wi-Fi light is on indicates a broken connection between the router and the outside world. In some router models, for example, TP-Link or Asus, the Internet indicator may flash at regular intervals, which indicates that the device is attempting to log in to the provider's network, but without success.
⚠️ Attention: If the WAN/Internet indicator doesn't light even after rebooting the router and checking the cable's tightness, there's a high probability of a line break outside your apartment or a failure on the ISP's side. In this case, updating the router's firmware yourself won't help.
For a more in-depth check, you can use the router's web interface. You need to enter the device's IP address (usually 192.168.0.1 or 192.168.1.1) and enter your login and password. The status bar on the main page often displays more detailed information: "Connected," "Disconnected," or "Connecting." If the status is "Disconnected," the router is unable to automatically receive settings from the provider.
Checking the physical connection and the provider cable
Often, the lack of internet is caused by simple physical damage to the cable or a poor connection in the connector. The cable coming into the apartment from the provider is connected to the port. WAN (usually blue or yellow in color, different from the ports LANIf you accidentally mixed up the ports and plugged the ISP cable into the LAN, the internet won't work because the router will try to find the network itself.
Carefully inspect the cable for kinks, pet bites, or damaged insulation. Even a microscopic break in one of the cable's strands can cause connection loss or a significant speed drop. Try gently wiggling the cable where it enters the router: if the WAN indicator starts blinking or lights up, the connection is broken and the connector or the entire cable needs to be replaced.
If possible, try replacing the incoming cable with a known-good one, for example, by connecting your computer to the router with a short patch cord if your ISP allows this (which is rare, but possible in private homes). It's also worth checking to see if the router is overheating. If left running for long periods without ventilation, the device may go into protection mode and disable the WAN port while leaving Wi-Fi active.
⚠️ Attention: Never attempt to repair a provider's cable by simply twisting the wires together and using electrical tape. Maintaining proper conductor order and shielding is critical for twisted pair cables. Use special RJ-45 connectors or call a technician to replace the cable.
Computer-side diagnostics: IP and DNS
If your router and cables are fine, the problem may lie in your computer's network settings. Operating system Windows Sometimes it doesn't receive automatic IP address or DNS server settings correctly. To check, open the command prompt by entering cmd in the Start menu and run the command ipconfig. Pay attention to the line "Default gateway" and "DNS servers". If the address starts with 169.254.x.x, this means that the computer was unable to obtain an IP address from the router (DHCP error).
In this situation, you need to reset your network settings. This can be done through the graphical interface or the command line. In the command line (run as administrator), enter the following commands in sequence, pressing Enter after each:
ipconfig /releaseipconfig /renew
ipconfig /flushdns
netsh winsock reset
After running these commands, be sure to restart your computer. Operation flushdns Clears the DNS cache, which often helps if websites stop opening due to outdated or incorrect address entries. Resetting the stack winsock Restores the default settings of Windows network protocols, eliminating the consequences of viruses or incorrectly installed programs.
☑️ What to do if IP 169.254.xx error occurs
It's also worth checking if static IP addresses are manually entered. Go to Control Panel → Network and Internet → Network and Sharing Center → Change adapter settingsRight-click your wireless connection, select "Properties," then "Internet Protocol Version 4 (TCP/IPv4)." Make sure "Obtain an IP address automatically" and "Obtain DNS server address automatically" are checked.
DNS Server Problems and Solutions
One of the most common reasons why websites don't load (or load only by IP address) even though Wi-Fi is connected is a DNS failure. DNS (Domain Name System) translates human-readable addresses (such as yandex.ru) into machine IP addresses. If the provider's DNS server isn't responding, the browser can't find the website, even though there's technically an internet connection.
To resolve this issue, we recommend specifying reliable public DNS servers, such as those from Google or Cloudflare. This can be done in the same IPv4 protocol properties menu where we checked automatic address acquisition. Select the "Use the following DNS server addresses" option and enter:
- 🌐 Preferred DNS server:
8.8.8.8(Google) - 🌐 Alternative DNS server:
1.1.1.1(Cloudflare) - 🌐 Backup option:
8.8.4.4
After applying the settings, run the command again ipconfig /flushdns in the command line. This ensures that the system stops using old, broken DNS addresses. Often, after this procedure, the internet "comes back to normal" immediately. If the problem persists, it's possible that your ISP is blocking third-party DNS services, which is rare, but possible.
Why might DNS not work?
DNS servers can become overloaded during peak hours, be subject to DDoS attacks, or be blocked by ISPs due to regulatory requirements. Using alternative DNS servers often solves the problem of accessing blocked resources.
It is worth noting that on mobile devices (Android, iOS) DNS settings can also be changed manually in the Wi-Fi network settings by selecting "Static" or "Manual" in the IP settings. The principle is the same: replacing automatic addresses with public ones.
Driver and software failures
Don't rule out a software factor. The wireless adapter driver may have crashed after a Windows update or installing a new program. Go to Device Manager (click Win + X and select the appropriate item). Find the "Network adapters" section. If there is a "Network adapter" next to your Wi-Fi adapter (often with Wireless, 802.11, Wi-Fi) there is a yellow exclamation mark, the driver is not working correctly.
In this case, try uninstalling the device (right-click → Uninstall device) and restarting the computer. The system will attempt to reinstall the driver automatically. If this doesn't help, download the latest driver from the official website of the laptop or motherboard manufacturer (using another device with an internet connection or a cable connection) and install it manually.
| Symptom | Probable cause | Solution method |
|---|---|---|
| Yellow triangle in the tray | Limited or no connection | Reset TCP/IP, check DNS |
| The WAN indicator is not lit. | Provider cable break | Checking the physical connection |
| Websites aren't loading, but Skype works. | DNS problem | Changing DNS to 8.8.8.8 |
| Address 169.254.xx | DHCP error | Reboot the router, check the DHCP service |
An antivirus or firewall may also be blocking your internet connection. Try temporarily disabling your third-party antivirus (Kaspersky, ESET, Avast) and check your internet access. If you can connect to the internet, add the network connection to the exceptions list or reinstall your antivirus.
⚠️ Attention: Router and operating system interfaces are constantly updated. Menu item locations, tab names, and even login IP addresses may vary depending on the device model and firmware version. Always consult the official documentation for your equipment.
When the problem is on the provider's side
If all the above methods fail, the problem is most likely with your internet provider. This could be due to scheduled maintenance, a backbone failure, or a block on access due to nonpayment of the bill. Providers often conduct nighttime maintenance, which users only discover in the morning when they are unable to connect to the network.
You can check your network status through your provider's mobile app (if you have mobile data) or by calling technical support. Before calling, have your account number or contract ready. The operator will be able to see if there's a signal from your equipment and whether your port is blocked.
Sometimes your ISP requires you to bind access using a MAC address. If you've changed your router or network card, your ISP's server may not allow the new device onto the network. In this case, you'll need to either clone the old device's MAC address in the router settings or call your ISP and request a new address.
Frequently Asked Questions (FAQ)
Why is there Wi-Fi on my phone, but the internet doesn't work, even though everything is fine on my computer?
This indicates a problem with your phone's settings. Most likely, the smartphone's date and time are incorrect, causing a security certificate error, or the phone's DNS cache is full. Try forgetting the network and reconnecting, and also check that the date and time are correct.
Can a virus block internet access?
Yes, some types of malware modify browser proxy settings or the system's hosts file, redirecting or blocking traffic. Scan your system with an antivirus and reset your browser's proxy settings.
What to do if the router constantly loses connection?
If the connection comes and goes, this could indicate an overheating router, a loose cable connection, or an unstable signal from your ISP. Try leaving the router turned off for 10 minutes to cool, then turn it back on. If the problem persists, check the cable.
How to reset a router to factory settings?
On the switched-on router, find a small hole with the inscription Reset or DefaultPress it with a paperclip and hold it there for 10-15 seconds until the indicators blink simultaneously. After this, the router will need to be set up again as if it were new.