Many Windows users are familiar with the situation when a laptop displays "Limited" when connecting to WiFi. This message indicates that the wireless adapter can physically see the network and even connect to the router, but there is no full internet access. Network stack It can't receive the correct settings from the router, or data exchange is interrupted at the protocol level. This can be frustrating, especially if you need to get work done urgently and the pages won't load.
Most often, the root of the problem lies in a software conflict between Windows 10 or Windows 11 and the network adapter driver. However, it's also possible that the router itself is malfunctioning, refusing to assign an IP address to your device for some reason. Sometimes the system simply "forgets" the network settings or malfunctions in power-saving mode, cutting off power to the adapter at the most inopportune moment.
In this article, we'll examine in detail all possible causes of the "Restricted" status and offer proven solutions. We'll cover everything from simple reboots to fine-tuning the registry and command line. It's important to understand that the "Limited" problem always indicates a connection issue between the laptop and the gateway (router), and not necessarily a hardware failure. Proper diagnostics will help restore a stable internet connection in minutes.
Network condition diagnostics and initial analysis
Before delving into complex settings, it's important to understand the extent of the problem. The "Limited" (or "No Internet Access") status means there's a connection between your device and the router, but the router can't open a path to the external network for that specific client. The first step should always be checking other devices. If WiFi is working properly on your smartphone or tablet, then your ISP and cable are fine, and the problem is localized specifically to the laptop-router connection.
Pay attention to the indicators on the router itself. If the WAN (Internet) light is on but the internet isn't working, the router may be frozen and needs to be rebooted. In Windows, it's worth running the built-in diagnostic tool. It doesn't always fix complex errors, but it can automatically reset the adapter or correct incorrect DNS settings.
It is also worth checking whether the Airplane mode is enabled on your laptop or whether your antivirus is blocking the network connection. firewall A third-party antivirus may detect your home network as suspicious and limit traffic. Temporarily disabling the protection will help identify this factor. If the antivirus is not the culprit, proceed to a more in-depth analysis of the drivers.
Problems with network adapter drivers
The most common reason a laptop displays "Limited" is a malfunctioning WiFi module driver. This can happen after an automatic Windows update, when the system installs a generic driver that conflicts with the hardware. The driver could also be corrupted or outdated. To check, go to device Manager.
Right-click the Start button and select Device Manager. Find the "Network Adapters" section and expand it. If you see a yellow exclamation point next to your WiFi adapter (often with "Wireless," "802.11," or "Wi-Fi" in the name), the problem is definitely with the driver. Even if there's no sign, it's worth trying reinstalling the device.
The algorithm of actions should be as follows:
- 🔍 Right-click on the network adapter and select "Uninstall device".
- 🔄 In the window that appears, check the box "Delete the driver software for this device" if it is available.
- 💻 Restart your laptop using the power button or through the Start menu.
- 📥 After restarting, Windows will attempt to automatically reinstall the driver.
If automatic installation doesn't work, you'll have to download the driver manually. It's best to do this from the laptop manufacturer's official website (for example, ASUS, Lenovo, HP), using another device with internet access or a cable connection. Installing the native driver often resolves connection issues.
What to do if the driver is not found?
If the manufacturer's website doesn't have a driver for your version of Windows, try finding a driver for an older version (for example, Windows 8 if you have Windows 10). When installing, run the file as administrator and select compatibility mode in the executable's properties. This often helps ensure compatibility between older hardware and a new OS.
TCP/IP and DNS settings failures
Sometimes the problem lies not in the hardware, but in accumulated errors in network protocols. Stack TCP/IP Windows may contain erroneous entries that prevent it from correctly obtaining an IP address from the router. In this case, the best solution is to completely reset the network settings via the command prompt. This will clear the cache and return the settings to factory defaults.
To perform a reset, you need to open the command prompt as an administrator. Click Win + X and select "Windows PowerShell (Admin)" or "Command Prompt (Admin)." In the window that opens, you'll need to enter a series of commands. Don't be alarmed by the number of commands—they're standard and safe.
netsh winsock resetnetsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
After entering the last command, be sure to restart your computer. Often, after this procedure, the laptop stops displaying "Limited" and starts working normally. If the problem persists, it's possible the static DNS settings are the issue. Try setting public DNS servers from Google or Cloudflare.
To change DNS, go to Control Panel → Network and Internet → Network and Sharing Center → Change adapter settingsFind your wireless connection, click "Properties", select "Internet Protocol Version 4 (TCP/IPv4)" and enter your preferred DNS servers manually.
IP address conflicts and router settings
One of the classic causes of the "Limited" status is an IP address conflict. This occurs when two devices on the local network attempt to use the same IP address. The router becomes confused about which device to send data packets to and blocks the connection for one of them. The router could also overflow its DHCP client table if too many devices are connected simultaneously.
In this case, resetting the network settings on the router itself or forcibly changing the IP address on the laptop can help. If you have a large network, it might be worth increasing the range of addresses allocated in the router's DHCP settings. For example, changing the address pool from 192.168.0.100-150 on 192.168.0.100-250.
Below is a table of the causes of conflicts and ways to resolve them:
| The cause of the conflict | Symptom | Solution |
|---|---|---|
| Static IP on a laptop | Permanent "Limited" | Switch to "Receive automatically" |
| MAC address duplication | Network dropout on one of the devices | Change the MAC address in the adapter settings |
| DHCP flooding | New devices are not connecting | Expand the address pool in the router |
| Router freezes | All devices without internet | Restarting the router via power |
It's also worth checking your router's MAC address filtering settings. If you or someone else accidentally blacklists your laptop's MAC address, the router will formally accept the connection but deny network access, resulting in a restricted status.
☑️ Checking router settings
The Impact of Windows Energy Saving
The Windows operating system aggressively optimizes power consumption, especially on laptops. The power saving feature can disable the network adapter to reduce battery drain, but upon waking, the device doesn't always reconnect correctly, returning a "Limited" error. This is especially true for older laptop models or those with worn-out batteries.
To prevent the system from turning off the WiFi module, you need to change the power plan. Go to Control Panel → Power Options → Change plan settings → Change advanced power settingsIn the list, find "Wireless adapter settings" and set the mode to "Maximum performance".
⚠️ Attention: Setting the maximum performance mode may drain your laptop's battery faster when running on battery power. This method is recommended when using power from a network or when a stable connection is more important than battery life.
Additionally, you should check the adapter's settings in Device Manager. In the WiFi module's properties, under the "Power Management" tab, uncheck "Allow the computer to turn off this device to save power." This will ensure that the card is not disabled by software during operation.
Third-party software and viruses
The influence of malware shouldn't be discounted. Some viruses and Trojans intentionally block network access to prevent users from downloading antivirus software or seeking help. Network optimizers, VPN clients, or Android emulators that create virtual network adapters and interfere with the primary connection can also cause problems.
If you have a third-party antivirus installed (for example, Kaspersky, ESET, Avast), try temporarily disabling its firewall. Sometimes, after updating its signature databases, the antivirus starts treating a home network as safe and blocks data exchange. Temporarily enable "Public Network" mode in Windows settings to see if this changes the system's behavior.
Also, run a full system virus scan. You can use free scanners such as Dr.Web CureIt! or Kaspersky Virus Removal ToolThey don't require installation and can detect threats missed by standard antivirus programs. Removing malware from the system often restores normal network protocol operation.
Frequently Asked Questions (FAQ)
Why does the "Limited" status only appear after waking up from sleep mode?
This is a classic sign of a driver or power saving settings issue. The adapter isn't initializing correctly after waking up. Try updating the driver and disabling power saving for the network device, as described in the relevant section of this article.
Will resetting the router to factory settings help?
Yes, this is a radical, but effective method. A reset will erase all settings, including your WiFi password and provider information. You'll have to reconfigure the router. Use this method if other methods haven't helped and you suspect a firmware issue.
Can an antivirus block the internet by showing "Restricted"?
Yes, your antivirus's firewall can block connections if it deems the network unsafe or detects suspicious activity. Temporarily disable your network protection to test this hypothesis.
What to do if nothing helps?
If all software methods have failed, there may be a hardware issue. Try connecting your laptop to a different WiFi network (for example, to share internet from your phone). If the "Limited" network still shows "Limited," the WiFi module itself is likely faulty. In this case, an external USB WiFi adapter will help.