Zigbee vs Wi-Fi Smart Devices: Which for a House Full of Them
The radio choice that barely matters at five devices and matters enormously at fifty

Contents
Buy a single smart plug and the radio it uses is close to irrelevant — a Wi-Fi plug joins the router directly, a Zigbee plug needs a hub, and either one turns a lamp on from a phone with no noticeable difference in reliability. Buy forty of them, spread across bulbs, sensors, plugs and switches through a whole house, and the radio choice stops being a footnote and starts being the single biggest predictor of whether the system stays reliable or degrades into a thing that needs restarting every few days. This is the comparison that only shows its real shape at scale, and it’s worth understanding before committing an entire home to one radio standard or the other.
How the two networks are actually built
Wi-Fi smart devices are, structurally, tiny independent computers each maintaining its own connection back to the router — a star topology where every single bulb, plug and sensor is a direct client of the same access point, competing for the same channel bandwidth and the router’s finite connection table. Zigbee devices instead form a mesh: battery-powered sensors talk to the nearest mains-powered device (a bulb or a plug, both of which act as Zigbee routers), which relays the message onward hop by hop until it reaches a coordinating hub. That structural difference is the whole story here. A Wi-Fi network of forty devices is forty individual clients hammering one router; a Zigbee network of forty devices is forty nodes contributing to and often reinforcing the network’s coverage and reliability, because more mains-powered Zigbee devices means more relay points, not more contention for a shared resource.
Where Wi-Fi genuinely wins
None of this makes Wi-Fi the wrong choice categorically — for a genuinely small deployment, a handful of plugs and bulbs, Wi-Fi’s advantage is that there’s no hub to buy, no separate ecosystem to learn, and no pairing dance beyond the same app used for everything else. It also has real range advantages that Zigbee’s mesh, for all its resilience, doesn’t automatically solve: a single Wi-Fi device at the edge of router range benefits from mesh Wi-Fi extenders that most homes already have for laptops and phones, where a lone Zigbee device with no nearby mains-powered relay can genuinely struggle to join the mesh at all until a second Zigbee device is installed between it and the hub. Wi-Fi devices are also, in practice, cheaper at the individual-unit level — a basic Wi-Fi smart plug routinely undercuts an equivalent Zigbee one by a few pounds, because there’s no radio module beyond the standard Wi-Fi chip already needed for internet-connected features generally.
Where the router starts to buckle
The failure mode that shows up specifically at scale is router and home-network saturation. Consumer routers have a finite DHCP lease table and a finite number of concurrent Wi-Fi client connections the radio chipset can actually maintain reliably, a limit that varies by router but that independent smart-home forums and support threads consistently document being hit somewhere between 30 and 60 connected devices on typical consumer hardware — well within range of a fully-kitted smart home with bulbs in every room, several plugs, a scattering of sensors and a couple of cameras. Past that point, symptoms reported across user communities are consistent: devices randomly dropping offline, slow app response, and Wi-Fi credentials needing to be re-entered after a router reboot because the device table filled up and evicted an entry. None of that is a defect in any individual smart plug — it’s the router’s finite client table being asked to do a job it wasn’t sized for, and the fix (a better router, a dedicated IoT VLAN, mesh Wi-Fi with more access points) is a meaningfully bigger and more technical project than swapping out one troublesome bulb.
Zigbee’s mesh advantage compounds with scale
Zigbee’s coordinator (built into a hub like a Hue Bridge, SmartThings hub, or a USB Zigbee stick attached to Home Assistant) similarly has a device-table limit, but because most Zigbee traffic hops through mesh routers rather than connecting directly and continuously to the coordinator, that limit sits meaningfully higher in practice for the network’s actual reliability — Home Assistant’s own Zigbee2MQTT-based integrations are commonly run with 60-100+ devices on a single coordinator without the router-saturation symptoms Wi-Fi networks hit at similar device counts, precisely because the mesh distributes the connection load across many relay points instead of concentrating it all on one access point. The trade-off working in the opposite direction is battery-powered Zigbee sensors: they don’t act as mesh relays (only mains-powered devices do), so a home with mostly battery sensors and few mains-powered Zigbee devices doesn’t get the same self-reinforcing mesh benefit a bulb-and-plug-heavy Zigbee network enjoys.
The hub is the real cost and the real risk
Zigbee’s structural advantage comes with an unavoidable added cost and a genuine risk Wi-Fi doesn’t carry: a coordinator has to exist, whether that’s a manufacturer hub, a Home Assistant instance with a Zigbee USB stick, or a bridge bundled into a smart speaker. That’s an extra piece of hardware to buy, another point of failure, and — this is the part manufacturer marketing rarely leads with — a genuine risk that a hub-dependent ecosystem gets discontinued or cloud-locked by its maker, stranding every device that only speaks to that specific hub. Matter’s arrival was meant to solve exactly this fragmentation, letting a Zigbee device join through any Matter-compatible hub rather than being locked to one brand’s bridge, and two years in that promise is real but partial — Matter-over-Zigbee (“Matter bridge”) support exists on more hubs than it used to, but plenty of older Zigbee devices still only pair with their original manufacturer’s app, and buyers should check Matter compatibility on the specific hub and device combination rather than assume it universally.
Range, walls, and the practical difference in a real house
Zigbee operates in the same 2.4GHz band as Wi-Fi and 900MHz-ish sub-bands depending on region, and a lone Zigbee device’s direct range to a hub is genuinely shorter than a Wi-Fi device’s direct range to a router in isolation — but that comparison is misleading once a mesh is actually populated, because a Zigbee signal only needs to reach the nearest relay device, not the coordinator directly, while a Wi-Fi device always needs a usable signal path all the way back to the router or a Wi-Fi extender. In a typical multi-storey house with a scattering of mains-powered Zigbee bulbs already installed, a battery sensor in a garden shed or a distant bedroom will often connect more reliably through two or three short mesh hops than a Wi-Fi sensor attempting one long, wall-penetrating hop back to a router two floors away.
Interference: the elephant in the 2.4GHz band
Both standards share the crowded 2.4GHz spectrum with each other and with actual Wi-Fi traffic, microwave ovens, and Bluetooth devices, and a dense smart home running both Zigbee and 2.4GHz Wi-Fi simultaneously can genuinely see mutual interference — a heavily loaded Wi-Fi channel can degrade nearby Zigbee mesh performance and vice versa. The practical mitigation, well documented in Home Assistant and Zigbee community troubleshooting guides, is channel planning: keeping the Zigbee coordinator’s channel a reasonable distance from the Wi-Fi router’s primary channel rather than letting both auto-select and potentially overlap. It’s a genuinely fiddly bit of setup that a pure Wi-Fi smart home never has to think about at all, since there’s only one radio network to manage rather than two coexisting on adjacent spectrum.
Battery life: the sensor-specific difference
For any device that runs on a coin cell or AA batteries rather than mains power — door sensors, motion detectors, temperature probes — the radio protocol has a direct, measurable effect on how often batteries need replacing. Zigbee was designed from the outset around low-power operation: a Zigbee sensor typically sleeps almost entirely between reports and wakes only briefly to transmit, and independent teardown and battery-life testing on Zigbee sensors commonly finds coin-cell runtimes of one to two years in normal use. A Wi-Fi sensor doing the equivalent job has to maintain a full Wi-Fi radio association with the router, a meaningfully more power-hungry operation that most manufacturers solve by either accepting a much shorter battery life (weeks to a few months) or requiring mains power via a permanent cable, which is why genuinely battery-powered Wi-Fi door and motion sensors are rarer in the market than their Zigbee equivalents. For a house full of door and window sensors specifically, this is arguably a bigger practical factor than the mesh-versus-star network argument — nobody wants to be replacing forty coin cells every three months.
Thread and the next radio on the horizon
No comparison of home mesh radios is complete without acknowledging Thread, the newer low-power mesh protocol built into many recent smart-home hubs (including current Apple TV, HomePod mini, and several newer hub-equipped devices) as part of the same Matter push. Thread shares Zigbee’s mesh-topology advantages — mains-powered devices relay for battery-powered ones, and the network gets more resilient as more devices join — but runs on IPv6 natively rather than Zigbee’s own proprietary mesh protocol, which in principle makes bridging to a home network simpler. In practice, Thread’s device selection remains considerably narrower than Zigbee’s mature, decade-plus ecosystem of sensors and bulbs from dozens of manufacturers, and buyers building a large smart home today are still better served by Zigbee’s breadth of available hardware than by betting on a newer standard with a thinner catalogue, even though Thread is very likely where new mesh deployments trend over the next few years as more devices adopt it.
The verdict
Zigbee wins decisively past roughly 20-30 devices, and the crossover point is lower than most first-time smart-home buyers expect — a genuinely full house (every room lit, several plugs, a handful of sensors) crosses it faster than the “just a few bulbs” mental model most people start with. Wi-Fi remains the sensible choice for a small, casual deployment — a handful of plugs and a bulb or two — where the cost and complexity of a hub isn’t worth it yet.
Price verdict: the hub is the real line item, typically £30-50 for a dedicated coordinator or free if a Home Assistant instance already exists with a spare USB port for a Zigbee stick; individual Zigbee devices then run a few pounds above Wi-Fi equivalents, a premium worth paying past the 20-device mark where router saturation becomes the alternative cost.
Who it’s for: anyone planning past a dozen devices, or anyone who has already hit the symptom described above — a router quietly dropping smart devices offline — should move new purchases to Zigbee and add a coordinator now rather than after the twentieth device makes the router’s client table the actual bottleneck. Buyers certain they’ll stay under ten devices total can reasonably stay on Wi-Fi and skip the hub entirely.




