Why does my device have a Wi-Fi icon but the internet isn't working? A complete diagnostic.

It seems paradoxical: the Wi-Fi connection icon proudly adorns the notification bar, the signal is at maximum, but browser pages stubbornly refuse to open. Messages in instant messaging are stuck with an exclamation point, YouTube videos are endlessly loading, and the speed test shows zero megabits. This situation is familiar to every second user—and it's not always due to hardware failure.

In 80% of cases the problem lies in incorrect network settings, a protocol failure, or an IP address conflict, rather than a physical malfunction of the router or network card. But to pinpoint the root cause, you'll need to follow the "device → router → provider" chain with diagnostic tools. We've compiled all the possible causes—from the mundane disconnected Internet from the provider to exotic bugs in the router firmware, and we also provide checklists for each scenario.

1. Check the basics: Don't look for complexity where everything is simple

Before you dig into the settings DHCP Whether you're trying to reflash your router, make sure the problem isn't obvious. Here are three steps most users ignore:

  • 🔌 Reboot your routerUnplug the power cord for 30 seconds—this will clear the DNS cache and temporary errors. Do not press the power button. Reset (it will reset all settings!).
  • 💻 Check other devicesIf the internet doesn't work on just one device (for example, a laptop, but it works on a phone), the problem is local. If it's everywhere, the router or ISP is to blame.
  • 📡 Look at the router indicators. Burning Internet portal (usually blue or green) indicates a connection with the provider. Flashing red or no light indicates a disconnect.

If the internet works after rebooting the router, the problem was a temporary glitch. NAT or chip overheating. If not, let's move on.

📊 How often does your internet connection drop even though your Wi-Fi is working?
Once a week
Once a month
Only after updates
Never

2. Problems on the provider's side: how to distinguish them from your own mistakes

Even if the router's ISP connection indicator is lit, this doesn't guarantee internet service. Your ISP may:

  • 🔧 Carry out technical work without notice (especially at night).
  • 💰 Disable access for non-payment or billing error.
  • 🔄 Change connection settings (for example, authorization type PPPoE on DHCP).

How to check:

  1. Connect your ISP's cable directly to your computer (bypassing the router). If the internet still doesn't work, it's your ISP's fault.
  2. Call support and ask about massive failures in your area. Check if they have changed. VLAN settings or connection type.
  3. Go to personal account provider - there may be a blocking notification.
⚠️ AttentionProvider rates and connection terms are subject to change. If support mentions "new hardware requirements," check to see if your router firmware needs to be updated or replaced with a compatible model.

3. IP address conflict: when two devices fight for the same address

If an error appears on the screen "The IP address is already in use on the network." or Limited Connection, then in your network two devices are trying to use the same local IPThis can happen if:

  • 🖥️ You have manually assigned a static IP on two devices (e.g. 192.168.1.100).
  • 🔄 The router reset its settings DHCP-servers and began distributing duplicate addresses.
  • 📱 It's turned on on your phone or laptop modem mode, which conflicts with the main network.

How to fix:

  1. On problematic device (where there is no internet) open Command line (Win + R → cmd) and enter:
    ipconfig /release
    

    ipconfig /renew

    This will force the IP to renew.

  2. If this doesn't help, assign a static IP manually:
    Settings → Network → Change adapter settings → IPv4 Properties

    Please enter an address out of range DHCP (For example, 192.168.1.200, if the router distributes from 192.168.1.100).

  3. Reboot your router - sometimes this clears conflicts DHCP.
Symptom Cause Solution
Wi-Fi icon with an exclamation mark IP conflict or no connection with DNS ipconfig /flushdns + reboot
The pages don't open, but Skype/Telegram are working Problems with DNS-servers Change DNS to 8.8.8.8 (Google) or 1.1.1.1 (Cloudflare)
There is internet, but only on some sites Blocking at the provider level or MTU-conflict Check it out MTU in the router settings (optimally: 1472)

4. DNS settings failures: when domains do not resolve to IP

