UX Glossary Interaction Design

Tooltip

Interaction Design

A small, contextual label that appears on hover or keyboard focus to provide supplemental information about an interface element without cluttering the primary layout. Tooltips work well for icons and abbreviated labels, but should never be the only place critical information lives — touch devices can't hover.

Tooltip illustration
Source: upload.wikimedia.org

Common contexts

Use when

Use tooltips for supplemental clarification of elements that are clear enough in context to not need persistent labels — icon buttons and abbreviated table column headers are classic cases. The test: if the user can't complete the task without reading the tooltip, it's not supplemental, it's required.

Avoid when

Don't use tooltips as a substitute for clear labeling — if a button or icon needs a tooltip to be understood, the primary label is doing insufficient work. Tooltip-dependent designs fail completely on touch screens, in keyboard-only navigation, and for users who don't know to hover.

Overuse of tooltips is often a symptom of a team that can't agree on what to say in the UI — a tooltip becomes a dumping ground for every caveat, qualification, and exception that didn't make it into the main interface.

Real-world examples

Related terms

Microcopy Progressive Disclosure Affordance Iconography
← Browse all UX Glossary terms