Many users are familiar with the situation where a laptop in one room loads webpages smoothly, while a smartphone in the next room stubbornly displays "No internet connection." This is a classic problem that can be confusing, as it seems intuitive that if a router is broadcasting a signal, it should be equally accessible to everyone. However, the reality is more complex: Wi-Fi network — it's not just a radio wave, but a complex data exchange system where each client (your phone or tablet) must be authorized and receive unique parameters.
Often, the cause isn't a hardware failure, but a simple software glitch or address conflict. When one device connects successfully, it proves that the ISP and the main router are functioning properly. This means the problem is localized at the interface between the specific device and the router or in the device's settings. Adapter It may be physically functional, but software is “blocked” or configured incorrectly.
In this article, we'll examine in detail the technical reasons for this selectivity. We won't use abstract advice like "reboot everything," even though it helps 30% of the time. Our goal is to understand the underlying mechanisms, such as DHCP server, frequency ranges and drivers so you can diagnose and fix the problem yourself, even if it occurs suddenly.
IP address conflicts and DHCP server errors
The most common reason why one device "kicks" another device off the network or can't connect itself is IP address confusion. In any local network, each device must be assigned a unique digital identifier. This is the responsibility of DHCP server, built into your router. It assigns addresses from a pool, for example, from 192.168.1.2 to 192.168.1.254. If the pool is limited or there's an error in the settings, a new device may simply not have enough free addresses.
Imagine this: you were handing out a password to guests, someone disconnected, but the router "thinks" their address is still in use. Or maybe you manually assigned a static IP address to a tablet that's already in use by your laptop. In this case, an issue arises. IP conflict, and the network blocks one of the devices to avoid packet loss. The router sees two identical addresses and stops routing traffic to one of them, usually the one that connected last.
⚠️ Warning: If you manually entered IP addresses in your Windows or Android network settings, there's a high risk of error. In 90% of cases, automatic address acquisition is the optimal solution for home networks.
To diagnose this problem, it's helpful to know how the router allocates resources. Below is a table showing typical address assignment statuses in the router's admin panel:
| Device type | DHCP status | IP address | Probability of conflict |
|---|---|---|---|
| Smartphone (Android) | Active (Lease) | 192.168.1.45 | Low |
| Laptop (Windows) | Static (Manual) | 192.168.1.45 | High |
| Smart TV | Active (Lease) | 192.168.1.100 | Average |
| Printer | Reserved | 192.168.1.200 | Low |
To fix the problem, you need to access the network adapter settings of the affected device. In Windows, this is done via Control Panel → Network and Internet → Network and Sharing Center. Select your connection, click "Properties", then find the line Internet Protocol version 4 (TCP/IPv4)Make sure the "Obtain an IP address automatically" and "Obtain DNS server address automatically" boxes are checked. This will allow DHCP protocol issue a correct, free address.
Problems with drivers and network adapters
If the IP addresses are fine, your attention should turn to the software that controls the network card. The driver is the intermediary between the operating system and the hardware. It often happens that after a Windows or iOS update, the system automatically installs a generic driver that doesn't work reliably with a specific model. Wi-Fi moduleAs a result, the device sees the network and attempts to connect, but the process is interrupted at the address acquisition stage.
This is especially common on laptops with combined adapters (Wi-Fi and Bluetooth). A service conflict can cause the module to temporarily freeze and stop responding to router requests, even though it appears functional in Device Manager. In this case, a complete driver reinstallation from the manufacturer's website, rather than through the update center, can help.
For Windows users, there's a hidden but effective TCP/IP stack reset command that often resolves issues where the driver appears to be working, but the network isn't working. Open a command prompt as administrator and enter:
netsh int ip reset
After running the command, a reboot is required. This operation clears the network settings registry and resets all parameters. TCP/IP protocol to factory defaults. This eliminates software errors accumulated over time that may block the connection of certain devices.
What should I do if the driver is removed and there is no internet?
If you've uninstalled your Wi-Fi adapter driver and lost network access, use another device (smartphone or another PC) to download the driver. Save the installation file to a flash drive or transfer it via USB cable to the affected computer. Without the previously downloaded file, it will be impossible to restore the network.
Impact of the 2.4 GHz and 5 GHz frequency bands
Modern routers often operate in two ranges: 2.4 GHz And 5 GHzOlder or budget devices may only support the 2.4 GHz frequency. If your router is configured to operate exclusively in 5 GHz mode (or has the same network name for both bands but prioritizes 5 GHz), an old tablet or smart bulb simply won't see the network or be able to connect to it, while a new flagship smartphone will work perfectly.
Furthermore, the 5 GHz band has less penetration. The 5 GHz signal has difficulty penetrating solid walls and mirrors. Therefore, a laptop in one room might be able to pick up a fast 5 GHz signal, while in the next room, behind a wall, a phone will struggle to connect, lose signal, and drop the connection, even though Wi-Fi is technically "available." Meanwhile, the 2.4 GHz band has a longer range, but is more polluted by neighboring routers.
It's recommended to check your router settings. Go to the management interface (usually at 192.168.0.1 or 192.168.1.1) and find the section Wireless or "Wireless Network". Make sure the operating mode (Mode) is configured correctly. For maximum compatible coverage, it is better to use a mixed mode, for example, 802.11 b/g/n/acIf you have a lot of old devices, forced switching only on 802.11n or 802.11ac may cut off some gadgets.
Address pool overflow and router limits
Every router, even the most powerful, has a limit on the number of simultaneously connected clients. In cheaper models, this limit can be 10-15 devices. If you have a smart home with dozens of sensors, plus phones, TVs, and consoles, the router can simply exhaust its resources. In this situation, new devices simply don't receive a response from the DHCP server, although older ones continue to operate and maintain their sessions.
There's also the concept of "lease time." This is the period for which a router assigns an IP address to a device. If the lease expires and the device doesn't connect to the network to renew it, the address is released. However, if a device is stuck in sleep mode and doesn't release the address, and there are many new clients, the pool of free addresses is exhausted. As a result, one device remains operational, while the last device attempting to connect is rejected.
You can check the number of connected clients in the router's status bar. If you see 20-30 devices there, and yours is significantly lower, your neighbors may be accessing your Wi-Fi. In this case, you should change the password to a more complex one, using encryption. WPA2-PSK or WPA3, and disable the WPS function, which is often a security hole.
☑️ Checking the router load
Power saving settings in the operating system
Operating systems, especially on laptops and tablets, strive to conserve battery power. Aggressive power-saving settings can cause the Wi-Fi adapter to go into sleep mode and fail to wake up in time to respond to router requests. As a result, the connection is lost, and the device displays "Connected, no internet access" or even loses network access altogether, while other devices that haven't gone into sleep mode are functioning normally.
In Windows, this can be done through the Device Manager. Find your wireless adapter, open its properties, and go to the "Power Management" tab. Uncheck "Allow the computer to turn off this device to save power." This will force network card work in a constant mode, which will eliminate connection breaks due to sleep.
There are also optimizations on Android and iOS. For example, the "Wi-Fi Assist" feature on iPhone can disable Wi-Fi if it detects a weak signal, switching to mobile data, creating the illusion that Wi-Fi is down. On Android, "Smart Networks" performs a similar function, which can block connections to "slow" networks. Check the settings in the "Settings" section. Connections → Wi-Fi → Advanced.
⚠️ Note: Disabling power saving on the adapter increases battery drain on your laptop. If you're running on battery power, revert these settings after troubleshooting.
Temporary glitches and the need to reset settings
Sometimes the problem lies in a cache of network settings. The device remembers old configurations that conflict with the current router settings. For example, you changed the channel on the router, but the phone is still trying to connect to the old one. In such cases, "Forget Network" can help. This action deletes the saved connection profile, passwords, and static settings for a specific access point.
After selecting "Forget Network," you'll need to re-enter the password. This forces the device to go through the entire handshake with the router again, re-requesting the IP address, and re-negotiating encryption parameters. This often resolves the issue immediately when other methods fail.
If the problem occurs on multiple devices, but one "old" device continues to work (or vice versa), it might be worth updating the router's firmware. Manufacturers regularly release updates that fix compatibility issues with new versions of iOS, Android, and Windows. Check the section System Tools → Software Update in the router interface.
Why does the router see the phone but not provide internet?
This means that the physical connection (Layer 1 and 2) is established, but there is no routing (Layer 3). The problem is most likely with DNS or an incorrectly specified gateway. Try manually entering Google's DNS servers (8.8.8.8 and 8.8.4.4) in the Wi-Fi settings on your device.
Can an antivirus block Wi-Fi on only one PC?
Yes, absolutely. Third-party firewalls and antivirus programs often have their own rules for "Public Networks." If your PC has identified your home network as public, it may have blocked access. Check your firewall settings.
How do I know if my Wi-Fi module's battery is dead?
Modern devices don't use a battery to store Wi-Fi settings; everything is stored in flash memory. However, if the device is older and its main battery is running low, the voltage may drop below the operating threshold of a powerful Wi-Fi transmitter, causing constant dropouts while other devices are working.
Does password length affect connection?
In itself, no, if the WPA2 standard is used. However, if the router only supports older encryption standards (WEP, WPA-TKIP) and the device is new, it may connect to a network with a "weak" password or encryption type.