Factlen ResearchPasswordless TechEvidence PackJun 13, 2026, 5:51 AM· 5 min read· #6 of 83 in technology

The Evidence on Passkeys: Are They Actually Ending the Password Era?

Global passkey usage has crossed 5 billion, promising an end to phishing and credential theft. But while the cryptographic math holds up, security researchers warn that flawed onboarding and fallback methods are creating new vulnerabilities.

By Factlen Editorial Team

Authentication Standards Bodies 45%Security Researchers 35%High-Assurance Identity Architects 20%
Authentication Standards Bodies
Organizations driving the passwordless transition who view passkeys as an existential necessity for internet security.
Security Researchers
Academics and threat analysts focused on edge cases, implementation flaws, and interpersonal threat models.
High-Assurance Identity Architects
Security professionals designing systems for enterprises who prioritize strict hardware binding over multi-device convenience.

What's not represented

  • · Everyday consumers struggling with account recovery
  • · Helpdesk operators managing the enterprise transition

Why this matters

Passwords are the root cause of over 80 percent of data breaches, fueling a massive underground economy of credential theft. The shift to passkeys fundamentally changes how we protect our digital lives, but understanding where they fail is critical to ensuring you aren't locked out of your own accounts by a sophisticated attacker.

Key points

  • Global passkey usage has reached an estimated 5 billion, with 75% of consumers enabling at least one.
  • Passkeys mathematically defeat phishing and credential stuffing by eliminating shared secrets.
  • Microsoft telemetry shows a 99% phishing resistance rate for synced passkeys.
  • Security researchers warn that allowing passkey enrollment via legacy passwords creates severe account takeover risks.
  • Downgrade attacks can force systems to fall back to weaker authentication methods if legacy options aren't disabled.
  • Academic studies highlight potential risks in shared-device scenarios where passkeys can be cloned without clear notifications.
5 billion
Estimated passkeys in use globally (2026)
75%
Consumers who have enabled at least one passkey
99%
Phishing resistance rate measured by Microsoft
6x
Authentication speed increase reported by Amazon

For decades, the cybersecurity industry has chased a singular, seemingly impossible goal: the eradication of the password. In 2026, the evidence suggests that the tipping point has finally arrived. According to the FIDO Alliance's latest global report, an estimated five billion passkeys are now in active use worldwide, marking a fundamental shift in how humans prove their identity online.[1]

The adoption curve has been remarkably steep. Research spanning ten countries indicates that 75 percent of consumers have now enabled a passkey on at least one account, while nearly 70 percent of enterprises are actively deploying them for workforce sign-ins. This is no longer a niche cryptographic experiment; it is rapidly becoming the new default for global digital infrastructure.[1]

The core mechanism driving this shift is public key cryptography. When a user creates a passkey, their device generates a unique mathematical pair: a public key that is shared with the website, and a private key that never leaves the user's hardware. Because there is no shared secret transmitted across the internet, there is nothing for a hacker to steal in a database breach.[1][8]

Global passkey adoption has accelerated rapidly, crossing the 5 billion mark in 2026.
Global passkey adoption has accelerated rapidly, crossing the 5 billion mark in 2026.

The primary claim driving passkey adoption is that they are "phishing-resistant." The evidence supporting this claim is overwhelmingly strong. Traditional multi-factor authentication (MFA), such as SMS codes or authenticator apps, can be intercepted by real-time relay kits that proxy the login through a fake website. Passkeys mathematically defeat this attack.[1][8]

They achieve this through a property called "domain binding." A passkey is cryptographically locked to the exact web address where it was created. If a user is tricked into visiting a spoofed site—like "rnicrosoft.com" instead of "microsoft.com"—the device's operating system simply refuses to release the credential, cutting the phisher out of the loop entirely.[1][8]

Telemetry from major deployments confirms the efficacy of this design. Microsoft's Digital Defense Report measured a 99 percent phishing resistance rate for synced passkeys across its ecosystem, a stark contrast to the measurable bypass rates seen with SMS and one-time passwords. For the first time in the history of consumer internet security, the math heavily favors the defender.[3]

