How to Reduce WiFi Router Speed: A Step-by-Step Guide

In an era where providers compete for gigabit rates and equipment strives for maximum speeds, the question of how to reduce WiFi speeds seems paradoxical. However, for system administrators, parents, or users testing application performance under poor connection conditions, this need arises regularly. Artificially limiting bandwidth allows one to simulate an unstable network, control traffic consumption, or simply distribute bandwidth more fairly among users.

Speed ​​reduction doesn't require installing third-party software on client devices if your router supports QoS or Bandwidth Control. These built-in mechanisms allow for flexible data flow management directly at the network hardware level. In this article, we'll cover the technical aspects of setup, explore the features of various firmware versions, and explain why this can be useful in everyday life.

Before you start making changes, it's worth understanding that Speed ​​Limit — This is a two-way process. You can limit the bandwidth for a specific device (for example, a child's tablet) or for the entire wireless network. It's also important to distinguish between incoming (download) and outgoing (upload) traffic, as balancing them affects online gaming and video calling differently.

Why limit WiFi speed at all?

The first and most obvious reason is parental controlBy limiting the speed of your children's devices, you make watching high-definition videos (4K or even 1080p) technically impossible or extremely difficult. This is a gentle way to wean children off endless scrolling or YouTube marathons without completely disconnecting them from the internet. At the same time, access to educational websites and messaging apps remains available.

The second area of ​​application is software testingWebsite and mobile app developers should be aware of how their product behaves on poor connections. If a page takes 30 seconds to load on 3G, the user will likely abandon it. Simulating a low-speed connection helps optimize code and graphics compression.

⚠️ Attention: When setting limits, consider protocol overhead. If you set a limit of 1 Mbps, the actual usable speed for the user will be lower due to packet header overhead. Always leave a small margin (about 10-15%).

The third reason is - fair distribution of resources In an office or dorm. Without restrictions, one user can download a torrent file and "down" the connection for everyone else. Setting limits ensures that everyone has the minimum speed necessary to work.

📊 What is your primary purpose for speed limits?
Parental control
Application testing
Uniform distribution of traffic
Saving on provider traffic

Using QoS to manage traffic

The most professional tool for solving the problem is technology QoS (Quality of Service)It is present in most modern routers, from budget ones TP-Link to advanced MikroTik And KeeneticThe essence of the method is to prioritize or limit traffic based on IP addresses, MAC addresses, or ports.

In the classic sense, QoS is often used to prioritize voice traffic (VoIP) or gaming. However, by inverting the logic, we can use these same settings to "pressurize" the speed. You need to find a section in the router interface that may be called "Bandwidth Control," "Traffic Control," or "QoS."

To get started you will need:

  • 🔌 Know the IP address of the router (usually 192.168.0.1 or 192.168.1.1).
  • 📱 Determine the MAC address of the device you want to restrict.
  • 🔑 Have administrator rights to log in to the web interface.

It's important to note that some older router models only allow you to limit the overall WAN port speed, but don't offer the flexibility to configure it for individual clients. In such cases, you'll have to resort to tricks like changing wireless standards, which we'll discuss below.

Step-by-step setup of Bandwidth Control on routers

Let's consider the algorithm of actions using the example of a typical interface similar to TP-Link or TendaThe steps are similar on most devices, although the names of the steps may differ. First, you need to reserve an IP address for the target device to prevent the settings from being reset after a reboot.

Go to the section DHCP Server -> Address Reservation (or Static DHCP). Find your device in the list by MAC address and assign it a permanent IP address, for example, 192.168.1.105. After that, we move on to speed limiting.

Menu navigation typically looks like this:

  • 📂 Open the tab Bandwidth Control or QoS.
  • 📂 Turn on the function (Enable Bandwidth Control).
  • 📂 Specify the total bandwidth of your channel (Incoming/Outgoing Rate) if the router does not detect it automatically.
  • 📂 Click "Add New" to create a rule.

In the window that opens, enter the IP address of the device that you reserved earlier. In the fields Min Bandwidth (Minimum speed) and Max Bandwidth (Maximum speed) - enter the desired values. For a hard limit, set the same value for Min and Max. Units can be Kbps (kilobits) or Mbps (megabits), but note: 1 Mbps = 1024 Kbps.

☑️ Restriction settings checklist

Completed: 0 / 5

After applying the settings, it is recommended to reboot the router using the command System Tools -> RebootThis ensures that new packet filtering rules are applied to all active sessions.

Reduced speed by changing the WiFi standard

If your router doesn't have flexible QoS settings, you can use the old-fashioned method—wireless standards. Modern devices operate on standards. 802.11ac (WiFi 5) and 802.11ax (WiFi 6), providing hundreds of megabits of speed. By switching the router to the 802.11g or even 802.11b, you will physically limit the maximum connection speed.

To do this, find the wireless mode in the settings (Wireless Settings) parameter ModeBy default, it says "11b/g/n/ac mixed" or "Auto." Change it to "11g only" or "11b/g mixed." The 802.11g standard is theoretically limited to 54 Mbps, but in real-world conditions, given interference and overhead, speeds rarely exceed 20-25 Mbps.

