HomeExplainers › Technology

Technology

How Wi-Fi Works: Sending Data Through Radio Waves

Open Brief Staff July 6, 2026 8 min read
Key points

A Wi-Fi router is, at its core, a small radio transmitter and receiver, not fundamentally different from a walkie-talkie, except that instead of carrying a human voice it carries streams of ones and zeros. Every laptop, phone, and smart speaker in range is doing the same thing in reverse: listening for a specific pattern of radio energy, decoding it back into bits, and handing those bits to whatever app asked for them. The interesting part isn't that radio waves carry data — radio has done that since the 1890s — it's how densely packed and precisely timed that data has to be to let a dozen devices share one room's worth of airspace without turning into noise.

Turning bits into a radio wave

A raw radio wave is just a smooth oscillation at some frequency, and by itself it carries no information. To load data onto it, a Wi-Fi transmitter uses a technique called orthogonal frequency-division multiplexing, or OFDM, which takes one wide channel — typically 20, 40, or 80 megahertz wide — and slices it into dozens of narrow sub-carriers packed close enough together that their signals overlap without interfering, a mathematical trick that only works because each sub-carrier's peaks line up exactly with its neighbors' zero points. Each sub-carrier is then modulated independently, meaning its amplitude and phase are nudged into one of several dozen possible states, and each state represents a chunk of bits. Newer standards like Wi-Fi 6 use a modulation scheme called 1024-QAM, packing 10 bits into a single symbol on a single sub-carrier, which is a large part of why a modern router can be faster than one from a decade ago even on the same frequency.

Why routers argue over channels

Because Wi-Fi shares unlicensed spectrum, a router doesn't get exclusive use of its frequency the way a cell tower gets a licensed slice from a carrier. Instead, every device on a channel has to take turns, using a protocol called CSMA/CA: before transmitting, a device listens to see if the channel is busy, and if it hears another transmission it waits a random amount of time before trying again. This works reasonably well with a handful of devices but degrades as more devices compete for the same channel, which is the real reason a crowded apartment building with fifty overlapping routers on 2.4 GHz feels sluggish even though each individual router is capable of respectable speeds. Routers can also choose from multiple non-overlapping channels, and modern ones will auto-switch to a quieter one if the current channel gets too congested.

The 2.4 GHz, 5 GHz, and 6 GHz trade-off

Radio physics imposes an unavoidable trade-off: lower frequencies bend around obstacles and pass through walls more easily but have less total bandwidth to work with, while higher frequencies can carry vastly more data but lose energy faster over distance and get blocked more easily by walls, furniture, and even human bodies. The 2.4 GHz band, used by original Wi-Fi and still common today, covers a house reasonably well but is also crowded with Bluetooth devices, baby monitors, and microwave ovens, which all leak energy into that same range. The 5 GHz band, standardized more recently, offers much more usable bandwidth and far less interference from other gadgets, at the cost of a noticeably shorter range and worse wall penetration. The newest 6 GHz band, opened for Wi-Fi use starting in 2020, goes further still: enormous amounts of clean spectrum, but a signal that struggles to get through more than one or two interior walls, which is why 6E and Wi-Fi 7 routers are often marketed for close-range, high-bandwidth uses like streaming to a headset a few feet away.

Joining a network: association and encryption

When a device connects to a network for the first time, it goes through a short negotiation called association, in which it announces the standards and speeds it supports, and the router assigns it an internal address for the session. Almost every home and business network today also runs a security handshake as part of this process, encrypting everything that follows using WPA2 or the newer WPA3 standard, which is the same underlying cryptographic idea behind how encryption keeps data secret on a wired connection, just applied to a broadcast medium where anyone with an antenna can technically hear every packet. Without that encryption layer, a Wi-Fi signal would be no more private than shouting across a room, since radio waves don't respect property lines the way a cable does.

What actually slows a connection down

In practice, the gap between a router's advertised top speed and what a device actually experiences comes from three compounding factors: distance and obstacles reducing signal strength, other devices and networks competing for the same channel, and the sheer number of things connected to one router at once, since total bandwidth gets divided among every active device rather than each one getting the full advertised rate. Moving a router to a central, elevated location, switching a congested network to a less-crowded channel, and separating older 2.4 GHz-only devices from a 5 GHz network are the three most effective fixes, in roughly that order of impact, and none of them requires new hardware. The Federal Communications Commission maintains public rules on how this unlicensed spectrum can be used by manufacturers, which is why every Wi-Fi router sold in the United States has to meet the same power and interference limits regardless of brand.

The short version

Wi-Fi encodes data onto radio waves using OFDM, a technique that packs many narrow sub-carriers into one channel, and devices take turns on that shared channel using a listen-before-talk protocol. Lower frequencies like 2.4 GHz travel farther and penetrate walls better; higher frequencies like 5 GHz and 6 GHz move far more data but lose range quickly. Real-world speed depends less on a router's advertised maximum and more on distance, channel congestion, and how many devices are sharing the connection at once.