Teardown·8 min read

Your signup is a bouncer, and the line outside is leaving

Every signup post recycles the same abandonment stats, and half are stale. We walk the five-step signup gauntlet with primary-source receipts, correct the famous 26% myth to Baymard's current 19%, and ship each fix as a ticket.

Users abandon signup when the form demands more than your product has yet earned: too many fields, opaque password rules, verification walls before value. Most of the hard evidence below comes from checkout research, chiefly Baymard Institute’s, because nobody has studied SaaS signup friction with the same rigor. Checkout is the closest measured proxy, and we’ll say so each time instead of passing its numbers off as signup benchmarks.

For the scale of the problem: Baymard’s running average across 50 abandonment studies is 70.22%. Seven in ten people who started, gone. Your signup faces the same physics: low commitment, a tab bar full of alternatives, and every extra question a fresh exit. This teardown walks the 5 steps of the standard SaaS signup gauntlet: at each one, what products get wrong, the receipt, and the ticket-shaped fix.

The abandonment number everyone gets wrong

The most repeated stat about forced account creation, that 24 to 26% of users abandon because of it, comes from Baymard’s older survey rounds and is no longer the published figure. Baymard’s cart abandonment page, updated September 22, 2025, now reports that 19% of US shoppers who abandoned a checkout cite “the site wanted me to create an account” as a reason. Self-reported, multi-select, and the base excludes people who were just browsing.

The roast

Every post that quotes 26% copied a blog that copied a blog. Nobody clicked through to the source, which updated years ago.

The receipt

The 24% figure is from Baymard’s 2021 to 2022 survey wave, and a later round said 26%. The current figure on Baymard’s own page is 19%. Still roughly 1 in 5 abandoners naming your account wall as a reason they walked, so the correction weakens nothing. It just makes you the only person in the meeting citing a live number.

Baymard · checkout survey, updated Sept 2025

That habit of tracing numbers back to primary sources is a whole discipline. We did it for the other famous UX stats in where the famous UX numbers actually come from. Now, the gauntlet itself.

Step 1: the form asks for more than it needs

The first screen of a typical B2B signup wants first name, last name, work email, phone, company, company size, and a password. Baymard’s 2024 field benchmark found the average checkout contains 11.3 form fields across 5.1 steps, while most sites need only about 8. Their sharper finding: field count hurts usability far more than step count does.

The micro-failures are measured too: when name is split into 2 fields, 42% of users type their full name into the first one. One honest caveat: the field-count relationship is not linear, and CXL’s review of A/B data shows motivated users tolerate long forms. So the rule is not “fewer at any cost.” It is: nothing the first session doesn’t need.

And whatever fields survive should validate inline. Luke Wroblewski’s 2009 study with Etre measured inline validation against after-submit validation: +22% success, 22% fewer errors, +31% satisfaction, 42% faster completion. Small eye-tracking sample, not an academic trial, but nobody has published better since. One nuance from the same study: validate when the user leaves the field, not per keystroke, because mid-word red text reads as being yelled at.

SIGNUP-1Major
Signup asks 7 questions before showing the product
EvidenceSplit name fields (42% of users type their full name into the first one, per Baymard), plus phone, company, and company size, all before first value. Errors appear only on submit.
RuleBaymard 2024 benchmark · 11.3 fields where ~8 do the job
FixEmail, password, one button. Infer company from the email domain, ask the rest after first value, and validate inline on blur.
Effort⚡ Quick win · ~1 hr

Step 2: password rules revealed one failure at a time

The user types a password, submits, and only then learns about the uppercase rule. Submits again, meets the symbol rule. This is the step where products convert a committed user into a former one, and it is one of the best-measured frictions in the pack.

18.75%
of users in Baymard’s checkout testing abandoned their purchase entirely after a forgotten password forced them into a password-reset flow. Reset emails arrived late, landed in spam, or never came. Observed even at Amazon and ASOS.

The same Baymard research puts abandonment from complex password-creation rules at up to roughly 19% of returning users, and their guidance is blunt: any requirement beyond a 6 to 8 character minimum will cost you completions. Every symbol rule you add today is a reset flow you force next month.

The roast

Your password policy is not securing accounts. It is training users to pick Password1! and to remember you as the product that made them feel stupid.

The receipt

WCAG 2.2 made this a compliance line, not a taste question: no recall-and-transcribe hurdles, and paste must work. NN/g adds the disclosure rule (show constraints before the first attempt, not as error messages) and has argued since 2009 that masking with no reveal option hurts usability: “the only feedback they get is a row of bullets.” Mask by default, add a show-password toggle. ⚡ Quick win · ~1 hr.

WCAG 3.3.8 · Accessible authentication (AA)

Step 3: the email verification wall

The user gave you an email and a password, and instead of the product they get “check your inbox.” Here is the honest version of this section: no rigorous public study quantifies how many users die at this wall. The 10 to 40% figures floating around come from email-verification vendors, who are selling the fix.

What is measured is the failure mode. The reset-email number above is Baymard documenting what happens when a flow stalls until an email arrives: delays, spam folders, the wrong inbox, a typo nobody caught (which is why Baymard suggests confirming the email, not the password). A verification wall inherits every one of those risks, at the exact moment NN/g’s login-wall research says users are most defensive: before you have shown them anything.

SIGNUP-3Blocker
Email verification blocks first value
EvidenceNew users hit a dead-end screen until an email arrives. Baymard measured nearly 1 in 5 users abandoning flows stalled by a reset email; a verification wall shares the same failure modes.
RuleNN/g · Login walls stop users in their tracks
FixLet users straight into the product. Verify in the background with a dismissible banner, and gate only the actions that genuinely need a proven address (invites, billing, export).
Effort⚒ Deep fix · ~2 days

