Steering Law
Movement time through a constrained path tends to increase with path length and decrease with path width along the trajectory.
Direct explanation
What it means
The law extends target-acquisition modeling to continuous movement through tunnels, such as cascading menus, drag paths, and drawing channels.
A destination may be large yet difficult to reach when the path is narrow, long, or easy to leave accidentally.
Research anchor: Johnny Accot, Shumin Zhai, 1997
Research and interpretation
What the research found
Controlled tunnel-steering tasks produced movement times related to an integral of path length over width.
The steering law has been replicated and adapted for multiple input devices and trajectory tasks.
Popular advice versus careful use
Common shorthand: Any drag interaction is easy if its destination is large.
Design and measure the complete movement corridor, then provide alternative controls for users who cannot steer it.
T = a + b ∫(ds / W(s)); for constant width, T = a + b(A/W)How designers apply it
- 01
Widen the safe corridor into cascading submenu items.
- 02
Provide generous drag channels and drop tolerance.
- 03
Avoid long narrow swipe paths for essential mobile actions.
Original UI examples
desktop navigation
Cascading menu
The submenu uses a forgiving pointer corridor toward the child panel.
Small diagonal deviation does not collapse the path.
desktop editor
Timeline trim
A handle can be dragged within a broad vertical corridor while horizontal position controls time.
The task preserves precision without demanding an impossibly narrow path.
Drag to archive
Less effective
Require a long narrow diagonal gesture with no alternative.
Better fit
Use a broad short path and offer a button plus undo.
Gesture efficiency must not remove accessible control paths.
Limits and failure modes
Parameters depend on device, path shape, feedback, and task, and touch gestures introduce occlusion and biomechanics.
Common mistakes
- Applying Fitts’s endpoint formula to a constrained route.
- Making visual paths wide while the actual hit corridor remains narrow.
When it should not dominate
- For target selection with no path constraint.
- To justify gesture-only essential actions.
Responsible use
Accessibility
Provide keyboard, switch, voice, and button alternatives; test tremor and limited dexterity, and make effective corridors larger than decorative strokes.
On mobile: Account for finger occlusion and hand movement, not only pointer geometry.
Ethics and context
Use the principle to reduce unnecessary effort and improve comprehension. Validate the result with representative users rather than treating a general tendency as a universal instruction.
On desktop: Use forgiving submenu trajectories and escape behavior across monitor scales.
Designer checklist
- Measure effective width along the full path.
- Inspect bends, distance, and accidental exits.
- Provide a nontrajectory alternative.
Check your understanding
Which statement applies Steering Law most carefully?
Practice and continue learning
See ideas in real interfaces
These external interfaces are editorial references, not examples created to demonstrate this principle.
Sources and further reading
- 01Open source
Beyond Fitts' Law: Models for Trajectory-Based HCI Tasks
Johnny Accot, Shumin Zhai · 1997 · ACM CHI
Primary research · primary or original source
- 02Open source
The Information Capacity of the Human Motor System in Controlling the Amplitude of Movement
Paul M. Fitts · 1954 · Journal of Experimental Psychology
Primary research · primary or original source
Continue the graph
Related principles
law
Fitts’s Law
For aimed movement, acquisition time tends to increase with target distance and decrease with target size along the movement axis.
principle
Direct Manipulation
Direct manipulation lets people act on visible objects through incremental, rapid, and reversible operations with immediate feedback.
principle
Constraints Principle
Well-designed constraints limit invalid actions or make their boundaries clear while preserving valid choice and recovery.
