Smart home protocols, compared by what actually breaks

Five radios, four frequency bands, and one crowded slice of spectrum that most of them share.

The layer people skip#

Matter is not a radio. It is an application layer that runs on top of Wi-Fi, Ethernet and Thread, and reaches Zigbee and Z-Wave only through a bridge. That means every buying decision still has a radio decision underneath it, and the radio decides the things people actually complain about: how long the battery lasts, whether the lock responds at the far end of the house, and whether the lights work when the internet is down.

There are only four questions that separate the radios:

  1. What frequency does it use? 2.4 GHz is shared by Wi-Fi, Zigbee, Thread, Bluetooth, microwave ovens and cheap USB 3.0 cables. 908.42 MHz, where US Z-Wave lives, is nearly empty by comparison and penetrates walls better.
  2. Does it mesh, and how many hops? Mesh gets you coverage without more hardware, but each hop adds latency and another thing that can fail.
  3. How does it treat sleeping devices? A radio designed for battery devices lets them sleep with the receiver off and parks their messages at a parent node. A radio that was not lets them run hot and die in six months.
  4. Who owns it? An open standard with multiple silicon vendors survives a company going away. A closed radio does not, which is the whole story of twenty years of smart home standards.

The five radios, in one table#

RadioBand (US)TopologyPractical ceilingBattery devicesBest at
Thread2.4 GHz, 802.15.4IPv6 mesh, 32 active routersRoughly 250 devices in the fieldSleepy end devices, multi-year coin cellsMatter-native sensors, low latency, no cloud
Zigbee2.4 GHz, 802.15.4Mesh, one coordinatorLimited by coordinator child capacitySleepy end devices, multi-year coin cellsDevice selection, price, binding
Z-Wave908.42 MHzMesh, 232 nodes, 4 hops232 classic, plus 4,000 in Long RangeYes, and Long Range claims 10 yearsLocks, range, walls, non-crowded spectrum
Wi-Fi2.4 and 5 GHzStar, via your APAirtime and association tables, not a spec numberPoorlyCameras, anything with real bandwidth
Bluetooth LE2.4 GHzPoint to point, plus mesh variantsPer-controller connection limitsYes, for short burstsCommissioning, presence, local fallback

Where to start#

If you are choosing hardware right now, which radio for which job is the page to read: it works through ceiling lights, battery sensors, locks, gates, cameras, blinds and garage doors, and says what to buy and what to avoid for each.

If something already works badly, the cause is usually spectrum. Zigbee and Thread share the exact same 802.15.4 radio as each other and sit inside the same band as your Wi-Fi. 2.4 GHz interference and channel planning shows the arithmetic, names the aggressors most people never suspect (USB 3.0 cables, Bluetooth advertising channels, the microwave), and the channel planner turns your Wi-Fi channel into a safe pair of 802.15.4 channels.

Which radio for which job

The decision table by device class. Start here if you are about to buy something.

Zigbee vs Z-Wave

The comparison people search for most, settled on frequency, node limits and device availability.

2.4 GHz interference

Channel math you can verify, plus the four aggressors that are not Wi-Fi.

Proprietary radios

Lutron, Hue, Tuya, 433 MHz, and the cautionary tale of Insteon.

How the radios relate to the standards#

Two pairs cause most of the confusion.

Thread and Zigbee are the same radio. Both are IEEE 802.15.4 at 250 kbit/s on channels 11 to 26 in the 2.4 GHz band. The difference is everything above the radio: Zigbee uses its own network and application layers, Thread carries IPv6 and is the transport Matter was designed around. Thread vs Zigbee works through the consequences. One practical result: a dongle that can do both usually cannot do both at once.

Matter and the radios are different layers. A Matter device is a Wi-Fi device or a Thread device. There is no such thing as a Matter radio, and there is no Matter over Zigbee or Matter over Z-Wave except through a hub acting as a bridge. Matter vs Thread is the fastest way to fix that mental model, and what Matter still cannot do is the honest limit list.

What this cluster covers#

The rule that saves the most money#

Buy the radio your hub already speaks, and check that before you check anything else. A Z-Wave lock is a paperweight next to a hub with no Z-Wave radio, and adding one is not always possible: Hubitat carries Zigbee and Z-Wave but is not a Thread border router, while an Apple TV is a Thread border router and speaks no Zigbee or Z-Wave at all. The hub comparison lists what each box actually carries, and the compatibility checker answers the specific case.

Primary sources

Specification and vendor documentation we checked while writing this page. Where a claim depends on firmware behaviour rather than a published spec, the page says so inline.