Skip to content
Allin

What Is a Conversion Rate? Conversions Divided by Visitors Times 100, With Benchmarks

Published 3/19/2026 · 4 min read · Developer tools

Daniel Okonkwo

Daniel OkonkwoFront-end developer and tech writer at Allin

Web performance · File formats

Checked against 2 sources

View profile
In short

A conversion rate is the percentage of visitors who complete a goal, such as buying, signing up, or downloading. You calculate it by dividing the number of conversions by the number of visitors and multiplying by 100. If 40 out of 2,000 visitors buy, the conversion rate is 40 divided by 2,000 times 100, which is 2 percent. Typical e-commerce rates sit around 2 to 3 percent, but the meaningful number is always relative to your own history and traffic quality, not a universal benchmark.

A conversion rate is the share of visitors who take a desired action. Here is the simple formula, typical benchmarks, and how to read the number without fooling yourself.

The formula, step by step

The definition is a fraction: conversions over visitors, turned into a percentage by multiplying by 100. The subtlety lies in defining both terms consistently. A conversion is whatever single action you decided counts, a purchase, a sign-up, a form submission, and a visitor is a unique session or person over the same window. Mixing a per-session conversion count with a per-person visitor count produces a meaningless ratio.

Work through a concrete case. A landing page drew 5,000 unique visitors last month and produced 150 newsletter sign-ups. The rate is 150 divided by 5,000, which is 0.03, times 100, giving 3 percent. Flip the question and the same formula sizes your traffic goal: to reach 300 sign-ups at that 3 percent rate you would need 10,000 visitors, since 300 divided by 0.03 equals 10,000.

What counts as a good rate

Benchmarks vary widely by industry and intent. Broad e-commerce storefronts often convert visitors to buyers at 2 to 3 percent, while high-intent searches or returning customers can run far higher. Lead-generation forms and free sign-ups usually convert better than paid purchases because the visitor gives up less. A software free-trial page might see 5 to 15 percent, since clicking start costs nothing.

Treat any published benchmark as a loose reference, not a target. Two sites in the same industry can differ tenfold because of traffic source, price point, and audience. Cheap broad advertising brings many uninterested visitors and dilutes the rate, while a narrow high-intent channel concentrates it. The only comparison that reliably means something is your page against its own past under the same conditions.

Reading the number without fooling yourself

Small samples lie. A page with 50 visitors and 2 conversions shows 4 percent, but a single extra sale swings it to 6 percent, so the figure is noise until the count grows. Before you celebrate or panic over a change, check that the visitor count is large enough that one or two events cannot move the rate by a full point.

Segment before you conclude. A flat overall rate can hide a soaring mobile rate and a collapsing desktop one, or a great rate from email traffic masking a terrible one from ads. Break the number down by device, source, and landing page, and you often find that the aggregate rate was an average of very different stories, each pointing to a different fix.

Worked with our own calculator

Conversion rate calculator

Given

Visitors
10,000
Conversions
300
Conversions wanted
600
Value per conversion
$80.00

Result

Conversion rate
3%
Visitors per conversion
33.3
Visitors for the target
20,000
Value generated
$24,000.00
Value per visitor
$2.40
What +1 point is worth
$8,000.00

These figures are produced by the calculator below, not typed in by hand — they are recomputed whenever the tool changes.

Run it on your own figures

Frequently asked questions

Should I count visitors or sessions?
Pick one and stay consistent. Unique visitors answer how many people converted, while sessions answer how many visits converted. Just make sure the numerator and denominator use the same unit over the same time window.
Is a higher conversion rate always better?
Not on its own. A tiny, hyper-targeted audience can post a high rate while producing few total conversions. What matters is the total outcome, so weigh the rate against traffic volume and the value of each conversion.
How much traffic do I need before the rate is reliable?
As a rough guide, wait for at least a few hundred conversions, not just visitors, before trusting a rate or comparing two versions. Fewer than that and normal random variation can masquerade as a real difference.
What is the fastest way to improve a conversion rate?
Often it is improving traffic quality, not the page. Sending more relevant, high-intent visitors lifts the rate immediately, while page tweaks like clearer calls to action and faster load times compound over time.

Articles you may find interesting

All guides
How-toHow Long Does It Take to Upload a File? The Size Times 8 Divided by Speed FormulaEstimate upload time with one formula: file size in bits divided by your upload speed. Learn why upload is usually slower than download and how overhead affects the result.GuideHow Many Visitors Does an A/B Test Need?Sample size is set by your baseline conversion rate and the relative lift you want to detect — and it explodes as that lift shrinks. Here is the formula, a full table at a 3% baseline, and why stopping early breaks the test.ExplainerBounce Rate Is Not What Most People Think It IsA bounce was never a measure of dissatisfaction — it was a session that sent one hit. Google Analytics 4 replaced the definition entirely, and the new one is a configurable timer. Here is the same thousand sessions read five ways.ExplainerOpen Rate Is a Measurement of Your Audience's Mail ClientThe denominator should be delivered, not sent — which means defining hard and soft bounces properly. Unique and total opens are different numbers. And a reported open rate has a computable null point: past a certain share of prefetching clients it carries no information about humans at all. The instrumentation that replaces it.ExplainerThe Lead-to-Customer Rate, and Why It Is Not One NumberThe overall rate is the product of the stage rates, which makes a percentage gain anywhere worth the same percentage overall — and a ten-point gain worth wildly different amounts depending on where you put it. Plus the lag that makes a growing business look worse than it is.ExplainerReturn Rate: The Number That Decides Whether Your Ecommerce WorksA returned order is not a cancelled sale, it is a sale that cost you money. Here is the return rate at which returns eat the entire contribution of the orders that stayed sold, for three product profiles and five margin levels — plus what bracketing does to your order count.

Related tools

Sources

Spotted a mistake in this article?