Sign up for our UX Blog
Don't miss the latest! We'll notify you of each new post.
Fitts' Law is a predictive model of human movement that states that the time required to rapidly move to a target area is a function of the distance to the target and the size of the target. Specifically, the law suggests that the time to acquire a target is longer when the target is smaller or farther away. This principle, formulated by psychologist Paul Fitts in 1954, has significant implications for user interface design.
Mathematically, Fitts' Law is expressed as: T = a + b log₂(1 + D/W), where T is the time to move to a target, D is the distance to the target, W is the width (or size) of the target, and a and b are empirical constants. In practical terms, this means that interactive elements that are larger and/or positioned closer to the user's current focus point will be easier and faster to click or tap.
Fitts' Law is important because it provides a scientific basis for making design decisions about the size and placement of interactive elements. It helps designers create more efficient and user-friendly interfaces by optimizing the physical effort required for interaction. Understanding this principle allows designers to prioritize important actions by making them easier to access and use.
This law is particularly relevant in contexts where speed and accuracy of interaction matter, such as in emergency systems, gaming interfaces, or productivity applications. It's also crucial for designing for users with motor impairments or when designing for small screens where space is limited. By applying Fitts' Law, designers can create interfaces that feel more natural and require less effort to use.
To apply Fitts' Law effectively, make important or frequently used interactive elements larger and more easily clickable, position critical controls in easily accessible areas like screen edges and corners which have "infinite" width, ensure adequate spacing between clickable elements to prevent accidental clicks, and consider the distance between related controls that are used in sequence.
Additional strategies include making touch targets at least 44x44 pixels for mobile interfaces, using larger buttons for critical actions like "Submit" or "Purchase," extending clickable areas beyond their visible boundaries when appropriate, and testing your designs with real users to validate that the size and placement of interactive elements support efficient interaction. Remember that while Fitts' Law is important, it should be balanced with other design considerations like visual hierarchy, consistency, and overall aesthetic.