The short answer
Smart home devices talk over four things that are often lumped together but sit at different layers. Zigbee, Z-Wave, and Thread are low-power mesh radios; Matter is not a radio at all but an application layer that rides on top of Thread, Wi-Fi, or Ethernet to let devices from different ecosystems interoperate. Zigbee and Thread both use the IEEE 802.15.4 radio in the 2.4 GHz ISM band at 250 kbps. Z-Wave uses a sub-GHz radio, 908.42 MHz in the United States, which avoids 2.4 GHz Wi-Fi congestion and reaches roughly 100 m per hop line-of-sight. Thread adds IPv6 (6LoWPAN) and removes the single-hub bottleneck by using redundant border routers.
Pick by device role, not brand. Battery sensors and locks favor Zigbee, Z-Wave, or Thread because 802.15.4 and sub-GHz radios sip power and self-heal as a mesh. Cameras, doorbell video streams, and anything bandwidth-heavy belong on Wi-Fi. Matter is the cross-ecosystem control layer you want when you plan to mix Apple Home, Google Home, and Amazon Alexa. Bluetooth Low Energy is mainly used to commission (set up) new devices, not to run them long-term. A hub or border router bridges the low-power mesh to your home IP network; matching that hub to the protocol is the single most important planning decision.
Choosing a protocol: a practical decision guide
Start from the device, its power source, and the ecosystems you want to control it from. Anything that runs on a coin cell or AA batteries, a door/window contact, a motion sensor, a leak sensor, a smart lock, belongs on a low-power mesh: Zigbee, Z-Wave, or Thread. All three are designed so battery end devices can sleep and wake, and so mains-powered devices relay traffic for them. High-bandwidth devices, security cameras, video doorbells with live streams, streaming media, do not belong on 802.15.4 or sub-GHz radios at all; their throughput needs put them on Wi-Fi. Matter is the layer to reach for when you plan to mix Apple Home, Google Home, and Amazon Alexa, because it standardizes the data model so one device can be controlled from several ecosystems at once.
Congestion and range decide between the mesh radios. Z-Wave runs sub-GHz (908.42 MHz in the US), so it sidesteps the crowded 2.4 GHz band that Wi-Fi, Bluetooth, Zigbee, Thread, and microwave ovens all share, and it reaches farther per hop. Zigbee and Thread run at 2.4 GHz, which gives higher raw data rate (250 kbps) and more channels, but demands attention to Wi-Fi overlap. Thread is the forward-looking choice because it is IP-native (IPv6) and underpins most Matter-over-Thread devices, using multiple border routers instead of one hub. Existing investment matters too: a working Z-Wave or Zigbee network is a reason to stay, since gateways bridge protocols.
A last practical filter is the hub. Zigbee and Z-Wave each need a coordinator/controller. Thread needs at least one border router (an Apple HomePod, certain Google/Nest devices, or an Amazon Echo can serve). Matter needs a controller plus, for Thread devices, a border router. If you want the fewest boxes, favor devices whose border router you already own.
- Battery sensors, locks, buttons: Zigbee, Z-Wave, or Thread (all low-power, all mesh, all self-healing).
- Cameras, video doorbells, streaming: Wi-Fi (2.4/5/6 GHz), not 802.15.4 or Z-Wave; the mesh radios cap around 250 kbps.
- Mixing Apple, Google, and Amazon: choose Matter-certified devices; Matter is the interoperability layer, not a radio.
- Worried about 2.4 GHz Wi-Fi congestion or want the longest per-hop reach: Z-Wave at 908.42 MHz (US).
- Future-proofing and IP-native addressing: Thread, which most Matter-over-Thread devices use and which needs no single central hub.
- Every low-power mesh still needs a bridge to your router: a Zigbee/Z-Wave coordinator or a Thread border router.
The radios: Zigbee, Z-Wave, and Thread frequencies and PHY
Zigbee and Thread share the same physical radio, IEEE 802.15.4. In the 2.4 GHz ISM band that PHY defines 16 channels, numbered 11 through 26, spaced 5 MHz apart, using offset-QPSK with direct-sequence spread spectrum at a 250 kbps over-the-air data rate. 802.15.4 also defines sub-GHz PHYs (a single 868 MHz channel used in Europe and ten 915 MHz channels used in the Americas at lower bit rates), but the overwhelming majority of consumer Zigbee and all Thread devices use the 2.4 GHz PHY. Zigbee layers its own network and application stack (mesh routing, coordinator/router/end-device roles, ZCL clusters) on top; Thread layers IPv6, 6LoWPAN, and UDP on top of the identical radio. That shared radio is why a chip can often support both, but the stacks are not interoperable on the wire.
Z-Wave takes the opposite approach: a proprietary sub-GHz radio to escape 2.4 GHz crowding. Frequencies are region-locked by regulation, 908.42 MHz in the US (with an additional channel used for Z-Wave Long Range), 868.42 MHz in Europe, and other allocations elsewhere, so a US Z-Wave device will not legally operate on EU frequencies. Classic Z-Wave supports data rates of 9.6, 40, and 100 kbps and a mesh of up to 232 nodes with a maximum of four hops between controller and destination. Real-world line-of-sight range is roughly 100 m (about 328 ft) per hop; walls and floors cut that substantially. The newer 700 and 800 series chips improved battery life and security (S2).
Z-Wave Long Range (ZWLR) is a notable extension: it drops the mesh in favor of a star topology, raises the theoretical device count to roughly 4,000 nodes on a network, and increases open-air range to on the order of a mile with higher transmit power, at the cost of not relaying through intermediate nodes the way classic mesh does.
- Zigbee PHY: IEEE 802.15.4, 2.4 GHz, 16 channels (11-26), 5 MHz spacing, O-QPSK/DSSS, 250 kbps over-the-air.
- Zigbee also defines 868 MHz (1 channel, Europe) and 915 MHz (10 channels, Americas) sub-GHz PHYs, but 2.4 GHz dominates.
- Thread PHY: the same IEEE 802.15.4 2.4 GHz radio at 250 kbps, with IPv6/6LoWPAN and UDP stacked above it.
- Z-Wave: sub-GHz, region-locked; 908.42 MHz in the US, 868.42 MHz in Europe; classic rates 9.6/40/100 kbps.
- Z-Wave classic mesh: up to 232 nodes, maximum 4 hops, roughly 100 m (about 328 ft) per hop line-of-sight.
- Z-Wave Long Range: star topology, up to about 4,000 nodes, roughly a mile open-air with higher power (US/Canada/Mexico bands).
Matter, Wi-Fi, and Bluetooth: the layers that aren't mesh radios
Matter is the most commonly misunderstood item on this list because it is not a radio and carries no frequency of its own. It is an application and interoperability layer, developed under the Connectivity Standards Alliance and released as version 1.0 in 2022, that defines a standard data model (device types, clusters, attributes) plus security and commissioning so a certified device can be controlled from multiple ecosystems, Apple, Google, Amazon, Samsung, at the same time. Matter operates over IPv6 and runs on top of an existing IP transport: Thread for low-power devices, or Wi-Fi and Ethernet for higher-bandwidth or mains-powered devices. A Matter device is therefore always also a Thread, Wi-Fi, or Ethernet device underneath. Its multi-admin model lets several controllers share one device without cloud lock-in.
Wi-Fi (IEEE 802.11) is the high-throughput workhorse and operates in the 2.4 GHz, 5 GHz, and, with Wi-Fi 6E and Wi-Fi 7, 6 GHz bands. It offers far more bandwidth than any 802.15.4 mesh but draws more power, which is why it suits cameras, video doorbells, and always-powered hubs rather than coin-cell sensors. Wi-Fi devices connect directly to your router, so they do not need a separate smart-home hub, but a hundred Wi-Fi bulbs can strain a consumer access point in ways a Zigbee or Thread mesh will not.
Bluetooth Low Energy also lives at 2.4 GHz (40 channels, 2 MHz wide) and plays a specific, often overlooked role: commissioning. Matter uses BLE to get a brand-new device onto the network securely before handing it off to Thread or Wi-Fi for day-to-day operation. BLE's short range and low power make it good for that setup handshake and for personal-area devices, but it is not the transport that runs a whole-home mesh.
- Matter is an application/interoperability layer over IPv6, not a radio; released as version 1.0 in 2022 by the CSA.
- Matter runs over Thread (low-power devices) or Wi-Fi/Ethernet (mains-powered/high-bandwidth); every Matter device is also one of those underneath.
- Matter's multi-admin model lets Apple Home, Google Home, and Alexa control the same device concurrently.
- Wi-Fi (802.11): 2.4/5/6 GHz, high throughput, higher power; well suited to cameras, doorbell video, and hubs, connects straight to the router.
- Bluetooth LE: 2.4 GHz, 40 channels (2 MHz each); primarily used to commission new Matter devices, not to run the home mesh.
- Thread + Matter together give an IP-native, multi-ecosystem stack; Matter without Thread simply uses Wi-Fi or Ethernet instead.
Mesh routing, hubs, and border routers
All three low-power protocols form a mesh: mains-powered devices act as repeaters, forwarding packets for battery devices that are out of direct range, and the network self-heals by rerouting when a node drops. The differences are in topology limits and how the mesh reaches the internet. Zigbee uses a coordinator (the network root), routers (mains-powered relays), and end devices (leaf nodes, often battery), with AODV-style mesh routing; its 16-bit addressing allows very large networks in theory. Z-Wave's classic mesh caps at 232 nodes and four hops, deliberately bounded to keep routing tables and latency predictable. Both Zigbee and Z-Wave route through a single coordinator/controller, which is also the bridge to your LAN, making that one device a bottleneck and a single point of failure.
Thread's design specifically removes that bottleneck. It has no single required hub; instead, Full Thread Devices can be Routers, Router-Eligible End Devices (REEDs) that promote themselves to routers when the network needs more, or end devices (minimal or sleepy). A Thread network keeps a bounded set of active routers (the specification supports up to 32, and the network typically holds roughly 16-23 active at once) and can carry many more end devices. Crucially, a Thread mesh reaches the wider internet through one or more Thread Border Routers, which translate between the 802.15.4 mesh and your Wi-Fi/Ethernet IP network. Multiple border routers can coexist for redundancy, so losing one does not take the mesh offline.
Border-router hardware is often something you already own: certain Apple HomePod and Apple TV models, several Google Nest and Amazon Echo devices, and dedicated smart-home hubs. Because Thread is IP-native, devices are individually addressable with IPv6, which simplifies routing to and from the cloud compared with proprietary gateways.
- Zigbee roles: coordinator (root and LAN bridge), routers (mains-powered repeaters), end devices (often battery leaf nodes).
- Z-Wave classic mesh: up to 232 nodes, 4 hops maximum, routed through one controller that also bridges to the network.
- Thread has no single hub: Full Thread Devices, REEDs (promote to router on demand), and minimal/sleepy end devices form the mesh.
- Thread supports up to 32 active routers (commonly ~16-23 active) plus many end devices, and self-heals around failures.
- Thread reaches the internet via one or more Thread Border Routers; multiple border routers add redundancy, no single point of failure.
- Common border routers: select Apple HomePod/Apple TV, Google Nest, and Amazon Echo units, plus dedicated hubs.
2.4 GHz interference and network planning
The single most common cause of flaky Zigbee and Thread networks is 2.4 GHz coexistence. Wi-Fi, Bluetooth, Zigbee, Thread, cordless devices, and microwave ovens (which radiate around 2.45 GHz) all share the band. On 2.4 GHz Wi-Fi, only channels 1, 6, and 11 are non-overlapping in North America, and each occupies about 20-22 MHz, more than four 802.15.4 channels wide. The practical fix is to keep the Wi-Fi and 802.15.4 channels apart: because Zigbee/Thread channels are 5 MHz-spaced from 2405 MHz (channel 11) to 2480 MHz (channel 26), channels 15, 20, 25, and 26 fall in the gaps between the busy Wi-Fi channels 1/6/11 and are usually the quietest for a mesh. Set your Wi-Fi to a fixed 2.4 GHz channel and pick a mesh channel that avoids it.
Z-Wave sidesteps this problem entirely by operating sub-GHz, which is a real advantage in dense apartment buildings and homes saturated with Wi-Fi. The trade-off is lower data rate and fewer devices per network than Zigbee, and region-locked hardware. Physical planning applies to every protocol: mesh reliability depends on having enough mains-powered repeaters distributed through the space so no battery device is more than a hop or two from a router. Thick walls, brick, tile, concrete, foil-backed insulation, metal appliances, and mirrors all attenuate 2.4 GHz far more than sub-GHz, so range figures quoted line-of-sight will not hold indoors.
Plan repeater placement before you plan sensors: add smart plugs, switches, or mains-powered bulbs first to build a strong backbone, then add battery devices at the edges. Keep coordinators and border routers away from the router and other 2.4 GHz emitters, and off the floor.
- 2.4 GHz band is shared by Wi-Fi, Bluetooth, Zigbee, Thread, and microwave ovens (~2.45 GHz); congestion is the top cause of mesh problems.
- On 2.4 GHz Wi-Fi only channels 1, 6, 11 are non-overlapping (each ~20-22 MHz); each overlaps several 5 MHz 802.15.4 channels.
- Zigbee/Thread channels 15, 20, 25, and 26 sit in the gaps between Wi-Fi 1/6/11 and are typically the quietest for a mesh.
- Fix a 2.4 GHz Wi-Fi channel and choose a non-overlapping 802.15.4 channel; do not leave both on auto.
- Z-Wave at 908.42 MHz (US) avoids 2.4 GHz congestion entirely, a real edge in Wi-Fi-dense buildings, at lower data rate.
- Build a repeater backbone (mains-powered plugs/switches/bulbs) first, then add battery sensors at the edges; brick, tile, concrete, and metal cut 2.4 GHz range sharply.
Frequently asked questions
Is Matter a replacement for Zigbee, Z-Wave, or Thread?
No. Matter is an application and interoperability layer, not a wireless radio. It runs on top of Thread, Wi-Fi, or Ethernet using IPv6, and standardizes how devices describe themselves so they can be controlled from multiple ecosystems (Apple, Google, Amazon) at once. Zigbee and Z-Wave are separate radio protocols; a device can be Zigbee or Z-Wave without being Matter, and a Matter device is always also a Thread, Wi-Fi, or Ethernet device underneath. Matter over Thread is common for low-power devices; Matter over Wi-Fi is common for mains-powered ones.
Why does Z-Wave use 908.42 MHz instead of 2.4 GHz?
Z-Wave deliberately uses a sub-GHz radio, 908.42 MHz in the United States, to avoid the crowded 2.4 GHz band shared by Wi-Fi, Bluetooth, Zigbee, Thread, and microwave ovens. Lower frequencies also penetrate walls and travel farther, giving roughly 100 m (about 328 ft) per hop line-of-sight in classic mesh mode. The trade-offs are lower data rates (9.6/40/100 kbps), a 232-node/4-hop limit in classic mesh, and region-locked hardware, a US Z-Wave device will not operate on Europe's 868.42 MHz allocation. Z-Wave Long Range extends range and node count using a star topology.
Do I still need a hub if I use Thread or Matter?
Yes, in the sense that a low-power mesh always needs a bridge to your home IP network. Thread needs at least one Thread Border Router, which many people already own inside a HomePod, Apple TV, Google Nest, or Amazon Echo device; multiple border routers can run together for redundancy, so there is no single required hub. Matter needs a controller, and for its Thread devices, a border router. Zigbee and Z-Wave each need their own coordinator/controller. Wi-Fi Matter devices connect straight to your router and do not need a separate smart-home hub, though a controller is still needed to manage them.
Can Zigbee and Thread interfere with my Wi-Fi?
They share the 2.4 GHz band, so mutual interference is possible, but it is manageable. Zigbee and Thread use IEEE 802.15.4 channels 11-26 (5 MHz spacing), while 2.4 GHz Wi-Fi has only three non-overlapping channels (1, 6, 11), each about 20-22 MHz wide. Set your Wi-Fi to a fixed channel and choose a mesh channel in the gaps, 15, 20, 25, or 26 are usually quietest. Keep the coordinator or border router away from the router and other 2.4 GHz emitters. Z-Wave avoids this issue entirely by operating sub-GHz at 908.42 MHz in the US.
Which protocol is right for battery-powered sensors versus cameras?
Battery sensors, contacts, motion, leak, and locks work well on a low-power mesh, Zigbee, Z-Wave, or Thread, because those radios are built to let end devices sleep and to relay through mains-powered nodes, extending battery life to months or years. Cameras and video doorbells need far more bandwidth than the roughly 250 kbps ceiling of 802.15.4 or the sub-100 kbps of Z-Wave, so they belong on Wi-Fi (2.4/5/6 GHz), which trades higher power draw for throughput. A single home commonly mixes all of these: Wi-Fi for video, a mesh for sensors, and Matter tying the ecosystems together.




