The Evidence on Passkeys: Security, Usability, and the End of the Password in 2026
With 5 billion passkeys now in active use, empirical data from NIST, the FIDO Alliance, and academic studies confirms that passwordless authentication dramatically reduces phishing risk. However, as credential theft declines, attackers are shifting their focus to session hijacking and account recovery flaws.
By Factlen Editorial Team
- Identity Standards Bodies
- Advocates for the universal deprecation of passwords in favor of cryptographic keys.
- Security Practitioners
- Focuses on compliance, phishing resistance, and eliminating shared secrets.
- Usability Researchers
- Focuses on the human-computer interaction challenges of passwordless systems.
- Threat Analysts
- Warns that securing the login event does not secure the entire identity lifecycle.
What's not represented
- · Consumer privacy advocates concerned about biometric data handling
- · Legacy system administrators struggling with passwordless integration
Why this matters
Passwords are the root cause of the vast majority of data breaches and identity theft. The universal rollout of passkeys means everyday users can finally secure their accounts without having to memorize complex strings of characters, fundamentally changing how we interact with the internet.
Key points
- Global passkey adoption has reached 5 billion active credentials, with 90% of consumers now aware of the technology.
- Passkeys use public key cryptography to eliminate shared secrets, mathematically neutralizing credential stuffing and password spraying.
- NIST has officially classified synced passkeys as meeting Authentication Assurance Level 2 (AAL2), clearing the way for enterprise and government use.
- While passkeys solve the initial login vulnerability, security experts warn that attackers are pivoting to session hijacking and exploiting weak account recovery flows.
In the decades-long battle to secure digital identities, 2026 marks the tipping point where the password finally began to lose its dominance. According to the FIDO Alliance's latest global report, passkeys have reached a massive scale, with 5 billion credentials now in active use across the internet. Consumer awareness has surged to 90 percent, and three-quarters of internet users have enabled a passkey on at least one of their accounts.[1][3]
This rapid adoption signals a shift from passwordless authentication being an optional upgrade to an operational baseline. On the enterprise side, 68 percent of organizations are now deploying, piloting, or rolling out passkeys for employee authentication. The technology has moved past the early-adopter phase, driven by a combination of user convenience and the urgent need to close the security gaps left by traditional shared secrets.[1][3]

The fundamental mechanism behind this shift is a move away from shared secrets entirely. Unlike a password, which must be stored on a company's server and can be stolen in a data breach, passkeys rely on public key cryptography. When a user registers a passkey, their device generates a unique cryptographic pair: a public key that is shared with the application, and a private key that never leaves the user's hardware.[8]
The primary claim driving passkey adoption is that they definitively neutralize credential-based compromise. Because the private key is never transmitted over the internet, there is nothing for a hacker to intercept, guess, or steal from a central database.[6]
The scale of the vulnerability that passkeys address is staggering. Recent data from Microsoft indicates that their systems face over 7,000 password attacks per second, with password spraying accounting for 97 percent of all identity attacks. By removing the reusable secret from the login flow, passkeys mathematically eliminate these high-volume, automated attack vectors.[6]

A major catalyst for the current wave of enterprise adoption was the resolution of regulatory uncertainty. For years, highly regulated industries hesitated to adopt cloud-synced passkeys because federal compliance frameworks historically required physical hardware tokens for high-assurance authentication.[2]
That barrier was removed when the National Institute of Standards and Technology (NIST) published supplementary updates to its SP 800-63B Digital Identity Guidelines. The agency officially recognized that synced passkeys—such as those managed by Apple's iCloud Keychain or Google Password Manager—meet the rigorous requirements for Authentication Assurance Level 2 (AAL2).[2][7]
That barrier was removed when the National Institute of Standards and Technology (NIST) published supplementary updates to its SP 800-63B Digital Identity Guidelines.
This regulatory clearance was a watershed moment. It provided organizations with the formal backing needed to replace legacy multi-factor authentication methods, like easily intercepted SMS text codes, with phishing-resistant synced passkeys without violating federal compliance mandates. Device-bound hardware keys, meanwhile, retain the even stricter AAL3 designation.[7]
Beyond security, the evidence points to significant improvements in usability and business metrics. Traditional password rules—requiring special characters, numbers, and frequent rotations—have long been a source of user frustration and abandoned shopping carts.[6]
The FIDO Passkey Index reports that passkeys achieve a 93 percent login success rate, a stark contrast to the 63 percent success rate of traditional passwords. For consumer-facing applications, this reduction in login friction translates directly to the bottom line, yielding an average 30 percent conversion lift on flows that offer passkey sign-in.[6]

However, academic research indicates that the transition is not entirely frictionless. A 2026 usability study published by researchers at Cornell University found that while users generally perceive passkeys as highly usable, specific edge cases remain problematic. Captive Wi-Fi portals and cross-platform synchronization—such as using an iPhone to log into a Windows desktop—can still introduce cognitive friction and elevate error rates.[5]
As the front door of authentication hardens, transparent uncertainty remains regarding how attackers will adapt. Security analysts note that adversaries are increasingly shifting their focus from breaking the login process to bypassing it entirely through session hijacking.[4]
Research from the Non-Human Identity Management Group (NHIMG) highlights that passkeys do not fix overbroad access or unsafe session handling. If a user's device is infected with infostealer malware that scrapes a valid session cookie after a successful passkey login, the attacker can impersonate the user without ever needing to interact with the authentication mechanism.[4]

