UX Glossary Visual Design

Adaptive Design

Visual Design

An approach to interface design that creates distinct fixed layouts optimized for a defined set of breakpoints or device types, rather than one continuously fluid layout. Unlike responsive design, adaptive designs detect the user's context and serve a specific pre-built version — useful when experiences need to be fundamentally different across platforms, not just reflowed.

Adaptive Design illustration
Source: upload.wikimedia.org

Common contexts

Use when

Choose adaptive design when the tasks users complete on mobile are genuinely different from desktop — not just the same content in a smaller frame. If the interaction model, input methods, or information density need to change fundamentally, a pre-built adaptive layout will always outperform a fluid responsive one.

Avoid when

Adaptive design creates a maintenance burden that compounds over time — every new feature must be designed, built, and tested twice. Avoid it when the only real difference between contexts is screen size, or when the team doesn't have the resources to maintain divergent codebases without one falling behind.

The question isn't 'can we reflow this for mobile?' — it's 'would a mobile user even want to do this task on their phone?' If the answer is no, you may need an adaptive experience, not a responsive one.

Real-world examples

Related terms

Responsive Design Mobile-First Design Grid System Thumb Reachability
← Browse all UX Glossary terms