WiFi Airtime Fairness Explained: How AQL and Airtime Scheduling Prevent Slow Devices from Throttling Your Entire Network
One old WiFi 4 device or a smart bulb in the corner can cut your entire network’s throughput in half. WiFi Airtime Fairness fixes this by allocating equal time on the wireless medium rather than equal transmission opportunities — here’s exactly how it works and when to turn it on.
Plug one aging 802.11n smart plug or a basement IoT sensor into your WiFi network, and something counterintuitive happens: every other device on the same band gets slower. Not because the smart plug is using significant bandwidth — it barely transfers any data — but because WiFi’s default channel access rules give every device the same number of transmission turns, regardless of how long each device takes to use them. A device connecting at 6 Mbps occupies the airwaves twenty times longer than one connecting at 130 Mbps to send the same amount of data. WiFi Airtime Fairness is the router setting designed to fix exactly this. Run a speed test from the same device at two different times of day to see whether legacy devices on your network are already costing you throughput.
The WiFi Performance Anomaly
WiFi uses a channel access method called CSMA/CA — Carrier Sense Multiple Access with Collision Avoidance. Every device listens before transmitting, waits for the channel to be clear, and then takes its turn. The key word is turn: the protocol distributes transmission opportunities roughly equally among all devices, regardless of the data rate each device uses.
This sounds fair, but it creates a well-documented problem known as the WiFi performance anomaly, first formally described in networking research in 2003. Here’s the arithmetic: if you have five devices on a radio, each getting an equal share of transmission slots, and one of those devices can only transmit at 6 Mbps while the other four transmit at 150 Mbps, the slow device consumes roughly 25 times more airtime per slot. The four fast devices are left waiting while the slow one finishes. Total network throughput collapses toward the rate of the slowest device.
Why Your Old Smart Home Gear Is the Culprit
Legacy IoT devices — older smart plugs, budget sensors, early-generation security cameras — frequently connect at low data rates for two reasons: they may only support older WiFi standards (WiFi 4 or earlier), and they are often installed in locations with weaker signal, causing the router to automatically step down to a slower, more reliable modulation rate. A device connecting at 1 Mbps in a corner with poor signal is the worst-case scenario: it occupies the channel for an extraordinarily long time per transmission and reduces effective throughput for every other device on that band by dragging airtime away from faster clients.
Real-world TP-Link lab tests illustrate the magnitude of this effect: on a network mixing 802.11g and 802.11n clients without airtime fairness, total measured throughput was approximately 46 Mbps. Enabling airtime fairness on the same network pushed total throughput to 128 Mbps — nearly a threefold improvement — because the 802.11n devices were no longer waiting for slow 802.11g transmissions to complete on every turn.
What Airtime Fairness Actually Does
Instead of dividing transmission opportunities equally, Airtime Fairness divides transmission time equally. The access point tracks how much airtime each connected device has consumed in a rolling window and schedules future transmissions to equalize those totals. A device that just spent 50 milliseconds sending data at 6 Mbps waits longer for its next turn than a device that sent the same data in 2 milliseconds at 150 Mbps.
The practical result: slow devices get fewer transmission slots, freeing up the channel for faster devices. Slow devices transfer less total data per second, but they were never the bottleneck for the network as a whole — a smart plug sending a status ping every 30 seconds does not need equal airtime with a 4K streaming TV. Airtime Fairness aligns the allocation with actual utility.
AQL: Airtime Queue Limit in Linux-Based Routers
Many open-source and prosumer routers running Linux’s mac80211 wireless stack implement airtime fairness through a mechanism called AQL — Airtime Queue Limit. AQL works alongside fq_codel (Fair Queuing Controlled Delay), the same algorithm that addresses bufferbloat, to prevent any single station from filling the transmit queue with a backlog that creates latency spikes for other devices.
Where basic airtime fairness ensures equal time allocation, AQL adds a per-station queue depth limit. If a station’s queue grows beyond its AQL threshold — indicating it is a bottleneck — the driver stops adding new packets to that station’s queue until backlog clears. This prevents a slow device from not only consuming excess airtime but also inflating overall queue latency. The combination of airtime scheduling and AQL is why routers running OpenWrt or newer commercial firmware based on the mac80211 stack often show noticeably lower latency in congested environments compared to older implementations.
Should You Enable Airtime Fairness?
Airtime Fairness is not always the right setting to enable. The decision depends on what your network actually looks like.
Enable Airtime Fairness When:
- You have mixed-generation devices: If your network includes a combination of newer WiFi 6 or WiFi 5 devices alongside older WiFi 4 gadgets, smart home sensors, or IoT gear, airtime fairness prevents the slow devices from dragging down faster clients. This is the most common scenario in homes with accumulated smart home hardware.
- You have many IoT devices on the same radio: A radio serving 20 smart home devices of varying speeds benefits substantially from airtime scheduling. The performance anomaly compounds with each additional slow device on the band. Consider moving IoT gear to its own SSID or VLAN — see our guest network setup guide — and enabling airtime fairness on that radio separately.
- You notice throughput degradation during the day: If your fastest devices seem slower when more devices are active, airtime fairness is worth enabling. Run a speed test with all devices connected, then disconnect legacy IoT gear and run it again. A large difference confirms the anomaly is affecting your network.
Leave Airtime Fairness Disabled When:
- Your network has only modern, similar-speed devices: If every device connects at WiFi 5 or WiFi 6 speeds and none are outliers, airtime fairness adds processing overhead without meaningful benefit.
- You use voice-over-WiFi or audio streaming on the affected band: Some implementations of airtime fairness reduce per-device bandwidth allocation enough to cause audio dropouts on devices streaming music or handling WiFi Calling. If you notice audio glitching after enabling the feature, disable it or move audio devices to a separate SSID that is not subject to airtime limiting.
- You observe device discovery problems after enabling: A small number of IoT devices — particularly those that rely on frequent multicast or broadcast packets for discovery protocols — may have trouble being detected by apps after airtime fairness is enabled, because their broadcast slots are constrained. Disabling the feature on the 2.4 GHz radio while keeping it enabled on 5 GHz is often a practical workaround.
How to Find the Airtime Fairness Setting on Your Router
Airtime Fairness is typically buried in the advanced wireless settings of a router’s admin panel rather than the main dashboard:
- ASUS routers: Log in to the router admin panel at 192.168.1.1, navigate to Wireless → Professional, and look for “Airtime Fairness” under each radio tab (2.4 GHz and 5 GHz are configured separately).
- TP-Link Archer and Deco: In the Archer web interface, go to Advanced → Wireless → Advanced Settings. On Deco systems, the setting may be in the Deco app under More → Advanced → Airtime Fairness.
- Netgear Nighthawk and Orbi: Navigate to Advanced → Advanced Setup → Wireless Settings. Netgear describes the feature as distributing 80% of bandwidth equally across up to 50 wireless devices when enabled.
- Eero: Eero does not expose a manual airtime fairness toggle; the system manages airtime scheduling automatically as part of its firmware.
After enabling, reconnect your devices and run a speed test from your fastest device to confirm throughput improved. If any device loses connectivity or behaves erratically, check whether it is one of the edge cases described above before reverting the change. Pairing airtime fairness with good channel planning and interference reduction gives you the most consistent network performance across all your devices.
Related Articles
WiFi Latency vs Speed: Why Your Ping Matters More Than Your Download Mbps for Gaming and Video Calls
Download speed gets all the attention on ISP marketing, but ping is what actually determines whether gaming, video calls, and VoIP feel smooth or broken. Here’s the real difference between latency and bandwidth — and exactly how much of each you need.
WiFi Channel Utilization Explained: How to Measure and Reduce Congestion on Your Home Network
Channel utilization tells you how busy your WiFi channel is — not just from your own devices, but from every neighbor and appliance sharing the same radio spectrum. Here’s what the metric means, when it becomes a problem, how to measure it, and the practical steps to bring it back down.
How to Set Up and Optimize a WiFi 6 Network From Scratch
WiFi 6 is more than a speed bump — it brings OFDMA, MU-MIMO, TWT, and BSS Coloring. Here’s how to configure every setting correctly so you actually benefit from the upgrade.