Wi-Fi is connected, but there's no internet: how to restore access in 5 minutes

Do you see the familiar Wi-Fi icon on your device, but pages won't load, instant messaging apps don't work, and YouTube videos are stuck loading? A situation where The Wi-Fi network is connected, but there is no internet, is more common than you might think. The causes could lie in your router settings, issues with your ISP, or even the device you're using to connect to the internet.

In this article we will look at all possible scenarios — from basic (rebooting equipment) to advanced (manual configuration) IPv4 And DNS). You will learn how diagnose the problem in 2 minutes, without resorting to specialist help, and what steps are guaranteed to restore your internet access. We'll pay special attention to cases where the internet is lost on only one device or after a router firmware update.

1. Primary diagnosis: determine the source of the problem

Before you dig into the settings, answer three key questions:

  • 🔍 There is no internet on all devices (phone, laptop, TV) or just one?
  • 🔌 Is the Internet indicator on the router on? (usually indicated by a globe or icon WAN)?
  • 📱 The problem appeared after a specific action (software update, password change, connecting a new gadget)?

If the Internet goes down on all devices simultaneously, and the indicator WAN If the router light is off or flashing red, the problem is most likely with your ISP or the physical cable connection. If the network works on your phone but not on your laptop (or vice versa), the device's settings are at fault.

📊 Where do you lose internet most often?
On all devices
Only on phone
Only on a computer/laptop
Only on Smart TV
Another option

For a quick check:

  1. Connect another device to the same Wi-Fi network.
  2. Try connecting to the Internet via a mobile network (4G/5G) on your phone.
  3. Look at the router's indicators: is the light on? WAN (usually blue or green)?
⚠️ Attention: If you use dual-band router (2.4 GHz + 5 GHz), try connecting to a different frequency. Sometimes the problem lies in congestion in one of the bands.

2. Rebooting the hardware: a simple method that works in 60% of cases

It sounds trivial, but proper reboot router and modem solves most connection problems. It's important to do this in the correct sequence:

Turn off the router's power (unplug it from the power outlet)

If you have a separate modem (ADSL/GPON), turn it off too.

Wait 30 seconds (this is critical - the capacitors must discharge)

First, turn on the modem (if it is separate)

Wait 1-2 minutes for the modem to initialize (the lights will stop flashing)

Turn on your router and wait until it boots up completely (usually 1-3 minutes)-->

Why does this work? Restarting resets the cache. DHCP, clears the routing tables and re-establishes the connection to the provider's servers. If the problem was caused by a temporary failure (for example, router firmware freezing or PPP session interruption), this method will eliminate it.

If after reboot the indicator WAN on the router does not light up or blinking red, check:

  • 🔌 Physical connection of the cable from provider to port WAN (usually it is highlighted in color).
  • 🔧 Cable integrity - bend it in different places, listen to see if the braid cracks.
  • 📡 Port status On the router: try connecting the cable to a different port (if there are several).

3. Checking your router settings: what to do if rebooting doesn't help

If the problem persists after rebooting, go to router web interface. It is usually available at 192.168.0.1 or 192.168.1.1 (check the sticker on the bottom of the device). The default login and password are often admin/admin or admin/empty.

In the interface, check:

Chapter What to check Signs of a problem
WAN status Connection type (PPPoE, DHCP, Static IP), connection status Status "Disabled" or "Authentication Error"
System log Recent error entries (search for words fail, timeout, auth) Constantly retrying to connect
DHCP Is the DHCP server enabled and is the IP address range correct? Devices receive IP addresses of the type 169.254.x.x
Wireless network Network name (SSID), channel, channel width, mode (802.11n/ac/ax) The channel is too high (for example, 13 in Russia is not supported by some devices)

If in the section WAN If the connection status is "Disconnected" or "Authentication Error," it's likely because your ISP connection settings have become corrupted. In this case:

  1. Check with your provider connection type (PPPoE, DHCP, Static IP) and parameters (login, password, VLAN ID if there is).
  2. Compare them with the current settings in the router (section Internet or WAN).
  3. If there is a mismatch, correct and save the settings.
