Laptop displays "Limited" Wi-Fi: causes and solutions

When a laptop displays "Limited" instead of "Connected" next to the wireless network icon, it's a classic sign of a problem in the data exchange chain between the device and the router. This means a physical connection is established, but the laptop isn't receiving a valid IP address from the router or can't access the global network via the default gateway. Most often, the problem stems from a software conflict with Windows drivers, static TCP/IP settings, or a temporary hangup in the router's DHCP server.

Users often encounter this after updating their operating system, replacing hardware, or experiencing a power surge that could have disrupted the network adapter's settings. It's important to understand that the "Limited" message (or a yellow exclamation point) always indicates a local issue with the laptop-router connection, not a lack of internet service from the ISP. In most cases, normal operation can be restored without reinstalling Windows by running a series of network diagnostics.

Troubleshooting should begin with checking the hardware and basic settings, as complex software failures often disguise themselves as simple configuration errors. If the laptop doesn't see the network, or sees it but won't connect, that's a different scenario, requiring checking passwords and radio module visibility. In our case, the focus shifts to routing and addressing protocols.

Connection status diagnostics and initial analysis

The first step in resolving a problem where a laptop displays "Limited" is to pinpoint the exact point where the connection is interrupted. Windows provides built-in diagnostic tools that are often ignored by users but can provide an initial clue. Right-click the Wi-Fi icon in the system tray and select "Troubleshoot." The system will automatically attempt to reset the adapter and check for gateway availability.

However, relying solely on the automatic fixer isn't recommended, as it often only offers to "try again." You need to manually check the IP address assigned to your adapter. To do this, open the command prompt (cmd) and enter the command ipconfigFind the "Wireless LAN" or "Wireless LAN adapter" section. If in the IPv4 address field you see an address starting with 169.254.x.x, this is a sure sign that the DHCP server (usually the router) did not issue the address automatically.

This address, known as APIPA, is assigned automatically by Windows when it can't find a DHCP server on the network. This confirms that the laptop is "screaming" to the network, but no one is responding or the response is being blocked. Normally, this address should look something like this: 192.168.0.x or 192.168.1.x, corresponding to the subnet of your router.

📊 What status do you see in the Windows tray?
Connected, no internet access
Limited (yellow sign)
No network access
Network not found

It's also worth paying attention to the frequency of the error. If the laptop displays "Limited" immediately after turning on, the problem is most likely with the Windows service loading order. If the error appears intermittently during operation, it may indicate radio interference or overheating of the Wi-Fi module, which begins to lose control packets.

Resetting network settings and working with the TCP/IP protocol

The most effective way to resolve TCP/IP stack errors is to completely reset the network settings to factory defaults. Errors often accumulate in the Windows registry, preventing the correct IP address from being obtained. To perform a deep clean, run the command prompt as administrator.

Run the following commands in sequence, entering them one at a time and waiting for each one to complete:

netsh winsock reset

netsh int ip reset

ipconfig /release

ipconfig /renew

ipconfig /flushdns

Team netsh winsock reset resets the Winsock directory, which is responsible for how programs access network resources. Resetting the IP protocol (netsh int ip reset) returns TCP/IP settings to default. After completing these steps, the system will prompt you to restart the computer—this is a mandatory step, without which the changes will not take effect.

☑️ Network Reset Checklist

Completed: 0 / 4

Another common cause of the "Limited" status is static IP addresses manually entered in the adapter properties. If you previously changed the settings to connect to a work server or printer, they may conflict with your home network. Go to Control Panel → Network and Internet → Network and Sharing Center, select your Wi-Fi adapter, click “Properties” and 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. If there are numbers listed, replace them with the ones you want to obtain automatically. A static IP address from a different subnet (e.g. 10.xxx instead of 192.168.xx) is guaranteed to result in connection throttling.

Working with wireless adapter drivers

Drivers are the intermediaries between the operating system and the laptop hardware. If your laptop displays "Limited," it's possible that the Wi-Fi adapter driver isn't working properly or was corrupted during a Windows update. Go to Device Manager (click Win + X and select the appropriate item).

Expand the Network Adapters tab. Look for a device that contains the words Wireless, Wi-Fi, 802.11, or brand names like Intel Dual Band Wireless, Realtek RTL8822BE, Qualcomm AtherosRight-click and select "Uninstall device." In the window that appears, check "Delete the driver software for this device" if available, and confirm.

After uninstalling the driver, restart your laptop. Windows will detect new hardware upon startup and attempt to install the default driver. This often resolves the compatibility issue. If the default driver doesn't work, download the latest version from the laptop manufacturer's official website (not from the chip manufacturer's website, but from the laptop brand's website, such as Asus, HP, or Lenovo), as it may contain specific power-saving settings.

What to do if the driver is not installed?

If the driver doesn't install automatically after rebooting, there may be residual files left in the system. Use utilities like Driver Store Explorer to completely clean up old versions before reinstalling.

