Message "Wi-Fi connection is limited" or "No internet access" — one of the most common network problems faced by Windows, Android and even macOSThe symptoms are always the same: the device appears to be connected to the network, but pages won't load, instant messaging apps are disabled, and a yellow triangle or exclamation point appears next to the Wi-Fi network. In 90% of cases, the problem can be resolved without calling a technician—it's enough to understand the cause.
In this article we will analyze real reasons for limited connection, which go beyond the banal "reboot your router." You'll learn how to diagnose the problem on Windows 10/11, Android and other devices, which router settings affect connection stability, and why sometimes it's not your device, but your ISP, that's to blame. For your convenience, we've compiled a table of common errors and their solutions—it'll help you quickly navigate them.
Why Wi-Fi Shows "Limited": 5 Main Reasons
Error "Connection is limited" This occurs when a device receives an IP address from the router but is unable to connect to the internet. It's not always your device's fault—the problem could be anywhere in the chain, from your ISP to your network card drivers. Here are the key causes:
- 🔌 Problems on the provider's side: cable breakage, technical work, or MAC address blocking. Users connected via
PPPoEorL2TP. - 📡 Incorrect router settings: DHCP disabled, invalid
DNS, IP address conflict or outdated router firmware (especially relevant for TP-Link And D-Link over 5 years old). - 🖥️ Operating system crashes: damaged network card drivers, conflicting services (eg.
WLAN AutoConfigin Windows), or virus programs that block traffic. - 📱 Device restrictions: on Android it could be the data saving mode that is turned on, Windows — connection limit in adapter settings.
- 🔒 Blocked by antivirus or firewall: some programs (for example, Kaspersky, Avast, or built-in
Windows Defender) can block network activity, mistaking it for an attack.
It's interesting that on macOS This problem occurs less frequently due to the more stable operation of the network stack. But the owners Windows 11 After updating KB502xx, users often encounter limited connectivity due to driver bugs. Intel And Realtek.
How to Diagnose a Problem: 3 Steps Before Repair
Before treatment, a diagnosis is essential. Follow this algorithm to narrow down the possible causes:
- Check other devicesConnect another device (such as a smartphone) to the same Wi-Fi network. If the internet works, the problem is with your device. If not, the router or ISP is to blame.
- Use a cableConnect your PC to the router via
EthernetIs it working? That means there's a problem with your wireless network settings. No? The problem goes deeper—maybe a problem with your ISP. - Run diagnostics:
- On Windows: Click on the Wi-Fi icon →
Network troubleshooting. - On Android: go to
Settings → Wi-Fi → [your network] → Diagnostics.
- On Windows: Click on the Wi-Fi icon →
If the diagnostics returns an error code (for example, DNS_PROBE_FINISHED_NO_INTERNET or IP_CONFIG_FAILURE), write it down - this will help you determine the cause more accurately. Windows It is also useful to run the command line (Win + R → cmd) and enter:
ping 8.8.8.8
ipconfig /all
What do the results mean?
- 🔹
pingIt works (packets aren't lost), but websites don't open → problem withDNS. - 🔹
pingit doesn't work, but the IP address is inipconfigthere is (for example,192.168.1.100) → blocked by a firewall or provider. - 🔹 No IP address (or it's like
169.254.x.x) → DHCP failure on the router.
Fixing Windows 10/11: Step-by-Step Instructions
Let's start with the most common case - error Limited on a PC. Here's what to do if the problem is with your computer:
1. Restart network services
Often the failure occurs due to a frozen service WLAN AutoConfigYou can fix this like this:
- Click
Win + R, enterservices.msc. - Find services:
WLAN Automatic Configuration Service(WLAN AutoConfig)Network connections(Network Connections)
Restart.2. Reset TCP/IP and DNS
If the services are OK but the problem persists, reset the network settings via the command line (as administrator):
netsh int ip resetnetsh winsock reset
ipconfig /flushdns
After executing the commands Be sure to restart your PC.
3. Manual DNS assignment
If the internet still doesn't work after the reset, try setting up public DNS from Google or Cloudflare:
- Open
Control Panel → Network and Sharing Center → Change adapter settings. - Right-click on your Wi-Fi →
Properties. - Select
Internet Protocol version 4 (TCP/IPv4)→Properties. - Check the box
Use the following DNS addressesand enter:8.8.8.8(Google)1.1.1.1(Cloudflare)
Restart WLAN AutoConfig and Network Connections services|
Reset TCP/IP and DNS via command line|
Specify DNS 8.8.8.8 or 1.1.1.1 manually|
Update your network card driver via Device Manager-->
4. Update or roll back drivers
Outdated or corrupted drivers are a common cause of network problems. To update them:
- Open
device Manager(Win + X → Device Manager). - Expand the branch
Network adapters. - Find your Wi-Fi adapter (e.g. Intel Wi-Fi 6 AX200 or Realtek RTL8821CE).
- Right click →
Update driver→Automatic search.
If the problem appears after updating Windows, try rolling back the driver: in the same menu, select Properties → Driver → Roll Back Driver.
What to do if there is no "Roll back" button?
If the button is inactive, download the previous version of the driver from the laptop manufacturer's website (for example, Lenovo, HP, ASUS) and install it manually through Update Driver → Browse my computer for driver software
Solution for Android: Smartphone connects, but internet doesn't work
On Android problem Limited or Without Internet This is often related to network settings or data savings. Here's what to do:
1. Forget the network and reconnect
Sometimes it is enough to reset the connection settings:
- Open
Settings → Wi-Fi. - Click on your network →
Delete(orForget). - Please reconnect by entering your password.
2. Turn off data saving mode
On some smartphones (Samsung, Xiaomi, Huawei) power saving mode can block background traffic:
- Go to
Settings → Device Care → Battery → Power Saving Mode. - Disable it or add your browser/messengers to exceptions.
3. Check your IP settings
If the router does not provide the correct IP address, try setting it manually:
- In the Wi-Fi settings, tap on your network →
Additionally(orIP settings). - Select
Static IPand enter:- IP address:
192.168.1.100(the last digit can be any number from 2 to 254) - Gateway:
192.168.1.1(usually matches the router's IP) - DNS:
8.8.8.8or1.1.1.1
- IP address:
Router setup: what to check first
If the problem is not with the device, but with the router, here are the key parameters that need to be checked in its web interface (usually accessible via 192.168.1.1 or 192.168.0.1):
| Parameter | Where to look | What should be | What to do if not |
|---|---|---|---|
| Wi-Fi operating mode | Wireless → Basic Settings |
802.11n/ac/ax (mixed mode) |
If it's worth it 802.11b only, change to 11b/g/n |
| DHCP server | LAN → DHCP Server |
Enabled |
If it is disabled, turn it on and reboot the router. |
| Wi-Fi channel | Wireless → Channel |
Auto or channel 1–11 (for 2.4 GHz) |
If there is a lot of interference, select a channel manually (for example, 6 or 11) |
| Channel width | Wireless → Channel Width |
20/40 MHz (for 2.4 GHz) |
If it's worth it 40 MHz and the connection is unstable, change it to 20 MHz |
| DNS servers | WAN → DNS Settings |
Provider addresses or 8.8.8.8 |
If empty, enter Google or Cloudflare DNS. |
Pay special attention router firmwareOutdated software can cause conflicts with modern devices. To update the firmware:
- Go to
Administration → Firmware Upgrade. - Download the latest version from the manufacturer's website (for example, TP-Link, ASUS).
- Upload the file via the web interface and wait for it to reboot.
- 🔌 Check the cable: if you have
PPPoEordynamic IP, disconnect the cable from the router and connect it directly to your PC. If the internet still doesn't work, call your internet provider. - 📞 Check the service status: Call support or check the information about technical work on the provider's website (for example, Rostelecom, Beeline, MTS).
- 🔄 Reset WAN settings: if the provider has recently changed the connection parameters (for example, from
PPPoEonDHCP), update the settings in the router:- Go to
WANorInternet. - Check the connection type and login/password (if
PPPoE).
- Go to
If the ISP is at fault: how to check and what to do
Sometimes the problem isn't with your hardware, but with your internet provider. Here's how to diagnose it:
If the provider has confirmed the problems on their end, all you can do is wait. However, sometimes it helps changing the router's MAC address (cloning):
- In the router's web interface, find
MAC CloneorClone MAC address. - Select
Clone your PC's MACor enter the address manually. - Save the settings and reboot the router.
Additional methods: when standard methods don't help
If none of the previous methods worked, try these less obvious solutions:
1. Disabling IPv6
On some networks IPv6 conflicts with IPv4, which leads to an error LimitedTo disable it:
- On Windows:
Control Panel → Network and Sharing Center → Change adapter settings → Wi-Fi Properties → IPv6(uncheck). - On the router: in the settings
LANorWANdisable the optionIPv6.
2. Reset network settings to factory defaults
Use this extreme measure if other methods have not helped:
- On Windows 10/11:
Settings → Network & Internet → Network reset. - On Android:
Settings → System → Reset → Reset Wi-Fi, mobile network, and Bluetooth settings. - On the router: press the button
Reset(usually recessed into the body) and hold for 10 seconds.
What to do after resetting the router?
After the reset, the router will return to factory settings. You will need:
1. Connect to its network (the name and password are usually indicated on the sticker).
2. Log in to the web interface (192.168.1.1) and reconfigure your Internet connection (enter your provider's information).
3. Set up Wi-Fi (network name, password, channel).
3. Check for viruses and conflicting software
Some programs (especially VPNs, antiviruses, and optimization software) may block network traffic. Check:
- Temporarily disable your antivirus and firewall.
- Close all VPN programs (NordVPN, ProtonVPN etc.).
- Check your system for viruses using Malwarebytes or Kaspersky Virus Removal Tool.
FAQ: Frequently asked questions about the "Connection limited" error
Why does Wi-Fi work on my phone but not on my laptop?
This is a typical situation where the problem lies with the specific device's settings. On your laptop, check:
- Wi-Fi adapter drivers (update them via
device Manager). - IP settings (possibly a static address is assigned that conflicts with the router).
- Antivirus or firewall (temporarily disable them).
Also, try connecting your laptop to a different network (for example, a mobile hotspot from your phone). If the connection still shows "Limited," the problem is definitely with the laptop.
How do I know if my ISP is blocking my connection?
There are several signs of blocking:
ping 8.8.8.8passes, andping yandex.ru— no → blockingDNS.- The router's web interface shows an error in the WAN status.
PPPoE timeoutorAuthentication failed. - When connecting the cable directly to the PC, the Internet also does not work.
To bypass the blocking, try:
- Change
DNSon8.8.8.8or1.1.1.1. - Clone
MAC address(if the provider binds access to a specific device). - Call support and clarify the reason (sometimes blocking occurs due to non-payment or suspicious activity).
Could a virus be the cause of limited connectivity?
Yes, some viruses (eg. Trojan.DNSChanger) change the settings DNS or block access to certain websites. Signs of infection:
- Unknown parameters are specified in the network adapter settings.
DNS servers(For example,85.255.112.0). - The antivirus issues warnings about network attacks.
- Pages open slowly or redirect to strange sites.
What to do:
- Check the system Dr.Web CureIt or Kaspersky TDSSKiller.
- Reset settings
DNSvia command line:netsh interface ip set dns "Wi-Fi" dhcp. - If a virus is found, perform a network reset after treatment (
Settings → Network → Network reset).
Why is Wi-Fi still limited after resetting the router?
If resetting does not help, the following reasons may be possible:
- 🔌 Problems with the provider's line: Check if the indicator light is on
WAN/InternetOn the router. If not, call your provider. - 📡 Router malfunctionTry connecting the cable directly to your PC. If the internet works, the router is broken.
- ⚡ Nutritional problems: If the router overheats or shuts down, check the power supply (the voltage should match the one indicated on the sticker).
If your router is old (over 5 years old), its network card may be faulty. In this case, the only solution is to replace the device.
How can I prevent the "Restricted" error from appearing in the future?
To minimize the risk of the problem recurring:
- 🔄 Update your router firmware regularly (once every 3-6 months).
- 🛡️ Use static DNS (For example,
8.8.8.8And1.1.1.1). - 📡 Choose free Wi-Fi channels (use apps like Wi-Fi Analyzer For Android).
- 🖥️ Do not disable automatic driver updates on PC.
- 🔌 Use a UPS For a router, a sudden power outage can damage its settings.