"No internet connection" even though Wi-Fi is working: what to do?

Are you seeing a Wi-Fi icon with an exclamation point, and your browser persistently displays the "No internet connection" error—even though the network is connected, the signal is stable, and even the speed in megabits is displayed? This problem is familiar to millions of users, and its causes can lie in both your device's settings and issues with your provider. In 80% of cases, the problem can be resolved in 5-10 minutes without calling a technician—all you need to know is... where to look for the root of evil.

In this article we will look at all possible scenariosWhy the internet "disappears" when Wi-Fi is active: from banal DNS failures to hidden restrictions on the router or internet provider. You will receive step-by-step instructions for Windows, Android, iOS, and Smart TV, as well as diagnostic checklists. We'll pay special attention to hidden router settings that block network access even when Wi-Fi is connected - they are often overlooked.

Before you move on to the solution, answer one question:

📊 How often do you have this problem?
Once a week or more often
1-2 times a month
Rarely, but methodically
I encountered it for the first time

1. Checking the basic parameters: what to do first

Before delving into your router settings or calling your ISP, rule out obvious causes. Start with these steps—they take no more than 2-3 minutes but resolve the issue in 30% of cases.

  • 🔄 Reboot your routerUnplug it from the power outlet for 30 seconds, then plug it back in. Wait until it fully boots up (the indicators should be steady).
  • 📱 Reconnect the device To Wi-Fi: Forget the network in the settings and reconnect by entering the password.
  • 🌐 Check other devicesIf the internet isn't working on just one device, the problem is with that device. If it's not working on all devices, the router or ISP is to blame.
  • 🔌 Make sure your internet bill is not overdue.Sometimes providers block access while leaving Wi-Fi active (to avoid losing settings).

If the internet works after rebooting the router, the problem was a temporary DHCP outage or overheating. If not, proceed to the next section.

2. Diagnostics on the device: Windows, Android, iOS, Smart TV

Each operating system has its own pitfalls that can cause the "No Internet Access" error to appear when connected to Wi-Fi. Let's look at the specifics for each platform.

🖥️ Windows 10/11

In Windows, the problem is most often related to network protocol failure or an IP address conflict. Please do the following:

  1. Open Command line as administrator (click Win + XTerminal (Administrator)).
  2. Enter the commands one by one:
    netsh winsock reset
    

    netsh int ip reset

    ipconfig /release

    ipconfig /renew

    ipconfig /flushdns

  3. Restart your PC.

