Are you connected to a Wi-Fi network, but pages won't load, and instant messaging apps are showing connection errors? Internet access issues through a router are one of the most common home network problems. In 80% of cases, you can fix it yourself without calling a technician. The key is to correctly identify the source of the problem: it could be an error on the provider's end, incorrect router settings, hardware issues, or even a virus on your device.
In this article we will look at all possible reasons for the lack of internet via Wi-Fi, from the mundane (a disconnected cable) to the complex (a glitch in the router firmware). You'll learn how to check each element of the chain—from the provider to the end device—and restore the connection. And for your convenience, we've compiled step-by-step instructions with illustrations of key points and warnings about common mistakes.
Let's start with the simplest thing: how to understand where exactly the failure occurred. If you have The internet indicator on the router is on, but the devices aren't connecting—that's one problem. If the indicator light goes out or flashes red, that's a completely different matter. Let's look at each scenario separately.
1. Checking your connection to your ISP: Why your router isn't receiving internet
The first thing to rule out is problems on the Internet provider's sideEven if your neighbors' service is working, your line may have been temporarily disconnected due to debt, maintenance, or equipment failure. Here's how to check:
- 🔌 Look at the router indicators: if the light bulb
InternetorWANOff or flashing red/orange: No signal from the provider. Normal status: green or blue steady. - 📞 Call support: Check if there are any scheduled works or blockages at your address. Please provide the name MAC address of the router (indicated on the sticker) - sometimes providers link access to a specific device.
- 💻 Connect the cable directly to your PC/laptop, bypassing the router. If the internet doesn't work, the problem is definitely with the ISP. If it does work, the router or its settings are to blame.
Please pay special attention to PPPoE connection (if used). Often users forget that the router requires authorization by login/password, issued by the provider. If this information is incorrect or changed, the internet will be lost, even if the cable is connected correctly.
⚠️ AttentionIf you recently changed your plan or provider, your old router settings may no longer be relevant. For example, when switching from Rostelecom on MTS It may be necessary to change the connection type fromDynamic IPonPPPoE.
2. Router diagnostics: hardware and software failures
If your provider confirms everything is OK on their end, we move on to checking the router itself. Let's start with the hardware:
- 🔄 Reboot your routerUnplug the device for 30 seconds, then plug it back in. This will clear the cache and temporary errors. This resolves the issue in 30% of cases.
- 🔌 Check the power supplyIf the router's lights don't light or blink erratically, the adapter may be faulty. Try a different adapter with similar parameters (the voltage and current must match!).
- 🌡️ Device overheating: If the router is hot to the touch, turn it off for 10-15 minutes. Modern models (for example, ASUS RT-AX88U or TP-Link Archer C6) automatically reduce performance when overheated, which can lead to connection breaks.
Next, we check the software part. Go to router web interface (usually at the address 192.168.0.1 or 192.168.1.1, login/password — admin/admin, if you haven't changed it). In the section Status or Internet look:
- 📡 WAN connection status: should be
ConnectedorConnectedIf you seeDisconnectedorAuthenticating— authorization error. - 🔗 IP address: if the field is empty or starts with
169.254.x.x— the router does not receive an address from the provider (problem in the settings or cable).
Critical error: If the router's web interface displays an IP address 0.0.0.0 In the WAN section, this means there's no connection to your ISP. Check your cable and connection settings immediately.
The cable from the provider to the WAN port has been checked|
Rebooted the router and modem (if any)|
Trying to connect the cable directly to the PC|
PPPoE settings (login/password) checked|
The router firmware has been updated (if internet access is available via cable)
-->
3. Wi-Fi network settings: why devices don't connect
Let's say the router receives the Internet (indicator Internet (The indicator light is green), but phones, laptops, or smart devices can't connect to Wi-Fi. This could be due to:
| Symptom | Possible cause | Solution |
|---|---|---|
| The network is visible, but when connecting it says "No Internet access" | Incorrect DHCP or DNS settings | Check if the DHCP server is enabled in the router settings (LAN → DHCP). Try manually entering DNS 8.8.8.8 And 8.8.4.4 on the device. |
| The network is not visible in the list | SSID broadcasting is disabled or the Wi-Fi module is faulty | Go to Wireless → Basic and check that the box is checked Enable SSID Broadcast It's worth it. If that doesn't help, reset the router to factory settings. |
| It connects, but after a few seconds it disconnects. | IP address conflict or channel congestion | In DHCP settings, reduce the address pool (for example, from 192.168.1.100–200 to 192.168.1.100–150). Switch the Wi-Fi channel to a less crowded one (use Wi-Fi Analyzer for Android). |
Please note Wi-Fi operating modeIf you have an old router (for example, D-Link DIR-300), it may not support modern standards 802.11ac or Wi-Fi 6In this case:
- Go to
Wireless → Mode. - Set the mode
802.11n(orLegacyfor maximum compatibility). - Turn it off
WPA3, if it is enabled, some devices do not support this protocol.
⚠️ Attention: If you use guest network, make sure that internet access is allowed in its settings. In some routers (for example, Keenetic) the guest network is isolated from the main one by default.
4. IP and DNS conflicts: why websites don't open
Situation: Wi-Fi is connected, but pages don't load, and an error appears in the browser DNS_PROBE_FINISHED_NXDOMAIN or ERR_INTERNET_DISCONNECTEDThese are typical signs of problems with IP addresses or DNS servers.
First, check the network settings on your device:
- 🖥️ On Windows: open
Control Panel → Network and Sharing Center → Change adapter settingsRight-click on your Wi-Fi, selectProperties → Internet Protocol Version 4 (TCP/IPv4). Make sure the boxes are checked.Obtain an IP automaticallyAndObtain DNS server address automatically. - 📱 On Android/iOS: Go to Wi-Fi settings, click on your network →
IP settings→ selectDHCP(automatically).
If automatic settings don't work, try entering DNS manually:
- For Google DNS:
8.8.8.8And8.8.4.4. - For Cloudflare DNS:
1.1.1.1And1.0.0.1.
If the internet works after changing the DNS, the problem was with the provider's DNS servers. If not, check for IP address conflicts on your network. To do this:
- Open Command Prompt (
Win + R → cmd). - Enter
ipconfig /alland find the lineIPv4 address. - If the address starts with
169.254.x.x— this means the device didn't receive the correct IP address from the router. Restart the router and the device.
What should I do if my IP address conflicts with another device?
If two devices on the network have received the same IP (for example, 192.168.1.100), the router is blocking one of them. To fix:
1. Disconnect all devices from Wi-Fi.
2. Reboot your router.
3. Connect devices one by one, starting with the most important (PC, phone).
4. If the conflict persists, go to the router settings (LAN → DHCP) and reduce the range of distributed addresses (for example, with 192.168.1.100–200 to 192.168.1.100–150).
5. Firmware issues and resetting settings
If all the previous steps didn't help, it might be the fault of router firmwareOutdated or corrupted software can cause Wi-Fi problems, connection drops, or complete loss of internet access.
How to update firmware:
- Find out the router model (written on the sticker at the bottom).
- Download the latest firmware from official website of the manufacturer (For example, tp-link.com For TP-Link or asus.com For ASUS).
- Go to the router's web interface and find the section
AdministrationorSystem Tools → Software Update. - Upload the downloaded file and wait for the process to complete (do not turn off the router!).
If the router is not responding or the problem has worsened after the update, follow these steps: factory reset:
- 🔧 Press and hold the button
Reset(usually it is recessed into the body and requires a paper clip) within 10-15 seconds. - 🔄 After the reset, the router will reboot. Connect to it via Wi-Fi (the network name and password will be the default ones listed on the sticker).
- 📝 Set up your internet connection again (enter your provider login/password if used)
PPPoE).
⚠️ AttentionResetting your settings will erase all your personal settings, including your Wi-Fi name, password, linked devices, and parental control rules. Save screenshots of key settings or export your configuration (if your router supports this feature) beforehand.
If the internet still doesn't work after the reset, the firmware may be corrupted. In this case, you'll need to recovery via TFTP (for advanced users) or contact the service center.
6. External interference and limitations
Sometimes the problem isn't with the router, but with external factors. Let's look at the most common ones:
- 📡 Wi-Fi channel overloadIf you have multiple networks on the same channel in your home, they create interference. Use an app Wi-Fi Analyzer (Android) or NetSpot (Windows/macOS) to find a free channel and change it in the router settings (
Wireless → Channel). - 🛡️ Parental controls or firewall: some routers (eg. Keenetic or Zyxel) block internet access on a schedule or for specific devices. Check the section
SecurityorParental control. - 🔌 Electromagnetic interferenceMicrowaves, cordless phones, and even USB 3.0 devices can interfere with Wi-Fi signals. Try moving your router away from these devices.
- 🚫 MAC address blocking: if the MAC address filter is enabled in the router settings (
Wireless → MAC Filter), new devices will not be able to connect. Disable this feature or whitelist your device's MAC address.
Another possible reason is - restrictions from the providerSome operators block access to certain websites or protocols (such as torrents). To check this:
- Connect to the Internet via a mobile network (4G/5G).
- Try opening the same websites that don't work over Wi-Fi.
- If they open, the problem is with your ISP. Use a VPN (for example, ProtonVPN or Windscribe) to bypass blocking.
It is also worth checking if it is enabled on your device. airplane mode or traffic savings (on Android). These features can block background network access.
7. Hardware malfunctions: when should you take your router in for repair?
If you have tried all software methods but the Internet still does not work, it may be the router physically brokenHere are the signs of hardware failure:
- 🔥 The router is getting very hot even after rebooting - this may indicate a failure of the microcircuits.
- 🔌 The WAN port is not working.Try connecting the ISP cable to a different port (if it's a universal port). If the internet works, the WAN port is faulty.
- 📡 The Wi-Fi module does not turn on.: If the wireless network indicator does not light up and you cannot enable broadcasting in the settings, the transmitting module has burned out.
- 💥 The router turns off spontaneously or reboots - this is a sign of problems with the power supply or capacitors on the board.
What you can do yourself:
- Check it out cable from the provider: Pets or furniture can often damage it. Try replacing the cable with a known-good one.
- Take a look router ports: If the contacts are bent or oxidized, carefully clean them with an eraser or alcohol.
- If the router stopped working after a thunderstorm — most likely, the network controller has burned out. In this case, repairs will cost more than a new device.
Cost of router repair at a service center:
| Type of malfunction | Cost of repairs (approximately) | Expediency |
|---|---|---|
| Replacing the power supply | 500–1500 rubles | Yes (cheaper than a new router) |
| WAN/LAN port repair | 1000–2500 rubles | Depends on the router model |
| Replacing the Wi-Fi module | 1500–3000 rubles | No (it's easier to buy a new one) |
| Recovering from a firmware crash | 800–2000 rubles | Yes (if the router is expensive) |
⚠️ Attention: If your router is older than 5 years (for example, TP-Link TL-WR740N or D-Link DIR-615), repairs may not be practical. Modern standardsWi-Fi 6And802.11axprovide a more stable connection, and older devices often do not support new security protocols.
8. Viruses and malware: a hidden threat
Few people think about it, but viruses on your device may block internet access via Wi-Fi. For example:
- 🦠 Trojans change DNS settings, redirecting traffic to fraudulent servers.
- 🕵️ Spyware may limit speed or completely disable the network.
- 🔒 Ransomwares block access to files and the network, demanding a ransom.
How to check and fix:
- Download Kaspersky Virus Removal Tool or Dr.Web CureIt! to another device, then transfer it to a flash drive.
- Run the scan in Safe Mode with Networking (on Windows: hold down while booting
F8, select the appropriate item). - If viruses are found, remove them and reset the network settings (
ipconfig /flushdns(in the command line).
Also check browser extensionsSome extensions (especially pirated ones or those from untrusted sources) can block access to websites. Disable all extensions and try opening the page again.
If you suspect your router is infected (for example, it spontaneously redirects to strange websites), run:
- Factory reset (button)
Reset). - Updating firmware to the latest version.
- Changing the password for the web interface and Wi-Fi network.
FAQ: Frequently Asked Questions about Wi-Fi Problems
I have internet on my phone, but not on my laptop. What's wrong?
This is a typical situation where the problem lies in the settings of a specific device. Check:
- Disable VPN or proxy on your laptop (if enabled).
- Update your Wi-Fi adapter driver (go to
Device Manager → Network Adapters). - Disable your antivirus (sometimes it blocks the network).
- Try connecting to a different Wi-Fi network (for example, using your phone's hotspot mode). If that doesn't work, the problem is with your laptop.
My router is distributing Wi-Fi, but the speed is very slow. How can I speed it up?
Reasons for slow Wi-Fi:
- 📶 Weak signal: Move the router closer to the devices or use a repeater.
- 👨👩👧👦 Many connected devices: Turn off unnecessary gadgets (especially smart speakers and cameras).
- 🎮 Background updates: Check if your PC or smartphone is downloading anything (for example, Windows updates or Steam games).
- 🔄 Outdated firmware: update your router software.
Also try changing the Wi-Fi channel to a less busy one (in the router settings, section Wireless).
Is it possible to connect to a router without internet access to change settings?
Yes, even if the internet is down, you can:
- Connect to the router via cable (port
LAN). - Or connect via Wi-Fi (the network will be available, but without the Internet).
- Go to the web interface at
192.168.0.1or192.168.1.1.
If the router does not issue an IP address, assign it manually on your device (for example, 192.168.1.2 with a mask 255.255.255.0).
How do you know if the problem is with your internet provider and not your router?
There are two reliable ways:
- Connect the cable from the provider directly to the PC/laptop (into the port
Ethernet). If the Internet doesn't work, it's the provider's fault. - Call support and ask if there are any outages on your line. Provide your username or contract number.
Also check the indicator Internet On the router: if it is not lit or blinking red, there is no signal from the provider.
What should I do if the router doesn't respond to reset (the Reset button doesn't work)?
If the button Reset doesn't work:
- Disconnect the router from power.
- Press and hold
Reset. - Without releasing the button, connect the power supply.
- Hold
Resetanother 15-20 seconds, then release.
If this doesn't help, the router is faulty (either the firmware or hardware is damaged). In this case, the only solution is to reflash the firmware. TFTP (for experienced users) or repair at a service center.