Many users are familiar with the situation where a laptop sees a wireless network but fails to connect, displaying a "Limited" or "No Internet Access" status. This means that a physical connection to the router is established, but data exchange between the device and the global network is not occurring. Most often, the problem lies in an IP address conflict, outdated drivers, or incorrect DNS settings.
There's no need to panic at this point, as hardware failures are rare. In the vast majority of cases, the problem is software-related and can be resolved by properly configuring the operating system. Windows or resetting the router settings. It's important to consistently rule out possible causes, ranging from simple reboots to more complex protocol manipulations.
In this guide, we'll walk you through a series of steps to restore a stable connection. You'll learn how to diagnose the source of the problem, properly update network drivers, and configure TCP/IP settings for unimpeded network access.
Before attempting complex setup, it's important to ensure the basic components are working properly. Sometimes, simply turning the Wi-Fi adapter on the laptop itself and then back on again or checking if the internet is working on other devices on the same network is enough. If the smartphone or tablet is working properly, the problem is localized to the computer.
Primary diagnostics and basic reboot of equipment
The most effective and often overlooked method for resolving network issues is a complete reboot of all components. Routers and modems are mini-computers that can accumulate cache errors or lose synchronization with the ISP over time. A "Limited" status often indicates that the laptop is unable to obtain a valid IP address from the router's DHCP server.
First, perform a full power cycle on the router. Don't just press the power button briefly; unplug the device for at least 30 seconds. This time is necessary to fully discharge the capacitors and clear the router's RAM. At the same time, restart your laptop to reset the operating system's network stack.
If the problem persists after turning on the equipment, check the router's antennas (if they are removable) and the indicators on the case. A blinking WAN or globe indicator usually indicates a signal from the ISP. If only the power or Wi-Fi indicator is lit, the issue may be with the service provider.
⚠️ Attention: If you have a 4G/5G modem or fiber optic terminal (ONT), make sure they don't have any blinking error lights (often red or labeled "LOS"). This could indicate a line outage or issues with your provider that you can't resolve by configuring your laptop.
There's also a quick diagnostic software option using built-in Windows tools. The system has its own set of troubleshooting utilities that can automatically reset the adapter or correct incorrect settings.
Using Windows' built-in troubleshooter
operating system Windows 10 And Windows 11 is equipped with a powerful diagnostic tool that can automatically detect and fix common configuration errors. Running this tool often helps when the laptop displays "Limited" due to a protocol reset or DNS issues.
To run diagnostics, right-click the network icon in the system tray (near the clock) and select "Troubleshoot." The system will scan the adapter, attempt a reset, and check for gateway availability. Fixes may be applied during this process without user intervention.
However, automatic mode isn't always effective for complex driver conflicts. If the system displays the message "Unable to fix the problem," don't give up. Diagnostics often only confirm that the default gateway is unavailable or the DNS server isn't responding, which points the way for manual intervention.
In some cases, Windows may prompt you to reset your network settings to factory defaults. This will delete saved Wi-Fi profiles and return all network components to their original state. This is a useful feature if you've recently changed your antivirus software or installed virtualization software.
Reset network settings and TCP/IP parameters
When automatic solutions fail, you should manually flush the DNS cache and reset the TCP/IP stack. Accumulated invalid cache entries can redirect your laptop's requests to incorrect addresses, resulting in the "Limited" status.
This operation requires administrator privileges. Open a command prompt (cmd) or PowerShell as administrator. You can enter the commands one by one or copy the entire block at once. Press Enter after each command and wait for a success message.
ipconfig /flushdnsipconfig /registerdns
ipconfig /release
ipconfig /renew
netsh winsock reset
netsh int ip reset
After running the last command, the system will require a reboot. Don't skip this step, as changes to the registry and network drivers only take effect after a reboot. This is one of the most effective methods if your laptop connects to Wi-Fi but the internet isn't working.
It's also worth checking if there are any static IP addresses set that conflict with the current network. In the protocol properties IPv4 should be set to get addresses automatically unless you are using a specific corporate setting.
☑️ Check IP settings
Updating and reinstalling Wi-Fi adapter drivers
A driver is a software bridge between the operating system and the physical Wi-Fi module. If this bridge is damaged or outdated, the laptop may see the network but be unable to authenticate or receive data. This is especially common after a Windows update.
Open Device Manager from the Start button context menu. Find the Network Adapters section and expand it. You're looking for a device with a name containing the words Wireless, Wi-Fi, 802.11 or brands like Realtek, Intel, Qualcomm.
First, try uninstalling the device (right-click -> Uninstall device), checking the "Delete the driver software" box if it's present. After uninstalling, select "Action" -> "Scan for hardware changes" from the menu. Windows will attempt to reinstall the driver. If this doesn't help, download the latest version from the laptop manufacturer's website.
| Adapter manufacturer | Typical symptoms of failure | Recommended action |
|---|---|---|
| Realtek | Spontaneous shutdowns, low speed | Disable energy saving in properties |
| Intel Dual Band | 5GHz band issues, status "Limited" | Update the driver from the Intel website |
| Qualcomm Atheros | The adapter completely disappears from the list | Relieving static electricity from a laptop |
| Broadcom | Unstable ping, connection drops | Changing the Wi-Fi channel on a router |
It's important to note that using generic driver update programs ("driver packs") often leads to even more problems. It's better to use official utilities from the laptop manufacturer, such as HP Support Assistant, Dell SupportAssist or Lenovo Vantage.
⚠️ Attention: If, after reinstalling the driver, the adapter disappears from the Device Manager or is marked with a yellow exclamation mark with error code 10 or 43, this may indicate a physical malfunction of the Wi-Fi module or its separation from the motherboard.
Setting up Wi-Fi frequency bands and channels
Modern routers operate in two bands: 2.4 GHz and 5 GHz. Laptops, especially older models, may not work properly with the 5 GHz band or certain broadcast channels. If the router automatically selects a congested channel, the connection will be unstable.
Try accessing your router settings (usually at 192.168.0.1 or 192.168.1.1) and forcefully changing the 2.4 GHz broadcast channel to 1, 6, or 11. These channels do not overlap and provide the most stable connection in multi-apartment buildings.
It also makes sense to temporarily separate the SSIDs (network names) for the 2.4 GHz and 5 GHz bands by giving them different names. Connect your laptop to the 2.4 GHz network to test. If the problem resolves, the laptop's Wi-Fi module is having issues with high frequencies or signal strength.
Why might 5 GHz not work?
The 5 GHz band has less penetration through walls. If the router is located far away or behind several partitions, the laptop may see the network, but the signal will be too weak for a stable handshake, resulting in connection failure.
Checking antivirus and firewall settings
Third-party antivirus and firewall software may block network connections, deeming them potentially dangerous. Often, after updating signature databases or the security software itself, network access may be restricted for "security" reasons.
Try temporarily disabling your antivirus and Windows Firewall completely. If the status changes to "Connected," the problem lies with the filtering rules. In this case, you should uninstall your current antivirus and install a newer version, or use the built-in one. Windows Defender.
You can reset Windows Firewall to its default settings. To do this, type "Firewall" in the search bar, select "Restore Defaults," and confirm the action. This will remove any rules you created that may have blocked the connection.
When the problem is hardware: Checking the Wi-Fi module
If software solutions don't help, it's worth considering a physical problem. Internal Wi-Fi modules in laptops are often implemented as a card. Mini PCI-E or M.2The contacts may become oxidized and the antennas may come loose.
You can use an external USB Wi-Fi adapter for testing. If the connection is successful, the built-in module is faulty. This is an inexpensive solution that eliminates the need to disassemble the laptop for repairs.
Overheating may also be the cause. If the laptop is extremely hot in the keyboard area or underneath, the Wi-Fi module may be in protection mode or malfunctioning. In this case, cleaning the cooling system and replacing the thermal paste is necessary.
Why does my laptop say "Restricted" even though the password is correct?
A "Restricted" status after entering the correct password most often means that the router has assigned the address but is not allowing internet access due to MAC address filtering or a limit on the number of connected devices. Incompatible encryption standards are also possible (for example, a laptop only supports WPA2, while the router is configured for WPA3).
Can a virus block Wi-Fi?
Yes, some types of malware can change proxy or DNS settings, redirecting traffic. Viruses can also block access to network services. It is recommended to scan the system with a utility. Dr.Web CureIt! or Kaspersky Virus Removal Tool.
What if the problem is only with one specific Wi-Fi?
If everything works at home but not at the office or cafe, the issue lies with the security settings of that network. You may need to manually configure a proxy server or static IP provided by the network administrator. Try forgetting the network and reconnecting, entering the details carefully.
How to completely reset network settings in Windows 10/11?
Go to Settings -> Network & Internet -> Advanced network settings (or at the bottom of the page) -> Network reset. Click "Reset now." The computer will restart in 5 minutes. All network adapters will be reinstalled and the settings will be reset.