Your Modal Is an Interruption. Stop Dressing It Up as UX.

The modal appears. The user doesn't read it. They scan for the most obvious button, click it, and move on. The entire interaction takes five seconds. Whether they clicked "Confirm" or "Cancel" is basically random.
Your team spent a day building that modal.
This isn't a hypothetical. It's the lived experience of every product that ships modals for anything beyond the narrowest set of appropriate use cases. And most products ship them for far more than that.
Why Modals Are Always the First Solution
The modal is the Swiss Army knife of product design. It can hold a form, a confirmation, an error, a welcome message, a feature announcement, a settings panel, a tutorial prompt. It layers on top of existing pages without requiring a new route. It can be built without touching the underlying page's layout. It's relatively quick to implement.
Product teams reach for it because it solves the immediate problem with minimal friction on the building side. Someone needs to confirm a deletion — modal. Someone needs to set a preference — modal. Someone landed on the page and we want to show them something — modal. The question "what's the right UI pattern for this?" often resolves to "modal" before anyone has seriously considered whether the answer should be something else.
This is a design culture problem, not an individual judgment failure. When teams move fast, the path of least resistance shapes the product. And the modal is almost always the path of least resistance.
What a Modal Does to the User
Nielsen Norman Group's research on modal dialogs is direct on what the pattern actually does: it creates an extra task layer. The user was doing something. The modal stops that thing and assigns them a new, unasked-for job: process what's in this overlay, decide what to do about it, and then return to what you were doing.
This is called a meta-goal. The user's original goal was whatever they came to the page to accomplish. The modal introduces a secondary goal — deal with me — that has to be resolved before the primary goal can resume. Even when the modal contains genuinely relevant information, the user's first response is to get rid of it.
The spatial memory cost is real. Modals dim or obscure the underlying page content, which means users lose access to the visual context they were navigating by. If the modal asks them to make a decision that requires referencing information on the page underneath — and many do — they have to hold that information in working memory, which is already under load from the interruption.
Research on interruption costs at the University of California, Irvine found that recovery from an interruption to a primary task takes on average more than 23 minutes for knowledge workers to fully rebuild context. Modals create lower-cost interruptions than a phone call or a meeting, but the underlying mechanism is the same: the mental model gets disrupted, and rebuilding it takes work.
What Conversion Numbers Tell You
The empirical case against overusing modals is clearest in the data on exit-intent overlays — modal-style interruptions triggered when a user moves toward leaving a page. These are among the most aggressively used modal patterns in digital products, and their performance data is public.
Average conversion rates for exit-intent overlays run between 2 and 4 percent. The best implementations hit 10 to 19 percent. The most generous interpretation of those numbers is that somewhere between 81 and 98 percent of users dismiss without engaging.
That's not evidence that modals don't work. It's evidence that most of what gets put in them doesn't deserve the interruption. Users have learned that modal content is usually optional, often promotional, rarely requiring more than a dismiss click. When the signal-to-noise ratio on your modals is that low, users build a reflex to skip.
Every unnecessary modal you ship teaches users that your interruptions don't need to be read. That pattern extends to the modals that do matter.
When a Modal Is Actually the Right Call
The appropriate use cases are narrower than most teams operate in practice.
Nielsen Norman Group identifies three situations where the modal pattern earns its place: critical decisions that prevent irreversible actions (deleting data, submitting something that can't be undone), binary choices that must be resolved before the current flow can continue, and error states that require user action before anything else can proceed.
The common thread is necessity. The modal is justified when the user genuinely cannot continue without addressing what's in it, and when what's in it is consequential enough to warrant stopping everything else. If you can imagine the user choosing to dismiss the modal and continuing without loss of function — the modal probably shouldn't be a modal.
A practical test: if users spend less than six seconds in it, what you put in the modal wasn't important enough to interrupt them for. If they spend more than six seconds, what you put in the modal is too complex to handle in a modal.
What to Use Instead
Most things that ship as modals belong somewhere else.
Preference settings, non-critical configuration options, and secondary information go in side drawers or nonmodal dialogs — patterns that allow users to interact with background content and return to the modal equivalent without a hard stop. The interaction happens without breaking the task context.
Progressive disclosure — showing additional details inline when a user indicates interest, rather than interrupting them to provide information they didn't ask for — handles the "there's more to say about this" case without imposing a new task layer.
Complex multi-step flows, setup wizards, and anything that would require scrolling inside a modal are separate pages. If the content is significant enough to require that much real estate, it's significant enough to get its own URL.
Inline validation and AI-generated error states that surface where the problem occurred, rather than in an overlay that the user has to navigate to and from, resolve most "we need to tell the user something went wrong" cases without a modal.
The Reflex You're Building
The interaction pattern users learn from your product persists. If every modal in your product is a dismiss-without-reading experience, users develop a dismiss-without-reading reflex for all of them — including the ones where the content matters.
The argument for modals isn't that they're bad. It's that they're overused to the point where the pattern itself is degraded. When 97 percent of what you put in modals is ignorable, the 3 percent that isn't gets ignored too.
Design the interruption like you're spending political capital. Because you are. Every unnecessary modal borrows trust against the moments where the interruption was genuinely warranted.
A button that opens a modal is a button with an extra step and a dismiss reflex attached. Make sure the extra step is worth it.
Cover photo by Nothing Ahead via Pexels