Account recovery governance presents another critical vulnerability. Security teams are discovering that treating passwordless authentication as merely a front-end change leaves the back-door wide open. If a user loses their device and the fallback recovery method relies on a phishable email link or a weak security question, the cryptographic strength of the passkey is effectively negated.[3][4]
How we got here
2013
The FIDO Alliance is founded to develop open standards for passwordless authentication.
2022
Apple, Google, and Microsoft announce expanded support for the FIDO standard, introducing the consumer-friendly term 'passkeys'.
April 2024
NIST publishes supplementary guidelines officially recognizing synced passkeys as meeting AAL2 security standards.
June 2026
The FIDO Alliance reports that 5 billion passkeys are in active use globally, with 90% consumer awareness.
Viewpoints in depth
Identity Standards Bodies
Advocates for the universal deprecation of passwords in favor of cryptographic keys.
Organizations like the FIDO Alliance argue that the technology has matured past the early-adopter phase. With 5 billion active credentials and formal recognition from federal bodies like NIST, standards advocates emphasize that there is no longer a valid security or compliance excuse for organizations to delay passkey implementation. They view the remaining friction points as temporary implementation hurdles rather than fundamental flaws.
Usability Researchers
Focuses on the human-computer interaction challenges of passwordless systems.
While acknowledging the security benefits, usability researchers caution that the transition is not entirely seamless for the average user. Academic studies point out that cross-ecosystem synchronization—such as moving a passkey from an Apple device to a Windows machine—and navigating captive Wi-Fi portals still introduce cognitive load. They argue that until these edge cases are smoothed out, users will continue to demand legacy password fallbacks.
Threat Analysts
Warns that securing the login event does not secure the entire identity lifecycle.
Security researchers and threat analysts stress that passkeys are not a silver bullet. By mathematically eliminating credential stuffing, passkeys are forcing adversaries to adapt their tactics. Analysts point to a sharp rise in infostealer malware designed to scrape session cookies, allowing attackers to hijack an authenticated session after the passkey has already done its job. They argue that identity security must now focus on continuous session monitoring and robust account recovery governance.
What we don't know
- How quickly legacy enterprise applications and older hardware systems can be retrofitted to support modern WebAuthn standards.
- Whether the rise of infostealer malware targeting session cookies will force a fundamental redesign of how web browsers handle post-login authentication states.
Key terms
- FIDO2
- An open authentication standard that enables passwordless, phishing-resistant logins using public key cryptography.
- Public Key Cryptography
- A cryptographic system that uses pairs of keys: a public key stored on the server, and a private key kept securely on the user's device.
- AAL2
- Authentication Assurance Level 2, a NIST security classification requiring proof of possession and control of two distinct authentication factors.
- Credential Stuffing
- A cyberattack where stolen account credentials are automatically injected into website login forms to gain unauthorized access.
- Session Hijacking
- An attack where a hacker steals a valid session cookie to take over an account after the user has already securely logged in.
Frequently asked
What exactly is a passkey?
A passkey is a digital credential tied to a user's device that uses public key cryptography instead of a password to log into accounts.
What happens if I lose my phone?
Most passkeys are 'synced' via cloud credential managers (like iCloud Keychain or Google Password Manager), meaning they can be restored to a new device by logging into your cloud account.
Are passkeys vulnerable to phishing?
No. Passkeys are cryptographically bound to the specific website or app they were created for, making it impossible for a fake lookalike site to steal them.
Does NIST approve of passkeys?
Yes. NIST recently updated its digital identity guidelines to classify synced passkeys as meeting Authentication Assurance Level 2 (AAL2), clearing them for use in highly regulated industries.
Sources
[1]FIDO AllianceIdentity Standards Bodies
The State of Passkeys 2026: Global Consumer and Workforce Report
Read on FIDO Alliance →[2]NISTSecurity Practitioners
NIST Special Publication 800-63B Supplementary Guidelines
Read on NIST →[3]DescopeUsability Researchers
Passkeys at Global Scale: 2026 FIDO Report Analysis
Read on Descope →[4]NHIMGThreat Analysts
Passkeys and FIDO2: Why Authentication is Only Half the Battle
Read on NHIMG →[5]arXivUsability Researchers
Usability of Passwordless Authentication: A Comparative Study of Passkeys and Passwords
Read on arXiv →[6]Swif.aiSecurity Practitioners
Passkey adoption and the passwordless shift
Read on Swif.ai →[7]YubicoIdentity Standards Bodies
NIST updates SP800-63B to provide guidance on syncable authenticators
Read on Yubico →[8]Factlen Editorial TeamSecurity Practitioners
Synthesis by Factlen editorial team
Read on Factlen Editorial Team →
Every angle. Every day.
Get technology stories with full source coverage and perspective breakdowns delivered to your inbox.









