What are passkeys and should I use them?
What replaces the password, why phishing stops working against them, and the practical catch nobody mentions.
- Difficulty
- beginner
- Time
- 15 min
- Read
- 4 min
- Safety
- warning
Short answer
A passkey is a cryptographic key stored on your device and unlocked by your fingerprint, face or PIN. Nothing secret is ever sent to the website, so there is nothing for a phishing site to capture or a breach to leak. Use them — but keep a recovery route before switching an important account over.
Passwords fail in two ways that cannot be fixed by making them longer: they can be phished, and they can be stolen in bulk from whoever you gave them to. Passkeys are the industry's answer, and they address both by never sending a secret at all.
Safety
Step by step
- Understand what is actually stored.Your device generates a pair of keys. The website keeps the public one, which is useless on its own. The private one never leaves your device. There is no shared secret, which is the whole point.
- See why phishing stops working.A passkey is bound to the real website's domain. A convincing fake at a slightly different address simply does not have a passkey to offer — the browser will not produce one. It is not that you notice the fake; it is that it cannot work.
- See why breaches matter less.A site that is breached leaks public keys, which cannot be used to sign in. Compare that with a password database, where a leak is directly usable against every site where you reused the password.
- Know what unlocks it.Your fingerprint, face or device PIN. That biometric never leaves the device and is not sent to the website — it only unlocks the key locally. This is the part people most often misunderstand.
- Understand where passkeys live.In the device's secure store, and usually synced across your devices through iCloud Keychain, Google Password Manager or a third-party password manager. That sync is what stops a lost phone becoming a lockout.
- Set them up on your most valuable accounts first.Email above everything, since it is the reset route for everything else. Then banking, cloud storage and anything with payment details attached.
- Keep a recovery route.A second device with the same passkey, recovery codes written down and stored physically, or the password retained as a fallback. Most services keep the password alongside for now, which is a reasonable safety net.
- Expect a mixed experience for a while.Support is uneven. Some sites offer passkeys, some do not, and some implement them awkwardly. You will be running both systems for a few years.
- Use a password manager that syncs them.It makes passkeys work across platforms rather than locking them to one ecosystem — which is the practical complaint people have after switching.
- Understand what happens on a shared computer.You can usually sign in by scanning a code with your phone, which holds the passkey. Nothing is left on the shared machine, which is better than typing a password into it.
- Do not delete the password too eagerly.Until you are confident in the recovery path for a given account, keeping the password as a fallback costs nothing. Removing it is the step to take last.
Tips
- If you already use a password manager with strong unique passwords and two-factor, passkeys are an improvement rather than a rescue. Start with them anyway on email.
- Passkeys and two-factor are not separate steps — the passkey is both something you have and something you are, so most sites drop the second prompt.
- Adding a passkey does not usually remove the password. You can try one account and see how it feels before committing.
Common mistakes
- Switching an account to passkey-only with one device — Losing or breaking that device with no synced copy and no recovery code can mean losing the account entirely. Set up recovery first.
- Assuming your fingerprint is sent to the website — It is not. The biometric only unlocks the key locally on your device — nothing biometric is transmitted or stored by the site.
If it doesn't work
Passkey not offered on a device you own
Cause: Not synced to that device, or the platform differs — Fix: Sign in with the password once and add a passkey on that device too, or use a password manager that syncs across platforms.
Site asks for a password despite having a passkey
Cause: Partial implementation, or the browser does not support it — Fix: Use a current browser. Some sites still fall back to passwords in certain flows — that is the site rather than your setup.
Lost the only device with a passkey
Cause: No sync and no recovery code — Fix: Use the account's recovery process. This is why the recovery route is set up before switching, not after.
Questions people ask
What is a passkey?
A cryptographic key stored on your device and unlocked with your fingerprint, face or PIN. The website only ever holds a public key, so there is no shared secret to phish or to leak in a breach.
Are passkeys safer than passwords?
Substantially. They cannot be phished, because they are bound to the real website's domain, and a breach of the site leaks nothing usable. The trade-off is that you need a working recovery route before relying on them.