Have you ever encountered a situation where your new smartphone or laptop stubbornly refuses to connect to your home Wi-Fi network, even though you entered the correct password? Or have you noticed that after connecting a new gadget, the internet starts to slow down on all devices? This could be due to limited connection to the router β a hidden or explicit limitation on the number of simultaneously connected devices. This problem is especially relevant in the era of smart homes, where dozens of devices, from light bulbs to Xiaomi Yeelight to IP cameras Hikvision.
Router manufacturers set such restrictions for a reason. Cheap budget models (for example, TP-Link TL-WR840N or D-Link DIR-300) are physically incapable of handling traffic from 20+ devices without speed drops. Meanwhile, flagship routers like ASUS RT-AX88U or Netgear Nighthawk RAX120 They can easily handle 50+ connections thanks to a powerful processor and increased RAM. But even they can artificially limit the number of clients by default, supposedly for "operational stability."
In this article, we'll explore where connection limits come from, how to check them on your router, and, most importantly, how to bypass or increase these limits without compromising network security. You'll also learn what hidden settings affect the number of connections, and why sometimes the problem lies not in the router, but in the provider or even in the device itself, which βdoesnβt seeβ the network.
What is metered Wi-Fi connection and why does it occur?
A metered connection is a situation where the router blocks new connections to the Wi-Fi network after a certain threshold of devices is reached. While already connected devices can continue to work, new ones either don't see the network at all or receive the "Connected without internet access"In some cases, the router begins to "dump" the least active devices to make room for new ones.
The reasons for this behavior fall into two categories:
- π§ Hardware limitations: cheap routers have a weak processor (for example,
MediaTek MT7620NWith a clock speed of 580 MHz and limited RAM (32β64 MB), each new connection requires resources to process traffic, and if these resources are insufficient, the router begins to glitch or deny access. - π Software limitationsManufacturers intentionally set a limit in the firmware (often 10-20 devices for budget models). This is done to "relieve" the network load and prevent DDoS attacks from within (for example, if a virus from a neighbor's smartphone connects to your Wi-Fi).
- π‘ Provider restrictionsSome internet providers (especially mobile operators with unlimited internet plans) block connections from more than 5-10 devices to a single IP address. This is spelled out in the fine print of their contracts.
- π DHCP conflicts: If there are too many devices with dynamic IP addresses on the network, the router may exhaust the pool of available addresses (by default, this is often 192.168.1.100β192.168.1.199).
Important: connection limits and speed limits are different. Even if a router allows 30 devices to be connected, overall network throughput can drop by 5-10 times when all devices are connected simultaneously.
How to check the current connection limit on your router
Before attempting to increase the limit, you need to find out what it is currently. There are several ways to do this:
- Via the router's web interface:
Go to your router's control panel (usually at
192.168.1.1or192.168.0.1) and find the section with the list of connected devices. In models TP-Link ThisDHCP β DHCP Clients, V ASUS βNetwork map, V Keenetic βDevicesHere you will see the current number of connections and possibly the maximum allowed value. - Via a mobile app:
Most modern routers have official applications (for example, Tenda Wi-Fi, Mi Wi-Fi for devices Xiaomi, ASUS Router). They usually have a "Devices" or "Network" tab, which displays a list of clients and sometimes a limit.
- Via the command line (for advanced users):
If you have access to the router via
SSHorTelnet, you can run the command:cat /proc/net/arp | wc -lIt will show the number of active ARP entries (approximately equal to the number of connected devices). To view the maximum limit, you may need a command like
nvram get max_sta(depending on firmware).
If the router interface doesn't explicitly indicate a limit, but you suspect one, try connecting a new device. If it can't obtain an IP address (an error like "Obtaining an IP address" on Android or "Self-assigned IP" on macOS), the maximum number of clients has most likely been reached.
Hidden router settings that affect the number of connections
Even if the router's default settings don't specify a limit, hidden parameters can control it. Here are the key ones:
| Parameter | Where to look | Recommended value | Consequences of change |
|---|---|---|---|
Max Clients or max_sta |
Advanced Wi-Fi settings or firmware configuration | From 32 to 64 (depending on the model) | Increasing this may cause the router to overheat. |
DHCP Lease Time |
LAN β DHCP Server |
24 hours (86400 seconds) | Too small a value will cause frequent breaks. |
Beacon Interval |
Wireless network settings | 100 ms | Decreasing it will worsen stability, increasing it will decrease connection speed. |
DTIM Interval |
Same place as Beacon Interval | 3 | Affects device power consumption and latency |
WMM (Wi-Fi Multimedia) |
QoS settings | Included | Disabling it will impair traffic prioritization. |
For example, the parameter Beacon Interval Determines how often the router sends out presence signals. Reducing it to 50 ms will allow devices to find the network faster, but the router will use more resources to serve each client. And the parameter DTIM Interval affects how often the router sends "sleep packets" to devices in power saving mode (for example, smartphones with Wi-Fi enabled in the background).
Attention! Changing hidden settings may cause your router to operate unstable. For example, if you set Max Clients = 100 on a weak router Tenda N301, it will start to freeze or reboot under load. Always test stability after making changes!
What is DTIM and why is it important?
DTIM (Delivery Traffic Indication Message) is a mechanism that allows a router to "wake" devices in sleep mode to transmit data. If the DTIM Interval is too large (for example, 10), devices will check for incoming data less frequently, which can lead to delays in messaging apps or missed notifications. If it is too small (1-2), the router will spend more resources servicing "sleeping" clients, which can reduce overall network performance.
How to increase the number of connections to a Wi-Fi router
If you've hit a limit, there are several ways to circumvent or increase it. We'll start with the safest options and end with more drastic measures.
1. Updating the router firmware
Manufacturers often release updates that increase the connection limit for older models. For example, in firmware TP-Link Archer C7 In version 3.0, the limit was increased from 32 to 64 devices. Check the current firmware version in the web interface (section System Tools β Firmware Update) and compare with the latest on the manufacturer's website.
2. Changing the DHCP range
If the problem is due to a lack of IP addresses, expand the DHCP pool:
- Go to
LAN β DHCP Server. - Change
Start IPWith192.168.1.100on192.168.1.50. - Change
End IPWith192.168.1.199on192.168.1.240. - Save the settings and reboot the router.
3. Disabling the AP Isolation feature
In some routers (for example, MikroTik or Ubiquiti) There is a feature that prevents devices from "seeing" each other on the network. This can indirectly affect the connection limit. It can be disabled in the section Wireless β Security (option AP Isolation or Client Isolation).
4. Using alternative firmware (for advanced users)
Firmware like DD-WRT, OpenWRT or Tomato allow you to remove many manufacturer restrictions. For example, on a router ASUS RT-N16 with the original firmware the limit is 30 devices, and with DD-WRT β up to 128. However, this requires technical skills and may void the warranty.
Download the correct firmware version for your model|Make a backup copy of your current settings|Connect the router to your PC via cable|Disable your antivirus and firewall|Have a paperclip handy to reset the settings (in case of an error)
-->
5. Splitting the network into multiple SSIDs
If it is not possible to increase the limit, create additional networks (for example, MyWiFi_Devices for smart technology and MyWiFi_Main for basic gadgets). This will distribute the load. In routers with support VLAN (For example, Ubiquiti UniFi) you can allocate separate subnets for different types of devices.
6. Replacing the router with a more powerful one
If all else fails, you'll need to upgrade your hardware. For a network with 30+ devices, routers with:
- π₯ Dual-core processor (eg. Broadcom BCM4906 V ASUS RT-AX86U).
- π§ 512 MB of RAM or more.
- πΆ Support
MU-MIMOAndOFDMA(technologies for simultaneous work with several devices). - π Gigabit ports (if your internet speed is higher than 100 Mbps).
Attention! Before purchasing a new router, check whether it supports the number of devices you need. For example, in the specifications Netgear Orbi RBK852 It says "up to 100 devices" and TP-Link Deco X60 β "up to 150." This information is usually available on the official website or in reviews.
What to do if your router is blocking connections because of your ISP
Sometimes the problem lies not with the router, but with the internet provider's policies. This is especially true for:
- π± Mobile Internet (4G/5G routers from MTS, Beeline, Megaphone).
- π’ Corporate plans with a limited number of devices.
- π Public access points (in hotels, cafes, airports).
How to check this:
- Connect your computer directly to your ISP's cable (bypassing the router). If the internet works, the problem is with the router. If not, the problem is with the ISP.
- Call support and ask if there's a limit on the number of devices in your plan. This is sometimes called a "MAC address limit."
- Try connecting the router to a different internet connection (for example, via a USB modem). If the limit disappears, the ISP is to blame.
Solutions:
- π Change tariff: Some providers offer "business" or "smart home" plans with no device restrictions.
- π‘οΈ Use a VPN on a router: Some providers restrict devices by MAC addresses, and a VPN can bypass this (but the speed may drop).
- π Connect the second router in bridge mode: If the main router limits connections, the second router (for example, Keenetic in mode
WISP) can distribute the load.
β οΈ Attention! Some providers block "unauthorized" routers connected to their network. For example, Rostelecom may suspend internet access if it detects two routers with the same MAC address. Please check your contract for details before setting up.
Top 5 Mistakes to Avoid When Increasing Connection Limits
When trying to circumvent restrictions, users often make mistakes that only make matters worse. Here are the most common ones:
- Disabling the router's firewall:
Some "advisors" recommend disabling
SPI FirewallorDoS Protectionto "unblock" connections. This is dangerous: without protection, your router will be vulnerable to attacks, especially if you have a public IP address. - Setting the maximum limit on a weak router:
If you set it manually
Max Clients = 100On a router with 32 MB of RAM, it will start to freeze after 20β30 connections. It's best to follow this rule: 1 device = 10 MB RAM. - Using duplicate SSIDs:
If you create multiple networks with the same name (for example,
MyWiFi_2GAndMyWiFi_5G), some devices may get confused and constantly reconnect, creating an unnecessary load. - Ignoring firmware updates:
Older firmware versions may contain bugs that cause the router to only "see" some of the connected devices or distribute traffic incorrectly.
- Connecting devices via repeaters:
Each repeater (eg. TP-Link RE605X) is itself a client of the main router. If the limit is 20 devices, and you have three repeaters, then only 17 slots will be left for the main devices.
β οΈ Attention! If your router stops responding after changing settings, don't throw it away. Most models have a button. Reset (usually recessed into the case), which you need to press and hold for 10-15 seconds to perform a factory reset. Keep holding it until the indicators start flashing in an unusual pattern.
How to optimize your network to avoid bandwidth throttling issues
Instead of constantly fighting the limit, you can optimize your network so it doesn't become a problem. Here are some effective methods:
- π Separation of devices by frequencies:
Connect your main devices (laptops, smartphones) to the network
5 GHz, and smart appliances (lamps, sockets) - to2.4 GHzThis will reduce the load on one frequency. - β³ Reducing DHCP lease time:
If there are many devices on the network that connect rarely (for example, guest smartphones), reduce
DHCP Lease Timeup to 1β6 hours. This will free up IP addresses for new clients. - π« Blocking unused devices:
In the router settings, you can assign IP addresses to permanent devices (for example, through
DHCP Reservation) and block connections from unknown gadgets. - π‘ Using Mesh Systems:
Systems like Google Nest Wi-Fi or TP-Link Deco automatically distribute devices across multiple access points, reducing the load on one point.
- π Setting up QoS (Quality of Service):
Prioritize traffic to important devices (such as your work laptop or IP cameras) so they always receive bandwidth, even with a large number of connections.
An example of setting up QoS on a router ASUS:
- Go to
Adaptive QoS β Bandwidth Limit. - Select type
Traditional QoS. - Set priority for devices by MAC address or traffic type (e.g.
VoIPfor IP telephony). - Save the settings and reboot the router.
β οΈ Important! If you have a dual-band router, do not turn off the network. 2.4 GHz, even if you don't use it. Some smart devices (e.g., Amazon Echo or Roborock) work only in this range.
FAQ: Frequently asked questions about metered Wi-Fi connections
My router shows 15 devices connected, but the internet slows down at 10. What's wrong?
The problem is not the number of connections, but typical bandwidth restrictions. Cheap routers (for example, D-Link DIR-615) have a limit on the overall traffic processing speed (for example, 300 Mbps). If 10 devices are simultaneously downloading files or watching 4K video, the router can't handle it. Solution: limit the speed for non-critical devices via QoS or update your router.
Is it possible to bypass connection limits using a VPN or proxy?
No, a VPN or proxy won't help bypass hardware or software restrictions on your router. They can only help if the limit is set by your ISP at the MAC address level. In this case, a VPN on the router (for example, via OpenVPN) will hide the real MAC addresses of devices, but this will reduce the speed and does not guarantee the result.
Why do my devices keep disconnecting from Wi-Fi even though the limit hasn't been reached?
This may be due to:
- Incorrect
DTIM Interval(set to 3). - Channel overload (try changing the Wi-Fi channel manually).
- Too many sleeping devices (reduce
Beacon Intervalup to 75β100 ms). - Router malfunction (check the case temperature - if it is hot, ventilation is needed).
How do I know how many devices my router supports simultaneously?
This information can be found:
- IN specifications on the manufacturer's website (look for lines like "Max clients" or "Recommended number of devices").
- IN reviews and tests (for example, on ixbt.com or 3dnews.ru).
- IN firmware settings (chapter
Wireless β Advanced). - Through manufacturer support (write in chat or call).
If there is no data, use the hardware specifications as a guide:
- 32 MB RAM - up to 10-15 devices.
- 64 MB RAM - up to 20-30 devices.
- 128 MB RAM or more - 50+ devices.
Is it possible to increase the connection limit on a router from a provider (for example, from MTS or Beeline)?
Routers provided by providers (for example, Huawei HG8245H from Rostelecom or ZTE MF286R from MTS), often have strict restrictions. Options:
- π Ask your provider to change your tariff to "unlimited data per device."
- π Connect your router in bridge mode (
Bridge) to the provider. - π οΈ Reflashing the router to custom firmware (risky, may violate the contract with the provider).
β οΈ Attention! Reflashing your provider's router yourself may block your internet access. Check your contract terms before doing anything.