Understand Fitts’s Law, a predictive model that estimates the time required to move to a target, informing interface design.

Imagine standing on a crowded train with one hand free and needing to tap a tiny back‑button in the corner of your phone. You have to aim carefully, and a slight bump means your finger lands outside the button. Friction like that makes people abandon tasks and, for a product team, abandonment hurts. In design work we often ask what is fitts's law because it offers a way to predict that friction and remove it. Put simply, Fitts’s Law is a model of human movement that predicts how long it takes to reach a target with a pointing device. Paul M. Fitts, a psychologist who studied cockpit controls in the 1940s and 50s, showed that the time to move to a target grows with the distance to the target and decreases when the target is bigger. Claude Shannon's information theory influenced him and wanted to measure how many pointing actions people could perform in a given period.
Fitts discovered this by asking participants to tap between targets of various widths and distances; he measured how long each movement took and how often people missed. The resulting equation is concise:
These insights place Fitts’s work at the intersection of ergonomics, human–computer interaction and motor control research. It is not limited to screens; it applies to any task where a person moves a pointer (mouse, finger, stylus, laser pointer) toward a target. Later studies refined the model for two‑dimensional targets, added effective target widths for accuracy contexts and introduced variants like the “Shannon form” used in many interface studies. Still, the core insight endures: closer and larger targets are easier to hit.
From a product perspective this law matters because it connects physical movement to usability. When a team ignores it, interfaces feel sluggish and error‑prone. When they use it thoughtfully, they shorten task time, reduce mistakes and support inclusive access. In the next sections we’ll discuss why Fitts’s Law is relevant today and how to apply it in product work.

For founders and product managers, time spent reaching for controls is wasted time. Fitts’s Law provides a quantitative way to estimate that overhead. It tells us that a button that is twice as far away will take longer to reach, but not necessarily twice as long due to the logarithmic relationship. It also tells us that doubling a button’s size meaningfully reduces the time to hit it. In practice, that means a large “Pay” button at the bottom of a checkout screen will be faster to hit than a small link in the corner. Research from Nielsen Norman Group notes that larger targets decrease both movement time and error rates.
Fitts also showed that fast movements increase errors and that small targets amplify this effect. When you accelerate towards a distant, narrow control, you often overshoot or need to adjust mid‑flight; this “final approach” slows you down. Designers often see this when users miss a tiny checkbox or mis-tap a small icon. By increasing target size or reducing distance, you reduce the need for fine adjustments and therefore lower the error rate.
Ergonomics aren’t only about comfort; they influence business metrics. A founder who values speed to value should care that their sign‑up button is large enough and placed within the natural reach of a thumb. Accessibility guidelines built on Fitts’s Law: the Web Content Accessibility Guidelines (WCAG) advise that interactive controls be at least 24 px for level AA compliance and 44 px for level AAA compliance. Apple’s Human Interface Guidelines suggest a minimum of 44 × 44 points (about 59 px), Microsoft’s Fluent Design guidelines suggest about 40 px, and Google’s Material Design suggests 48 dp. These numbers reflect research on finger size and mis‑tap rates and illustrate how later guidelines incorporate Fitts’s insight.
In human–computer interaction research, Fitts’s Law is a standard tool for comparing pointing devices. Researchers compute throughput (index of difficulty divided by movement time) to compare mice, touchpads, styluses and now VR controllers. These measurements help product teams decide which input method suits a particular use case and highlight limitations of each. The law also informs evaluation of novel devices: for example, experiments show that head‑controlled pointers or gaze‑controlled cursors yield different constants a and b, revealing where assistive technologies need improvement. As extended reality interfaces emerge, researchers adjust the model to account for 3D targets and gestural input.
Fitts’s Law was formulated over seventy years ago, but its principles remain relevant. Recent updates to platform guidelines emphasise larger hit areas: Apple’s Vision Pro guidelines for spatial computing use 60 pt (around 80 px) targets, reflecting the increased imprecision of eye‑tracking input. LogRocket’s 2025 article on Fitts’s Law reiterates that the law explains why large, close targets reduce errors and encourages designers to consider “prime pixels” and “magic pixels” – the starting pointer location and screen corners that naturally attract the cursor. These contemporary sources show that Fitts’s insights are still guiding modern products and that new modalities such as spatial computing require even larger targets.

