UX Glossary Interaction Design

Focus State

Interaction Design

The visual indicator that shows which interactive element currently has keyboard focus, enabling users who navigate without a mouse to track their position on the page. Visible focus states are a fundamental accessibility requirement, not a cosmetic detail — removing them makes keyboard navigation effectively unusable.

Focus State illustration
Source: picsum.photos

Common contexts

Use when

On every interactive element in every interface — no exceptions. Custom focus states should be designed as part of the component spec, not retrofitted after accessibility audits flag their absence.

Avoid when

There is no legitimate design context in which removing visible focus states entirely is acceptable — suppressing them with 'outline: none' without a replacement is a WCAG 2.4.7 failure that excludes keyboard-only users completely.

Focus states are removed far more often by designers who find them 'ugly' than by developers who don't know they're needed — own the visual design of your focus states before someone else removes them for aesthetic reasons.

Real-world examples

Related terms

Accessibility ARIA WCAG Keyboard Navigation
← Browse all UX Glossary terms