Goal
Provide authentication without any cognitive function tests (enhanced).
Loading ...
Success Criterion · WCAG 3.3.9
A cognitive function test (such as remembering a password or solving a puzzle) is not required for any step in an authentication process unless that step provides at least one of the following: an alternative authentication method that does not rely on a cognitive function test, or a mechanism is available to assist the user in completing the cognitive function test.
Goal
Provide authentication without any cognitive function tests (enhanced).
What to do
Offer authentication methods that do not rely on memory, transcription, or puzzles at all, except for recognizing objects or user-provided content.
Why it matters
Some users cannot reliably complete cognitive tests; enhanced methods like passkeys remove barriers.
Success criterion
Summarized directly from the official Understanding document so teams can quote the requirement accurately.
A cognitive function test (such as remembering a password or solving a puzzle) is not required for any step in an authentication process, unless that step provides at least one of the following: (1) Alternative: Another authentication method that does not rely on a cognitive function test; (2) Object recognition; (3) Personal content.
Intent
Benefits
Why it matters
Summaries drawn from the Understanding document help you socialize impact statements with product stakeholders.
Without cognitive-free alternatives, some users may be unable to authenticate at all.
Users may be forced into insecure coping strategies (writing passwords down) if no alternatives exist.
This AAA criterion strengthens 3.3.8 by removing the “assistance mechanism” option. Authentication must offer methods that do not depend on cognitive function tests (e.g., passkeys, device biometrics, magic links) except for object recognition or personal content recognition.
Reference: All summaries and highlights originate from Understanding WCAG 3.3.9 and the W3C quick reference.
Examples
Share pass/fail snapshots to coach designers, engineers, QA, and content authors.
Pass
User can sign in with a passkey and never types or remembers a password.
Fail
User must memorize and type a complex password to sign in.
Pass
Recovery uses magic link or trusted device without puzzle/transcription.
Fail
Recovery requires solving puzzles or transcribing distorted text.
Evidence to keep
Capture artifacts for VPATs, procurement reviews, and regression testing.
Official resources
Keep these links handy when writing acceptance criteria or responding to audits.
Implementation checklist
Testing ideas
Related success criteria