Are you experiencing a situation where your laptop suddenly stops connecting to Wi-Fi or your internet connection is intermittent? The network status bar displays the message "Limited", the speed drops to zero, and the connection icon is crossed out with a yellow exclamation point? The reasons for this behavior may lie in the settings Windows, as well as limitations imposed by the router or internet provider. In this article, we'll examine all possible scenarios—from simple glitches to hidden traffic limits that interfere with proper operation.
It's important to understand that "Wi-Fi limit" is a general term for a problem that hides various technical nuances. For example, Windows 10/11 may artificially limit speed due to settings "The specified limit" in the network settings, and the router - block the device by MAC address or limit bandwidth for certain gadgets. We won't go into abstract "tips," but will give specific commands and menu paths that work on most modern laptops (from Lenovo ThinkPad to ASUS ROG) and routers (from TP-Link to Keenetic).
1. Check for a "metered connection" in Windows
The most common cause of the problem is when Windows marks the network as "limited" (with limited access). This occurs after updates, crashes, or when connecting to a new network. The system assumes the connection doesn't provide internet access and blocks some features.
To remove this limitation:
- 🖥️ Open
Settings → Network & Internet → Status. - 🔍 Find an active connection (e.g.
Wi-Fi (network name)) and click "Properties». - 🔄 In the section "Network purpose» select «Private" (if it's a home network) or "Public» (for public areas).
- ⚡ Restart your laptop - sometimes changes are only applied after a reboot.
If the problem persists, try resetting the stack TCP/IPTo do this:
- Launch
Command lineas administrator (Win + X → Command Prompt (Administrator)). - Enter the commands one by one:
netsh int ip resetnetsh winsock reset
ipconfig /flushdns - Restart your laptop.
2. Disabling the "Specified Limit" function in the network settings
Windows 10/11 has a hidden feature that allows you to limit traffic for individual connections. This is useful for mobile data, but often works on Wi-Fi as well if previously enabled.
To check and disable the limit:
- 📊 Go to
Settings → Network & Internet → Wi-Fi → Manage known networks. - 🔍 Select your network and click "Properties».
- 📉 Scroll down to the "The specified limit" and make sure the slider is off.
- 🔄 If the limit was enabled, disable it and reconnect to the network.
On some laptops (eg. Dell Latitude or HP EliteBook) manufacturers install their own utilities for network management (for example, Dell Mobile Connect or HP Connection Manager). These programs may also impose restrictions. Check their settings or temporarily disable them. Task Manager → Startup.
3. Problems with Wi-Fi adapter drivers
Outdated, corrupted, or incompatible network card drivers are a common cause of speed limitations and unstable connections. For example, after an update Windows The system may automatically install a generic driver that does not support all the features of your adapter (for example, a standard Wi-Fi 6 on Intel AX200).
How to check and update the driver:
- 🔧 Click
Win + X → Device Manager. - 📡 Expand the branch "Network adapters» and find your Wi-Fi module (for example, Qualcomm Atheros QCA61x4 or Realtek RTL8822CE).
- 🔄 Right-click → «Update driver» → «Automatic search».
- 💾 If the automatic search doesn't help, download the driver from the laptop manufacturer's website (see the "Support" section) and install it manually.
Make sure the adapter is listed without an exclamation mark in Device Manager|
Check the driver version (compare with the latest one on the manufacturer’s website)|
Roll back the driver if the problem appeared after an update|
Try an alternative driver (for example, from the chip manufacturer's website, not the laptop's)-->
If the network connection disappears completely after updating the driver, try rolling it back:
- IN
Device ManagerRight click on the adapter. - Select "Properties → Driver → Roll Back Driver».
- If the button is inactive, remove the device (
Uninstall device → Delete the driver software for this device) and restart the laptop.
What to do if Windows does not find the driver after uninstallation?
If after uninstalling the driver the system does not install it automatically, download the latest version from the official website of the laptop or chip manufacturer (for example, for Intel - With downloadcenter.intel.com, For Realtek — from the support site for your laptop model). Install the driver in compatibility mode for Windows 10, if you have Windows 11 and errors occur.
4. Router settings: MAC, IP, or time restrictions
If the problem is not with the laptop, but with the router, then the limit may be caused by:
- 🔒 MAC address filtering (your laptop is locked manually).
- ⏳ Time limit (for example, parental control).
- 📉 Speed limit for certain devices.
- 🔄 Channel congestion (too many connected gadgets).
To check your router settings:
- Open your browser and enter the router's IP address (usually
192.168.0.1or192.168.1.1). - Log in (default logins/passwords are indicated on the router sticker).
- Go to the section "Wireless mode» (Wireless) or "Bandwidth control» (QoS).
- Check the lists of blocked devices (
MAC Filtering) and speed limits.
On routers TP-Link The path to the MAC filtering settings looks like this:
Advanced → Wireless → Wireless MAC Filtering
On ASUS:
Wireless → MAC Filter
| Router manufacturer | Path to QoS settings | The Path to MAC Filtering |
|---|---|---|
| TP-Link | Advanced → QoS → Settings |
Advanced → Wireless → MAC Filtering |
| ASUS | Adaptive QoS → Bandwidth Limiter |
Wireless → MAC Filter |
| Keenetic | Home Network → Devices → Speed Limit |
Home Network → MAC Address Filter |
| MikroTik | Queues → Simple Queues |
Wireless → Access List |
⚠️ Attention: On corporate or public networks (hotels, cafes, offices), restrictions can be set at the Wi-Fi controller or radius server level. In this case, changing the settings through the router's web interface is not possible.
5. Internet provider limits
Sometimes the "Wi-Fi limit" isn't imposed by the router or laptop, but by the internet provider itself. This applies to:
- 📱 Mobile Internet (USB modems, SIM cards in routers).
- 🏠 Home Internet with FUP (for example, tariffs "Up to 100 Mbps, then 10 Mbps»).
- ⏰ Time restrictions (night unlimited, day limit).
How to check:
- Connect another device (smartphone, tablet) to the router. If the internet is also slow on it, the problem lies with your ISP.
- Call support or check your personal account on the provider’s website (section “Rate" or "Traffic statistics»).
- Use a speed service (eg.
speedtest.net) and compare the results with those stated in the contract.
If you have exhausted your high-speed traffic (FUP), your options are:
- 💳 Buy an additional traffic package.
- 🔄 Wait until the limit is reset (usually at the beginning of the month).
- 📡 Switch to an unlimited plan (if available).
⚠️ Attention: Some providers (eg Beeline or Megaphone) can artificially limit the speed on certain devices if they are connected via Wi-Fi Calling or use a VPN. Check the SIM card settings in the router.
6. IP address conflicts and resetting network settings
If the laptop receives an IP address from a range that is already occupied by another device, or conflicts arise with DHCP, the network may work intermittently or not connect at all. This most often occurs after replacing the router or resetting its settings.
How to fix:
- 🔄 Reboot your router (unplug it from the power outlet for 30 seconds).
- 📋 On your laptop, run the commands in
Command prompt (administrator):ipconfig /releaseipconfig /renew - 🔧 If the problem persists, assign a static IP manually:
- Open
Settings → Network & Internet → Wi-Fi → Configure adapter settings. - Right click on your connection → «Properties» → «Internet Protocol version 4 (TCP/IPv4)».
- Select "Use the following IP address» and enter the data (for example,
192.168.1.100with a mask255.255.255.0and a gateway192.168.1.1).
- Open
- Open
Settings → Network & Internet → Status. - Scroll down and click "Network reset».
- Confirm the action and restart the laptop.
- 🔥 Wi-Fi module overheating (especially relevant for gaming laptops MSI or Acer Predator).
- 📡 Damage to antennas (for example, after falling or disassembling a laptop).
- 🔌 M.2 connector failure (if the Wi-Fi module is removable).
- 🌡️ Check your laptop temperature with HWMonitor or AIDA64If the Wi-Fi module gets hotter
70°C, the thermal paste needs to be cleaned or replaced. - 🔍 Inspect the laptop case for physical damage (for example, cracks near the screen hinge where the antennas pass).
- 🔧 If the module is removable (for example, Intel 7265 or Broadcom BCM4352), try reconnecting it or replacing it with a known working one.
- Settings
DNS(try to specify8.8.8.8And8.8.4.4manually). - Disable VPN or proxy if used.
- Reset the TCP/IP stack (commands
netsh int ip resetAndnetsh winsock reset). - Your provider may block the VPN protocol (especially on mobile internet).
- Using a VPN may violate the terms of the agreement (check the section "Terms of Service»).
- Speed may drop due to traffic encryption.
- Connect to the router via cable or find its new network (usually the name of the type
TP-Link_XXXX). - Login to the web interface (
192.168.0.1or192.168.1.1) and set up Wi-Fi again (specify the name, password, mode802.11n/ac/ax). - On the laptop, “forget” the old network (
Settings → Wi-Fi → Manage known networks) and connect to the new one.
If conflicts occur regularly, reset your network settings. Windows to factory:
7. Hardware problems: overheating, antenna damage
If all software methods do not help, the reason may lie in hardware failures:
How to diagnose:
On some laptops (eg. MacBook Pro or Lenovo Yoga) Wi-Fi antennas are integrated into the display. If Wi-Fi is lost after replacing the display, check the antenna cable connections to the module.
⚠️ Attention: If you're unsure of your disassembly skills, contact a service center. Incorrect antenna connections can damage the Wi-Fi module.
FAQ: Frequently asked questions about laptop Wi-Fi limits
Why did my laptop stop connecting to Wi-Fi after updating Windows?
Most likely, the update installed an incompatible driver for your Wi-Fi adapter. Try rolling back the driver. device Manager or download the latest version from the laptop manufacturer's website. Also, check if the "On the plane» (Win + A).
The router shows the laptop is connected, but there's no internet. What should I do?
This is a typical situation where the laptop receives an IP address but cannot access the network. Check:
How can I find out if my ISP is throttling my laptop specifically?
Connect another device (smartphone, tablet) to the same router and check the speed on it. speedtest.netIf the speed is normal on the internet connection but not on the laptop, the problem lies with the laptop's settings or drivers. If the speed is slow on all devices, the ISP or router is to blame.
Is it possible to bypass the FUP limit from the provider using a VPN?
Technically yes, some VPN services (eg. NordVPN or ProtonVPN) can mask traffic, but:
A more reliable way is to purchase an additional traffic package or change your tariff.
After resetting the router, my laptop won't connect to Wi-Fi. What should I do?
Resetting your router returns it to factory settings, including the network name (SSID) and password. You need: