A1.01.3Gaze shift costresearchdesign

Interface elements outside the effective field of view require an eye or head movement

Aliases: saccade · eye-head coordination · gaze shift

What it is

A single fixation only identifies content within a small effective field of view around the fixation point. Once an interface element to be read falls outside that region, that region has to be moved onto it — first with a saccade, and if the target is far enough outside the eye's comfortable rotation range, with a head movement as well. Neither is free: both carry latency and interrupt whatever visual processing was underway.

This entry is about the cost of moving, not whether the move can be made — a user can obviously look anywhere on a screen. The point is that a time cost is paid both before and during that move, and interface design is responsible for that cost rather than treating "the user can always turn their head" as if it were free.

Why it happens

Eye rotation has a comfortable range, roughly ten to twenty-some degrees to either side of the current gaze direction; pushing further becomes uncomfortable or physically limited, at which point the visual system automatically recruits the head to share the work — eye-head coordination: the further off-axis the target, the larger the head's contribution and the slower the overall movement.

The cost shows up in two places. First, time: a saccade has a decision-to-launch latency of roughly one to two hundred milliseconds plus the movement itself; head movements have longer latency and longer duration still. Second, visual continuity: during a saccade, visual input is briefly suppressed (saccadic suppression), so whatever changes on screen during that window is easily missed — the same underlying mechanism behind change blindness. In other words, the more eccentric an element is placed, the longer it takes to reach it, and the act of getting there opens a brief window in which the display is effectively invisible.

Studying it

  • Combined eye and head tracking: gaze point and head orientation are recorded together to measure how saccade amplitude, the proportion of head involvement, and total response time scale with target eccentricity — common in desktop, large-display, and automotive-dashboard research.
  • VR/AR-specific studies: headsets couple displayed content and head orientation much more tightly, so research typically compares head-locked layouts (the UI follows the head) against world-locked layouts (the UI stays fixed in virtual space), measuring the head-movement amplitude and time needed to find a target under each.
  • Typical independent variables: target eccentricity relative to current gaze, whether the target is in an expected location, physical size of the display or headset.
  • Typical dependent variables: saccade latency and amplitude, whether a head movement is triggered, head-movement amplitude, total time from trigger to identification.
  • Methodological caution: the comfortable rotation range varies by person and posture (seated, standing, wearing a device), so a specific angular threshold measured in one lab should not be treated as a universal constant — it is better read as qualitative evidence that such a turning point exists.

Where it stops holding

  • Behaviour differs sharply across devices. A phone held close to the face may fit almost entirely within the comfortable eye-movement range, needing little or no head movement; on dual desktop monitors, large tiled walls, or multi-screen automotive displays, edge content likely needs a head turn or even a body turn to see clearly. The same conclusion cannot be carried across devices without first checking the target's actual eccentricity relative to the user.
  • VR/AR headsets are a special case. The field of view is entirely occupied by the headset's optics, and the choice between eye and head movement is itself shaped by device design (e.g., forcing world-locked content induces more head movement); desktop-derived thresholds do not transfer.
  • This entry only covers the movement needed to see and identify content, not the cost of any subsequent manual action (reaching, clicking) — that is a separate ergonomics question.
  • If a user already expects a target to appear in a peripheral location (from habitual use), they anticipate the shift and move faster than on first encounter — whether the user is a novice or an expert changes the boundary.

Applying it

  • Put frequently checked content within the comfortable eye-movement range — a modest angular band around the expected fixation point — so routine tasks do not force repeated large head turns.
  • Low-frequency, non-urgent content can sit where an eye or head movement is needed to see it, deliberately signalling "you have to look for this," but accept that users may simply never look.
  • On large, multi-screen, or automotive displays, place time-sensitive information that needs a prompt response in the central zone reachable without a head turn, and push static reference material to the edges.
  • In VR/AR interfaces, avoid making critical, high-frequency controls fully world-locked and far from the current gaze direction — otherwise every interaction triggers a full head movement.
  • How to check: use an eye tracker, or even simple gaze-point logging, to plot the distribution of saccade amplitudes during typical tasks. If targets tied to frequent actions repeatedly trigger large saccades (or head turns), that is a candidate layout defect.

Related

  • Same group: A1.01.1 The binocular horizontal visual field is far larger than the region of resolvable detail · A1.01.2 The effective field of view is the small area content can be identified in during one fixation · A1.01.4 Viewing distance changes how much content the effective field of view covers
  • Nearby: A5.04 Change blindness · A1.09 Visual search
  • Search terms: saccade · eye-head coordination · gaze shift cost · head-locked · world-locked

Cards in the same group

Quick Actions

Share

Share this page

ios_share

https://hci.top/en/handbook/A1.01.3