Fitts's Law
Fitts's Law of Rapid Aimed Movement · Also known as: Fitts Law, Rapid Aimed Movement Law
Fitts's Law is an empirical model of human rapid aimed movement, predicting that movement time increases logarithmically with the ratio of distance to target size. Formulated by Paul Fitts in 1954, this fundamental law describes how long it takes to move to and select a target (e.g., clicking a button on a screen or reaching a physical object). In human-computer interaction, Fitts's Law is widely applied to evaluate and optimize pointer-based interfaces such as mice, touchpads, and touch screens.
Read the full method
Sign in with a free account to read this section.
Method map
The neighbourhood of related methods — select a node to explore.
When to use it
Use Fitts's Law to evaluate pointing-based interfaces such as command menus, toolbars, buttons, checkboxes, and window controls. Best applied to routine, ballistic movements on screen. Most predictive for mouse and touch input on standard screens. Do not use for precise fine-motor tasks (e.g., drawing), non-visual aiming, or exploratory search tasks.
Strengths & limitations
- Highly predictive for mouse and touch-screen pointing tasks; explains >90% of movement time variance.
- Simple, elegant model with strong empirical support across seven decades of research.
- Immediately actionable: enlarging targets or reducing distance provably speeds user interaction.
- Applicable to both digital and physical interfaces, generalizing across modalities and user populations.
- Less accurate for very small targets (< 5 pixels) or very large targets where ID becomes unreliable.
- Does not account for visual search time, decision-making, or cognitive load prior to movement.
- Assumes constant motor performance; does not model fatigue, attention lapses, or individual differences.
- Target shape and angle of approach can affect movement time beyond the model's predictions.
Frequently asked
How do I measure target width (W) for irregular-shaped buttons?
Target width should be measured along the axis of approach (the direction the user points toward the target). For a rectangular button, use the smaller dimension perpendicular to the motion direction. For circular or irregular targets, use the effective width in the approach direction, or average across likely approach angles.
Does Fitts's Law apply to touchscreen interfaces the same way as mouse interfaces?
Largely yes, but with caveats: touch targets should be larger (recommended minimum 44–48 pixels) because the finger is bigger and less precise than a mouse cursor. The law still predicts movement time well, but intercept and slope values may differ slightly from mouse-based estimates.
What values should I use for the constants a and b?
For mouse input on a standard desktop monitor, typical values are a ≈ 100–150 ms and b ≈ 100–150 ms per bit. These vary by input device, screen resolution, and user skill. Conduct a short pilot study with your target population and device to estimate device-specific parameters.
Sources
- Fitts, P. M. (1954). The information capacity of the human motor system in controlling the amplitude of movement. Journal of Experimental Psychology, 47(6), 381–391. DOI: 10.1037/h0055392 ↗
- MacKenzie, I. S. (1992). Fitts's law as a research and design tool in human-computer interaction. Human-Computer Interaction, 7(1), 91–139. DOI: 10.1207/s15327051hci0701_3 ↗
How to cite this page
ScholarGate. (2026, June 3). Fitts's Law of Rapid Aimed Movement. ScholarGate. https://scholargate.app/en/human-computer-interaction/fittss-law
Which method?
Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.
- First-Click TestingHuman Computer Interaction↔ compare
- Heuristic EvaluationHuman Computer Interaction↔ compare
- KLM-GOMSHuman Computer Interaction↔ compare
- Think-Aloud ProtocolHuman Computer Interaction↔ compare