What Matter Actually Is
Matter is an application-layer smart home standard released in November 2022 by the Connectivity Standards Alliance (CSA, formerly the Zigbee Alliance), with backing from Apple, Google, Amazon, Samsung, and over 280 other companies. The goal was to solve a specific and longstanding problem: smart home devices from different manufacturers could not talk to each other, and a device certified for Amazon Alexa might not work with Apple Home or Google Home without jumping through hoops.
Matter is not a radio protocol. It does not replace Wi-Fi, Zigbee, or Z-Wave at the physical layer. Instead, Matter runs on top of IP networking — specifically IPv6 — and works over Wi-Fi, Thread, and Ethernet. A Matter device connected via Wi-Fi and a Matter device connected via Thread can both be controlled by the same Matter controller app because they share the same application-layer protocol.
The Transport Layers: Wi-Fi, Thread, and Ethernet
| Transport | Best For | Requires | Range / Power |
|---|---|---|---|
| Wi-Fi (2.4 GHz) | Smart plugs, light bulbs, cameras, thermostats needing constant power | Home Wi-Fi network credentials | Good range; requires continuous power (not battery-friendly) |
| Thread | Battery-powered sensors, door/window contacts, motion sensors, temp sensors | Thread Border Router in the home | Low power; self-forming mesh; 10–30m per hop |
| Ethernet | Media bridges, hubs, always-on controllers with wired connections | Wired Ethernet port | Most reliable; wired; not mobile |
Thread is the most interesting of these transports because it addresses a real gap. Previous low-power smart home protocols (Zigbee, Z-Wave) required proprietary hubs. Thread is an IP-based mesh protocol for low-power devices — sensors can relay traffic through each other, and Thread Border Routers bridge the Thread mesh into the home's IP network. The result is that a battery-powered door sensor can be part of the same Matter ecosystem as a wired smart plug, without any device-specific hub or cloud dependency.
Thread Border Routers: What You Already Own
Thread Border Routers are more common than most people realize — several popular devices include them:
- Apple HomePod mini and HomePod (2nd gen): built-in Thread Border Router
- Apple TV 4K (3rd gen): Thread Border Router
- Google Nest Hub (2nd gen): Thread Border Router
- Amazon Echo (4th gen): Thread Border Router
- eero 6 and later routers: Thread Border Router built in
- Nanoleaf Essentials bulbs and strips: these act as Thread routers (not border routers, but they extend the Thread mesh)
If you have any of these devices, you already have Thread Border Router functionality. Thread devices you add to the home will route through the nearest Thread-capable device to reach the border router and then the home network.
The Commissioning Process
Setting up a Matter device follows a standardized commissioning flow regardless of which controller app you use. Every Matter device has a QR code or an 11-digit numeric pairing code on the device or its packaging. The process:
- Open your controller app (Apple Home, Google Home, Amazon Alexa, or Samsung SmartThings)
- Select "Add Accessory" or equivalent
- Scan the QR code with your phone's camera (or type the pairing code)
- The controller and device exchange a cryptographic credential and the device joins the Matter fabric (the network of trusted Matter devices and controllers)
- For Wi-Fi devices, the app transfers your Wi-Fi credentials to the device during commissioning
- For Thread devices, the app transfers Thread network credentials via Bluetooth LE during commissioning
The commissioning itself uses Bluetooth LE for the initial handshake — your phone needs Bluetooth enabled during setup, even if the device will ultimately run on Wi-Fi or Thread. Once commissioned, Bluetooth is no longer needed for the device to function.
Multi-Admin: One Device, Multiple Ecosystems
One of Matter's most useful features is multi-admin sharing: a single Matter device can be added to multiple controller ecosystems simultaneously. A Matter smart lock added to Apple Home can also be shared to Google Home without re-commissioning or using a second account. Each controller gets its own cryptographic credential from the device's fabric. This means you can control the same device from an iPhone via Apple Home and from an Android tablet via Google Home — both simultaneously, without either losing access.
To share a device from one controller to another, use the "Share Accessory" feature in whichever controller already has the device — this generates a temporary pairing code that the second controller uses to join the fabric. Not all controllers have implemented this interface equally smoothly; Apple Home, Google Home, and Amazon Alexa all support receiving shared devices, but the UX for initiating the share varies.
Matter Bridges: Bringing Zigbee and Z-Wave In
Matter itself does not run natively on Zigbee or Z-Wave radios. But Matter bridges allow Zigbee and Z-Wave devices to appear as Matter devices in any controller app. The bridge is a physical hub that has both the older radio (Zigbee or Z-Wave) and runs Matter over Ethernet or Wi-Fi. To the Matter controller, the bridge looks like a collection of Matter devices; internally, the bridge translates between Matter and the underlying protocol.
Examples of Matter bridges in use: the Philips Hue Bridge (firmware 1.54+ adds Matter bridging for Zigbee Hue bulbs), Aqara hubs, and several SmartThings devices. This means you can add a Zigbee sensor to Apple Home without buying a new Thread or Wi-Fi version of that sensor — if you have a compatible bridge, the existing Zigbee device gets bridged into the Matter ecosystem. Not all devices on a bridge are supported for bridging; the bridge manufacturer decides which device types to expose.
What Matter Does Not Fix
Matter is a significant step forward for interoperability, but it does not solve everything. A few realistic limitations:
- Advanced features stay proprietary: Matter defines a baseline set of device capabilities (on/off, brightness, color, temperature). Advanced features specific to a manufacturer — like Hue's Gradient lighting effects, or Nest's Eco mode — are not part of the Matter standard and only work within the manufacturer's own app.
- Matter does not replace existing protocols: Zigbee and Z-Wave devices without a Matter bridge cannot join a Matter fabric. Older devices do not receive Matter support through software updates unless the manufacturer specifically adds a bridge or updates the firmware (rare).
- Cloud vs local control: Matter controllers can control devices locally (without an internet connection) when the hub is on the same network. But some controller features — remote access when away from home, automation triggers from cloud services — still require cloud connectivity. A Comcast or ISP outage will affect remote access even with a Matter-certified setup.
- Commissioning still fails sometimes: The process is more standardized than it was before Matter, but Bluetooth pairing issues, firmware compatibility mismatches, and network configuration problems (especially with routers that have aggressive IGMP snooping or mDNS isolation) still cause commissioning failures that require troubleshooting.
Frequently Asked Questions
Do I need to replace all my smart home devices to use Matter?
No. Matter is forward-looking — devices you buy from 2022 onward are increasingly Matter-certified, but your existing Zigbee, Z-Wave, or Wi-Fi devices continue working exactly as they did through their original apps and hubs. Matter bridges can bring some older Zigbee devices into a Matter ecosystem without hardware replacement. The practical approach is to buy Matter-certified devices going forward while letting existing devices serve out their useful life in their current ecosystem.
Why does Matter commissioning fail sometimes?
The most common causes: Bluetooth is disabled on the phone (required for the initial handshake even for Wi-Fi devices), the phone is connected to the 5 GHz network while the device is trying to connect to 2.4 GHz (some routers handle this poorly), the router has client isolation or mDNS filtering enabled on IoT VLANs (which blocks the local discovery Matter relies on), or the device firmware needs an update before it will commission correctly. For Thread devices specifically, there needs to be at least one Thread Border Router active on the home network before commissioning will complete.
Is Matter secure?
Yes, by design. Every device gets a unique cryptographic certificate from a Matter-certified manufacturer during production. The commissioning process establishes an encrypted channel using elliptic curve cryptography (CASE — Certificate Authenticated Session Establishment). Communication between devices on the Matter fabric is encrypted and authenticated. A factory-reset device's credentials are revoked from the fabric, so a sold or disposed device cannot be used to access your home network. The security model is significantly more robust than most pre-Matter smart home protocols, which often used unencrypted local communication or weak cloud authentication.
Does Matter require internet or a cloud service to work?
Local device control in Matter does not require internet — a Matter controller (Apple TV, Nest Hub, Echo) on the same network can control Matter devices locally without cloud connectivity. Automation rules that run locally also work without internet. What requires internet: remote access when you are away from home (the controller needs to reach a cloud relay), voice assistants (Siri, Alexa, Google Assistant), and some software automations that depend on external triggers. A home network outage that disconnects from the internet does not prevent Matter from controlling devices locally, which is a meaningful improvement over pure cloud-dependent systems.