Device-Bound Passkey
A device-bound passkey is a type of passkey login credential that stays on the single physical device where it was created and does not sync to other devices or to the cloud. This differs from synced passkeys, which can be shared across a user's devices. Because it never leaves its original device, a device-bound passkey is often stored on a dedicated security key.
A device-bound passkey is a FIDO2/WebAuthn credential whose private key is generated and stored on a single physical authenticator and does not leave that device, in contrast to synced (multi-device) passkeys that can be replicated across a user's devices. In most deployments the private key resides on a hardware security key or a platform authenticator (for example, an authenticator app or a device's secure hardware), and authentication proceeds by producing a signed assertion over a server-provided challenge without the private key ever being exported. As a possession-based, phishing-resistant credential under the WebAuthn/FIDO2 model, its non-syncing property is often cited as offering stronger control over where the credential exists; however, exact behavior, recovery implications, and attestation support depend on the authenticator, relying party configuration, and vendor implementation. This entry addresses the credential's binding and storage characteristics; it does not cover authorization decisions made after authentication, which are out of scope.
Why it matters
Device-bound passkeys address a specific concern that synced passkeys introduce: control over where a credential can exist. Because a device-bound passkey's private key is created and stored on a single physical authenticator and never leaves it, an organization can reason about exactly which physical devices hold a given credential. In most deployments this non-syncing property is cited as offering stronger control and is often considered more secure than a synced credential that can be replicated across a user's devices and, in some configurations, held in a cloud account whose recovery mechanisms are outside the relying party's control.
For security architects and IAM engineers, the tradeoff is between assurance and convenience. Synced passkeys ease recovery and multi-device use, while device-bound passkeys keep the credential confined to one authenticator, typically a hardware security key, at the cost of portability. As a phishing-resistant, possession-based credential under the WebAuthn/FIDO2 model, a device-bound passkey resists credential replay and phishing regardless of binding type, but its binding characteristic is what matters for high-assurance scenarios where an organization wants to guarantee a credential cannot be silently copied elsewhere.
The practical implications, however, depend heavily on implementation. Recovery is a particular consideration: because the private key never leaves its device, loss or failure of that device generally means the credential cannot be recovered and must be re-enrolled, so deployments typically plan for backup authenticators or fallback enrollment. Attestation support, which lets a relying party verify what kind of authenticator produced a credential, also varies by authenticator and configuration and should not be assumed.
Who it's relevant to
Inside Device-Bound Passkey
Common questions
Answers to the questions practitioners most commonly ask about Device-Bound Passkey.