Step 4: the qualification quiz

The survivors now meet the survey: role, team size, use case, how did you hear about us, and a phone field for the sales team. Old but still directionally useful data from HubSpot’s analysis of 40,000+ landing pages (Dan Zarrella, circa 2010) found that which fields you ask matters more than how many: age, phone, and location questions measurably lowered conversion, with phone among the worst.

The roast

You met this user 40 seconds ago and you are already asking for their phone number. In any other context that gets you escorted out.

The receipt

The quiz usually re-asks what the form already knows: company name when you have the work email domain, name fields collected twice. Since October 2023, WCAG 2.2 makes asking for the same information twice in a session a Level A failure. Auto-populate it or make it selectable. Every quiz question should either change the user’s first screen or be deleted. ⚡ Quick win · ~1 hr.

WCAG 3.3.7 · Redundant entry (A)

Step 5: the empty first screen

The user survives all 4 steps and lands on a blank dashboard with a mute “Create your first project” button. This is where the win evaporates. In Lenny Rachitsky and Yuriy Timen’s 2022 survey of 500+ products, average activation was 34% and the median 25%. Self-reported, and every company defines activation its own way, but the shape is damning: most people who finish signup never reach value.

The empty state deserves its own audit (our fictional Driftly opens with “instantiate a workstream artifact,” dissected in the full heuristic evaluation walkthrough). The short rule: the first screen should already contain something, a template, sample data, one obvious action. A gauntlet that ends in an empty room retroactively makes every question you asked feel like a scam.

SIGNUP-5Major
First screen after signup is empty
EvidenceNew users land on a blank dashboard. Benchmark context: 34% average / 25% median activation across a 500+ product survey (Lenny's Newsletter, 2022).
RuleNielsen #6 · Recognition rather than recall
FixLand users inside a pre-built template or sample data with one highlighted next action. Use the qualification answers from step 4 to pick the template, or stop asking.
Effort⚒ Deep fix · ~2 days

Score your own gauntlet

The usual interactive widget here would multiply survey percentages from unrelated studies and hand you a fake “you are losing 43% of signups” number. We are not doing that, because stacking a 2025 checkout survey on a 2009 eye-tracking study is astrology with extra decimals. Instead: toggle the frictions your signup actually has, and each one shows its real evidence, including the honest tag “magnitude unmeasured” where that is the truth.

The signup friction ledger0 / 7 frictions
Verdict
Clean gauntlet
Either your signup is genuinely lean, or you graded it from memory. Have someone who has never seen it run it while you watch.
No invented math: each line shows its actual evidence, or admits the magnitude is unmeasured. Nothing is saved or sent anywhere.

Whatever you toggled, the output you want is not a score, it is tickets: severity, evidence, fix, effort, like the 3 above. The format is in how to turn UX findings into tickets devs actually fix, and the wider sweep beyond signup is the founder’s UX audit checklist.

One more honest note: you cannot grade your own gauntlet from memory, because you have not experienced it since you built it. An agent that actually attempts your signup catches these because it hits them: the wall, the reset email, the empty room. That is what ClapBack does with nothing but your URL.

Receipts for this article
Baymard Institute · Cart abandonment rate statistics (updated Sept 2025) · Baymard Institute · Checkout flow average form fields (2024) · Baymard Institute · Password requirements and password reset · Baymard Institute · Confirm email, not password · A List Apart · Inline Validation in Web Forms (Wroblewski, 2009) · NN/g · Stop Password Masking (Nielsen, 2009) · NN/g · Login Walls Stop Users in Their Tracks · W3C WAI · What's New in WCAG 2.2 · CXL · Should You Really Reduce Form Fields? · HubSpot · Which Form Fields Lower Landing Page Conversions (Zarrella) · Lenny's Newsletter · What is a good activation rate? (2022)

Questions people actually ask

How many form fields should a signup have?
As few as the first session genuinely needs, often just email and password. For scale: Baymard's 2024 checkout benchmark found an average of 11.3 fields where about 8 are needed. The relationship is not linear (motivated users tolerate long forms, per CXL's review of A/B data), so cut what you don't need rather than chasing a magic number.
Does forced account creation hurt conversion?
Yes. In Baymard's current survey of US online shoppers (page updated September 2025), 19% cited 'the site wanted me to create an account' as a reason they abandoned a checkout. The 24% figure many blogs still quote is from Baymard's 2021 to 2022 survey wave; a later round said 26%.
Should I require email verification before login?
Avoid it before first value where you can. No rigorous public study quantifies verification drop-off, but the failure mode is measured: Baymard observed 18.75% abandonment when a flow stalled waiting for a password-reset email. Verify in the background and gate only the actions that need a proven address.
What is the best signup flow for SaaS?
Show value before demanding an account, ask only what the first session needs, disclose password rules up front with a show-password toggle, validate inline on blur, defer email verification, and land new users on a first screen with one obvious action instead of an empty dashboard.
What is a good activation rate after signup?
In a 2022 survey of 500+ products by Lenny Rachitsky and Yuriy Timen, average activation was 34% and the median 25% (SaaS: 36% average, 30% median). Definitions are self-reported and vary by company, so treat these as orientation, not targets.

Reading about UX debt is the slow way.

Paste your URL and an AI agent will use your product like a real user, find what breaks, and hand you the tickets. From $49, no install, no retainer.

Get my free roast →
Your site or a competitor’s. We won’t tell.
Keep reading
Do it yourself
The founder's UX audit checklist: 24 checks, 3 flows, one afternoon
Teardown
A complete heuristic evaluation, run on the worst app we could imagine
Receipts
We traced 17 famous UX statistics to their sources. Five have none.