Limited Wi-Fi on Laptop: 10 Causes and How to Fix the Problem

You connected your laptop to Wi-Fi, but instead of internet access you see the message Limited Access, No network access or a yellow triangle with an exclamation mark? This problem is familiar to millions of users - and it can occur both Windows 10/11, and on macOS or LinuxMost often, incorrect network settings, IP address conflicts, or router errors are to blame.

In this article we will look at all possible reasons limited access to Wi-Fi on a laptop - from the banal (for example, disabled DHCP on the router) to rare (like incompatibility of standards 802.11ax And 802.11n). You will receive step-by-step instructions To diagnose and resolve the problem, you'll also learn how to prevent it from recurring. If you're not a techie, don't worry: we've explained everything in plain language, without unnecessary jargon.

Before you start tweaking settings, check the obvious: is the internet working on other devices (smartphone, tablet)? If so, the problem is definitely with the laptop. If not, the router or ISP is to blame. This will help narrow down the problem.

📊 What OS are you experiencing this problem on?
Windows 10/11
macOS
Linux
I don't know/Other

1. IP address issues: DHCP not providing settings

The most common reason for limited access is IP address conflict or a DHCP server failure (the protocol that automatically assigns addresses to devices on the network). If the laptop doesn't receive a valid IP address, it will connect to Wi-Fi, but the internet won't work.

To check this:

  • 🔍 Open Command line (Win + R → enter cmdEnter).
  • 📋 Enter the command
    ipconfig /all
    and find the line IPv4 address for your Wi-Fi adapter. If it contains an address like 169.254.x.x - This a sure sign of a DHCP problem.
  • 🔄 Try updating your IP manually:
    ipconfig /release
    

    ipconfig /renew

If after renew an error appears "Unable to contact the DHCP server"The problem is either with your router or your laptop's network settings. Proceed to the next section.

2. Incorrect network settings in Windows

Sometimes network adapter The laptop isn't working properly due to incorrect settings. This can happen after a Windows update, installing new software, or even after a reboot. Here's what to check:

  1. Reset network settings:

    Go to Settings → Network & Internet → Status → Network reset. This option will return all parameters to factory settings, but delete saved Wi-Fi passwords!

  2. Manual DNS configuration:

    Open Control Panel → Network and Sharing Center → Change adapter settingsRight-click on your Wi-Fi, select Properties → Internet Protocol Version 4 (TCP/IPv4) → Properties and manually enter DNS (for example, 8.8.8.8 And 8.8.4.4 from Google).

  3. Rolling back the adapter driver:

    If the problem appeared after the update, open Device Manager → Network Adapters, find your Wi-Fi module (for example, Intel Wi-Fi 6 AX200), click Properties → Driver → Roll Back Driver.

Make sure the network mode is not "Airplane"|Reset the network in settings|Check DNS servers|Update/roll back the adapter driver

-->

If the problem persists after these steps, proceed to diagnosing the router—it may be blocking your laptop.

3. Router-side issues: MAC filtering, device restrictions

Many modern routers (for example, TP-Link Archer, ASUS RT-AX88U, Keenetic) have functions control of connected devicesIf your laptop suddenly loses internet access, check:

  • 🔒 MAC address filtering: The router may block devices with unknown MAC addresses. Go to the router's web interface (usually at 192.168.1.1 or 192.168.0.1) and check the section Wireless → MAC Filter.
  • 📵 Limit on the number of devices: some providers (eg Rostelecom or Beeline) limit the number of gadgets on the network. If the limit is reached, new devices receive "limited access."
  • 🔄 Wi-Fi operating mode: if the router is configured to only 802.11ac, and your laptop only supports 802.11n, there will be a connection, but without internet. Change the mode to Mixed (11b/g/n/ac).
How to find out the MAC address of a laptop?

In Windows: Open Command line and enter ipconfig /all — look for the line Physical address for Wi-Fi adapter.

On macOS: System Preferences → Network → Advanced → Ethernet → Ethernet ID.

