UX & Product DesignResearch & Strategy

Fitts's Law

Overview

Direct Answer

Fitts's Law is a quantitative model predicting that the time required to navigate to a target depends on both the distance to that target and its size. Formally expressed as MT = a + b log₂(D/W + 1), where movement time increases logarithmically with distance-to-width ratio, the principle applies to any pointing task involving physical or digital interaction.

How It Works

The law models human motor control as information-processing constrained by the signal-to-noise ratio of the motor system. As distance increases or target width decreases, the difficulty index (ID) rises, requiring longer movement times to maintain accuracy. The logarithmic relationship captures how users naturally decelerate when approaching smaller targets, balancing speed against precision requirements.

Why It Matters

Quantifying pointing difficulty enables designers to optimise interface layouts for reduced interaction time and improved user efficiency. This directly impacts productivity in data-dense applications, accessibility compliance for users with motor control limitations, and overall task completion rates in safety-critical systems where speed and accuracy are both essential.

Common Applications

The principle guides button sizing and spacing in mobile interfaces, menu hierarchy optimisation in desktop applications, and touchscreen layout design. It informs accessibility standards for minimum target sizes and influences the design of command centres, CAD software, and any interface where rapid, precise pointing is frequent.

Key Considerations

The model assumes ballistic pointing behaviour and may not account for visual search time, cognitive processing, or the effects of user expertise and fatigue. Contextual factors such as target predictability and multi-step sequences can deviate from theoretical predictions, requiring empirical validation in specific design contexts.

More in UX & Product Design