Domain binding ensures that a passkey cannot be tricked into authenticating on a fake or spoofed website.
Domain binding ensures that a passkey cannot be tricked into authenticating on a fake or spoofed website.

Beyond security, the evidence points to massive usability gains. Amazon recently shared data revealing that 465 million of its customers are now using passkeys, completing authentications six times faster than those typing traditional passwords. By allowing users to sign in with a simple biometric scan or device PIN, platforms are drastically reducing login friction and eliminating the helpdesk burden of password-reset tickets.[2][8]

Beyond security, the evidence points to massive usability gains.

However, while the core cryptography of passkeys is sound, security researchers are increasingly focused on the vulnerabilities surrounding their implementation. The most glaring weakness is the onboarding process. If a platform allows a user to set up a passkey by first logging in with a legacy password, it creates a dangerous window of exposure.[7]

Identity architects warn that this "fallback" approach effectively weaponizes stolen credentials. If an attacker possesses a user's reused password from a previous breach, they can log in, enroll their own passkey, and establish durable, phishing-resistant access to the victim's account. This scenario transforms a temporary login risk into what researchers call "account takeover permanence."[7]

Another emerging vulnerability involves downgrade attacks. Security researchers at Proofpoint have demonstrated how adversaries can manipulate the authentication flow to bypass passkey security entirely. By simulating a browser environment that does not support modern FIDO2 standards, attackers can force the system to fall back to a weaker authentication method, such as an email link or SMS code.[5]

While there is currently no evidence of these downgrade attacks being exploited in the wild at scale, they highlight a critical transition risk. As long as legacy authentication methods remain active as backup options, the overall security of an account is only as strong as its weakest recovery pathway.[5]

If platforms allow passkey enrollment using only a legacy password, attackers can exploit the transition to lock legitimate users out.
If platforms allow passkey enrollment using only a legacy password, attackers can exploit the transition to lock legitimate users out.

The debate over passkey storage also presents a complex trade-off between convenience and security. Most consumer passkeys are "synced," meaning the private key is stored in a cloud service—like Apple's iCloud Keychain or Google Password Manager—and copied across all of a user's trusted devices. This ensures that if a user loses their phone, they do not lose access to their accounts.[6]

Yet, this syncing mechanism expands the attack surface. Security firms point out that because the key exists in multiple places, a compromise of the underlying cloud account could theoretically expose the passkeys. For high-assurance environments, experts recommend "device-bound" FIDO2 hardware keys, where the private key is permanently locked to a single physical token and cannot be exported or synced.[6]

Finally, academic research has surfaced concerns about how passkeys perform against interpersonal threat models. A recent USENIX study analyzed the "abusability" of passkeys, particularly in scenarios involving domestic abuse or shared devices. The researchers found that passkey portability features can sometimes allow an attacker with physical access to a victim's unlocked phone to clone the passkey to another device without triggering clear security notifications.[4]

These implementation flaws do not negate the fundamental superiority of passkeys over passwords, but they do complicate the narrative of a frictionless security utopia. The evidence is clear: passkeys represent the most significant upgrade to consumer cybersecurity in a generation. The challenge for the next decade will be closing the loopholes in how they are deployed, recovered, and managed.[8]

How we got here

  1. 2022

    Apple, Google, and Microsoft announce expanded support for the FIDO Alliance's passkey standard across their operating systems.

  2. May 2023

    Google rolls out passkey support as a default option across all major personal accounts.

  3. May 2025

    Microsoft makes passkeys the default sign-in method for personal accounts, driving a massive spike in global adoption.

  4. May 2026

    The FIDO Alliance reports that global passkey usage has crossed the 5 billion mark, signaling mainstream acceptance.

Viewpoints in depth

Authentication Standards Bodies

Organizations driving the passwordless transition who view passkeys as an existential necessity for internet security.

This camp argues that the shared secret (the password) is the root cause of over 80 percent of data breaches. They point to telemetry showing massive reductions in phishing success and helpdesk costs when passkeys are deployed. For these groups, the priority is ubiquitous adoption, believing that even imperfectly implemented passkeys are vastly superior to the strongest passwords.

