Walk into buying your first few smart-home devices and you'll immediately hit a wall of unfamiliar acronyms. Here's what actually matters about each protocol, without the marketing spin, so you can make sensible purchasing decisions.

Zigbee

Zigbee is a low-power wireless protocol built specifically for smart-home devices. Its most important feature is that it's a mesh network: mains-powered Zigbee devices (like smart plugs or bulbs) act as repeaters for battery-powered ones (like sensors), so the more Zigbee devices you have, the stronger and more reliable the network generally gets.

  • Pros: Cheap devices, wide manufacturer support, low power draw for battery sensors (often 1–2 years per battery), strong mesh reliability once you have a handful of mains-powered devices.
  • Cons: Requires a separate USB coordinator/dongle plugged into your Home Assistant machine; can experience interference from Wi-Fi on the 2.4GHz band if channels aren't chosen carefully.
  • Best for: Sensors (door, motion, temperature), bulbs, and plugs where you want a large number of cheap, reliable, long-battery-life devices.

Z-Wave

Z-Wave is also a low-power mesh protocol, but it operates on a different radio frequency than Wi-Fi and Zigbee (in the sub-1GHz range in most regions), so it doesn't compete with your Wi-Fi network for airtime. Z-Wave has stricter certification requirements than Zigbee, which generally means better cross-brand interoperability.

  • Pros: No interference with 2.4GHz Wi-Fi/Zigbee traffic, strong interoperability standard, mature ecosystem particularly strong for locks and security sensors.
  • Cons: Devices tend to cost more than Zigbee equivalents; also requires a USB controller.
  • Best for: Door locks, security-focused sensors, and situations where you already have a dense Wi-Fi/Zigbee environment and want to avoid adding to the congestion.

Wi-Fi

Wi-Fi devices connect directly to your existing router — no separate coordinator hardware needed. This is why so many cheap consumer smart plugs and bulbs use it.

  • Pros: No extra hardware required, generally the cheapest devices, huge selection.
  • Cons: Many consumer Wi-Fi devices are cloud-dependent by default (see our local-first guide for why that matters); higher power draw makes battery operation impractical; every device adds load to your router; quality varies wildly between manufacturers.
  • Best for: Mains-powered devices from manufacturers known to support a local API (Shelly and ESPHome-based devices are popular choices in the Home Assistant community specifically because they work locally).
Advertisement

Where Matter and Thread fit in

Matter is a newer, cross-manufacturer standard designed to let devices from different brands work together regardless of ecosystem (Home Assistant, Apple Home, Google Home, Amazon Alexa). Thread is a low-power mesh networking protocol — similar in spirit to Zigbee — that Matter devices often use as their transport layer. Home Assistant supports both. In practice, Matter-over-Thread devices behave a lot like Zigbee devices operationally (mesh network, need a "border router"), but with better standardized cross-platform compatibility. It's a reasonable choice for new purchases going forward, though the ecosystem is still maturing and Zigbee/Z-Wave remain safer bets for the widest device selection today.

Our practical recommendation

Use case Suggested protocol
Battery sensors (door/motion/temp)Zigbee
Smart locksZ-Wave
Bulbs and plugsZigbee, or local-API Wi-Fi
New/future purchasesConsider Matter/Thread where available

Most established Home Assistant setups end up running a mix of Zigbee and a few local-API Wi-Fi devices, with Z-Wave layered in for locks. There's no need to pick just one — Home Assistant is designed to bridge all of them into a single system.