← All terms

Wizard Design Pattern

Also known as: Wizard Interface, Step-by-step Interface, Guided Task Flow

An interface design pattern that breaks complex tasks into a series of simple, sequential questions or steps. Rather than presenting all options simultaneously, a wizard guides users through one decision at a time, reducing cognitive load and the need for prior system knowledge. Research shows wizard interfaces can eliminate age-related effectiveness differences in public access systems by requiring less computer literacy and interaction knowledge. The pattern trades efficiency (more total steps) for reliability (higher task completion rates).

Category: Design Patterns · User Interface Design · Cognitive Accessibility

Related: Walk-up-and-use System · Universal Usability · Cognitive Load

Sources