Other meanings of Fitts's law
Human–Computer Interaction
Fitts's law is a predictive model in human–computer interaction and ergonomics that estimates the time required to move a pointing device (such as a mouse or finger) to a target area. Formulated by psychologist Paul Fitts in 1954, it states that movement time increases with the distance to the target and decreases with the target's size. The law is widely used to evaluate and design graphical user interfaces, particularly for buttons, menus, and touch targets.
Fitts's law predicts the time (MT) to move to a target of width W at distance D, given by MT = a + b log₂(2D/W), where a and b are empirical constants. The logarithmic term, called the index of difficulty (ID), captures the trade-off between speed and accuracy. The law is derived from information theory, treating the movement as a signal with limited channel capacity. It applies to both one-dimensional and two-dimensional pointing tasks, and it has been validated across many input devices, including mice, touchscreens, and trackballs.
In user interface design, Fitts's law guides the placement and sizing of interactive elements. Larger targets and shorter distances reduce movement time, so designers make important buttons big and place them near the user's current position. The law also explains why menu items at the edges of a screen are easier to click: the screen edge effectively extends the target's width infinitely, a phenomenon known as the 'magic corner.' Touchscreen guidelines, such as Apple's 44-point minimum touch target, are directly influenced by Fitts's law.
Researchers have proposed several extensions to the original model. The two-part model (Welford) and the Shannon formulation (MacKenzie) adjust the ID to better fit empirical data. The law has been extended to 3D movements, eye-gaze pointing, and even foot-operated controls. In addition, the 'steering law' (Accot and Zhai) applies Fitts's law to path-following tasks, such as navigating a menu or drawing a line. These variations maintain the core principle that movement time is a function of task difficulty.
Fitts's law has roots in military research: Paul Fitts developed the model while studying aircraft cockpit controls for the U.S. Air Force. The original 1954 paper used a stylus tapping task, not a computer mouse. The law also applies to non-computer tasks, such as reaching for a cup or pressing a button. In accessibility, it informs the design of switch-accessible interfaces and eye-tracking systems. A notable edge case is that the law breaks down for very small targets due to tremor and for very large distances due to fatigue.
Fitts's law remains a cornerstone of human factors engineering, with ongoing research into its applicability to new interaction paradigms.
Help improve the encyclopedia. Reports go straight to the site manager.