If you can't access your router settings (for example, you forgot your password), reset it to factory settings using the button Reset on the back panel (hold for 10 seconds). Attention: After the reset, you will have to set up the network again!

⚠️ Attention: Router web interface settings may vary depending on the model and firmware version. If you can't find these sections, consult your model's manual.

4. Wi-Fi channel conflict or interference from other networks

If your router is running on a congested channel (for example, 6th or 11th in the range 2.4 GHz), this can cause constant connection breaks and limited access. This is especially true for apartment buildings, where dozens of networks compete for a single channel.

To check and fix:

  1. Download a Wi-Fi analysis utility (for example, Wi-Fi Analyzer for Android or NetSpot for Windows/macOS).
  2. Check which channels are occupied by neighboring networks. Choose the least busy one (for example, 1st or 13th For 2.4 GHz).
  3. Go to your router settings and change the channel in the section Wireless → Channel.
Range Recommended Channels Notes
2.4 GHz 1, 6, 11 They do not intersect with each other, but can be occupied by neighboring networks.
5 GHz 36, 40, 44, 48, 149, 153, 157, 161 Less interference, but shorter signal range.
6 GHz (Wi-Fi 6E) Any free Supported only by newer devices (eg. Intel Wi-Fi 6E AX210).

If the problem persists after changing the channel, try switch to another range (With 2.4 GHz on 5 GHz or vice versa). Some older laptops (for example, with adapters Broadcom 4313) may not support 5 GHz.

5. Problems with Wi-Fi adapter drivers

Outdated, damaged or incompatible network adapter drivers — a common cause of limited access. For example, after an update Windows 11 Many users are faced with the fact that the system automatically installs Microsoft Universal Driver instead of the original from the manufacturer (for example, Qualcomm Atheros or Meditek).

How to check and fix:

  • 🔧 Open device Manager (Win + X → Device Manager).
  • 🖥️ Find your Wi-Fi adapter in the section Network adaptersIf there's a yellow exclamation mark next to it, the driver isn't working properly.
  • 🔄 Right-click → Update driver → Browse my computer for driver software → Select from the listIf you have an original driver (not from Microsoft), select it.
  • 🌐 If the problem persists, download the driver from the laptop manufacturer's website (for example, Lenovo Support, HP Software) or adapter (for example, Intel Download Center).
⚠️ Attention: Do not download drivers from third-party sites (like driverpack.io) — they may contain malware. Use only official sources!

For Linux (For example, Ubuntu or Fedora) the problem is often solved by installing proprietary drivers through Terminal:

sudo apt update

sudo apt install firmware-iwlwifi # For Intel adapters

sudo modprobe -r iwlwifi && sudo modprobe iwlwifi

6. Antivirus or firewall is blocking the network

Aggressive settings antivirus (For example, Kaspersky Internet Security, Avast, ESET NOD32) or built-in Windows firewall They can block network connections, perceiving them as a threat. This is especially true when connecting to public networks (in cafes and airports).

How to check:

  • 🛡️ Temporarily disable your antivirus and check if the internet is back online.
  • 🔥 Open Windows Firewall (Control Panel → Firewall → Advanced Settings) and check the rules for outgoing connections.
  • 📡 If you use a VPN (for example, NordVPN or ProtonVPN), disable it - sometimes it conflicts with the main connection.

If the problem disappears after disabling the antivirus, add your network to exceptions or configure firewall rules to allow traffic.

7. Hardware problems: broken Wi-Fi module or antenna

If none of the above methods helped, the problem may be hardware laptop. This could be:

  • 📡 Damage to the Wi-Fi module (for example, after a fall or liquid spill).
  • 📶 Disconnecting antenna cables (a common problem for Lenovo ThinkPad And Dell XPS after disassembly).
  • 🔋 Adapter overheating (If the laptop gets very hot, the module may turn off for protection).

How to diagnose:

  1. Connect your laptop to the Internet via cable (Ethernet). If the internet works, the problem is definitely in the Wi-Fi module.
  2. Check if the adapter is detected in Device ManagerIf it's not on the list, it's either disabled or broken.
  3. If you are tech savvy, open the back cover of your laptop and check if the antenna cables are connected to the Wi-Fi module (usually these are two thin wires marked MAIN And AUX).
