Matter, Zigbee and Z-Wave: Choosing a Smart Home Protocol
Matter, Zigbee and Z-Wave solve overlapping problems in different ways. A practical comparison of range, interference, power and interoperability, and when a bridge is the honest answer.

Most smart home projects stall on the same question: which radio protocol carries the devices. The answer shapes range, battery life, how much of the network survives a router reboot, and how many ecosystems a product can join without a translation layer. Matter, Zigbee and Z-Wave answer it differently, and none is simply newer or better than the others.
Zigbee has been shipping since 2004 and runs on 802.15.4 in the 2.4 GHz band. It builds a mesh in which mains-powered devices relay for battery-powered ones, which is why a Zigbee network with several always-on bulbs tends to be more reliable than one made only of battery sensors. Its weakness is the band it lives in. 2.4 GHz is shared with Wi-Fi, Bluetooth and microwave ovens, and in a dense apartment building channel selection stops being a formality and becomes the difference between a network that works and one that intermittently does not.
Z-Wave sidesteps that congestion by running sub-GHz: 908.42 MHz in North America, 868.42 MHz across most of Europe, with region-specific frequencies elsewhere. Lower frequency propagates through walls and floors more effectively, so each hop covers more building. The trade-offs are lower data rates, a regionally fragmented radio story that complicates hardware variants, and a device catalogue that, while large and consistently certified, is smaller than Zigbee's.
Matter is a different kind of thing, and conflating it with the other two is the most common mistake in this comparison. Matter is an application layer, not a radio. It runs over IP, whether that is Wi-Fi, Ethernet or Thread, and it defines how devices describe themselves and what a light or a thermostat actually means, so any controller implementing the standard can operate any certified device. Thread is the low-power mesh Matter usually rides on for battery devices, and it uses the same 802.15.4 radio as Zigbee. Thread is the transport. Matter is the language.
That distinction determines the practical answer. If the goal is a device that works with Apple Home, Google Home and Amazon Alexa without writing and maintaining three integrations, Matter is the only one of the three that delivers it, because interoperability is the problem it was built to solve. If the goal is the widest range of off-the-shelf sensors at the lowest unit cost, Zigbee still wins on catalogue depth. If the deployment is a large building with thick walls where 2.4 GHz struggles, Z-Wave's propagation is a concrete advantage that no amount of protocol modernity overcomes.
Most real deployments end up with more than one, which is where bridges become the interesting engineering problem. A bridge exposes devices from one protocol as native devices on another, so Zigbee sensors appear as Matter endpoints. Done well this is invisible. Done badly it becomes the single point through which every device in the building is reachable, and it inherits the latency and reliability of whichever side is worse. The questions worth asking of any bridge are what happens when its uplink drops, whether local control survives an internet outage, and how it represents a device whose feature on one protocol has no equivalent on the other.
The honest summary is that protocol choice is a deployment question rather than a product question. Retrofits are constrained by what is already installed. New builds can choose freely and should probably choose Matter over Thread for anything battery-powered. Everything in between is a bridging problem, and bridge quality varies far more between implementations than the protocol specifications do between each other.