⚠️ Attention: If you are unsure about the parameters, do not save changes This could completely disconnect you from the network. It's best to call your provider's support team and ask them to check your settings remotely.

4. Device-side issues: Windows, Android, macOS

If the internet works on other devices but not on one, the problem lies in its settings. Let's look at solutions for different platforms.

🖥️ Windows 10/11

Open Settings → Network & Internet → Configure adapter settingsFind your Wi-Fi connection, right-click and select Properties. Check:

  • 🔹 IPv4: must be enabled and configured to Obtain an IP address automatically.
  • 🔹 DNS servers: if written manually (for example, 8.8.8.8), try to return to automatic receipt.
  • 🔹 Adapter driver: update it through device Manager (chapter Network adapters).

If the device's IP address starts with 169.254, this means that The router's DHCP server is not assigning an address.. Try:

  1. Disconnect from Wi-Fi and reconnect.
  2. Manually enter the IP from your network range (for example, 192.168.1.100 with a mask 255.255.255.0 and a gateway 192.168.1.1).
  3. Reboot the router.

📱 Android/iOS

On mobile devices, the following usually helps:

  • 🔄 Forget the network (in the Wi-Fi settings, click on the network name and select the appropriate item).
  • 📵 Turning Airplane Mode On/Off for 10 seconds.
  • 🔧 Reset network settings (on Android: Settings → System → Reset → Reset Wi-Fi, mobile network, and Bluetooth settings).

On iPhone After updating iOS, sometimes the settings get lost DNSTo fix:

  1. Go to Settings → Wi-Fi → (i) next to your network.
  2. In the section DNS Remove all servers and leave the field blank (automatic).
  3. If it doesn't help, enter it manually. 8.8.8.8 And 8.8.4.4 (Google DNS).

5. DNS issues: why websites won't open, but Skype works

If you have there is a connection to the router (the Wi-Fi indicator is on), but websites don't open, and messengers like Telegram or Skype they work - they are to blame DNS serversIt's like the internet phone book: if it's not working, you can't "find the number" of a website, even though you have a connection.

To check:

  • Open Command line (Win + R → enter cmd).
  • Enter the command:
    ping 8.8.8.8

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

Solutions:

  • 🔧 Change DNS manually:
    • Google DNS: 8.8.8.8 And 8.8.4.4
    • Cloudflare: 1.1.1.1 And 1.0.0.1
    • Yandex DNS: 77.88.8.8 And 77.88.8.1
  • 🔄 Flush your DNS cache:
    • In Windows:
      ipconfig /flushdns
    • On macOS:
      sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder
Why do ISPs block DNS?

Some internet providers (especially mobile operators) redirect DNS requests to their servers to display ads or block websites. If you've changed your DNS manually, but your traffic still goes through your provider's servers, use DNS-over-HTTPS (DoH) in your browser (the setting is available in Firefox and Chrome) or install a VPN.

6. IP address conflicts and other network errors

If there are many devices connected to the network, this may occur IP address conflict — when two devices receive the same address. Symptoms:

  • Wi-Fi connects, but the internet comes and goes.
  • An exclamation mark appears on the network icon in the Windows tray.
  • The router logs contain errors of the following type: DHCP conflict.

How to fix:

  1. Disconnect all devices from Wi-Fi except one.
  2. Reboot your router.
  3. Connect devices one by one, checking the Internet operation.
  4. If the conflict persists, assign a static IP to the problematic device in the router settings (section DHCP → Address Reservation).

Other network errors and their solutions:

Error Cause Solution
No network access (Windows) No IP address received from router Reboot your router or enter the IP manually.
Limited (Windows) No connection to the gateway (router) Check your firewall settings and disable your VPN.
Authentication... (Android) Incorrect password or Wi-Fi security settings Forget the network and reconnect
Self-assigned IP (macOS) Failed to obtain IP from DHCP Reset network settings in System settings

7. Problems on the provider's side: how to check and what to do

If none of the previous methods help, the problem may be with your internet service provider. Here's how to check:

  • 📞 Call support and ask if there is any maintenance work going on in your area.
  • 🌐 Check the status of services on the provider's website (section "Technical Work" or "Coverage Map").
  • 🔌 Connect the ISP cable directly to the computer (bypassing the router). If the internet doesn't work, it's the provider's fault.

