WCAG 3.3.3: Error Suggestion
Back to all WCAG criteriaOVERVIEW
Effort:
- Complexity:Difficult
- Duration:Slow
Important for:
Design, Development
To WCAG:
3.3.3 Error SuggestionWhat's it about?
If an error occurs in an input field, the error message must give clear guidance on how the user can correct it — except in cases where providing details would pose a security risk, such as with passwords.
How to
Depending on your situation, you can implement one of the following options to meet the criterion. For a deeper dive, please refer to the linked WCAG techniques.
Error messages provide guidance
Error messages should clearly explain which field is affected and why the input is invalid.
Example:
-
“The password is too short. It must contain at least 10 characters.”
-
“The password must be at least 8 characters long and include a number.”
For security-relevant cases such as logins, more general messages may be used, e.g.:
-
“Username or password incorrect.”
Ideally, include a hint or link that helps users correct the issue, such as a password reset option.

-
Create accessible designs?
Our workshop for designers!
Learn everything you need to know as a designer to create accessible design systems for digital products and entire brands.
Learn accessibility with us?
Looking to implement WCAG best practices in your design, development, or content workflow? Book a workshop for your team or contact us directly to learn more.