What Matter still cannot do, four years in

Matter solved a real problem. It also has a specific, documentable list of things it does not cover, and knowing them is what keeps a purchase from disappointing you.

The two different kinds of gap#

Almost every complaint about Matter is one of two things, and they have different fixes.

Specification gaps are features Matter does not define. No controller can expose them, no firmware update adds them, and the only fix is a future release. Robot vacuum maps are a specification gap.

Implementation gaps are features Matter defines that your controller has not shipped. The hardware may already support them, and a software update can close the gap tomorrow. Matter 1.5 cameras on Google Home are an implementation gap.

Our Matter feature gap tracker keeps the two apart per controller. The table below is the current summary.

Matter feature gap tracker, September 2026. Shipping means the platform documents the feature as available to users. Partial means it works with a documented limitation. Not yet means no vendor documentation shows user-facing support.
FeatureMatter versionSpec dateAlexaGoogle HomeApple HomeSmartThingsHome AssistantNote
Appliances (robot vacuum, dishwasher, laundry washer, air purifier)1.223 Oct 2023Shipping (Sept 2025)ShippingPartial: robot vacuums only, from iOS 18.4ShippingShippingGoogle shipped the 1.2 appliance types in September 2025, about 23 months after the specification.
EV chargers and device energy management1.38 May 2024Not yetNot yetNot yetShippingShippingEnergy arrived in 1.3, not 1.4 as often reported. The mainstream three expose none of it.
Heat pumps, water heaters, solar, battery storage1.47 Nov 2024Not yetNot yetNot yetShippingShippingApple Home has no energy monitoring of any kind.
Cameras and video doorbells1.520 Nov 2025Not yetNot yetNot yetShippingPartial: works in the Matter server console, not as a normal camera in the appSmartThings shipped roughly four weeks after the specification. Amazon has said it has no timeline.
Closures (garage doors, gates, shades)1.520 Nov 2025Not yetNot yetNot yetShippingPartialOlder window covering types still work. The new closures model is what adds consistent position reporting.
Soil sensors and irrigation1.520 Nov 2025Not yetNot yetNot yetNot yetPartialAlmost no hardware exists yet either.
Joint Fabric (one shared fabric for several controllers)1.617 Jun 2026Not yetNot yetNot yetNot yetNot yetNo consumer ecosystem has shipped it. Its predecessor, Fabric Sync from 1.4, was never shipped by anyone.
NFC commissioning without Bluetooth1.617 Jun 2026Not yetNot yetNot yetNot yetNot yetHome Assistant has said it will not implement this because it needs hardware access the platform does not have.

Specification gaps#

Robot vacuums keep almost nothing#

Matter added robot vacuums in version 1.2 in October 2023, and the device type covers running, pausing, docking and reporting a cleaning mode. It does not cover maps, no-go zones, virtual walls, scheduling, consumable life or dock state. The optional service area cluster is the closest thing to room selection, and all it carries is a list of vendor-named area IDs.

Support is thinner still than the specification: Google Home does not implement the service area cluster at all, and Alexa maps only run mode. That means "clean the kitchen" is not something Matter can express on most platforms, and the vendor app remains the only place to draw a no-go zone. See robot vacuums in a smart home for what that leaves you with.

Cameras: no storage, no detection types, no resolution#

The Matter 1.5 camera specification is genuinely well designed, and it deliberately stops short of the parts people actually pay for. It does not define resolution, does not dictate AI detection types such as person or package, and does not cover storage of footage. Zone triggers carry exactly one reason value, motion.

The consequence is direct: a camera company can be fully Matter certified and still require a subscription before you can review a recording. Matter standardizes the pipe, not the service. The full picture is in Matter cameras and cameras and doorbells.

Vendor features reduce to the standard set#

Anything a manufacturer built on top of standard clusters is invisible over Matter. Govee-style lighting effects reduce to on, off, dim and solid color. Hue dynamic scenes and entertainment mode do not survive a bridge. Multi-button remotes often arrive as fewer buttons than they have.

Device types that do not exist yet#

Matter defines 92 device types. Notable absences as of September 2026:

Most of these appear in the draft for 1.7, which is a reason for optimism and not a purchase justification. Which device types Matter supports has the category-by-category breakdown.

The bigger problem: controller lag#

Specification gaps get the headlines. Controller lag is what actually determines whether your device works.

The clearest example: Google shipped its Matter 1.2 appliance types in September 2025, roughly 23 months after that specification was published. Air purifiers, dishwashers, laundry washers and robot vacuums existed as certified device types for nearly two years before one of the three largest ecosystems could show them. Reporting from the alliance's own June 2026 event summarized the state of the big three as Apple, Google and Amazon being "barely at 1.3".