Large save button at the end of a form: In a recent onboarding project for a SaaS client, we noticed that new users took about 9 seconds to find and tap the “Save” button at the top of a long form. Moving the button to the bottom, increasing its height to 56 px and adding a descriptive label cut completion time by nearly half and reduced mis‑taps. Fitts's Law predicts this change: the button becomes closer to the user’s last field and larger.
Icon‑only controls replaced with icon + label: A productivity tool we audited used small icon buttons for editing tasks. Users hovered over the icons to see tooltips, which slowed them down. Following Nielsen Norman Group guidance that combining icons with labels increases target area and clarity, we redesigned the toolbar with both icons and labels. The average edit time decreased by 20%, and customer support tickets about “missing features” dropped.
The toolbar relocated near the cursor: Another startup’s control panel placed key actions in a top menu. Users had to travel far from their focus area, causing delays. We introduced context menus (right‑click and long‑press) and a floating toolbar near selected items. Interaction time fell and error rates declined. This aligns with Interaction Design Foundation advice that pop‑up menus reduce travel time since the cursor stays in place.
Corner shortcuts: Many systems use corners for global shortcuts, such as the “back to top” arrow or system menu. Because corners are “magic” areas that a pointer cannot overshoot, users can move there quickly. However, Smashing Magazine cautions that for touch screens the assumptions of infinite edges don’t always hold due to screen chrome and unpredictable hand positions. Therefore, test corner‑based gestures on actual devices before committing.

Fitts’s original experiments were one‑dimensional; he asked participants to tap on targets along a line. Most modern interfaces are two‑dimensional, and some research extends the law to 2D tasks by replacing target width with the minimum dimension of the target. For multi‑directional tasks (like hitting diagonal buttons), the same principle applies: bigger targets and shorter distances yield faster movement. For dragging or steering tasks, other models such as the Steering Law may offer better predictions. In games, crossing or path‑tracing tasks often require separate laws.
The constants a and b in the equation differ between a mouse, a finger and a stylus. This matters when benchmarking devices; for instance, throughput for a mouse might be higher than for a touchpad. Accessibility devices such as head‑tracking or gaze‑tracking produce lower throughput, signalling more effort for users. As VR, AR and mixed‑reality interfaces gain traction, Fitts’s Law must adapt to 3D targets and the absence of physical edges; researchers are working on these extensions.
Fitts’s research, like much mid‑20th‑century ergonomics work, focused on a narrow group of participants. Smashing Magazine notes that early human‑factors studies often assumed fit, non‑disabled pilots. Modern product teams must broaden this lens: hand size varies, motor control can be impaired, and users hold devices in many ways. A universal target size may not suit all contexts; designers should test with varied users and adjust accordingly. For example, BBC guidelines suggest 7 mm (about 44 px) targets but allow smaller sizes with adequate spacing when necessary.
Fitts’s Law predicts movement time for discrete pointing tasks. It doesn’t account for tasks requiring continuous control (drawing), cognitive load (finding the correct target), or perceptual factors (contrast, feedback). As Interaction Design Foundation points out, linear menus take longer to navigate than pie menus because of travel distance and target size differences. Task bars and other UI elements can impede movement by demanding precision. Factors such as visual clutter, content hierarchy and user expectations also influence efficiency. Use Fitts’s Law as one tool among many rather than a sole metric.
Fitts’s Law answers the question what is fitts's law with a simple ratio of distance and size, yet its implications ripple through product design. By recognising that a larger, closer target reduces movement time and error, you can make choices that improve task efficiency, reduce friction and respect user effort. In our work at Parallel we’ve seen small changes — moving a button, enlarging a hit area, using context menus — create outsized improvements in adoption and satisfaction. The law is not a cure‑all; it doesn’t address motivation, content or visual language. But ignoring it leads to slow, error‑prone interfaces that frustrate users and undermine business goals.
As a founder or product leader, start by auditing your interface: measure distances, check target sizes and experiment with placing controls near where users naturally look or tap. Follow platform guidelines — 44 px or more for phone buttons, 48 px in Material Design, 60 pt in spatial computing. Test with real people in varied contexts. And when you ask what is Fitts's law again, treat it not as trivia but as a practical lens for making your product easier to use.
It is the idea that the time to reach a target depends on how far away it is and how big it is. A bigger, nearer button is faster and easier to hit than a small, distant one.
There is no single ideal numeric outcome; the aim is to make important targets as large and near as practical. Apple suggests 44 × 44 pt and Google suggests 48 × 48 dp for touch targets. Spatial computing needs even larger targets. Use these as starting points and adjust based on testing.
Identify frequent pointing tasks, estimate the distance and size of each target, and redesign to increase size and reduce distance. Take advantage of screen edges and corners where appropriate. Then test with users and measure improvements.
A design violates the law when it forces users to hit a tiny target or travel far across the screen for an important action. Examples include small tap targets in toolbars, primary buttons placed away from the flow of content, or critical controls hidden in distant menus. Such designs lengthen movement time and raise error rates.
