"Connected without internet access" on Wi-Fi: 7 reasons and how to fix it

You see the inscription "Connected without internet access" next to your Wi-Fi network name, even though you have a stable signal? This problem is familiar to millions of users: the device connects successfully to the router, but pages don't load, instant messaging apps don't work, and videos freeze while loading. In 90% of cases, the culprit isn't hardware failure, but configuration errors or external factors.

In this article we will look at all possible reasons — from the mundane (the ISP cable is disconnected) to the complex (IP address conflict or DHCP protocol failure). You will receive step-by-step instructions for Windows, Android, iOS, and Smart TV, as well as a table with quick solutions for each situation. We'll pay special attention to cases where the problem occurs. only on one device out of several - this is a key sign for diagnosis.

Don't rush to call your ISP or reset your router to factory settings. In 78% of cases (according to research NetSpot (by 2026) the problem can be solved in 5 minutes without calling a specialist. Let's start with the simplest.

1. Checking the underlying causes: cable, router, provider

Before delving too deeply into the settings, rule out obvious problems. Start with a physical inspection of the equipment:

  • 🔌 Provider cable: check if it is firmly inserted into the port WAN (or Internet) on the router. If you use an ADSL modem, make sure the telephone cable is not damaged.
  • 💡 Router indicators: The internet indicator on the front panel should be lit (or blinking). If it's off or red, the problem is with your ISP.
  • 📡 Wi-Fi signal: Try connecting to the network from another device. If the internet works there, the problem is with your current device's settings.

If you suspect a problem with your ISP, follow these steps:

  1. Reboot your router (unplug it from the power outlet for 30 seconds).
  2. Connect the provider's cable directly to the PC/laptop (into the port Ethernet). If the Internet works, the router is to blame.
  3. Call your provider's support and ask about mass malfunctions in your area (sometimes operators hide this information).
📊 What was the first thing you did when the problem occurred?
Rebooted the router
I checked the cables
I called the provider
Did nothing
⚠️ Attention: If you use fiber optic connection (GPON), check if the indicator is on PON on the router. Its absence means a fiber break—you can't fix it yourself.

2. IP address conflict: why the device is not getting access

One of the most common reasons is The router's DHCP server is not providing the correct IP address. your device. This happens when:

  • 🔄 The router has reset its settings and is distributing addresses from a different range.
  • 🖥️ The device has a manually assigned static IP address that conflicts with the DHCP pool.
  • ⚡ There was a failure in the DHCP protocol (for example, after updating the router firmware).

To test this on Windows:

  1. Click Win + R, enter cmd and run the command:
    ipconfig /all
  2. Find the line IPv4 addressIf it starts with 169.254.x.x - This emergency address, meaning that DHCP failed.
  3. Try to get a new IP:
    ipconfig /release
    

    ipconfig /renew

For Android/iOS:

  • Forget the Wi-Fi network (Settings → Wi-Fi → [your network] → Forget).
  • Please reconnect by entering your password.
Symptom Cause Solution
IP starts with 169.254 DHCP did not assign an address Reboot your router and device
IP matches the router address (for example, 192.168.1.1) Static IP conflict Set up automatic IP acquisition
There is an IP address, but no internet access. Incorrect gateway or DNS Register DNS Google (8.8.8.8)

3. Incorrect DNS settings: how does this affect access?

DNS servers translate domain names (eg. google.com) into IP addresses. If they're not working properly, you'll see a Wi-Fi connection, but pages won't open. Signs of the problem:

  • 🌐 The browser says "DNS server is not responding" or "The DNS address cannot be found."
  • 📱 Applications (eg. YouTube or Telegram) work, but the websites don't.
  • 🔍 Teams ping 8.8.8.8 pass, and ping google.com - No.

Solutions for different devices:

Windows 10/11:

  1. Open Control Panel → Network and Internet → Network and Sharing Center.
  2. Select your connection → Properties → Internet 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

Android:

  1. Go to Settings → Wi-Fi → [your network] → Change network.
  2. Turn on Advanced Settings → IP Settings (Static).
  3. In the field DNS 1 please indicate 8.8.8.8, V DNS 21.1.1.1.

iOS:

  1. Open Settings → Wi-Fi → [your network] → Configure DNS.
  2. Select Manually and add servers:
    8.8.8.8
    

    1.1.1.1

How can I check DNS performance without accessing the settings?

Run in command line:

nslookup google.com

If the response contains the string *** Request to [DNS server] timed-out, then the DNS isn't responding. Try changing servers as described above.

4. Problems with the router firmware or settings

If no device on the network has access to the Internet, but the indicator WAN If the light on your router is green, it's likely due to internal router settings. Common causes:

  • 🔄 Crash after firmware update: New versions of software sometimes contain bugs that block access.
  • 🔒 Incorrect PPPoE parameters: If your provider uses login/password authentication, check that they are correct.
  • 🛡️ Active parental control or firewall: The router can block traffic according to a schedule or rules.

Diagnostic instructions:

  1. Connect to the router via cable (or via Wi-Fi, if it works at all).
  2. Open your browser and enter the address 192.168.1.1 or 192.168.0.1 (check the router sticker).
  3. Check your internet connection status in the section WAN or InternetIf there's an error, re-save the settings (without even changing them!).

For models TP-Link, ASUS And Keenetic There is a universal way to reset network parameters:

Enter in the address bar:

http://192.168.1.1/reboot.cgi?next_url=reboot.htm

