memory

Serial Position Effect

People best remember items at the beginning and end of a sequence, and worst remember items in the middle.

Plain English

The Serial Position Effect has two components: the primacy effect (we remember what came first because we had time to process and rehearse it) and the recency effect (we remember what came last because it is still in short-term memory). Everything in the middle suffers. In navigation, the first and last items get the most clicks. In a list of features, the first and last are remembered; the 4th and 5th are not. In a form, the first and last fields are filled most carefully. This is not a preference — it is how human memory works, and designing against it means important things get buried.

Research background

First documented by Hermann Ebbinghaus (1885) and expanded by Murdock (1962) with free-recall experiments. The primacy effect is attributed to long-term memory encoding (items rehearsed more during a slower initial scan). The recency effect is attributed to short-term memory (last items have not yet decayed). The 'asymptote' in the middle is the zone of lowest recall. Applied to UX: (1) Navigation — most important items first and last, never in the middle. (2) Pricing — most popular plan should be first or last, not buried in position 3 of 5. (3) CTAs — place the primary CTA at the end of persuasive copy. (4) Feature lists — lead with the strongest benefit, end with a memorable closer.

UI examples

✓ Applying the principle

A navigation bar with Home at position 1, Sign Up at position 5 (last) — both get the most attention by primacy and recency, while Docs in position 3 gets the least.

✗ Violating it

A pricing page that buries the most popular plan in the 3rd position of 5 plans — the plan with the highest margin and best fit sits in the serial position of minimum recall.

AI Prompt

Paste into Claude, Cursor, Bolt, or v0.

Apply the Serial Position Effect: audit navigation to ensure the most important items are first or last, never middle. In feature lists, lead with the strongest differentiator and end with a call to action. In multi-step flows, put the most memorable moment at the end.