How to Factory Reset and Re-Pair a Matter Device
To factory reset and re-pair a Matter device, you almost always do two separate jobs: first remove the device from every hub or app it's currently paired with, then perform the manufacturer's physical reset, and only then commission it again with a fresh Matter setup code. Skipping the "remove first" step is the single most common reason re-pairing fails, because Matter's security model refuses to hand out a new commissioning slot while a stale one still points at the device. Below is the reliable order of operations, why each step matters, and how it differs across the major platforms.
Why resetting a Matter device is a two-part job
A Matter device stores two kinds of state that both need clearing. The first is its network credentials — the Thread network key or Wi-Fi password it uses to reach your Thread border router or router. The second is its list of fabrics: the cryptographic trust relationships with each ecosystem (Apple Home, Google Home, Alexa, SmartThings) that has commissioned it. A device can belong to several fabrics at once, which is exactly what makes sharing a Matter device across platforms possible.
When you plan to move a device or fix a broken pairing, removing it in the app tells that controller to revoke its fabric cleanly. A hardware-only reset wipes the device's memory but can leave "ghost" entries behind in the apps, which then block or confuse re-commissioning. So the dependable sequence is: remove in software, reset the hardware, then commission.
Step 1 — Remove the device from every controller
Open each app that currently shows the device and delete it there. If the device is shared across ecosystems, do this in all of them, and delete it last from the ecosystem that originally commissioned it (the one that generated the sharing codes), because that's the fabric holding the primary trust relationship.
- Apple Home: open the accessory settings and choose to remove the accessory.
- Google Home: open the device and use its settings to remove it from the home.
- Amazon Alexa: in the Alexa app, open the device and delete it; Alexa may also need the matching entry removed under its smart-home devices list.
- SmartThings: open the device tile and delete the device.
Step 2 — Perform the manufacturer's factory reset
There is no universal Matter reset gesture — the Connectivity Standards Alliance defines the protocol, not the button choreography. Each manufacturer chooses its own reset method, so the label in the box or the product's support page is authoritative. Common patterns you'll encounter:
| Device type | Typical reset method | What to watch for |
|---|---|---|
| Smart plug / outlet | Press and hold the button ~10 seconds | LED blinks a distinct pattern to confirm |
| Smart bulb | Power cycle in a set on/off sequence | Bulb flashes when reset succeeds |
| Sensor / lock | Hold an internal reset button, sometimes with a pin | Battery pull alone rarely resets Matter state |
| Hub-connected (via bridge) | Reset in the bridge's own app | The bridge owns the pairing, not the child device |
Step 3 — Get a usable Matter setup code
To commission a device you need its Matter numeric code (an 11-digit pairing code) or the QR code that encodes it. This lives on a label on the device, on the packaging, or inside the manufacturer's app.
Step 4 — Commission the device fresh
In your preferred platform's app, choose to add a device and select the Matter option, then scan the QR code or type the numeric code. Keep your phone close to the device during this step — commissioning uses Bluetooth LE for the initial handshake before handing the device onto Thread or Wi-Fi, and Bluetooth range is short.
- 1In the app, choose add device and pick Matter
- 2Scan the QR code or enter the 11-digit code
- 3Keep the phone near the device during the Bluetooth handshake
- 4Assign a room and confirm it responds
If the device is Matter over Thread, make sure a working Thread border router is powered and nearby — an Apple TV, HomePod, newer Echo, or Nest Hub often qualifies. It's worth confirming your Thread network health first, since a weak mesh can make commissioning stall at the final step even when the code scans correctly. For background on which transport your device uses, see Matter over Thread vs Matter over Wi-Fi.
When re-pairing still fails
- "Already commissioned" or code rejected: a stale fabric remains. Reset the hardware again and confirm you deleted it from every app in Step 1.
- Commissioning stalls at the network step: for Thread devices, move closer to a border router; for Wi-Fi devices, confirm you're on a 2.4 GHz network, which most Matter-over-Wi-Fi devices require.
- Phone can't find the device: enable Bluetooth and location permissions for the app, and stay within a couple of feet during setup.
- Shared device won't re-share: re-commission it into its primary ecosystem first, then generate new sharing codes for the others.
Frequently asked questions
Do I need the original QR code to re-pair a Matter device?
Usually yes. You need either the QR code or the 11-digit numeric setup code it represents. Most manufacturers also surface the code inside their own app, so check there if the physical label is worn or unreachable. The same code is reused for every commissioning.
Will a factory reset delete my automations and settings?
Yes. A factory reset clears the device's stored network credentials, its fabric memberships, and any on-device settings. Automations that live in a platform app (rather than on the device) stay in that app but will point at a missing device until you re-pair and re-link them.
Can I remove a Matter device from just one ecosystem?
Yes — deleting it in one app revokes only that fabric and leaves the others working, no hardware reset required. A full factory reset is only needed when you want to wipe the device completely or fix a pairing that's genuinely broken.
Why does my device say it's still paired after I reset it?
The hardware reset wiped the device, but a controller still lists a fabric that no longer exists. Delete the leftover entry in that app; if it won't delete, remove and re-add the device or, as a last resort, factory reset the hub itself. This is a documented quirk across community forums and one reason the "remove first" order matters.