Ecosystems typically take 6 to 12 months to implement a new Matter release, and the slowest take far longer. That produces the single most common user experience of Matter in 2026: a device that is half-working, because the controller understands some of its clusters and ignores the rest.

Two more consequences of the version mismatch worth naming:

Certification is not behavior#

A Matter certificate proves a sample passed conformance testing. It does not prove the product in your hand works well, for two reasons.

First, three shortcut paths exist: certification by similarity, product family certification, and certification transfer. Under all three, only the original product passes lab testing. A rebadged or lightly modified variant inherits the certificate. That is also why the alliance's certification records run into the thousands while the number of distinct certified products is over 1,200 as of June 2026.

Second, conformance testing checks that clusters behave as specified, not that pairing is reliable in a real house with a busy 2.4 GHz band. The clearest failure was IKEA's Matter over Thread line in early 2026, where owners reported large numbers of devices failing to pair and press reviewers needed repeated attempts per device. Every one of those products was certified.

Local control is not guaranteed#

This is the most commonly repeated misconception about Matter, and the alliance's own FAQ contradicts it: Matter-only devices need an internet-connected controller for control when you are away from home. On the local network, whether commands stay local depends entirely on your platform:

Thread devices add a second requirement: a border router your ecosystem trusts. The scoring behind these differences is in the Local Control Index, and the device-by-device outage picture is in what still works when the internet goes down.

Fabric exhaustion and orphaned slots#

Devices are only required to support five fabrics, and slots are easier to lose than to reclaim. Removing a device in a controller's interface does not reliably send the remove-fabric command, so the slot stays occupied and only a factory reset clears it. Apple Home can also consume a slot per iCloud Keychain-synced administrator. The mechanism, and the workarounds, are in sharing a Matter device across ecosystems.

Joint Fabric, made certifiable in Matter 1.6 in June 2026, is designed to remove this limit entirely. No consumer ecosystem has shipped it, and its 1.4 predecessor Fabric Sync was never shipped by anyone.

Firmware updates are optional#

Over-the-air updates are an optional part of Matter. As of 2026, Eve, Nanoleaf and IKEA publish updates through the alliance's Distributed Compliance Ledger, and the controllers that can deliver them include Apple Home, SmartThings, Home Assistant, Google (from September 2025) and Homey (from August 2026).

There is a documented cross-vendor trap: Home Assistant Matter updates do not work for Thread devices on a network with Apple border routers, because those border routers do not forward the mDNS packets the update path needs. Devices behind a bridge never get updates over Matter at all.

What Matter genuinely fixed#

It would be dishonest to end there. Measured against the situation before October 2022, Matter delivered real things:

The reasonable position in 2026: buy Matter for lights, plugs, switches, sensors, locks and shades, where it works well and portability is worth real money. For vacuums, cameras, appliances and energy, buy the device that works in your ecosystem today and treat Matter as a bonus. The pre-purchase checklist turns that into questions you can answer at checkout.

Is Matter worth it in 2026?

For lights, plugs, switches, sensors, locks and shades, yes: those types work consistently across ecosystems and survive a platform change. For vacuums, cameras, appliances and energy hardware, buy for what your ecosystem supports today, because controller support lags the specification by a year or more.

Why does my robot vacuum show no map in Matter?

Because maps do not exist in the standard. Matter covers running, pausing, docking and modes. Maps, no-go zones, virtual walls, scheduling and consumable life are all outside the specification, so the vendor app stays the only place to manage them.

Does Matter certification mean a device is reliable?

No. Certification tests conformance on a sample, and three shortcut paths let related products inherit a certificate without their own lab testing. IKEA's Matter over Thread line in early 2026 was certified and still had widespread pairing complaints.

Does Matter mean my devices work without internet?

Not by itself. Matter is an IP protocol on your LAN, but the alliance's own FAQ notes you need an internet-connected controller for remote access, and platforms differ locally. Google Home keeps only lights, plugs and switches local, while Home Assistant and Hubitat keep everything local.

Why does my new device only half work in my app?

Almost always a controller version gap. The device implements clusters from a newer Matter release than your platform has shipped, so the controller shows the parts it understands and ignores the rest. It resolves when the platform updates, with no action from you.

Will Matter 1.7 fix the missing device types?

The draft includes several of the current absences, including alarm panels, sirens and streaming audio. Treat that as a roadmap, not a purchase reason, because a device type existing in a specification is roughly a year away from being usable in a mainstream app.

Do Matter lights turn on together or one by one?

That depends on the controller. Group commands use IPv6 multicast and wildcard paths so a whole room can be addressed at once. Controllers that instead send one command per bulb produce the popcorn effect, which is an implementation problem rather than a limit of the standard.

Primary sources

Specification and vendor documentation we checked while writing this page. Where a claim depends on firmware behaviour rather than a published spec, the page says so inline.