Every user is familiar with the situation when you sit down at your computer or pick up your smartphone, but the internet doesn't load. The first thought is usually a suspicion of hardware failure, but how can you tell if the Wi-Fi router is actually working, or if the problem lies with the provider? Modern network equipment is complex. computer, which may freeze, overheat, or simply stop responding to device requests.
In this article, we'll cover all possible diagnostic scenarios, from visual inspection to a comprehensive command-line scan. You'll learn to distinguish between software failures and physical hardware failure, and you'll also understand when it's time to call tech support and when the problem can be resolved independently in a couple of minutes.
First, it's important to calm down and conduct an initial visual assessment. Often, the answer to your device's condition is right there, on its front panel. Indicators - This is the first thing to check, as they report the connection status to the global network and local ports.
Visual diagnostics using indicators
The fastest way to know if it's working router The correct answer is to look at the front panel. Each LED has its own meaning, and their combination can reveal more about the system's status than meets the eye. If none of the indicators are lit, this is a sure sign of a power outage or a faulty power supply.
Please note the light bulb indicating WAN or InternetThis is the indicator responsible for communication with the outside world. If it's green or blinking, there's a physical connection to the ISP. If the indicator is red or not active at all, the problem could be with either the cable or the PPPoE/L2TP settings.
⚠️ Attention: Some router models, for example, Tenda or TP-LinkThe indicators may be combined or have a non-standard color scheme. Always consult the instructions for your specific model if the lights behave strangely.
Indicators LAN should blink if devices are connected to the ports. If the ports don't respond when a cable is connected, this could indicate a burned-out network port or damaged twisted pair cable. It's also worth paying attention to the indicator Wi-Fi: if it is on, the wireless module is active, even if the Internet is not being distributed.
For convenience, we provide a table of the main indicator states:
| Indicator | It's green | Flashing | Red on/off |
|---|---|---|---|
| Power | Normal operation | The firmware is being updated | No power |
| WAN / Internet | There is a network connection | Data is being transferred | There is no cable or it is broken |
| Wi-Fi | The module is enabled | Data exchange is in progress | The module is disabled in the settings. |
| LAN | The device is connected | Data transfer | No connection to PC |
Checking the connection via cable and Wi-Fi
If the visual inspection reveals no obvious problems, we move on to checking the physical connection. The best way to check the router's functionality is to connect the computer to it directly via LAN cableThis will eliminate possible interference in the air and problems with the wireless adapter.
Plug the cable into the router's LAN port and your PC's network card. If the connection is established, a computer icon will appear in the Windows system tray, and the network connection settings will say "Connected." At this point, the router is already functioning as a switch, even if there's no internet access.
With a wireless connection, the situation is more complicated. The smartphone may see the network but not connect to it. This often indicates that the table is full. DHCP or problems with the wireless module. Try "forgetting" the network in your phone settings and reconnecting using the password.
☑️ Checking the physical connection
If your computer displays "Unidentified Network" or "No Internet Access," this is a good sign—it means the router is working but can't obtain an IP address from the ISP or transmit it to the client. In this case, a reboot or checking the protocol settings can resolve the issue. Internet Protocol version 4 (TCP/IPv4).
Access to the web-based configuration interface
The most reliable way to find out if your router is working is to try accessing its control panel. To do this, enter [the following] in your browser's address bar. IP address devices. By default, this is usually 192.168.0.1 or 192.168.1.1, but the exact address is indicated on the sticker on the bottom of the case.
If the login page loads, the router's operating system is functioning properly. You'll be able to see the connection status, the number of connected clients, and the CPU load. If the browser takes a long time to load the page and returns the error "Unable to access the site," there may be a problem with the network stack.
⚠️ Attention: Make sure your computer and router are on the same subnet. If you have a static IP address, temporarily switch your settings to obtain addresses automatically.
A common problem is the browser cache, which can block access to local addresses. Try opening the control panel in incognita or through a different browser. Access may also be blocked by antivirus software or Windows Firewall.
What should I do if the settings page doesn't open?
Try clearing the DNS cache with the ipconfig /flushdns command in the command line. Also, check if a static IP address is specified in the adapter properties. Disabling VPN and proxy servers can sometimes help.
Diagnostics via the command line (Ping and Tracert)
For a more in-depth analysis, we use Windows' built-in tools. The command line allows you to check connectivity at the packet level. Click Win + R, enter cmd and press Enter. First, let's check the gateway's availability.
Enter the command ping 192.168.0.1 -t (Replace the address with your router's IP address.) If you see responses with a response time (e.g., time=1ms), then you have a connection to the router. If you see "Timeout exceeded," the router isn't responding to requests, which may indicate it's frozen.
ping 8.8.8.8 -t
This command checks the connection to the global network via Google DNS. If the ping to the router works, but not to 8.8.8.8, then the problem is with the ISP or WAN settings. tracert will show the packet's path and indicate at which node the break occurs.
Use these tools to identify packet loss. High ping or periodic timeouts may indicate channel congestion or a faulty network card. Normally, packet loss should be 0%.
Analysis of logs and system events
Modern routers such as Keenetic, MikroTik or Asus, maintain detailed event logs. In the web interface, find the "System Log" section. There, you can see the reasons for reboots, PPPoE authorization errors, or unauthorized access attempts.
If the logs show messages about connection interruptions or overheating, this is a clear sign of a hardware problem or an unstable signal from the ISP. The logs may also show that the router is constantly losing connection with the time server (NTP), which often occurs with DNS failures.
Please pay attention to the system uptime (Uptime). If the router reboots on its own, the time will reset. Stable operation over several days or weeks indicates that the device is functioning properly.
Reboot and reset settings
If none of these methods help, or the router is acting erratically, try a hard reset. Unplug the device, wait 10-15 seconds, and then plug it back in. This will allow the capacitors to discharge and the system to reboot cleanly.
In extreme cases, when the router is working but does not distribute the Internet due to a configuration error, a full reset will help (Reset). Find the small hole marked "Reset" on the case. Press the button inside with a paperclip for 10-15 seconds until the lights flash.
⚠️ Attention: A full reset will return the router to factory settings. You'll need to re-enter your ISP login and password, as well as set a name and password for your Wi-Fi network.
After the reset, set up your device again using the quick setup wizard. If the problem persists after the reset, it's likely due to faulty hardware or incompatibility with your provider's equipment.
Frequently Asked Questions (FAQ)
Why is the router on but the internet not working?
Most often, this means the device is working properly, but there's no connection to the ISP. Check your WAN cable, your account balance, and your connection type settings (PPPoE, Dynamic IP).
How can I tell if my router is burned out?
Signs of a burnt-out router: a burning smell, swollen capacitors, no indicator lights when plugged into a power outlet, and intense heating of the case near the power supply.
Can a router work without antennas?
Technically yes, but the Wi-Fi range will be minimal (a few centimeters). Some models require antennas to protect the output stages from burning out.
What to do if the router constantly reboots?
Check your power supply—it may be faulty and not supplying the required voltage. Overheating or a firmware glitch could also be the cause.