It's also worth checking the adapter's power settings. In Device Manager, go to the "Power Management" tab for your Wi-Fi adapter. Uncheck "Allow the computer to turn off this device to save power." Windows often overly aggressively saves battery power by disabling the Wi-Fi adapter, which results in connection drops and a "Limited" status when attempting to reconnect.

Router and DHCP server settings

The problem may lie not with the laptop, but with the router itself. If the router's DHCP server is full or frozen, it won't be able to assign an IP address to a new device. Try a hard reset of the router: unplug it from the power outlet for 30 seconds, then plug it back in and wait for it to fully boot up (2-3 minutes).

Go to the router's web interface (usually at 192.168.0.1 or 192.168.1.1). Check your DHCP settings. Make sure the server is enabled and the address range (pool) is large enough. For example, if the range is set from 192.168.1.100 to 192.168.1.105, only six devices will be able to connect to the network at a time. The seventh device will receive the "Limited" status.

Also check your security settings. If MAC address filtering is enabled, your laptop can see the network, but the router will block the IP address from being assigned because the laptop's network card address isn't whitelisted. Disable MAC address filtering to test, or add your laptop's address to the whitelist.

In some cases, changing the wireless network channel can help. If you live in an apartment building, neighboring routers may be clogging the airwaves. Switching your router settings from "Auto" to a specific free channel (for example, 1, 6, or 11 for 2.4 GHz) can stabilize the connection.

Antiviruses and third-party software

Third-party antiviruses and firewalls often take over network management by creating virtual adapters and filters. If you recently installed an antivirus (Kaspersky, ESET, Avast) and your laptop now displays "Limited," try temporarily disabling the antivirus's firewall.

Furthermore, some tunneling software (VPNs, proxies, mining programs, or remote access programs) can change system DNS or proxy settings. Check your proxy server settings in Windows: Start → Settings → Network & Internet → Proxy ServerMake sure the "Use a proxy server" switch is turned off unless you are using a corporate network.

⚠️ Attention: If you have a third-party antivirus installed, completely uninstall it during diagnostics rather than simply disabling it. Residual network filter drivers may continue to block connections even after disabling protection.

It's also worth checking Windows services. Click Win + R, enter services.mscFind the "WLAN AutoConfig" service. Make sure it's running and the startup type is set to "Automatic." Without this service, Windows won't be able to manage wireless connections correctly.

Table: Comparison of solution methods

To help you choose the right method for eliminating the "Limited" error, let's look at the main approaches and their effectiveness depending on the symptoms.

Solution method Complexity DHCP Error Performance Risk of data loss
Reset TCP/IP (cmd) Low High No
Reinstalling the driver Average Average No
Resetting the router Low High No (settings will be saved)
System rollback High Average Minimum (recovery points)

As the table shows, it's always best to start with the least invasive methods. Resetting network settings via the command line resolves the issue in 80% of cases related to Windows software failures. Driver reinstallation is required less frequently, usually after major OS updates.

If none of the software methods help and the laptop still displays "Limited," a hardware fault with the Wi-Fi module cannot be ruled out. The antennas inside the laptop may have become disconnected, especially if the device has recently been disassembled or impacted.

Frequently asked questions and additional nuances

⚠️ Attention: The Windows 10 and Windows 11 settings interfaces may differ. If you can't find the item, use the search in settings or the command ncpa.cpl to open the classic network connections window.

It's also worth mentioning IPv6 conflicts. On some older routers or with specific ISP settings, IPv6 can cause delays or connection errors. Try unchecking "Internet Protocol version 6 (TCP/IPv6)" in your Wi-Fi adapter's properties. This simple step often forces your laptop to prioritize IPv4 and connect successfully.

Keep in mind that the number of connected devices plays a role. If you have 20-30 devices (phones, TVs, smart bulbs) connected to your home Wi-Fi, a budget router may simply be unable to distribute addresses, returning a "Limited" error to new devices.

FAQ: Frequently Asked Questions

Why does my laptop say "Limited" even though my phone connects fine?

This indicates that the problem is localized to the laptop. Most likely, the TCP/IP settings are incorrect, a static IP address is set that is incompatible with the current network, or the Wi-Fi adapter driver is malfunctioning. The router is working properly if other devices are working.

Can a virus cause the "Restricted" status?

Yes, some types of malware modify DNS or proxy server settings, redirecting traffic. Viruses can also block access to network system services. It is recommended to scan your system with an antivirus scanner, such as Dr.Web CureIt! or Malwarebytes.

Will deleting the network in Windows settings help?

Yes, this is a useful step. When you delete a network (Forget Network), Windows erases the saved connection profile, including any errors in the saved security keys or encryption types. You'll then need to reconnect by entering the password.

What should I do if the error appears after a Windows update?

Updates often break old drivers. Try rolling back the device driver in Device Manager (Driver tab → Roll Back Driver). If that doesn't help, download a driver specifically for your version of Windows from the laptop manufacturer's website.

Does antivirus software affect Wi-Fi connection?

Yes, your antivirus's built-in firewall may block DHCP requests or treat your home network as public, preventing detection. Try temporarily disabling network protection in your antivirus settings to test.