My laptop says "Connection is limited": causes and solutions

A laptop suddenly losing full network functionality, displaying the status "Limited Connection" or "No Internet Access," is one of the most common problems in home computing. The user sees the Wi-Fi icon as active, but the browser won't open pages, and programs are still requiring a connection. This condition means that a physical connection to the router has been established, but data exchange between them is either impossible or has been interrupted at the software level.

There can be many reasons for this failure, ranging from a simple router freeze to complex IP address conflicts or outdated network adapter drivers. Often, the problem stems from incorrect Windows power-saving settings, which forcibly disable the communication module to conserve battery power, after which the system is unable to restore its normal operation. In other cases, the culprit is the router itself. router, which stops issuing addresses to new devices due to the DHCP table being full.

In this article, we'll cover diagnostic and troubleshooting algorithms in detail, so you can quickly get your laptop back up and running again. We'll cover both software solutions via the command line and Device Manager, as well as physical hardware reboots. It's important to understand that the order of actions matters: always start with simple steps, gradually moving on to more complex system settings.

Initial diagnostics and equipment reboot

Before delving into complex operating system settings, it's important to rule out basic hardware issues. Often, the Wi-Fi module on the router or laptop itself simply freezes while waiting for a response, and forcing a disconnect helps clear the freeze. The most effective method is a complete hardware reboot: first, turn off the laptop, then unplug the router.

Wait at least 10-15 seconds for the capacitors in the router's power supply to fully discharge. This ensures that the device's RAM is cleared of any temporary errors and all frozen processes are reset. After the pause, turn on the router and wait until it fully boots up (usually 1-2 minutes, until all the standard indicators light up), and only then turn on your laptop.

⚠️ Note: If you use a fiber optic terminal (ONT) and a separate Wi-Fi router, you need to reboot both devices. The power-up sequence is as follows: first reboot the provider's modem, wait 30 seconds, then reboot your router.

In some cases, the problem may be related to overheating of the laptop's network adapter, especially if the device is used on soft surfaces that block ventilation. Check whether the physical Wi-Fi switch on the laptop case (if present) is blocked or whether airplane mode is activated. Sometimes users accidentally press a key combination. Fn + F2 (or another function key with an antenna icon), which completely disables the wireless module.

Using Windows Troubleshooter

The Windows operating system has built-in diagnostic tools that can automatically detect and fix a number of common network errors. Although users often ignore this feature, it can be surprisingly effective in cases of the "Limited Connection" error. The system checks the driver status, the IP address, and the gateway's availability.

To run diagnostics, right-click the Wi-Fi icon in the system tray (near the clock) and select "Troubleshoot." The system will collect data about the current network status and attempt to apply fixes. If Windows detects a DNS issue or resets TCP/IP settings, it will notify you and offer to fix the problem.

However, it's important to keep in mind that the built-in wizard isn't all-powerful. It often can't fix deep registry errors or conflicts caused by third-party antivirus software. If the diagnostics return the message "Unable to fix the problem," this is a sign that manual intervention in the network stack settings is required.

📊 What connection status do you see most often?
Connected, no internet
Connection is limited
No network access
Searching networks...
Network not found

Reset TCP/IP and DNS settings via the command line

One of the most common reasons a laptop displays the "Limited Connection" error is an IP address conflict or incorrect DNS cache entries. This can occur after changing the router, updating the system, or simply due to a software glitch. A solution is to force reset the network settings to factory defaults using the command line.

You will need administrator rights to perform this operation. Press the keys Win + R, enter cmd, then press Ctrl + Shift + Enter Or find "Command Prompt" in the Start menu, right-click it, and select "Run as administrator." In the black window that opens, you need to enter a series of commands in sequence, pressing Enter after each one.

First team netsh winsock reset resets the Winsock directory, which is responsible for applications interacting with the network. The second command netsh int ip reset resets IP protocol settings. The third command ipconfig /release releases the current IP address, and ipconfig /renew requests a new one from the router. The command completes the cycle. ipconfig /flushdns, which clears the DNS cache.

⚠️ Attention: After executing the Winsock reset command (netsh winsock reset) The system may require a mandatory reboot for the changes to take effect. Do not ignore this request, otherwise the settings will not be applied.

These steps often resolve the issue when a laptop is connected to Wi-Fi but the internet isn't working. The process is simple: we remove any erroneous configurations that may have accumulated in the system and force Windows to "reacquaint itself" with the network hardware.

☑️ Network Reset Checklist

Completed: 0 / 1

Updating and reinstalling Wi-Fi adapter drivers

A driver is a software intermediary between the operating system and the physical network adapter. If the driver code contains an error or is incorrectly installed after a Windows update, the Wi-Fi module may become unstable and constantly lose connection. The "Limited" status often indicates that the adapter is unable to process data packets correctly.

You can check the driver's status in Device Manager. Right-click the Start button and select "Device Manager." Expand the "Network Adapters" branch. Find your wireless adapter (the name usually includes words like "Wireless," "Wi-Fi," or "802.11" or brand names like Intel, Realtek, or Atheros). If a yellow exclamation point appears next to the device, the problem is definitely with the driver.

