In 1954, psychologist Paul Fitts published a paper that would become one of the most reliable predictive models in all of human-computer interaction. Fitts's Law states that the time required to move to a target is a function of the target's size and the distance to it. Larger targets that are closer to the starting position are faster to reach. This sounds obvious until you realize its implications: every button, link, and interactive element on your digital product is governed by a mathematical relationship that most design teams never calculate.
The formula is elegant: Movement Time = a + b × log₂(2D/W), where D is the distance to the target and W is the width of the target. The logarithmic relationship means that doubling a button's size doesn't halve the movement time, but it does reduce it meaningfully. And moving a button from the far side of the screen to near the user's current focus area has an even more dramatic effect. These aren't design opinions — they're physics.
What makes Fitts's Law particularly powerful for digital product design is that it operates below conscious awareness. Users don't think about button size or distance; they simply experience some interactions as effortless and others as subtly laborious. The cumulative effect of these micro-frictions across an entire interface determines whether a product feels fluid or frustrating, intuitive or effortful. And that feeling directly impacts conversion rates.
The Motor Behavior Foundation of UX
Fitts's Law belongs to the field of motor behavior science, not cognitive psychology. This distinction matters because it means the law describes physical constraints on human movement, not preferences or attitudes. A user's ability to click a target is constrained by the same biomechanical principles whether they're a novice or an expert, whether they're motivated or indifferent, whether the button is well-designed or ugly. You can't overcome Fitts's Law with better copy or stronger value propositions.
The implications for conversion optimization are profound. When a call-to-action button has a low click-through rate, the instinct is usually to change the copy, color, or messaging. But Fitts's Law suggests that the problem might be purely physical: the button may be too small, too far from the user's likely cursor position, or surrounded by competing targets that create what's called targeting interference. These are problems that no amount of persuasive copywriting can solve.
This is especially relevant on mobile devices, where the target is a fingertip rather than a cursor. The minimum comfortable tap target size is approximately 44x44 pixels (a standard established by touch interface research), but many mobile interfaces still present critical conversion elements at sizes well below this threshold. The result is not just missed taps — it's the frustration and cognitive disruption of a failed interaction, which breaks the user's flow state and reduces the probability of completing the desired action.
Distance, Size, and the Economics of Attention
Fitts's Law introduces an economic framework for understanding interaction design. Every pixel of distance between the user's current position and the target is a cost. Every pixel of target width is a benefit. The ratio between these two quantities determines the 'index of difficulty' for any given interaction. Low-difficulty interactions (large, close targets) have high throughput; users complete them quickly and effortlessly. High-difficulty interactions (small, distant targets) have low throughput; users take longer, make more errors, and often abandon the attempt entirely.
This economic lens reveals that every interface layout is implicitly assigning difficulty costs to different actions. A 'Buy Now' button placed far from the user's reading position and rendered at the same size as secondary navigation links is, in Fitts's Law terms, being priced at the same difficulty level as navigating to the FAQ page. The interface is inadvertently communicating that these actions are equally important and equally easy, when the business desperately wants one to be far more accessible than the other.
The solution is to create what might be called a Fitts's hierarchy — a deliberate mapping between business priority and interaction difficulty. The most important conversion action should have the lowest index of difficulty: largest target, closest to the user's predicted position, with the most generous surrounding whitespace. Secondary actions should have progressively higher difficulty. This isn't about hiding alternatives; it's about making the primary path the path of least physical resistance.
Edge Targets and the Infinite Width Advantage
One of the most powerful corollaries of Fitts's Law is the concept of edge targeting. When a clickable element is placed at the edge of the screen, it effectively has infinite width in one dimension because the user can overshoot and the cursor will still stop on the target. This is why operating system menus are traditionally placed at the top or bottom of the screen — the screen edge acts as a physical boundary that catches the cursor, dramatically reducing targeting difficulty.
In web design, true edge targeting is less available because browser chrome and scroll bars occupy the screen edges. But the principle still applies in modified form. Elements placed at the edges of content containers, at the bottom of scrollable areas, or at the natural termination points of reading paths benefit from predictable cursor positions. The user knows where these elements are before they look for them, which reduces both the visual search time and the motor execution time.
Sticky headers and floating CTAs exploit this principle. By keeping a conversion element in a fixed position relative to the viewport, these patterns minimize the distance component of Fitts's Law. The user never needs to scroll back to find the button; it's always in a predictable location, often at a screen edge. The reduction in targeting difficulty is measurable, and the conversion impact can be substantial — not because the user is being persuaded, but because the physical act of clicking is being made easier.
A Motor Behavior Framework for Conversion Design
Applying Fitts's Law systematically to conversion design yields a clear set of principles. Primary CTAs should be at least 44 pixels in their smallest dimension, with larger sizes preferred for critical conversion points. This isn't about visual weight alone — it's about reducing the index of difficulty to make successful interaction more likely.
CTA placement should follow the natural reading path and cursor trajectory. For left-to-right reading layouts, placing the primary CTA at the natural endpoint of the reading flow — lower right for body content, right-aligned for form completions — minimizes the distance component by meeting the user where their attention and cursor are already heading.
Competing click targets should be spaced with sufficient margins to prevent targeting interference. When two clickable elements are close together, both become harder to hit accurately. The user must invest additional motor precision, which increases movement time and error rates. This is why dense navigation menus and crowded button groups systematically underperform simpler layouts with more generous spacing.
Why Fitts's Law Matters More Than You Think
The deeper significance of Fitts's Law for digital product design is that it reveals the physical substrate beneath the digital abstraction. We tend to think of digital interfaces as purely visual and cognitive experiences, but every interaction involves a physical movement — a cursor movement, a thumb tap, a finger swipe. These movements are subject to biomechanical constraints that are as real and as inviolable as the constraints of gravity.
When conversion rates underperform expectations, the usual suspects are messaging, value proposition, and trust. But Fitts's Law reminds us that even a perfectly crafted page can fail if the physical act of conversion is unnecessarily difficult. The user who was persuaded to buy but couldn't comfortably tap the button is a lost conversion that no funnel analysis will explain. The physics of interaction is invisible in your analytics, which is precisely why it deserves deliberate attention in your design process.
Fitts's Law has endured for over seven decades because human motor behavior doesn't change with design trends. Buttons may go from skeuomorphic to flat to neumorphic, but the biomechanics of pointing and clicking remain constant. This makes Fitts's Law one of the few truly timeless principles in an industry obsessed with novelty — and one of the highest-leverage optimizations available to any team serious about conversion performance.