The situation is familiar to many: the Wi-Fi icon with signal bars proudly appears in the notification panel, but the browser stubbornly displays "No Internet connection," and instant messaging apps refuse to send messages. There is a network connection, but no internet — one of the most common problems in both home and office networks. Most often, it occurs due to provider-side issues, incorrect router settings, or IP address conflicts, but sometimes more exotic causes are to blame, ranging from MAC address blocking to hardware malfunctions.
In this article we will look at all possible reasons, through which the device connects to Wi-Fi, but has no access to the Internet - from the banal to the rare. You will receive step-by-step instructions for diagnostics on your router, smartphone, computer, and TV, and you'll also learn how to distinguish client-side issues from provider-side problems. We'll pay special attention to hidden settings, which are often overlooked even by experienced users.
Before you take any action, answer two key questions:
- Is the internet working on other devices, connected to the same Wi-Fi?
- Is there network access if I connect to a router? via cable?
Answering them will immediately narrow down the range of possible causes and save you hours of useless manipulation.
1. Problems on the provider's side: how to check and what to do
If the internet goes down all devices At the same time, there's a 90% chance the ISP is to blame. Even if all the router lights are on, that doesn't guarantee the line is working. Here's how to diagnose the problem:
Check first Internet connection status in the router's web interface. To do this:
- Connect to the router via cable or Wi-Fi (even without the Internet, you will still have access to the settings).
- Enter the router's IP address into your browser (usually
192.168.0.1,192.168.1.1or192.168.8.1). - Find the section
Status,InternetorWAN- the current IP address should be displayed there (if it is not present or specified0.0.0.0, the connection with the provider is broken).
If the IP address is missing, try:
- 🔄 Reboot the router (pull the plug from the socket for 30 seconds).
- 📞 Call the provider — sometimes failures are widespread, and specialists are already aware of the problem.
- 🔌 Check the cable from the provider - it could be damaged or disconnected (especially if you have GPON with optical terminal).
⚠️ Attention: If you have dynamic IP (DHCP), and the router suddenly stops receiving it, the cause may be a MAC address block. In this case, MAC cloning or calling support will help.
If you have an IP address but the internet is not working, check DNS serversSometimes providers fail in this particular part of their infrastructure. Try manually entering Google's public DNS (8.8.8.8 And 8.8.4.4) or Cloudflare (1.1.1.1) in the router or device settings.
2. IP address conflict: why the device does not receive the correct address
One of the most insidious reasons is IP address conflict in a local network. This happens when two devices receive the same IP from the router (for example, 192.168.1.100), or when the device is manually configured to a static IP that is already in use. Symptoms:
- The device connects to Wi-Fi, but an exclamation mark appears next to the network name.
- The connection properties indicate an IP address of the type
169.254.x.x(this means that the DHCP server did not issue an address). - The Internet works intermittently or disappears after a few minutes of connection.
How to fix:
On Windows:
- Open
Settings → Network & Internet → Wi-Fi → Manage known networks. - Select your network, click
Propertiesand turn it onAssign IP address automatically. - Open Command Prompt (
Win + R → cmd) and run:ipconfig /releaseipconfig /renew
On Android/iOS:
- Forget the network:
Settings → Wi-Fi → [your network] → Remove/Forget. - Reconnect by selecting
Obtain an IP automatically(on Android it may be calledDHCP).
On the router:
If the problem persists on multiple devices, check the DHCP server settings in the router's web interface (section LAN or DHCP). Make sure that:
- 🔢 The range of issued addresses does not overlap with static IPs (for example, if you have a printer with an IP
192.168.1.200, the DHCP range must end with192.168.1.199). - ⏳ The lease time is not too short (optimally 24 hours).
⚠️ Attention: If you have manually assigned static IPs to devices (for example, NAS or IP cameras), make sure they are located outside the DHCP poolOtherwise, the router may assign the same address to another device.
Make sure that automatic IP acquisition (DHCP) is enabled on the device.
Reboot the router and device
Check the DHCP range in the router settings
Exclude static IPs from the DHCP pool
Update your router's firmware (if problems persist)
-->
3. Incorrect Wi-Fi settings on the router: what to check first
If the internet works via cable but drops out when connected via Wi-Fi, the problem lies in your wireless network settings. The most common culprits are:
| Parameter | Optimal value | What happens if it is configured incorrectly? |
|---|---|---|
| Network mode (Mode) | 802.11n/ac/ax (or b/g/n for older devices) |
Devices will not be able to connect or will operate at low speeds. |
| Channel | Auto or manual selection of the least loaded one (for example, 6 or 11 for 2.4 GHz) |
Constant disconnections due to interference from neighboring networks |
| Channel Width | 20/40 MHz for 2.4 GHz, 80 MHz for 5 GHz |
Slow speed or unstable connection |
| Security | WPA2-PSK or WPA3-PSK (Not WEP!) |
Vulnerability to hacking or incompatibility with modern devices |
| MTU | 1500 (default) or 1472 for some providers |
Websites won't open, even though ping works. |
Pay special attention network operating modeIf the router is configured only for 802.11ac, old devices (eg, Samsung Galaxy S5 or iPhone 5) will not be able to connect. The best option is 802.11n/ac/ax (sometimes referred to as Wi-Fi 4/5/6).
If you've recently changed your Wi-Fi password, make sure:
- 🔑 The password contains from 8 to 63 characters (some routers do not accept shorter/longer).
- 📱 The exact same password is entered on the device (case sensitive!).
- 🌐 Selected in router security settings
WPA2-PSK [AES](NotTKIPorWEP).
What should I do if my router doesn't save my settings?
If after clicking "Save" in the router's web interface the changes are reset, try:
1. Use a different browser (recommended) Firefox or Edge).
2. Reset the router to factory settings (button Reset for 10 seconds).
3. Update firmware via Administration → Software Update.
4. Check your router for viruses (yes, they can happen in routers too!).
4. DNS issues: Why websites won't open even though Wi-Fi works
Situation: Wi-Fi is connected, ping to the router and even to 8.8.8.8 It goes through, but the browser displays "Unable to access the site." This is a classic sign of problems with DNS serversReasons:
- 🔧 The provider blocks DNS requests (often happens on public networks or when connecting via VPN).
- 🛡️An antivirus or firewall is blocking DNS traffic.
- ⚡ Failures on the provider's DNS servers (especially relevant for small regional companies).
How to check:
- Open Command Prompt (
Win + R → cmd) and run:nslookup ya.ruIf you see an error like this in the response
DNS request timed out, the problem is confirmed. - Try opening the website by IP address. For example, instead of
ya.ruenter77.88.55.55(Yandex IP). If the page opens, the DNS is to blame.
How to fix:
- 🔄 Change DNS servers in the router or device settings:
- Google:
8.8.8.8And8.8.4.4 - Cloudflare:
1.1.1.1And1.0.0.1 - Yandex:
77.88.8.8And77.88.8.1
- Google:
- 🔍 Check your firewall/antivirus settings (e.g. Kaspersky or Avast may block DNS).
- 📱 On Android/iOS, try using apps like DNS Changer or 1.1.1.1: Faster Internet.
⚠️ Attention: If some websites (such as banking or government websites) stop working after changing your DNS, revert them back. Some resources block access from public DNS.
5. MAC address blocking: why the router doesn't see your device
Some providers (especially Beeline, MTS and local operators) link the Internet channel to MAC address router or a specific device. If you've changed your router or are connecting a new device, internet access may be blocked. Signs:
- The Internet works only on one device (the one that was connected during activation).
- In the router settings (
Status → WAN) a MAC address different from the current one is specified. - The provider requires "equipment registration" when calling support.
How to fix:
- Clone MAC address old device:
- Find out the MAC address of the problematic device (on Windows:
ipconfig /all, on Android:Settings → About phone → Status). - In the router's web interface, find the section
MAC Clone(usually inWANorInternet). - Enter the MAC address of the old device and save the settings.
- Find out the MAC address of the problematic device (on Windows:
- Call the provider and ask to bind a new MAC address (you will need to say it or dictate it digit by digit).
- Disable MAC binding (if possible in your provider’s personal account).
On some routers (for example, TP-Link or ASUS) there is a function MAC Filtering - check if it is enabled in the section Wireless Mode → MAC FilterIf so, disable or whitelist your device's MAC address.
6. Router firmware issues: when only an update helps
If all settings have been checked and the problem persists, the culprit may be outdated or damaged firmware router. Symptoms:
- 🔄 The router reboots spontaneously.
- 📶 Wi-Fi freezes periodically, although the indicators are on.
- ⚙️ Some settings are not saved or reset.
- 🛠️ In the router logs (
System log) there are errors of the typekernel panicorwatchdog reset.
How to update firmware:
- Find out the router model (written on the sticker at the bottom).
- Download the latest firmware from official website Manufacturer (not from torrents!). For popular brands:
- TP-Link:
https://www.tp-link.com/ru/support/download/ - ASUS:
https://www.asus.com/ru/support/ - Xiaomi:
https://www.mi.com/ru/support/download/
- TP-Link:
Software update or Firmware Upgrade.⚠️ Attention: If after updating the router it stops turning on or boots into emergency mode, try rolling back the firmware via TFTP (Look for instructions specific to your model.) In extreme cases, only a service center can help.
If the update didn't help, try reset the router to factory settings (button Reset for 10-15 seconds). After resetting, set it up again using the data from your provider (usually specified in your contract).
What to do if the firmware crashes?
If the router does not boot (all indicators are blinking or only the power indicator is on), try
1. Connect via TFTP (for this you need a PC and a special utility, for example, Tftpd64).
2. Use the emergency mode (on some routers it is clamped) Reset when turned on).
3. Contact a service center - sometimes flash memory re-soldering is required.
7. Hardware problems: when it's time to take your router in for repair
If none of the previous methods helped, the problem may be hardwareThe most common failures are:
- 📡 Wi-Fi module of the router (overheats, antenna falls off).
- 🔌 WAN port (the Internet indicator does not light up, the cable is not secured).
- 🔋 power unit (the router spontaneously reboots or does not turn on).
- 🧠 Flash memory (settings are reset, firmware is not updated).
How to diagnose:
- Check the power supply: If the router overheats or shuts down after 5-10 minutes of operation, the capacitor in the power supply is most likely the culprit. Try connecting a different power supply with the same specifications (the voltage and current must match!).
- Test the ports: Connect the cable from the provider to a different port (if available) or test it on a different router.
- Look at the antennas: If Wi-Fi only works near the router, the antenna connector may have come loose (this applies to models with removable antennas, for example, ASUS RT-AC68U).
If your router is older than 5 years, repairing it is likely not cost-effective. In this case, it is easier to buy a new one (for example, TP-Link Archer AX21 or Xiaomi AX3000 for 3-5 thousand rubles).
⚠️ Attention: If the router smells like burning or blackened elements are visible on the board, don't turn it on again! This is a sign of a short circuit, which can cause a fire.
8. Specific cases: TV, printers and smart devices
Sometimes the "Wi-Fi without internet" problem only appears on specific devices — TVs, printers, or smart speakers. Here's what to check in these cases:
| Device | Possible cause | Solution |
|---|---|---|
| Smart TV (LG, Samsung, Sony) | Outdated firmware or network settings failure | Update the firmware via USB or reset the network settings (Settings → General → Reset) |
| Printer (HP, Canon, Epson) | Incompatibility with the router's Wi-Fi mode (e.g. 802.11r) |
Turn it off Fast Roaming in the router settings or connect the printer via cable |
| Smart speakers (Yandex Station, Google Home) | Blocking traffic with a router firewall | Add the device to exceptions or disable it SPI Firewall in the router settings |
| Game consoles (PS5, Xbox) | Problems with UPnP or NAT Type |
Turn on UPnP in the router or set up port forwarding manually |
For Smart TV Also check:
- 📺 Network mode: some televisions (for example, Samsung QLED) do not work on encrypted networks
WPA3- switch the router toWPA2-PSK. - 🔄 Software update: If your TV hasn't been updated in more than a year, it may not support modern security protocols.
- 🌍 Regional settings: on some models LG When changing the region, network parameters are reset.
If the problem is only on one device and the others are working fine, reset its network settings and reconnect to Wi-Fi.
FAQ: Frequently asked questions about the "Wi-Fi without internet" issue
Why is there internet on my phone but not on my laptop?
This means that the problem on the side of the laptop. Check:
- IP settings (must be
Receive automatically). - Wi-Fi adapter driver (update via
device Manager). - Antivirus or firewall (temporarily disable them).
If nothing helps, try connecting to a different network (for example, from your phone in hotspot mode).
The internet only goes out at night. What's going on?
Most likely the culprit is:
- 📡 Provider channel overload (Many people download torrents at night).
- 🔄 Automatic router update (check your settings)
Auto-update). - ⚡ Speed drop according to tariff (some providers have limited night traffic).
Try limiting your torrent speed or reconfiguring your router to update manually.
After changing my Wi-Fi password, my internet stopped working. What should I do?
You've probably changed not only your password, but also:
- 🔒 Security type (for example, with
WPA2onWPA3, which is not supported by older devices). - 📶 Network name (SSID) - some devices are tied to it.
- 🔄 Wi-Fi channel - if you have selected a manual channel that conflicts with neighboring networks.
Restore the old settings or reset the router to factory settings.
The router shows internet connection, but websites won't open. Why?
This is a typical sign:
- 🔍 DNS problems (try changing servers to
8.8.8.8). - 🛡️ Traffic blocking provider or firewall (check settings)
Parental Controlin the router). - 📡 MTU fragmentation (reduce MTU to
1472in WAN settings).
Also try opening the site by IP (for example, 93.158.134.3 instead of vk.com). If it opens, DNS is to blame.
On Android, it says "Connected without internet access." How can I fix it?
Try it in order:
- Forget the network and reconnect.
- Turn it off
Adaptive Wi-Fiin the settings (Settings → Wi-Fi → Advanced). - Reset network settings