A significant disadvantage of this method is that the speed will drop for everyone connected devices, not just the target one. Furthermore, older standards are less able to penetrate walls and are more susceptible to interference from neighboring networks.

WiFi standard Max. theoretical speed Real speed Range
802.11b 11 Mbps ~4-5 Mbps 2.4 GHz
802.11g 54 Mbps ~20-25 Mbps 2.4 GHz
802.11n 600 Mbps ~100-150 Mbps 2.4 / 5 GHz
802.11ac 6.9 Gbps ~400-800 Mbps 5 GHz

This method is great for its versatility: it works even on very old routers that don't have any Bandwidth Control menus. However, it's not suitable as a temporary solution for a single device, as it requires reconfiguring the entire network.

Speed ​​limiting in OpenWRT and MikroTik firmware

For advanced users with routers running alternative firmware, the possibilities are virtually limitless. OpenWRT the package is used sqm-scripts (Smart Queue Management) or built-in iptablesThis allows you to create complex queues and apply traffic filtering rules.

IN MikroTik (RouterOS) speed control is implemented through a mechanism Simple QueuesThis is a powerful tool that allows you to limit speed not only by IP but also by protocols (P2P, HTTP, Streaming). You can create a rule that limits speed only for torrents, while keeping the rest of the internet speed high.

Example command for MikroTik (entered in terminal):

/queue simple add name="limit-kids" target=192.168.88.50/32 max-limit=1M/1M

This command will create a queue named "limit-kids" for the device with IP 192.168.88.50 and limit the upload and download speed to 1 Mbps. The syntax may seem complicated to a beginner, but it provides maximum precision.

⚠️ Attention: Interfaces and commands in alternative firmware versions (OpenWRT, DD-WRT, MikroTik) may differ depending on the software version. Always consult the official documentation for your specific firmware version before entering commands.

What happens if I set the limit below 128 kbps?

At extremely low values ​​(below 128 kbps), many modern websites may stop opening altogether, as the connection will time out faster than the HTTPS page header can load.

Common mistakes and troubleshooting

During the setup process, users often encounter restrictions that don't work. The most common error is IP address conflictIf you reserved IP address 192.168.1.105 for a tablet, but at the same time this address was assigned to a phone, the rule will apply to the phone, and the tablet will receive a different address and remain unrestricted.

The second mistake is confusion over units of measurement. Providers specify speed in megabits (Mbps), but some older routers may use kilobytes (KB/s) or kilobits (Kbps). Remember: 1 megabit = 1024 kilobits. If you set a limit of 1000 Kbps, that's approximately 1 Mbps, which is very little for video.

It is also worth considering that some applications use encryption and tunneling (VPN), which can prevent the router from correctly classifying traffic if the rule is based on ports or protocols. IP/MAC address-based restriction is the most reliable, as it doesn't depend on packet content.

If the Internet connection is completely lost after applying the settings:

  • 🔄 Check if you have set the limit to 0 Kbps.
  • 🔄 Make sure you haven't blocked access to your router's DNS servers.
  • 🔄 Try resetting the router settings using the Reset button (usually 10 seconds).

Impact of restrictions on network stability

Artificially creating a bottleneck can have unexpected consequences for your router's buffering. If the incoming data flow exceeds the limit you set, packets begin to accumulate in the queue. This phenomenon is called BufferbloatIt leads to a sharp increase in ping (latency), even if the speed is not formally exhausted.

To minimize this effect, modern algorithms (as in SQM) use active queue management, dropping unnecessary packets early (RED and CAKE technologies). Home routers with simple QoS may lack this mechanism, so at very low limits (less than 512 kbps), you may experience freezes in online games or stuttering in voice communications.

It is also important to remember that burst Speed ​​bursts. Some routers allow you to configure short-term speed overshoots to speed up page header loading. This improves the network's subjective experience, making it responsive even if the overall file download speed is slow.

In conclusion, throttling your WiFi is a powerful management tool. It requires a basic understanding of network operation, but with the right approach, it can transform a chaotic data flow into a manageable resource. Whether it's protecting children or testing software, you gain complete control.

Is it possible to limit the speed only for YouTube?

On standard home routers (TP-Link, Asus, D-Link), this is virtually impossible to do with built-in tools, as they lack deep traffic analysis (DPI). This requires advanced solutions like MikroTik with updated domain lists or specialized firewalls (pfSense), but even these may fail due to Google's traffic encryption.

Will the speed decrease if I move the router further away?

Yes, physically moving the device away from the router will reduce speed due to a drop in signal strength (RSSI). However, this is an unreliable method: speed will fluctuate, the connection may drop, while speed will remain at its maximum when near the router. Software limiting is more stable.

Does WiFi limitation affect cable (LAN) speed?

No, not if you're setting limits specifically for the wireless interface (WLAN). However, if you limit the speed by IP address in the QoS/Bandwidth Control section, the limit will apply to all traffic from that device, regardless of whether it's connected via WiFi or cable.

Do I need to reboot my router after every change?

Most modern models apply QoS settings instantly. However, if you've changed the wireless mode (for example, from N to G) or DHCP settings, a reboot is required for the changes to take effect.