Limited WiFi on a Laptop: How to Fix It in Windows

Many users are familiar with the situation where a laptop is connected to a router but the internet isn't working. The network indicator displays a yellow exclamation point, and the browser reports a disconnected connection. This condition limited access often occurs suddenly, turning the work process into chaos.

The reasons may lie in software failures of the operating system Windows 10/11, as well as conflicts with router settings. Sometimes the problem is resolved with a simple reboot, but in other cases, deeper intervention into network settings is required.

In this guide, we'll cover all the effective methods for restoring your connection. You'll learn how to diagnose the problem and fix it systematically, avoiding unnecessary driver reinstallations.

Diagnosis and initial actions

Before delving into complex settings, it's important to rule out basic glitches. Often, the system simply freezes while trying to obtain an IP address from the router. First, try completely rebooting the router by unplugging it for 10-15 seconds.

If this doesn't help, run the built-in Windows troubleshooterIt will automatically check the basic settings and attempt to reset the network adapter. To launch it, go to Settings → Network & Internet → Status and click "Diagnostics".

Check if the internet works on other devices connected to the same network. If the problem only occurs on one laptop, then the issue is definitely with its settings or drivers.

📊 How often do you have problems with WiFi?
Daily
Once a week
Rarely, after an update
I encountered it for the first time

⚠️ Note: If the network indicator shows "No Internet connection" but websites open, the problem may be with your antivirus or DNS cache, not the physical connection.

Resetting network settings and command line

The most effective method is to completely reset the TCP/IP stack and clear the DNS cache. Errors in these tables often prevent the laptop from routing traffic correctly. Administrator privileges are required to perform these operations.

Open the command prompt. Click Win + R, enter cmd, then press Ctrl + Shift + EnterIn the window that opens, enter the following commands sequentially, confirming each one with the Enter key:

ipconfig /flushdns

ipconfig /registerdns

ipconfig /release

ipconfig /renew

netsh winsock reset

After running the last command, the system will prompt you to reboot. This is a required step for the registry changes to take effect.

☑️ Network Reset Checklist

Completed: 0 / 4

Windows 10 and 11 also offer a full network reset feature via the graphical interface. This deletes all saved WiFi profiles and reinstalls network adapters. You can find it in the following path: Settings → Network & Internet → Advanced network settings → Network reset.

IPv4 protocol settings

A common cause of limited access is IP address conflicts or incorrectly specified DNS servers. By default, these settings should be set to automatic, but sometimes providers require manual data entry.

Go to Control Panel → Network and Internet → Network and Sharing Center. Select your connection, click "Properties", then find it in the list Internet Protocol version 4 (TCP/IPv4) and click "Properties" again.

Make sure the following boxes are checked:

  • 🔹 Obtain an IP address automatically
  • 🔹 Obtain DNS server address automatically

If automatic mode doesn't work, try registering public DNS from Google or Yandex. This often solves the problem when your provider's DNS is down.

DNS provider Preferred server Alternative server
Google Public DNS 8.8.8.8 8.8.4.4
Yandex.DNS 77.88.8.8 77.88.8.1
Cloudflare 1.1.1.1 1.0.0.1
OpenDNS 208.67.222.222 208.67.220.220

Updating and reinstalling drivers

An outdated or corrupted wireless adapter driver is a common cause of problems. Windows can automatically update drivers, but it often installs the wrong version.

Open device Manager (click Win + X and select the option from the menu. Find the "Network Adapters" section. If there's a yellow triangle next to your WiFi module (usually labeled "Wireless," "802.11," or "Wi-Fi"), the driver is definitely faulty.

The best solution is to uninstall the device. Right-click the adapter and select "Uninstall device." Don't worry, the system will try to reinstall the driver after rebooting. If that doesn't help, download the latest version from the laptop manufacturer's website (HP, ASUS, Lenovo) from another device and install manually.

⚠️ Warning: Before uninstalling the driver, make sure you have access to the installation file via a USB drive or Ethernet cable, otherwise you may be left without internet access at all.

What to do if the driver is not found?

If there is no driver for your version of Windows on the manufacturer's website, try installing the driver for a previous OS version (for example, for Windows 10 instead of 11) in compatibility mode.

Disabling adapter power saving

The Windows power management system sometimes aggressively limits power to the network adapter, resulting in incorrect operation or intermittent disconnects. This is especially true for laptops running on battery power.

In the same Device Manager Go to your WiFi adapter's properties. On the "Power Management" tab, uncheck "Allow the computer to turn off this device to save power."

It's also worth checking the power supply diagram. Enter it in the search Choosing a power management scheme and select "High Performance" mode. This will prevent the communication module from shutting down in the background.

Checking services and antivirus

Special programs are responsible for the operation of wireless networks in Windows. servicesIf the "WLAN AutoConfig" service is stopped or disabled, connecting to WiFi will be impossible.

Click Win + R, enter services.mscFind it in the list WLAN AutoConfigMake sure the startup type is set to "Automatic" and the service is running. If not, click "Start."

Sometimes a third-party antivirus software blocks the connection, considering the network unsafe. Try temporarily disabling your firewall or antivirus software (Kaspersky, ESET, Avast) and check for internet access.

If you can connect to the internet after disabling protection, add your home network to the trusted list in your antivirus settings. Don't leave your computer unprotected for long periods of time.

Impact of the firewall

The built-in Windows firewall rarely blocks home networks, but corporate security policies may block certain ports.

Resetting the router settings

The problem may lie not with the laptop, but with the router itself. An overflowing device cache or errors in the DHCP table prevent new devices from being assigned an IP address.

Try changing the WiFi channel in your router settings. In apartment buildings, channels are often clogged by neighbors, causing interference. The router login is usually 192.168.0.1 or 192.168.1.1.

If nothing helps, perform a full reset of the router to factory settings (button Reset on the case). After this, you will need to reconfigure your connection to the provider.

⚠️ Warning: Resetting your router will erase all your settings, including your network name, password, and PPPoE/L2TP information from your ISP. Make sure you have this information before resetting.

Frequently Asked Questions (FAQ)

Why does my laptop say "Restricted" even though I entered the password correctly?

This means authentication was successful, but the laptop didn't receive an IP address from the router. The problem lies with the DHCP protocol or the router's address table is full.

Does disabling IPv6 help solve the problem?

Yes, in some cases, providers or equipment don't work correctly with IPv6. Try unchecking IPv6 in the adapter properties.

Can a virus block WiFi?

Yes, some malware changes proxy or DNS settings, redirecting traffic. Scan your system with an antivirus and reset your browser's proxy settings.

What to do if the drivers are not installed?

Try running the installer as administrator. If this doesn't help, the network adapter may be physically faulty or have a loose connection (this applies to internal cards).