Even if there are no signs, try reinstalling. Right-click the adapter and select "Uninstall device." In the window that appears, check "Delete the driver software for this device" (if available) to completely clear any traces of the old software. After uninstalling, click "Action" → "Scan for hardware changes" in the Device Manager menu. The system will attempt to find and install the driver again.

Windows' automatic search doesn't always find the latest version. It's best to download the latest driver from the laptop manufacturer's official website (e.g., HP Support Assistant, Lenovo Vantage or website ASUS) based on your device model. The version installed from the official website is guaranteed to be compatible with your hardware.

Configuring adapter power settings

Modern laptops strive to conserve energy at all costs, and Windows often sacrifices Wi-Fi stability for extra minutes of battery life. The system may put the network adapter into sleep mode, from which it fails to resume correctly, leading to connection drops. Disabling this feature often resolves the issue of constant disconnections.

Return to Device Manager, find your Wi-Fi adapter, right-click it, and select Properties. Go to the Power Management tab. Here you'll see a checkbox next to "Allow the computer to turn off this device to save power." Uncheck it.

After unchecking the box, click "OK" and restart the laptop. This prevents the system from forcibly disabling the Wi-Fi module. The adapter will now run continuously, eliminating micro-interruptions caused by attempts to wake from sleep.

Checking router settings and MAC address filtering

Sometimes the problem isn't with the laptop, but with the router settings. If MAC address filtering is enabled on the router, the device may see the network, but the router will block internet access for that particular laptop, displaying a limited connection status. Another possible cause could be an overflow of DHCP addresses.

To check, log in to the router's web interface (usually the address 192.168.0.1 or 192.168.1.1). Find the "Wireless" or "Wi-Fi" section and check the security settings. Make sure MAC Filtering is not enabled. If it is, add your laptop's MAC address to the allowed list or temporarily disable the filter.

It's also worth paying attention to the Wi-Fi channel. If you live in an apartment building, the airwaves may be clogged with signals from neighboring routers. Changing the channel in your router settings from "Auto" to a specific free number (for example, 1, 6, or 11 for the 2.4 GHz band) can significantly improve connection stability.

Parameter Default value Recommended action Impact on error
Adapter operating mode Auto / Mixed 802.11n or 802.11ac High (eliminates protocol conflicts)
Wi-Fi channel Auto 1, 6, 11 (for 2.4 GHz) Medium (reduces interference)
Channel width 20/40 MHz 20 MHz (with interference) Average (increases stability)
Power saving mode Included Off Critical (prevents breaks)
What is a MAC address and where can I find it?

The MAC address is a unique identifier for a network interface. You can find it in the command line by entering the ipconfig /all command. Look for the line "Physical Address."

Network reset and extreme measures

If none of the above methods help, you can use the full network reset feature built into Windows 10 and 11. This will delete all saved Wi-Fi passwords and VPN settings, and restore all network components to their original state. This is a "core" option that often helps in difficult situations.

Go to "Settings" (the gear icon in the Start menu) → "Network & Internet." At the very bottom of the "Status" page, find the "Network reset" link. Click it, then "Reset now." Your computer will warn you that it will restart in 5 minutes. Accept and wait.

After rebooting, you'll need to re-enter your Wi-Fi password. The system will reinstall the network drivers and reset all TCP/IP configurations. If this doesn't help, the problem may be hardware—a faulty Wi-Fi module in the laptop or an antenna. In this case, it might be worth using an external USB Wi-Fi adapter for testing.

⚠️ Note: The "Network Reset" feature will delete all known Wi-Fi networks. Make sure you remember your home internet password before performing this step.

Why does the laptop see the network, but says "No Internet access"?

This means there's a physical connection to the router (the radio channel is working), but the router can't transmit data further into the global network. Possible causes include issues with the ISP, faulty DNS settings on the laptop, or the router is frozen and not assigning IP addresses.

Can antivirus software block Wi-Fi connections?

Yes, some third-party antiviruses and firewalls have their own firewalls. When an antivirus updates or encounters a rule conflict, it may block network traffic. Try temporarily disabling network protection in your antivirus to test.

What should I do if my Wi-Fi driver disappeared after a Windows update?

Windows 10/11 sometimes replaces the manufacturer's drivers with generic ones, which may not work correctly. Go to Device Manager, find the device (even the one with the error), and select "Update driver" → "Browse my computer for driver software" → "Pick from a list of available drivers." If a non-Microsoft driver is listed, select it.

How do I know if the problem is in my laptop or my router?

The easiest way is to connect another device (smartphone or tablet) to the same Wi-Fi network. If the internet works on the phone but not on the laptop, the problem is with the laptop. If there's no internet anywhere, the problem is with the router or the ISP.

Will changing DNS to 8.8.8.8 help?

Yes, ISPs or local outages often cause standard DNS servers to stop responding. Specifying Google's public DNS (8.8.8.8 and 8.8.4.4) in the IPv4 protocol properties can instantly resolve the "limited connectivity" issue if the problem is specifically the inability to resolve domain names.