Security Researchers

Academics and threat analysts focused on edge cases, implementation flaws, and interpersonal threat models.

Researchers emphasize that while the underlying cryptography is mathematically sound, the surrounding ecosystem is fragile. They focus on "abusability"—how features like cloud syncing, account recovery, and legacy fallbacks can be exploited by sophisticated adversaries or interpersonal attackers. They argue that platforms are rushing adoption without adequately securing the onboarding and recovery pathways.

High-Assurance Identity Architects

Security professionals designing systems for enterprises who prioritize strict hardware binding over multi-device convenience.

This group draws a hard line between consumer-grade "synced" passkeys and enterprise-grade "device-bound" hardware keys. They argue that syncing a private key to a cloud password manager introduces unacceptable risk for sensitive workloads. They advocate for strict FIDO2 hardware tokens that physically cannot be cloned or exported, prioritizing absolute security over multi-device convenience.

What we don't know

  • How platforms will standardize the process of securely transferring passkeys between different ecosystems (e.g., moving from Apple to Android) without compromising security.
  • The long-term success rate of downgrade attacks as attackers increasingly automate the exploitation of legacy password recovery flows.
  • Whether enterprises will fully abandon synced passkeys in favor of strict, device-bound hardware tokens for remote workforces.

Key terms

Public Key Cryptography
A security system using two mathematically linked keys—a public key shared with a website, and a private key kept secret on the user's device.
Domain Binding
A security feature where a credential is mathematically tied to a specific website address, preventing it from being used on fake or spoofed sites.
Synced Passkey
A passkey whose private key is backed up to a cloud service (like iCloud or Google Password Manager) so it can be used across multiple devices.
Device-Bound Passkey
A high-security passkey that is permanently locked to a single physical piece of hardware, such as a USB security key, and cannot be copied.
Downgrade Attack
A cyberattack where an adversary forces a system to abandon a highly secure authentication method in favor of a weaker, exploitable backup method.

Frequently asked

Do I lose my accounts if I lose the device holding my passkey?

For most consumers, no. Major platforms like Apple and Google use 'synced' passkeys, meaning your passkeys are securely backed up to your cloud account and automatically sync to your new devices.

Can a passkey be phished like a password?

No. Passkeys use 'domain binding,' meaning they are cryptographically locked to the exact website address. If you are tricked into visiting a fake site, your device will simply refuse to hand over the passkey.

What happens if a website's database is hacked?

Unlike passwords, passkeys do not rely on a shared secret. The website only stores your 'public key,' which is useless to a hacker without the 'private key' that remains permanently locked on your device.

Sources

Source coverage

8 outlets

3 viewpoints surfaced

Authentication Standards Bodies 45%Security Researchers 35%High-Assurance Identity Architects 20%
  1. [1]FIDO AllianceAuthentication Standards Bodies

    State of Passkeys 2026: Global Adoption Reaches 5 Billion

    Read on FIDO Alliance
  2. [2]AmazonAuthentication Standards Bodies

    Amazon shares data on their customer passkey adoption

    Read on Amazon
  3. [3]MicrosoftAuthentication Standards Bodies

    Microsoft Digital Defense Report: Authentication Trends

    Read on Microsoft
  4. [4]USENIXSecurity Researchers

    A Framework for Abusability Analysis: The Case of Passkeys in Interpersonal Threat Models

    Read on USENIX
  5. [5]ProofpointSecurity Researchers

    FIDO authentication vulnerability: New downgrade attack bypasses passkey security

    Read on Proofpoint
  6. [6]VersasecHigh-Assurance Identity Architects

    The Hidden Risk of Synced Passkeys

    Read on Versasec
  7. [7]Verified OrchestrationHigh-Assurance Identity Architects

    Passkey Onboarding Is Still Flawed

    Read on Verified Orchestration
  8. [8]Factlen Editorial TeamSecurity Researchers

    Synthesis by Factlen editorial team

    Read on Factlen Editorial Team
Stay informed

Every angle. Every day.

Get technology stories with full source coverage and perspective breakdowns delivered to your inbox.