Fitts's Law predicts that the time required to move to a target is a function of the distance to the target and its size: nearer and larger targets are acquired faster than distant and smaller ones. Formulated by psychologist Paul Fitts in 1954 from studies of human motor movement, it has become one of the most reliably applicable quantitative models in interface design, governing everything from button dimensions to menu placement to the layout of touch controls.
Its most direct application is target sizing. Small buttons and links take longer to hit and generate more errors, and the effect is far more pronounced on touch screens, where the finger obscures the target and the contact area is imprecise, than with a mouse. Platform guidelines that recommend minimum touch target dimensions are effectively codified Fitts's Law, and the sizing failures they are meant to prevent remain among the most common defects found on mobile interfaces: adjacent links with insufficient spacing, close buttons too small to hit reliably, and form controls that require precision the context does not allow.
Distance is the second variable and is often overlooked. Placing related controls near where the user's attention and pointer already are reduces movement cost, which is the reasoning behind contextual menus, inline actions in list rows, and positioning primary actions close to the content they act on. On mobile, thumb reach makes this concrete: the lower and central portions of a phone screen are easy to reach one-handed, while the upper corners require a grip change, which is why placing a primary action in a top corner is a measurable cost rather than merely an aesthetic choice.
The law also explains the effectiveness of screen edges and corners. Because the pointer stops at a screen boundary, edge targets behave as though they were infinitely large in one dimension, making them much faster to acquire than their visible size suggests. This is why persistent toolbars anchored to edges, and desktop menu bars at the top of the screen, perform better than floating equivalents of the same size.
Fitts's Law is one of the few design principles that produces genuinely quantitative guidance, but it optimizes for speed of acquisition rather than for correctness of decision. Making a destructive action large and close makes it fast to hit, including accidentally, which is why delete and confirm controls are deliberately placed away from frequently used actions and given smaller, less prominent treatment. Speed is the right objective for actions people intend and the wrong objective for actions they might regret.
The law also explains why proximity matters for grouped actions in ways that pure visual grouping does not capture. Controls that are used in sequence should be near one another, since each transition costs movement time, and this compounds in interfaces used repeatedly throughout a working day. For staff-facing systems, where the same sequence may be performed hundreds of times, layout decisions that appear trivial in review translate into measurable differences in throughput and fatigue. This is why operational tools benefit from being designed around the actual task sequence rather than around a tidy grouping of features by category, and why observing the work in context frequently produces layout recommendations that no amount of review of the interface in isolation would suggest.
In practice this becomes a checklist item in interface review: target sizes at the smallest supported viewport, spacing between adjacent interactive elements, position of primary actions relative to thumb reach, and separation of constructive from destructive controls. These are standard checks in a UX audit, and encoding them as constraints in a component library during product design work is what prevents them from recurring every time a new screen is built.