If this doesn't help, check your settings DNS:

  1. Go to Control Panel → Network and Internet → Network and Sharing Center → Change adapter settings.
  2. Right-click on your Wi-Fi connection → PropertiesInternet Protocol version 4 (TCP/IPv4).
  3. Check the box Use the following DNS server addresses and enter:
    8.8.8.8
    

    8.8.4.4

    (This is Google's DNS). Save and reboot.

📱 Android

On Android, the error often occurs due to incorrect date/time settings or a network cache failure. Try:

  • 🕒 Install Automatic date and time in the settings (Settings → System → Date & Time).
  • 🔄 Reset network settings: Settings → System → Reset → Reset Wi-Fi, mobile networks, and Bluetooth.
  • 📡 Manually set a static IP (if the router does not provide DHCP): in the Wi-Fi network settings, select Advanced → IP Settings → Static.

🍎 iOS (iPhone/iPad)

On iPhone the problem may be related to content restrictions or a problem with your VPN settings. Check:

  • 🔒 Turn it off Screen time (if website restrictions are enabled): Settings → Screen Time → Content Restrictions → Web Content.
  • 🛡️ Disable VPN: Settings → General → VPN and device management.
  • 🔄 Reset network settings: Settings → General → Transfer or reset → Reset → Reset network settings.

📺 Smart TV (Samsung, LG, Sony, Xiaomi)

On TVs, the “No Internet” error when Wi-Fi is connected is often related to outdated firmware or MAC address blocking. Try:

  • 🔄 Restart the TV (unplug it from the power outlet for 1 minute).
  • 📋 Check if it is turned on Hotel mode (on Samsung This Settings → General → Hotel Mode).
  • 🔧 Update the firmware via USB (if over-the-air is not possible).

3. Router-side issues: what to check first

If the internet doesn't work on all devices, the router or ISP is to blame. Start by diagnosing the router:

  • 🔌 Check the cablesMake sure the cable from your ISP is firmly inserted into the port. WAN (usually it is highlighted in blue).
  • 📡 Change Wi-Fi channelNeighboring networks may be interfering. Go to your router settings (192.168.0.1 or 192.168.1.1) and select the channel manually (for example, 6 or 11 for 2.4 GHz).
  • 🔒 Disable MAC filter protectionIf MAC address binding is enabled on the router, new devices will not be able to connect.
  • 🔄 Update your router firmwareOutdated software may conflict with modern devices.

To access your router's settings, enter its IP address (usually found on a sticker on the bottom) into your browser. The default login and password are admin/admin or admin/password.

Router model Login address Default Login/Password
TP-Link Archer C6 192.168.0.1 or tplinkwifi.net admin/admin
ASUS RT-AX55 192.168.1.1 or router.asus.com admin/admin
Keenetic 192.168.1.1 or my.keenetic.net No password (you will be asked to create one when you first log in)
Zyxel Keenetic 192.168.1.1 admin/1234

If the internet works after changing the channel or disabling the MAC filter, the problem was with the router settings. If not, proceed to the next section.

How to reset a router to factory settings?

To reset your router, find the button on it. Reset (usually recessed into the case). Press it with a thin object (like a paperclip) and hold for 10-15 seconds until the lights flash. After the reset, all settings (including the Wi-Fi password) will be restored to factory defaults.

4. DNS servers: why they are to blame in 40% of cases

If you see the message "No internet access, secure" or websites won't open, but Skype/Telegram they work - they are to blame DNS serversIt's like the internet's phone book: if it's unavailable, the browser doesn't know where to look.

The problem may be on the side:

  • 📡 Provider - its DNS servers are overloaded or blocked.
  • 🖥️ Router — it contains incorrect DNS.
  • 🌍 Global servers - for example, after an attack on Cloudflare or Google DNS.

To check if DNS is at fault:

  1. On Windows open Command line and enter:
    ping 8.8.8.8

    If the ping works (no packet loss), but websites don't open, the problem is in the DNS.

  2. On Android/iOS install the application PingTools Network Utilities and check the ping to 8.8.8.8.

Solutions:

  • 🔧 Change DNS on your device (read how to do this in section 2).
  • 📡 Change DNS on your router:
    1. Go to your router settings.
    2. Find the section Internet or WAN.
    3. In the field DNS enter 1.1.1.1 (Cloudflare) or 8.8.8.8 (Google).
    4. Save and reboot the router.

Make sure that the "Obtain DNS automatically" box is not checked in the WAN settings.

Try alternative DNS: 1.1.1.1, 8.8.8.8, 208.67.222.222

Disable the DNS relay function (if any)

Reboot your router after making changes-->

5. ISP blocking: how to check and what to do

Sometimes the internet is there but doesn't work because restrictions from the providerThis could be:

  • 💰 Unpaid invoice (but Wi-Fi remains active).
  • 🚫 MAC address blocking (the provider linked the Internet to another device).
  • 🌐 Regional restrictions (for example, blocking Telegram or social networks).
  • 📉 Traffic limit exceeded (on tariffs with restrictions).
  • How to check:

    1. Connect the provider's cable directly to the PC (bypassing the router). If the internet works, the problem is with the router. If not, the ISP is to blame.
    2. Call support and clarify:
      • Is there any outstanding balance on the account?
      • Is your MAC address blocked?
      • Has it been introduced in your region? technical failure.
  • Check if the feature is enabled Parental control in your provider's personal account (sometimes it blocks access to all websites).

If the problem is on the provider's side, the solutions may be as follows:

  • 💳 Pay the bill (if there is an outstanding balance).
  • 🔄 Re-register your MAC address in your personal account.
  • 📞 Ask support to reset your session (PPPoE or DHCP).
  • 🔧 If the blocking is regional, use a VPN (but this may violate your provider's rules).
⚠️ Attention

Some providers (eg Rostelecom or Beeline) block internet access if they suspect viruses or unauthorized device connections. In this case, a notification with unblocking instructions will appear in your personal account.

6. Viruses, VPNs, and Firewalls: The Internet's Hidden Enemies

If the internet doesn't work on just one device, it could be the culprit software:

  • 🦠 Viruses — Some Trojans change network settings or block DNS.
  • 🛡️ Firewall or antivirus - may block the connection (for example, Avast or Kaspersky Wi-Fi is sometimes defined as an "insecure network").
  • 🔒 VPN or proxy - If the VPN server is unavailable, the Internet may “disappear”.
  • 📦 Windows Services - if the service is disabled DHCP client or DNS client.

How to check:

  1. 🦠 Check your device for viruses by using Malwarebytes or Dr.Web CureIt!.
  2. 🛡️ Disable your firewall and antivirus for 5 minutes and check if the Internet is available.
  3. 🔒 Disable VPN (in Windows settings or in the VPN client application).
  4. 📋 Check Windows services:
    1. Click Win + R, enter services.msc.
    2. Find services DHCP client And DNS client.
    3. Make sure they are They are working and the launch type is - Automatically.

If the internet works again after disabling your antivirus or VPN, add the Wi-Fi network to the program's exceptions or change the VPN server.

⚠️ Attention

Some viruses (eg DNSChanger) change DNS settings at the Windows registry level. If the problem persists after using an antivirus program, check the registry at the following path HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters — parameters NameServer And DHCPNameServer must be empty or contain valid DNS.

7. Hardware problems: when the hardware is to blame

If none of the previous methods helped, the problem may be in hardware:

  • 📡 Faulty Wi-Fi module on a laptop/smartphone/TV.
  • 🔌 Damaged provider cable or port WAN on the router.
  • 🔥 Router overheating (especially if it works 24/7).
  • Unstable power supply (power surges can throw off the settings).

How to diagnose:

  1. 🔧 Check your Wi-Fi module:
    • On a laptop: Try connecting to Wi-Fi via a USB adapter.
    • On your smartphone: turn on Airplane mode for 30 seconds, then turn off.
    • On TV: connect to the Internet via cable (if there is a port) LAN).
  2. 🔌 Check your provider's cable:
    • Connect it directly to your PC (bypassing the router).
    • Check to see if the cable braid is damaged.
    • Try a different cable (for example, from an old router).
  • 🌡️ Check if your router is overheating:
    • Feel the case - if it is hot, let it cool for 10-15 minutes.
    • Make sure the ventilation openings are not blocked.
    • If the router is old (5+ years), the capacitors may have failed.

    If the problem is in the hardware, the solutions may be as follows:

    • 🔧 Replace the Wi-Fi module (in the laptop) or use an external USB adapter.
    • 🔌 Buy a new cable LAN (better with shielding).
    • 📡 If the port is burned out WAN On the router - use it as a switch (connect it to another router) or buy a new one.
    • 💨 Place the router in a ventilated area or use a cooling pad.
    ⚠️ Attention

    If your router is constantly overheating, it may indicate power supply failureDo not use unauthorized chargers, as they may damage the router.

    8. When to call your provider: signs of problems on their end

    If you've tried everything but your internet still isn't working, the problem may be with your internet provider. Contact support if:

    • 🌐 The Internet is not working on all devices, including those connected via cable.
    • 📞 There is a notification in the provider's personal account about technical work.
    • 🔌 When connecting the provider's cable directly to the PC, there is still no internet.
    • 📡 Neighbors with the same provider also complain about the lack of internet.
    • 💬 There's an announcement about the outage in the chat or on the provider's website.

    What to tell your provider:

    1. Please clarify, Are there any technical works? in your area.
    2. Ask, Is your account blocked? (for example, for late payment).
    3. Ask restart the port on their side (especially if you have PPPoE or GPON).
    4. Please clarify, Have the connection settings changed? (sometimes providers change VLAN ID or connection type).

    If your provider claims everything is fine on their end, but the internet isn't working:

    • 🔧 Ask them check the line (the cable outside may be damaged).
    • 📡 Try connecting the router in another location (at a neighbor's or friend's) - if it works there, the problem is with your line.
    • 📋 Request error log from their equipment (sometimes this helps to identify the problem).

    FAQ: Frequently asked questions about the problem

    Why is there internet on my phone but not on my laptop?

    This may be due to:

    • 🔧 Wi-Fi settings on a laptop (for example, a static IP conflicts with the router).
    • 🛡️ Firewall or antivirus, which is blocking the connection.
    • 🦠 Virus, changing network settings.
    • 📡 MAC address restriction on the router (if the laptop is new and its MAC is not included in the list of allowed ones).

    Solution: Reset your laptop's network settings, disable your antivirus, and check your router for a MAC filter.

    The internet is working, but websites won't open. What should I do?

    This is the exact problem with DNS. Try:

    1. Change DNS to 8.8.8.8 or 1.1.1.1 (instructions in section 4).
    2. Clear DNS cache:
      • On Windows: ipconfig /flushdns.
      • On macOS: sudo dscacheutil -flushcache.
      • On Android/iOS: Restart your device.
  • Check if your antivirus or VPN is blocking access to websites.
  • If the websites work after changing the DNS, the problem was with the provider's servers.

    After changing my router, my internet connection disappeared. What's wrong?

    Most likely a new router:

    • 🔧 Does not support your provider's connection type (e.g. PPPoE instead of DHCP).
    • 📡 Has a different MAC address that is not linked to the Internet (some providers block new devices).
    • 🔌 Connected to the wrong port (for example, in LAN instead of WAN).
    • 📋 Requires additional settings (for example, specifying VLAN ID For Rostelecom or Beeline).

    Solution: Check your settings WAN in the router (they should match those on the old device). If that doesn't help, call your provider and provide the MAC address of the new router.

    The internet keeps coming and going. How can I stabilize it?

    An unstable connection may be caused by:

    • 📶 Interference from neighboring Wi-Fi (change the channel in the router settings).
    • 🔌 Bad provider cable (try replacing it).
    • 🌡️ Router overheating (let it cool down or install a fan).
    • 📡 Router malfunction (if it is old, the capacitors may have failed).
    • 💻 IP conflict (turn it on in the router) DHCP and check that the devices do not have a static IP).

    Also try:

    1. Disable QoS in the router settings (sometimes it distributes traffic incorrectly).
    2. Reduce the Wi-Fi transmission power (some routers have this option) Transmit Power — set it to 75%).
    3. Update the router firmware.
    Can an antivirus block the internet?

    Yes, some antiviruses (for example, Avast, Kaspersky, ESET NOD32) have network protection modules that can:

    • 🛡️ Block suspicious connections