UX Glossary Interaction Design

Touch Target

Interaction Design

The tappable area of an interactive element on a touch device. Platform guidelines from both Apple and Google recommend a minimum of 44×44 points to prevent accidental mis-taps, particularly for users with motor impairments, those in motion, or anyone using a device one-handed.

Touch Target illustration
Source: picsum.photos

Common contexts

Use when

Apply the 44×44pt minimum to every interactive element on a touch screen — including elements that look large enough visually but have constrained hitboxes due to padding or layout. Invisible tap target size is one of the most common gaps between design intent and implementation.

Avoid when

Don't mechanically enforce 44×44pt in dense data tables or specialized professional tools where proximity of many targets is a functional requirement — in those cases, invest in interaction patterns like long-press selection or row-level tap zones rather than forcing layout changes that break the information density users need.

Tap target failures disproportionately affect the users who most depend on the product working reliably — people with tremors, people using devices in motion, and older adults — making this one of the cheapest accessibility wins a team can capture.

Real-world examples

Related terms

Fitts's Law Accessibility Mobile-First Design Focus State Thumb Reachability
← Browse all UX Glossary terms