Why does Wi-Fi get slower when more devices join?

Because Wi-Fi is a shared medium in which only one device can transmit at a time on a channel — adding devices does not add capacity, it adds contention, and the time spent negotiating whose turn it is grows faster than the number of devices.

One conversation at a time

A Wi-Fi channel is like a room where only one person can speak. Devices listen first, and if the channel is busy they wait a random interval and try again. That protocol — CSMA/CA — is what stops everyone talking over each other, and it costs airtime whether or not any data moves.

Why the slowdown is worse than proportional

With two devices, collisions are rare. With twenty, more of them pick the same slot, back off, and retry — and every retry is airtime nobody used for data. The overhead grows faster than the device count, which is why a network can feel fine at ten devices and fall over at thirty.

The slowest device sets the pace

A distant device transmitting at a low rate occupies the channel for far longer to send the same data. One weak client can therefore consume a disproportionate share of the airtime, which is the real reason a single device in a far room degrades everybody.

What Wi-Fi 6 actually changed

OFDMA lets an access point split a channel into smaller resource units and serve several devices in one transmission, which directly attacks the per-device overhead. That is why Wi-Fi 6 is described as a capacity improvement rather than a speed one — the headline rate matters less than how many devices can share it.

The practical version

More access points on non-overlapping channels add real capacity. A faster router with the same single channel does not. And 5 GHz has more non-overlapping channels than 2.4 GHz, which is more of its advantage than the raw rate is.

Why the signal bars mislead

Bars show received signal strength, which says how loudly the access point is heard and nothing about how busy the channel is. A device can show full bars on a saturated channel and move almost no data, which is why good signal with slow internet is such a common and confusing complaint. What determines throughput is airtime available, and no phone shows that.

Sources

IEEE 802.11 standard; Wi-Fi Alliance — Wi-Fi 6 technical overview. Every claim above is drawn from these; where a claim is contested or unsettled the article says so rather than picking a side.

How this article was made

Written by a person. Reviewed by Editorial review, Leumas on 2026-09-01. 384 words.

Questions

Why does Wi-Fi get slower when more devices join?

Because Wi-Fi is a shared medium in which only one device can transmit at a time on a channel — adding devices does not add capacity, it adds contention, and the time spent negotiating whose turn it is grows faster than the number of devices.

How do I know this is right?

The sources are listed on the page and a person reviewed it on 2026-09-01. Where a question is genuinely open, the article says so instead of resolving it.