Redundant Entry
Redundant Entry is a web accessibility guideline that aims to reduce how often users are asked to re-type information they have already provided during the same process, such as filling out a multi-step form. Instead of making someone enter the same details twice, the information should be auto-populated or made available for the user to select. This helps people who may find repetitive typing difficult, tiring, or error-prone.
Redundant Entry is WCAG Success Criterion 3.3.7, a Level A criterion added in WCAG 2.2. It requires that information previously entered by or provided to the user that is required to be entered again in the same process is either auto-populated or available for the user to select, rather than requiring manual re-entry. The criterion includes exceptions: it does not apply when re-entering the information is essential (for example, a password re-entry for security or memory-testing purposes), when the information is required to ensure the security of the content, or when the previously entered information is no longer valid. It also does not apply across sessions. As a WCAG technical guideline published by the W3C, conformance addresses this specific input-assistance requirement and does not by itself guarantee overall usability or legal compliance; manual and assistive technology testing are generally needed to evaluate real-world accessibility.
Why it matters
Repetitive data entry creates a disproportionate burden for many users. People with cognitive disabilities may struggle to recall information they entered on a previous step, and re-typing the same details increases the chance of introducing errors. Users with motor disabilities, or those who rely on assistive technology, may find repeated manual entry physically tiring and time-consuming. By reducing redundant entry, a process becomes faster, less error-prone, and less cognitively demanding for a broad range of users.
Redundant Entry was added as a Level A success criterion in WCAG 2.2, reflecting the W3C's recognition that input assistance is a foundational, rather than optional, part of accessible form and workflow design. Because it is a Level A criterion, it sits among the most widely adopted baseline expectations for accessible content and is commonly included in conformance targets alongside other Level A and AA criteria.
As with all WCAG success criteria, meeting SC 3.3.7 addresses a specific requirement but does not by itself guarantee overall usability or legal compliance. WCAG is a set of technical guidelines published by the W3C, not a law; whether and how it applies in a given legal context depends on the applicable authority, regulation, or settlement. Organizations should treat conformance as one component of accessibility work and consult qualified legal counsel for guidance specific to their obligations.
Who it's relevant to
Inside Redundant Entry
Common questions
Answers to the questions practitioners most commonly ask about Redundant Entry.