If you see the message "DNS server not responding" or pages are opened only by IP (for example, http://93.184.216.34 instead of example.com), the problem is non-working DNS serversThis may be due to:

  • 🔗 Incorrect DNS in the router or device settings.
  • 🛡️ DNS blocking provider (for example, under the law on "piracy").
  • 🐛 DNS cache failure on the device.

Solutions:

  1. Change DNS on your device:
    Network Settings → DNS → Specify manually: 8.8.8.8 and 8.8.4.4

    For Android: Settings → Wi-Fi → Advanced → Static IP → DNS1/DNS2.

  2. Clear your DNS cache:
    ipconfig /flushdns

    On MacOS: sudo dscacheutil -flushcache.

  3. Check your router's DNS settings:
    192.168.1.1 → DHCP → DNS (uncheck "Obtain automatically")
How to check if DNS is working?

Open command prompt and type: nslookup ya.ru

If the response contains an IP address (eg. 77.88.55.60) — DNS is working. If there is an error request timed out — the server is unavailable.

5. IPv6 Protocol Issues: Why It Can Break Connections

Many modern routers and devices support IPv6, but not all providers configure it correctly. If your network IPv4 and IPv6 are active simultaneously, conflicts may arise in which:

  • 🌐 Some websites open, some don't.
  • 📱 Applications (eg. YouTube or Netflix) work, but the browser doesn't.
  • 🔄 The speed drops to zero for a few seconds.

How to diagnose and fix:

  1. Turn it off IPv6 on the problematic device:
    Control Panel → Network → Change adapter settings → IPv6 Properties (uncheck)
  2. Turn it off IPv6 on the router:
    192.168.1.1 → Local Area Network (LAN) → IPv6 (select "Disable")
  3. Check IPv4 priority:
    Settings → Network → Advanced → Prefer IPv4 over IPv6
⚠️ Attention: Some providers (eg. Beeline or MTS) are used IPv6 For IPTV. If you lose TV after disabling, reset the settings and contact support for setup. dual stack.

6. MAC address blocking: when the router "doesn't recognize" your device

If the router is configured to MAC address filtering, and your device isn't on the "white list," then you'll be connected to Wi-Fi, but won't have internet access. Some providers also tie their internet connection to Router MAC address, and if you change it, the connection will be lost.

How to check and fix:

  • 🔍 View the list of allowed MAC addresses on your router:
    192.168.1.1 → Wireless Network (Wi-Fi) → MAC Filter

    If your device is not there, add it.

  • 🔄 Clone the MAC address of your old router (if your ISP has tied your internet connection to it):
    192.168.1.1 → Internet (WAN) → Clone MAC address
  • 📱 Find out your device's MAC address:
    On Windows: ipconfig /all (look for "Physical Address")
    

    On Android: Settings → About phone → General information → Wi-Fi MAC address

☑️ MAC filtering check

Completed: 0 / 4

7. Router firmware failures: when only a reset or update helps

If all the previous steps did not help, the problem may lie in router firmwareTypical symptoms:

  • 🔄 Wi-Fi connects, but the internet connection disappears after 5-10 minutes.
  • 📉 The speed drops to 0 Kbps, although the icon shows a full signal.
  • 🔧 The router settings reset themselves.

What to do:

  1. Update the firmware:
    192.168.1.1 → Administration → Software Update

    Download the latest version from the manufacturer's website (for example, for TP-Linktp-link.com, For ASUSasus.com).

  2. Reset your router to factory settings:
    Press and hold the Reset button for 10–15 seconds (until all lights flash)

    After resetting, configure the router again.

  3. Check the chip heatingIf the router is hot, place it in a ventilated area or use a cooling pad.
⚠️ AttentionIf your router is older than 5 years, its firmware may not support modern standards. Wi-Fi 6 or WPA3In this case, only replacing the device will help.

8. External interference and hardware problems: when physics is to blame

Sometimes the problem lies not in the settings, but in physical factors:

  • 📶 Channel congestionIf more than 20 devices are connected to the router, it may "choke".
  • Unstable power supplyPower surges damage the router's power supply.
  • 🔌 Damaged cable from the provider or between the router and the device.
  • 🏠 Walls and obstaclesConcrete, metal, and microwaves degrade the signal.

Diagnostics:

  1. Connect the device to the router via cableIf the internet works, the problem is with the router's Wi-Fi module or interference.
  2. Change it Wi-Fi channel in the router settings:
    192.168.1.1 → Wireless Network → Channel (select 1, 6, or 11 for 2.4 GHz)
  3. Check your provider's cable breaks or kinksTry connecting it directly to your PC.

FAQ: Frequently Asked Questions

Why does my phone have Wi-Fi, but messengers and websites don't work?

Most likely the problem is DNS servers or port blocking. Try:

  1. Change DNS to 1.1.1.1 or 8.8.8.8.
  2. Disable VPN (if enabled).
  3. Check if the mode is enabled "Traffic Saving" in the phone settings.
After resetting my router, my internet connection disappeared. What should I do?

A reset returns the router to factory settings, so you need to:

  1. Re-configure your connection to your provider (enter the login/password from your contract).
  2. Check connection type (PPPoE, DHCP, Static IP).
  3. Update the firmware if the router is older than 3 years.

If you're unsure about the settings, call your provider's support team and ask for help with the configuration.

Wi-Fi works, but the speed is very slow (0.1 Mbps). What's wrong?

The reasons may be different:

  • 🔄 Network congestion (many devices or torrents).
  • 📡 Incorrect Wi-Fi standard (For example, 802.11b instead of 802.11n).
  • 🛡️ Restriction from the provider (check your personal account).

Solution:

  1. Reboot your router.
  2. Change your Wi-Fi channel to a less busy one (use the app Wi-Fi Analyzer).
  3. Turn it off QoS in the router settings (if enabled).
There is no internet on my laptop, but there is on my phone. Why?

This is a typical sign local problem on a laptop. Check:

  1. Wi-Fi adapter driver (update via device Manager).
  2. IP settings (should be there) "Receive automatically").
  3. Antivirus or firewall (Turn them off temporarily).

If it doesn't help, try delete network in the Wi-Fi settings and reconnect.

Can a virus block the Internet when Wi-Fi is working?

Yes, some viruses (eg. trojan-proxy) change network settings to:

  • Redirect traffic through a proxy server.
  • Block access to antivirus websites.
  • Substitute DNS to fraudulent ones.

How to check:

  1. Run the scan Malwarebytes or Dr.Web CureIt.
  2. Check your proxy settings:
    Settings → Network → Proxy (should be "Auto-detect")
  3. Remove suspicious browser extensions.