Serial Position Effect
Items at the start and end of a list are remembered best, which makes the middle of any list the weakest position.
Definition
Recall accuracy varies systematically with an item's position in a sequence. Early items benefit from primacy, because they receive more rehearsal, and late items benefit from recency, because they are still in immediate memory. Middle items suffer both ways.
Established research. Originates in published research and has been replicated. The effect is real. Its size in your product still needs measuring.
On this page
What it means for interfaces
Most interface lists are not memory tests, so the direct effect is smaller than usually claimed. Users scan a visible menu rather than recalling it. The effect matters where the user must carry the list forward: comparing options across pages, remembering which tab they were on, or recalling a set of instructions.
Where it reliably applies is in placement priority. Given a horizontal navigation bar, the first and last positions attract disproportionate attention and are remembered better, which is why sign-in and cart live at the end and the logo lives at the start.
Placement consequences
- Put the most important navigation item first and the most important action last.
- Never bury a critical item mid-list in a long unstructured menu.
- In a set of instructions, restate the most important step at the end.
- In tabbed interfaces, the first tab is the default and the last is the most discoverable of the rest.
- For long lists, add structure: headings reset the positional curve within each group.
In practice
Navigation ordering
Web navigationMost global navigation places the highest-traffic destination first and the conversion action last. Items in the middle consistently underperform in click-through, which is why nav order is worth testing rather than assuming.
Onboarding step summaries
OnboardingEnding a setup flow by restating the single most important next action makes it far more likely to be acted on than mentioning it in step three of five.
Sources
Where a source establishes something narrower than the popular reading of it, the note says so.
The serial position effect of free recall
B. B. Murdock Jr., Journal of Experimental Psychology, 1962
Memory: A Contribution to Experimental Psychology
H. Ebbinghaus, 1885
The earliest systematic observation of position effects in recall.
Continue from here
Each link says what the connection is, so you can tell a principle from an alternative from a thing people mix this up with.
Applies when you are designing
Applied through
Where this shows up as a concrete interface decision.
- TabsComponent
- NavigationPattern
First and last positions in a nav list are recalled better than the middle.
- Information ArchitectureResearch method
- EmphasisUI foundation
- Visual HierarchyUI foundation
Related concept
Connected closely enough to change how you apply this.