Typical problems on the provider side:

  • 🔌 Cable break on the line (especially relevant for ADSL or GPON).
  • 🔄 Authentication server failures (often happens to PPPoE-connections).
  • 📉 Traffic limit exceeded (relevant for tariffs with restrictions).
  • 🔒 MAC address blocking (If you changed your router, its MAC may not be linked to your account).

If the provider has confirmed the problem, please clarify estimated recovery timeIf they claim that everything works, but there is no internet:

  1. Ask them restart the port on their equipment.
  2. Check if you have lost track settings VLAN (relevant for Rostelecom, MTS, Beeline).
  3. Ask to check signal level (For GPON or coaxial networks).
⚠️ Attention: If you are connected via GPON terminal (For example, Huawei HG8245 or Sercomm RV6699), the problem may be with it. Try rebooting the terminal separately from the router (if it's a separate device).

8. Advanced Solutions: When All Else Fails

If the basic methods didn't work, try these advanced methods:

  • 🔧 Resetting the router to factory settings:
    • Press and hold the button Reset on the router 10-15 seconds.
    • Reconfigure your router (check the connection parameters with your provider).
  • 📦 Updating the router firmware:
    • Download the latest firmware from the manufacturer's website (TP-Link, ASUS, Keenetic and others).
    • Update via the web interface (section System or Update).
  • 🛡️ Disabling firewall/antivirus:
    • Temporarily disable Windows Defender, Kaspersky, Avast etc.
    • Check your firewall settings to block network activity.
  • 🌍 Changing Wi-Fi regional settings:
    • Change it in your router settings Region on Russia (if there is another one).
    • Set a fixed channel (e.g. 6 or 11 for 2.4 GHz).

If you suspect hardware problems:

  • Try connecting a different router (borrow one from neighbors or friends).
  • Test the provider's cable on another device (for example, directly to a PC).
  • Check if the router is overheating (if it is hot, let it cool down for 10-15 minutes).

FAQ: Frequently asked questions about Wi-Fi without internet

🔹 Why does Wi-Fi connect, but pages don't load, while Skype/Telegram work?

This is a classic sign of a problem with DNS serversApps like Skype or Telegram use direct IP addresses to connect, while browsers rely on DNS. Solution: Change your DNS to 8.8.8.8 (Google) or 1.1.1.1 (Cloudflare) in network settings.

🔹 The internet only goes out at night. What's wrong?

Possible reasons:

  • 📡 Provider network overload (many users are active in the evening).
  • 🔄 Automatic software update on the router or devices (may temporarily disable the network).
  • 🌡️ Router overheating (if it works 24 hours).

Solution: Reboot your router before going to bed or configure it Qos (traffic prioritization) in its settings.

🔹 After changing my Wi-Fi password, my internet connection disappears. Why?

Most likely, you changed not only the password, but also security settings (for example, with WPA2-PSK on WPA3). Not all devices support WPA3, especially old smartphones or printers. Solution: return WPA2-PSK or use mixed mode WPA2/WPA3.

🔹 My Android device says "Connected, no internet." How do I fix it?

Try it in order:

  1. "Forget" the network in the Wi-Fi settings and reconnect.
  2. Turn it off Adaptive Wi-Fi (the setting may interfere with the connection).
  3. Reset network settings (Settings → System → Reset → Reset Wi-Fi, mobile networks, and Bluetooth).
  4. Check if there is a limitation in the router MAC address (Sometimes Android devices get bricked after an update).
🔹 My router is broadcasting Wi-Fi, but the "Internet" light isn't on. What should I do?

This means that the router does not receive a signal from the providerReasons:

  • 🔌 The provider's cable is disconnected or damaged. (check physical connection).
  • 🔧 Incorrect settings WAN (connection type, login/password).
  • 📡 Problems with the provider's line (call support).
  • 🔒 Blocking by MAC address (If you have changed your router, please inform your provider of the new MAC address).

Solution: Call your provider and ask them to check port on their equipment And signal level.