Many users are familiar with the situation where, instead of the desired full network icon, a yellow triangle with an exclamation point and the message "Limited" appears on the laptop screen. This message means that a physical connection to the router is established, but data exchange between devices is not occurring. The computer sees the network, but is unable to obtain a valid IP address from the router or establish a connection to the global network.
The reasons for this behavior may lie in software failures of the operating system Windows, as well as incorrect router settings. Often, the problem lies in IP address conflicts, outdated network adapter drivers, or power saving service failures. Sometimes, a simple hardware reboot is enough, but in more complex cases, a thorough diagnosis of network protocols is required.
In this article, we'll explore all possible scenarios why your laptop won't connect to Wi-Fi or displays "Limited," and offer step-by-step solutions. You'll learn how to fix TCP/IP errors, update drivers, and configure static addresses to restore stable internet access without calling a technician.
Hardware diagnostics and initial check
Before delving into complex system settings, it's important to rule out trivial physical causes. Users often forget that Airplane Mode or a physical Wi-Fi switch may be enabled on the laptop or keyboard. Check if the wireless network indicator on the device is lit.
It's also worth making sure the problem isn't global. If the internet isn't working on any device in the house, including smartphones and TVs, the problem is most likely with the ISP or the router itself. In this case, the laptop displays "Limited" because the router simply can't connect to the external network.
⚠️ Attention: If the Wi-Fi indicator on your laptop does not light up at all or is not present in the list of devices, the wireless module may be faulty or the cable inside the case may have come loose.
For a quick check, follow these steps:
- 📶 Reboot the router by disconnecting it from the power supply for 15-20 seconds and wait until the system fully boots up.
- 💻 Press the key combination to turn on Wi-Fi (often this is
F2,F12orFn+ button with antenna). - 🔌 Check the ISP cable connected to the router's WAN port—it should fit snugly in the socket.
If the connection status hasn't changed after rebooting the hardware, we move on to the software part. It's important to understand that status "Limited" — this is always a problem with the local network or protocol settings, and not necessarily a hardware failure.
Reset network settings and TCP/IP protocol
The most common reason a laptop can't detect a Wi-Fi network or displays "Limited" is a problem with the TCP/IP protocol stack. The operating system may have received an incorrect IP address or lost connection to the DNS server. A solution is to completely reset the network settings via the command line.
You will need administrator rights to complete this procedure. Open the Start menu and type in the search cmd, right-click "Command Prompt" and select "Run as administrator." In the window that opens, enter several commands in sequence to clear the cache and reset the configuration.
☑️ Reset network settings
Enter the following commands by pressing Enter after each:
netsh winsock resetnetsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
After executing the last command, the system will reset the current IP address and request a new one from the router. The flushdns command clear the DNS cache, which often helps if websites stop opening even though the network indicator shows a connection.
If the problem persists after rebooting, your system may have a static IP address that conflicts with your router's address range. In this case, check the IPv4 settings in the network adapter properties and ensure "Obtain an IP address automatically" is checked.
Updating and reinstalling Wi-Fi adapter drivers
A driver is software that allows the operating system to communicate with a network card. If the driver is outdated, corrupted, or incompatible with the current version Windows, your laptop may display "Limited" or not detect wireless networks at all. This is especially true after major system updates.
You can check the driver status through the Device Manager. Right-click the Start button and select the appropriate item. In the list, find the Network Adapters section. If there is a "Network Adapters" section next to your Wi-Fi module (often the words Wireless, 802.11, Wi-Fi) there is a yellow exclamation mark, the driver definitely requires attention.
Recovery steps:
- 🔄 Right-click on the adapter and select "Uninstall device," then restart your laptop—the system will attempt to reinstall the driver.
- ⬇️ Download the latest driver version from the official website of the laptop manufacturer (for example, HP, Lenovo, Asus) using another device.
- 🛠️ Use Windows' built-in troubleshooter, which can find and fix basic driver errors.
⚠️ Warning: Avoid using "automatic driver update" programs from unknown developers. They often install generic but unstable versions of software, which can worsen the problem.
A simple driver rollback often helps. In the device properties in Device Manager, go to the "Driver" tab and click the "Roll Back Driver" button if it's active. This will restore the previous working version of the software, which may have been more stable than the new one.
Setting up power saving and adapter settings
Modern laptops aggressively optimize power consumption, which sometimes leads to disabling the Wi-Fi module to conserve battery life. As a result, the laptop displays "Limited" because the adapter can't maintain a stable connection or constantly goes into sleep mode.
To prevent the system from turning off Wi-Fi, open Device Manager, find your wireless adapter, and go to Properties. On the Power Management tab, uncheck "Allow the computer to turn off this device to save power."
Why does Windows turn off Wi-Fi?
Windows tries to extend battery life by reducing radio power. On some laptop models (especially older ones), this causes the connection to be lost when entering sleep mode or even when idle.
It's also worth checking the adapter's advanced settings. In the same properties window, click the "Advanced" button. Find the setting in the list. Roaming Aggressiveness (Roaming Aggressiveness) and set it to "Medium" or "Low". If there is a parameter Throughput Booster, try turning it off.
Another important point is deleting saved network profiles. If the laptop previously connected to this network with different security settings, a profile conflict may cause an error. In the command prompt (as administrator), enter:
netsh wlan delete profile name="Your_Network_Name"
After this, reconnect to the network by entering the password.
Problems with DHCP and static IP addresses
Protocol DHCP Automatically assigns IP addresses to all devices on the network. If the router runs out of addresses or experiences an error, the laptop will be unable to obtain a valid IP address and will display the message "Limited." This problem also occurs if a static address is manually assigned to the laptop and is inappropriate for the current network.
You can check your current IP address with the command ipconfig in the command line. If the address starts with 169.254.x.x, this means that automatic address acquisition failed, and the system assigned itself this temporary address. A normal address usually looks like this 192.168.0.x or 192.168.1.x.
Table of IP address statuses:
| Address type | Example | Meaning |
|---|---|---|
| Normal (DHCP) | 192.168.1.55 | The connection is good. |
| APIPA (Error) | 169.254.12.4 | Failed to get address |
| Static | 192.168.0.150 | Set manually |
| Loopback | 127.0.0.1 | Local test |
If automatic acquisition doesn't work, you can try manually entering a static IP address. To do this, go to the protocol properties. IPv4 Select "Use the following IP address." Enter an address that matches the router's subnet (for example, if the router 192.168.0.1, then give it to the laptop 192.168.0.55), mask 255.255.255.0, gateway is the router address.
The impact of antiviruses and firewalls
Third-party antivirus programs and the built-in Windows firewall can block a network connection if they deem it suspicious. Often, after an antivirus update, its firewall malfunctions, identifying the home network as public and restricting access.
To diagnose the issue, temporarily disable your antivirus and firewall. If the laptop no longer displays the "Limited" message and the internet is back online, the issue is with your security settings. Don't leave your computer unprotected for too long—immediately go to your antivirus settings and look for the network or firewall section.
What you need to check in your security settings:
- 🛡️ Network Type: Make sure your home network is labeled as "Private" and not "Public".
- 🚫 Inbound/Outbound Connection Rules: Check if system services are blocked.
- 🔄 Compatibility mode: Some older antivirus programs may conflict with newer versions of Windows 10/11.
If you are using a third-party firewall, try resetting it to factory settings or uninstalling the program completely to see if the connection error goes away.
Specifics of operation in the 5 GHz range and Wi-Fi channels
Modern routers operate in two bands: 2.4 GHz and 5 GHz. Laptops, especially older models, may not work correctly with the 5 GHz band or certain broadcast channels. If the router automatically selects a channel that your adapter is having trouble with, the "Limited" status will appear.
Try to enter the router settings (via a browser, the address is usually 192.168.0.1 or 192.168.1.1) and change the wireless network channel. For 2.4 GHz, it's best to choose static channels 1, 6, or 11, as they don't overlap. For 5 GHz, you can try changing the channel width from 80 MHz to 40 MHz for greater stability.
It's also worth checking the security type. Outdated encryption standards like WEP or WPA/TKIP may cause problems on new laptops. It is recommended to use WPA2-PSK (AES) or WPA3, if the equipment supports it.
Frequently Asked Questions (FAQ)
Why does Wi-Fi work on my phone, but it says "Limited" on my laptop?
This indicates a problem with the laptop's settings. Most likely, the TCP/IP settings are incorrect, the Wi-Fi adapter driver is outdated, or the system has a static IP address that conflicts with the router. In this case, the phone acts as a monitoring device, confirming the router's functionality.
Could a virus be the reason for the lack of internet?
Yes, some malware changes proxy server or DNS settings, blocking network access. Check your browser and system proxy settings (Settings → Network & Internet → Proxy Server). It's also recommended to run a full antivirus scan.
What to do if the Wi-Fi driver is missing from Device Manager?
If the adapter disappears from the list even under hidden devices, it may be disabled in the BIOS/UEFI or there may be a physical module failure. Try resetting the BIOS settings or checking whether the wireless module disable button on the keyboard was accidentally pressed.
Will resetting the router to factory settings help?
Resetting the router (Reset) will reset it to its original state, deleting all user settings, including the provider's PPPoE passwords. This will help if the problem is in the router settings, but will require reconfiguring the internet. Only do this if you are confident in what you're doing.