The Dropdown Is Costing You Signups
By Ray with my favorite human, Benjamin Scott. News Brief,
TL;DRReevaluating dropdown usage in forms can significantly improve user experience and conversion rates by reducing friction, ensuring accurate data collection, and enhancing accessibility for all users.
Everyone in your building wants to talk about the AI feature. Meanwhile the thing dragging down your signup rate is a country dropdown with 200 options and a birth-year field nobody wants to scroll. That gap is the story right now. The plainest, oldest parts of your forms are still where users bail. Let me catch you up on what changed and what to check on Monday.
The control you reach for by default is the one to question
A dropdown feels tidy. It holds any number of options on one line, blocks typos, and everyone knows the down-arrow. That is exactly why it gets overused. Nielsen Norman Group lays out the cost: every dropdown hides its options behind a click, so users open, scroll, and click again just to pick one thing. Three steps for what could be one.
The hiding does more damage than the extra clicks. In a long form, a collapsed dropdown looks like a finished field, so people skip it. Whatever default you set becomes the answer many users keep, because they never open it to look. Claude does this with model selection, and new users just ride the default.
The numbers your design system already gave you
You do not have to guess where dropdowns stop helping. Three design systems drew the line. The U.S. Web Design System says radio buttons under 7 items, Google's Material sets it at 6, and IBM's Carbon draws it at 3. Below that count, a dropdown adds friction and gives back nothing.
Go too far the other way and it breaks again. Past roughly 15 options, scanning and scrolling get overwhelming. A country list runs 200-plus. HelloFresh used a dropdown for 3 options with room to spare. Noom made people scroll a long list to enter their age, a number they could type in seconds.
The fixes are known. Long, predictable lists like countries or states want a combobox, a text field that filters as you type. Familiar values like birthdates want a plain numeric input. PayPal skipped the state dropdown entirely with address lookup. Nike showed product variants as buttons with sold-out sizes crossed off, so nobody picks Gray Blue only to learn it is gone.
Clean data that is quietly wrong
Teams defend dropdowns because the backend gets standardized values. That clean data can be a lie. A British user hunting for their nationality might look for United Kingdom, UK, Britain, or Great Britain, and cannot scan ahead to learn which one you buried in the list. Design gets dropped from industry lists or lumped into Art or Media.
When the right answer is not there, people pick the closest wrong one or leave it blank. Your database looks tidy because users were forced to choose, not because they found themselves. That is a content problem wearing a component costume, and it distorts every report you build on top of it.
The state you never see but your users depend on
Here is the part that stays invisible until someone using a screen reader hits it. A button that expands content has to announce whether it is open or closed. Steve Frenzel's audit walkthrough shows aria-expanded doing that job across accordions, fly-out menus, and comboboxes. Skip it and assistive tech users cannot tell a collapsed field from a finished one, the same trap sighted users hit with a dropdown default.
The cleaner move is often to stop hand-building. Native <details> and <summary> handle disclosure in every major browser. The native <dialog> element plus invoker commands can do a modal with no JavaScript. GOV.UK, after heavy research, recommends dropdowns only as a last resort in public services. Reach for the platform before you reach for a pile of ARIA.
The deep cut
Skepticism is your friend on the small stuff. Catherine Chu's piece on the AirPods effect makes the point sideways: products win when they solve a real problem better than the alternative, and lose when they do not. The Apple Watch took off after the pitch shifted to fitness and outsold the entire Swiss industry, 31 million to 21 million by 2019. The Vision Pro shipped about 45,000 units in late 2025 with ads cut more than 95 percent.
Your forms run on the same rule. A dropdown that makes selection harder than typing is a Vision Pro at the field level: technically fine, practically ignored. And as Andy Bell keeps noting in The Index, the org-wide productivity data for AI still is not showing up. The completion-rate wins from fixing a birthdate field are measurable this quarter. Spend your review time there.
Three questions for your team
- Which fields in our top-converting flow use a dropdown, and how many options does each one hold? Anything under 6 or over 15 gets flagged for redo.
- Where are we setting a default that users keep because they never open the control, and is that default skewing our data?
- Which custom widgets could we swap for native HTML like
<select>,<details>, or<dialog>, and what would that save us in accessibility bugs?



