Every wireless user is familiar with the situation where a device finds your home network, displays the status "Saved" or "Connected, no internet access," but browser pages don't load. This is a classic symptom of desynchronization between the client and the access point, which can occur for dozens of reasons, from a simple address pool overflow to hardware failures in the antenna module. Often, the user sees the Wi-Fi icon, but no actual data packets are transmitted, making it impossible to use online services.
In this article, we'll detail a diagnostic algorithm that will allow you to independently identify the root cause of the problem. We won't limit ourselves to simply recommending "rebooting the router," but will instead examine the in-depth TCP/IP stack settings, MAC filtering conflicts, and DNS server issues that most often cause this behavior. Understanding these processes will help you not only temporarily restore your connection but also prevent it from ever disappearing again.
Network condition diagnostics and initial analysis
The first step should always be to isolate the problem: whether it's the router itself, the provider, or a specific device. If only one phone can't connect to Wi-Fi, while the laptop and tablet are working fine, then the cause should be looked for in the mobile device's settings. If all devices fail simultaneously, the source of the problem is a router or a backbone communication channel.
Pay attention to the indicators on the router. If the WAN indicator (often labeled as Internet or a globe) is lit or flashing, but there's no access, there may be an authorization error with your ISP. However, if the "Saved" status remains on all devices, this often indicates that the router is unable to obtain an IP address from the ISP or is unable to distribute addresses to its clients due to a frozen process. DHCP.
For a more accurate diagnosis, you can use the operating system's built-in tools. Android and iOS have built-in network testers that can pinpoint specific errors, such as "Incorrect Password" or "Failed to Obtain IP Address." On Windows, the command line will provide more detailed information about the gateway and DNS status.
Problems obtaining an IP address (DHCP)
One of the most common reasons why Wi-Fi remains active but won't connect is a conflict or failure in the dynamic host configuration protocol. When you try to connect, the router must assign your device a unique identifier on the local network. If the address pool is exhausted or the service freezes, the device will remain stuck indefinitely in the "Obtaining IP Address" status.
Often, the problem is solved by forcibly changing the IP settings to static. This is especially true for older routers or networks with a large number of connected devices. You need to go to the Wi-Fi network settings on your device, select "Advanced" or "IP Settings," and change the value. DHCP on Static.
To avoid confusion, enter the address manually in the fields that open. Typically, the router (gateway) address is 192.168.0.1 or 192.168.1.1. Your device can be assigned any available address from the same subnet, for example, 192.168.0.150.
⚠️ Attention: When manually entering an IP address, make sure you do not select an address that is already occupied by another device on the network (for example, a printer or Smart TV), otherwise an address conflict will occur and neither device will work.
If manually entering the address helped, but the problem returns after rebooting the router, it means the router's address range settings are incorrect. In this case, you should log into the router's admin panel (usually at 192.168.0.1) and increase the DHCP pool range, for example, from 2 to 254.
DNS conflicts and proxy settings
Even if the device has successfully obtained an IP address and established a connection to the router, internet access may be impaired due to an inability to resolve domain names to IP addresses. This is the job of DNS servers. If the provider provides unstable DNS by default, or if the router settings contain invalid addresses, the browser will be unable to open any pages, although instant messaging apps may continue to function.
To resolve this issue, we recommend setting public DNS servers from trusted providers like Google or Cloudflare. This often resolves the "Saved but not connected" issue immediately. This can be done in the router settings (WAN or Internet section) or directly on your phone or computer.
It's also worth checking your proxy server settings. Sometimes installed VPN or antivirus apps change system network settings and assign a local proxy, which remains active and blocks traffic after uninstalling the app. In your phone's Wi-Fi settings, find "Proxy" and make sure it's set to "None" or "Do not use."
Below is a table of recommended DNS server addresses that are characterized by high speed and stability:
| DNS provider | Preferred DNS | Alternative DNS | Peculiarities |
|---|---|---|---|
| Google Public DNS | 8.8.8.8 | 8.8.4.4 | The most popular, high speed |
| Cloudflare | 1.1.1.1 | 1.0.0.1 | Focus on privacy and speed |
| OpenDNS | 208.67.222.222 | 208.67.220.220 | Filtering phishing sites |
| Quad9 | 9.9.9.9 | 149.112.112.112 | Blocking malicious domains |
Driver and network adapter failures
If the problem occurs only on one specific device, such as a Windows laptop or an older smartphone, the cause may be a software issue with the network adapter. Drivers may malfunction after an operating system update or due to registry errors. In such cases, the system detects the network and attempts to connect, but the Wi-Fi module is unable to complete the handshake.
On Windows computers, a complete reset of network settings via the command prompt is an effective method. This will clear the DNS cache, reset TCP/IP settings, and refresh the Winsock registration. To do this, launch the command prompt as administrator and enter the following command: netsh winsock reset.
After executing the command, the system will require a reboot. If this doesn't help, try uninstalling the Wi-Fi adapter driver in Device Manager and rescanning your hardware to ensure Windows reinstalls it. On Android, the equivalent of this action is the "Reset Network Settings" feature, which deletes all saved Wi-Fi profiles and Bluetooth settings.
What to do if the drivers are not installed?
If automatic driver installation doesn't help, download the latest driver for your network card model from the manufacturer's official website (e.g., Realtek, Intel, or Atheros) on another device and install it manually through Device Manager.
Security settings and MAC filtering
Modern routers are equipped with security features that can block new devices from connecting, even if the password is entered correctly. One such feature is MAC filtering. Each network adapter has a unique physical address (MAC address). If the "Whitelist" mode (allow only listed devices) is enabled in the router settings, your device will not be able to access the network until its address is added to the exceptions.
You can only check this by logging into your router's control panel. The section is usually labeled "Wireless," "Wi-Fi Settings," or "MAC Filter." If filtering is enabled, you need to find your device's MAC address (found in the "About Phone" or "Status" settings in the Wi-Fi section) and add it to the allowed list.
Another reason for blocking could be the type of encryption. Some older devices don't support modern security standards. WPA3WPA2-PSK (AES).
⚠️ Please note: Router interfaces from different manufacturers (TP-Link, ASUS, Keenetic, MikroTik) vary significantly. Menu item names may vary. If you are unsure, please refer to the manual for your specific model or check the settings in your provider's account if you have a branded router.
Router memory is full and overheating
A router is also a computer, with its own operating system, processor, and RAM. If the device is left running for a long time without rebooting, errors may accumulate in its logs, and its RAM may run out. In this state, the router continues to broadcast a signal (which is why the network is visible and maintained), but it lacks the resources to process new connection requests or route traffic.
Overheating of equipment can also lead to throttling (decreased performance) or malfunction of the Wi-Fi module. If the router is exposed to direct sunlight, on top of a TV, or piled high with papers, its casing can become hot, leading to unstable operation. In such cases, the device may drop connections or stop assigning IP addresses.
It's recommended to regularly, at least once a month, completely power off the router for 10-15 seconds. This clears the RAM and restarts all processes. If connection issues persist, check the device's case temperature.
☑️ Basic router reboot
Frequently Asked Questions (FAQ)
Why does my phone say "Saved" but the internet isn't working, while everything works fine on other devices?
The problem is most likely with your phone's settings. Try forgetting the network (deleting the Wi-Fi profile) on that device and reconnecting using the password. Also, check if you have a VPN or antivirus app installed on your phone that could be blocking the connection.
Can an antivirus program on a computer block a Wi-Fi connection?
Yes, some antivirus programs have a "Network Protection" or "Firewall" module that may mistakenly classify your home network as public and block the connection. Try temporarily disabling your antivirus to check.
What should I do if my router says "No Internet access" after a factory reset?
After a reset, the router loses its provider settings (PPPoE login and password, connection type). You must reconfigure the router using the information your provider provided when signing your contract. Without these settings, accessing the global network is impossible.
Does changing the Wi-Fi channel help if the device won't connect?
Sometimes yes. If the channel your router is on is heavily polluted by neighboring networks (especially true for the 2.4 GHz band), the connection may be unstable. Try changing the channel in your router settings from "Auto" to a fixed channel (e.g., 1, 6, or 11).