Progress indicators on a multi step process reduce abandonment
- 6 days ago
- 3 min read
Updated: 3 days ago
Introduction
People abandon multi-step processes partly because of the effort involved and partly because they do not know how much effort remains. The second is cheaper to fix than the first. Somebody who knows they are on step two of three will finish; somebody on an unbounded sequence of pages is deciding at each one whether to continue.
This is a small piece of interface with a disproportionate effect, and it is frequently missing from exactly the processes that need it most: checkouts, booking flows, application forms and anything where information is gathered across several pages.
1. Progress indicators on a multi step process remove uncertainty about the end
The mechanism.
The commitment somebody made was to complete a task of unknown length. Showing the length converts an open-ended decision into a bounded one, which people complete far more readily. It is among the cheapest interface changes available and among the most reliable.
2. Show the total, not just the current position
The essential element.
"Step two" tells somebody where they are. "Step two of three" tells them what they are committing to, and only the second does the work. A bare position with no total is close to useless.
3. Keep the number honest
The credibility requirement.
A three-step process that turns out to have five destroys the benefit and the trust. If the number varies, show the maximum rather than the optimistic case. Being told there are fewer steps than there are is worse than not being told at all.
4. Name the steps
The additional reassurance.
Details, delivery, payment. Naming them lets somebody see that nothing unexpected is coming, which is a different reassurance from knowing how many there are. It also prevents the assumption that a surprise step is waiting at the end.
5. Make it visible on a small screen
The practical constraint.
An indicator that scrolls off the top of a phone is doing nothing. A compact version that stays visible is worth more than an elaborate one that does not. Check it on an actual handset rather than a narrow browser window.
6. Consider fewer steps instead
The alternative worth checking first.
An indicator makes a long process tolerable. Combining or removing steps makes it shorter, which is better. Use the indicator for the steps that genuinely need to be separate. Start with the audit and add the indicator afterwards.
7. Preserve entered data between steps
The requirement that makes progress real.
Somebody who goes back and loses what they entered will not continue. Movement in both directions should be free, and this is where multi-step processes most often fail. Test it deliberately, because it rarely survives a redesign.
8. Do not show progress on a single-step form
The overuse to avoid.
An indicator on a three-field form is decoration and slightly patronising. This is a device for genuinely multi-page processes.
9. Measure abandonment per step
The diagnostic that follows.
Once the steps are explicit, the drop between each pair is measurable. That tells you which step to fix, which is more actionable than an overall completion rate.
Be careful about compressing steps to a point where each page is overwhelming. Three long pages can be worse than five short ones, and the objective is a bounded, comprehensible process rather than the smallest possible number of screens.
Conclusion
Show how much is left, because uncertainty about the end is what makes people stop.
Display the total number of steps rather than only the current one, keep the number honest and show the maximum where it varies, name each step so nothing feels unexpected, make the indicator visible on a phone, reduce the number of steps before adding an indicator to a long process, preserve entered data when people move backwards, skip it entirely on short forms, and measure the drop between each pair of steps.
.png)



Comments