Search time grows with the number of distractors
Aliases: search slope · set-size effect · serial search · parallel search
What it is
Finding a target among distractors takes time that changes as a function of how many distractors are present — this rate of change is the search slope, also called the set-size effect. The slope is not fixed: some searches are barely affected by the number of distractors, with reaction time staying nearly flat; others cost tens of milliseconds more per added distractor, with a clearly steep slope.
Worth separating out: this entry covers the behavioral regularity of "how long finding the target takes" itself. Which features let the slope go flat, and which visual channels naturally support that flat search, is a separate matter — here the concern is only the function relating search time to distractor count.
Why it happens
When a target carries a single salient feature that no distractor shares at all, search barely requires checking candidates one by one — reaction time stays nearly constant as distractors are added, a near-zero slope, called parallel search. When a target can only be distinguished from distractors by a combination of two or more features (say the target is "a red circle" while distractors include red squares and blue circles), the system has to check candidates one by one (or in small groups) to confirm, and reaction time grows roughly linearly with distractor count — this is serial search, with a markedly steeper slope.
Real search behavior usually falls somewhere between these two extremes, on a continuum from efficient to inefficient rather than a strict binary: the closer distractors are to the target and the weaker the distinguishing cue, the closer search moves toward the serial end; the more the target stands out, the closer it moves toward the parallel end. This is also why distractor count alone doesn't fully predict search time — the slope itself depends on whether the target can be picked out by a single feature.
Studying it
- Classic paradigm: set size (distractor count) is manipulated at a few fixed levels (e.g., 4, 8, 16, 32), participants judge whether the target is present, and reaction time is plotted against set size — the slope of that line is the quantitative measure of search efficiency.
- Common independent variables: set size; target presence (target-present vs. target-absent — the latter usually requires confirming every candidate was checked, so absolute reaction time and slope are often roughly double those of target-present trials).
- Common dependent variables: reaction time, error rate, sometimes combined with eye tracking to record the number and order of fixations.
- Use in interface research: assessing how many candidates a user has to scan on average to find something in a given icon set, menu, or list design — used to compare the search efficiency of different visual-encoding schemes.
- Methodological caution: search slope is sensitive to experimental conditions — the arrangement of candidates, presentation duration, and whether participants know the target might be absent all shift the measured slope. Comparing slope values across studies requires checking that the paradigm details match, not just comparing the numbers.
Where it stops holding
- Search slope reflects behavior under controlled experimental conditions that usually push participants to respond as fast and accurately as possible; real interface search mixes in browsing, hesitation, and distraction, so lab slopes give a relative ranking of efficiency, not an absolute prediction of seconds in real use.
- Search when the target is genuinely absent is usually slower and more dependent on exhaustive checking than when it's present; the cost of "confirming an item is not in the list" is often underestimated in interfaces and should not be designed for using target-present timing data alone.
- The effect of distractor count interacts with how similar the distractors are to each other — the same number of distractors produces very different search times depending on whether they look alike or all different, something the "count" slope alone cannot explain; it needs to be read together with the effect of distractor-to-distractor similarity.
Applying it
- In scenarios requiring users to quickly locate a single target (finding a function in a toolbar, an unread item in a notification list), keep the number of on-screen candidates under control — more candidates means longer average search time, especially in designs where the target has no standout feature and must be checked item by item.
- Give the key target a single salient feature that lets it be locked onto without scanning every candidate (size, color, or motion alone is enough), rather than making users compare visually similar candidates one by one — which specific features naturally achieve this is a separate question.
- For negative search tasks — confirming an item is absent (checking whether a message has been read, whether a file exists in a list) — budget more time than for finding a known-present target; timing data from present-target searches should not be used to estimate this case.
- How to check: measure average search time and error rate for a target under both a low-candidate-count version and a high-candidate-count version, and plot time against count — a steeper slope indicates insufficient visual distinctiveness in the current design, calling for added distinguishing features rather than just reducing the candidate count.
Related
- Same group: A1.09.2 Search speeds up as target-distractor difference grows · A1.09.3 Search is faster when the target's features are known in advance · A1.09.4 Layout regularity substantially lowers search cost
- Nearby: A1.10 Preattentive Attributes · A5.10 Attentional capacity and bottlenecks
- Search terms:
visual search·search slope·set-size effect·serial search·parallel search