⚠️ AttentionRepairing your laptop yourself may void your warranty. If your device is under warranty, contact a service center.

If the Wi-Fi module is broken, it can be replaced. Universal modules are suitable for most laptops. M.2 2230 (For example, Intel AX200 or Qualcomm QCA61x4A). The cost of replacement in the service is from 1,500 to 3,000 rubles (as of 2026).

8. Problems on the provider's side: technical work or blocking

Sometimes limited Wi-Fi access on your laptop isn't related to your devices. Possible reasons for this are related to your ISP:

  • 🔌 Technical work on the line (check notifications from the provider in your personal account or by phone).
  • 📵 MAC address blocking: some providers (eg MGTS or Dom.ru) bind the internet to a specific device. If you've connected a new laptop, its MAC address may not be registered.
  • 💰 The money in the account ran out or the tariff has expired.
  • 🛡️ Parental lock is active (if the network is configured through the provider).

To rule out this cause:

  1. Connect your laptop to the Internet via mobile hotspot (smartphone). If the internet works, the problem is definitely with the provider or router.
  2. Call your provider's support team and check if there are any restrictions on your account.
  3. If your ISP blocks by MAC, ask them to add your laptop's MAC address to the whitelist.
How can I find out if my provider is performing maintenance?

Check the provider's official website or social media pages (for example, VKontakte or Telegram). You can also call the support number (usually listed on the back of the router provided by your provider).

FAQ: Frequently asked questions about limited Wi-Fi access

Why is there internet on my phone, but limited access on my laptop?

This means that the problem exactly in the laptop, not the router or ISP. The most likely causes are:

  • Incorrect IP/DNS settings on the laptop.
  • Outdated or corrupted Wi-Fi adapter driver.
  • Blocked by antivirus or firewall.
  • Hardware failure of the Wi-Fi module.

Start with reset network settings and checking drivers (see sections 2 and 5).

How to fix "No network access" error after Windows update?

Windows updates often reset network settings or install incompatible drivers. Try:

  1. Roll back the Wi-Fi adapter driver (Device Manager → Network Adapters → Properties → Driver → Roll Back Driver).
  2. Reset network (Settings → Network & Internet → Status → Network reset).
  3. Install the original driver from the laptop manufacturer's website (not the Microsoft version).

If it doesn't help, check power supply parameters: Sometimes Windows turns off the Wi-Fi adapter to save power. Go to Device Manager → Network Adapters → Properties of your adapter → Power Management And uncheck the box from point Allow the computer to turn off this device to save power.

Can a VPN cause limited Wi-Fi access?

Yes, especially if:

  • The VPN server is unavailable or overloaded.
  • VPN settings conflict with the main connection (for example, a static IP is specified).
  • The mode is activated Kill Switch (disables the Internet when the VPN connection is broken).

Solution: Disable your VPN and check your connection. If the internet works, configure your VPN correctly or try a different server.

What to do if nothing helps?

If you've tried all the methods and your laptop still shows "limited access," you have two options:

  1. Reset your router to factory settings (button Reset for 10 seconds) and set it up again.
  2. Take your laptop to a service center To diagnose the Wi-Fi module, it may need to be replaced.

Also, try connecting your laptop to a different Wi-Fi network (for example, at a cafe or at a friend's place). If the problem persists, the laptop's hardware or software is to blame. If not, look for the problem with your home router.

Why does limited access only appear on 5GHz?

This is a common problem with older laptops or adapters that don't support 5 GHz or support it partially. Possible reasons:

  • Your Wi-Fi adapter only works within the range 2.4 GHz (check model specifications).
  • The router is configured for channel width 80 MHz or 160 MHz, and the adapter only supports 40 MHz.
  • The mode is on 802.11ac (Wi-Fi 5), and the adapter only supports 802.11n (Wi-Fi 4).

Solution: Go to your router settings and change the operating mode. 5 GHz on Mixed (a/n/ac) or reduce the channel width to 40 MHz.