(replace 1.1 with your router's current IP)

⚠️ Attention: If the router gives an error "No Internet" If your WAN settings are correct, try disable IPv6 in its menu. Some providers (for example, Rostelecom) do not handle dual protocol stacks correctly.

Make sure the ISP cable is plugged into the WAN port.

Check if the internet indicator is on

Reboot the router using the button on the back panel

Update firmware via web interface

Reset to factory settings (Reset button)

-->

5. Viruses, firewalls, and VPNs: Hidden traffic blockers

If the internet doesn't work on only one device, the software may be to blame:

  • 🦠 Viruses: Some Trojans change network settings by redirecting traffic through a proxy.
  • 🛡️ Firewall or antivirus: Avast, Kaspersky or built-in Windows Defender may block the connection.
  • 🌍 VPN clients: if you used NordVPN, ProtonVPN or similar, they could “forget” to turn off.

How to check:

Windows:

  1. Open Control Panel → Windows Defender Firewall.
  2. Temporarily disable it and check your internet access.
  3. Run the command to reset network settings:
    netsh winsock reset
    

    netsh int ip reset

Android/iOS:

  1. Check if the VPN is active in the top notification bar.
  2. Open Settings → Applications and find VPN clients. Clear their data.

If you suspect a virus:

  • Download Kaspersky Virus Removal Tool on another device and transfer it to a flash drive.
  • Run the scan in Safe Mode with Networking (click F8 when loading Windows).

6. Hardware malfunctions: when you can’t do without a technician

If all software methods have been tried, but the Internet is still unavailable, it is possible physical damage:

  • 📡 Faulty Wi-Fi module: If the cable connection works, but not over the air, the adapter is to blame.
  • 🔌 Damaged WAN port on the router: Check if the connector for the provider cable is loose.
  • Power supply failure: If the router overheats or reboots spontaneously, it needs to be taken to a service center.

How to diagnose:

  1. Test on another device: If none of your gadgets connect to the router, the problem is with it.
  2. Cable check: Connect your PC directly to your ISP's cable (without the router). If the internet works, the router is to blame.
  3. Inspection of indicators: flashing red WAN or lack of light in the port LAN They talk about a breakdown.
⚠️ Attention: If your router is making a high-pitched beeping noise or smelling like smoke, unplug it immediately These are signs of a short circuit. Further use is dangerous!

Repair cost:

Breaking Average price (2026) Is it worth fixing?
Replacing the Wi-Fi module 800–1500 ₽ Yes, if the router costs more than 3000 ₽
WAN/LAN port repair 500–1200 ₽ Yes, cheaper than a new router
Replacing the power supply 400–800 ₽ Yes, if it's the original power supply
Reflashing after a crash 300–600 ₽ It's better to do it yourself

7. Features on Smart TVs, set-top boxes, and game consoles

Devices with limited interface (eg. Samsung Smart TV, Xbox Series X or Apple TV) often get the error "No Internet access" due to:

  • 📺 Outdated firmware: televisions LG Products manufactured in 2018–2020 may not support modern Wi-Fi 6 standards.
  • 🎮 Features of NAT: gaming consoles require NAT Type Open, otherwise online games won't work.
  • 🔒 MAC address blocking: some routers (for example, Zyxel) block new devices by default.

Solutions for Smart TV:

  1. Update firmware via Settings → Support → Software Update.
  2. If the TV does not see the 5 GHz network, switch the router to the mode 2.4 GHz only.
  3. Enter DNS in the manual network settings 8.8.8.8 And 8.8.4.4.

For PlayStation/Xbox:

  1. Open your network settings and check NAT TypeIf he Strict, turn on UPnP in the router.
  2. Assign the console a static IP in the DHCP range (e.g. 192.168.1.100).
  3. Open the ports 80, 443, 3074, 3478-3480 For PlayStation or 88, 3074 For Xbox.

FAQ: Frequently asked questions about the "No Internet Access" issue

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

This means the problem is localized to the laptop. Reasons:

  • The Wi-Fi adapter is disabled (check in Device Manager).
  • Driver failure (reinstall it from the manufacturer's website).
  • A virus or VPN client is blocking traffic.

Start with a team ipconfig /all - if the IP starts with 169.254, reset TCP/IP settings as described in section 2.

My router is distributing Wi-Fi, but it can't access the internet. What should I do?

The problem is on the WAN connection. Here's what to do:

  1. Check if the indicator light is on Internet on the router.
  2. Connect the ISP cable directly to the PC. If the internet works, the router is to blame.
  3. Go to the router's web interface and check the status of the PPPoE connection (if used).
  4. Call your ISP and check if they are blocking your MAC address.
After resetting my router, my internet connection disappeared. How can I restore it?

A reset clears all settings, including your ISP connection parameters. Here's what you need to do:

  1. Check with your provider for the connection type (DHCP, PPPoE, Static IP).
  2. Log in to the router's web interface (192.168.1.1) and enter the data in the section WAN or Internet.
  3. If PPPoE is used, enter your login/password (usually specified in the contract).
  4. Save the settings and reboot the router.

For Rostelecom, Beeline And MTS often requires manual specification VLAN ID (check with support).

Can antivirus software block internet access?

Yes, especially if it is:

  • Avast or AVG with the module enabled Firewall.
  • Kaspersky Internet Security in maximum protection mode.
  • 360 Total Security (Chinese antivirus is known for false positives).

Solution:

  1. Temporarily disable your antivirus and check access.
  2. Add your network to the firewall exceptions.
  3. Check your settings Web Antivirus - it can block all connections.
How do I know if my ISP is at fault?

There are 3 reliable ways:

  1. Ping to the provider's gateway: run the command:
    ping 8.8.8.8

    If the packages are going (0% losses), but websites won't open—the problem is with DNS or device settings. If ping doesn't work, the ISP or router is to blame.

  2. Test on another device: Connect your phone to mobile data (not your Wi-Fi!) and check the connection. If it works, the issue is local.
  3. Call for support: Ask if there is any maintenance work going on on your line. Check the status of your port (should be Active).