Simplify Your Workflow: Search MiniWebtool.
Add Extension
Home Page > Math > Statistics And Data Analysis > Conversion Rate Calculator

Conversion Rate Calculator

Calculate the conversion rate from visitors to conversions, with Wilson, Wald, and Agresti-Coull confidence intervals, margin of error, sample-adequacy check, and an animated funnel to gauge reliability for A/B testing and funnel analysis.

Conversion Rate Calculator

Quick examplesTap to load a typical funnel scenario, then adjust any field before calculating.

Live preview — add data

Enter visitors and conversions to see the rate update in real time.

Visitors
Converted
Total people who reached the step you are measuring.
Must be at most the number of visitors above.

Embed Conversion Rate Calculator Widget

About Conversion Rate Calculator

The Conversion Rate Calculator turns a count of visitors and conversions into a rate plus a statistically rigorous confidence interval, margin of error, and reliability assessment. Use it for landing pages, sign-up funnels, ad campaigns, lead-magnet pages, checkout flows, and any A/B test where the metric is "did the user complete the action or not?". The tool offers three confidence-interval methods — Wilson score (the recommended default), Wald (the classical normal approximation), and Agresti-Coull (a conservative middle-ground) — and reports the margin of error, the sample-adequacy verdict, an animated funnel visualisation, an industry benchmark band, and the additional traffic you would need to tighten the estimate. Whether you are evaluating a single funnel step or planning the sample size for a future test, the result you get here is more precise than the typical "conversions ÷ visitors" calculator.

How to Use

  1. Enter the total number of visitors — sessions, trials, or impressions that reached the step you are measuring.
  2. Enter the number of conversions — visitors that completed the target action. Conversions cannot exceed visitors.
  3. Pick a confidence level. 95% is the industry standard; use 99% for high-impact decisions and 90% only for early exploration.
  4. Pick a confidence-interval method. Wilson score is recommended for all sample sizes; Wald is the textbook formula; Agresti-Coull is a slightly conservative alternative.
  5. Click Calculate Conversion Rate to see the rate, confidence interval, margin of error, sample-adequacy verdict, funnel visualisation, method comparison, and a step-by-step math breakdown.

Formula Used

Point estimate: p̂ = conversions / visitors

Wilson score interval: CI = (p̂ + z²/(2n) ± z·√[p̂(1−p̂)/n + z²/(4n²)]) / (1 + z²/n)

Wald (normal approximation): CI = p̂ ± z·√[p̂(1−p̂)/n]

Agresti-Coull: ñ = n + z², p̃ = (x + z²/2)/ñ, CI = p̃ ± z·√[p̃(1−p̃)/ñ]

where z is the standard normal quantile for the chosen confidence level — 1.6449 for 90%, 1.9600 for 95%, 2.5758 for 99%.

What Makes This Conversion Rate Calculator Different

  • Wilson score by default — most online calculators only offer Wald, which gives impossible intervals (negative lower bound, upper bound > 100%) for small samples or extreme rates. Wilson is correct everywhere and is what professional statisticians recommend.
  • Live preview before you submit — type any number and the rate, confidence interval, and adequacy badge update in real time, with no full-page reload.
  • Animated funnel visualisation — see the shape of your funnel, not just a single number.
  • Sample-adequacy traffic light — green / amber / red badge based on the n·p̂ ≥ 10 rule of thumb, so you immediately know if the estimate is trustworthy.
  • Side-by-side method comparison — Wilson, Wald, and Agresti-Coull intervals in the same table. The one you selected is highlighted; the others show how the choice would shift the answer.
  • Industry benchmark band — a six-band scale (Very low → Elite) puts your rate in context.
  • Planning helpers — exactly how many more visitors you would need to halve the margin of error or hit ±1.00 / ±0.50 percentage point precision.
  • Step-by-step math — every calculation broken down line by line so you can verify and learn.

Reading the Sample-Adequacy Verdict

  • Green — reliable. Both n·p̂ and n·(1 − p̂) are at least 10. The normal approximation holds and the confidence interval is trustworthy for decision-making.
  • Amber — borderline. One of n·p̂ or n·(1 − p̂) is below 10 but at least 5. Prefer the Wilson or Agresti-Coull interval over Wald, and collect more data before committing to a decision.
  • Red — small sample. Either n·p̂ or n·(1 − p̂) is below 5. Treat the rate as a rough indicator only and collect substantially more data.

Typical Conversion Rate Benchmarks

Channel / stepTypical rangeNotes
E-commerce site-wide2% – 3%Mature stores cluster around 2.5%; mobile is often lower than desktop.
E-commerce add-to-cart → checkout20% – 35%Funnel-step rate, not site-wide.
Landing page (paid traffic)3% – 10%Strong copy and a tight offer lift this above the baseline.
SaaS free-trial signup5% – 12%Lower friction signups land higher; credit-card-required is lower.
SaaS free → paid2% – 5%Trial-to-paid conversion in the bottom half of the funnel.
B2B lead generation form1% – 5%Longer forms drop sharply; gated content lifts the rate.
Display ad click-through0.05% – 1%Highly creative- and placement-dependent.
Search ad click-through2% – 6%Brand searches can exceed 10%.
Email open → click2% – 10%Of opened emails; segmentation lifts the rate.

Why a Confidence Interval Matters

A conversion rate measured on a finite sample of visitors is only an estimate of the true underlying rate. If you flip the same biased coin 100 times you might get 47 heads; flip it again and get 53. The same applies to a funnel — the day-to-day number bounces around the true rate because of pure randomness. The confidence interval tells you the range the true rate plausibly lives in, so you can avoid two classic mistakes: declaring a winner from noise, and concluding "nothing happened" when the test was simply too small to detect the change.

Wilson vs Wald vs Agresti-Coull

The three intervals answer the same question but compute it differently:

  • Wald is the textbook formula p̂ ± z·√[p̂(1−p̂)/n]. Simple, fast, but breaks down for small samples or rates near 0% / 100% — it can produce negative lower bounds or upper bounds above 100%.
  • Wilson is the score interval. It is the inverse of the score test and is the recommended default because it stays inside [0, 100%] at every sample size, has near-nominal coverage for any rate, and matches statistical research best practice.
  • Agresti-Coull adds pseudo-observations (half conversions, half non-conversions) and then applies the Wald formula on the adjusted counts. It is a slightly conservative compromise that is easy to explain.

For practical work, default to Wilson. Use Wald only for very large samples where the rate is far from 0 or 100%. Use Agresti-Coull when you want a slightly wider, more conservative interval that is straightforward to derive.

Sample Size Planning for a Target Margin of Error

If your goal is a confidence interval of ±E percentage points around the conversion rate, the sample size you need is:

n ≈ z² · p̂(1 − p̂) / E²

For E = 0.01 (±1 percentage point) at 95% confidence, this is roughly 3.84 · p̂(1 − p̂) / 0.0001. A 5% rate needs about 1825 visitors; a 1% rate needs about 380. The required-sample-size cards above the step-by-step calculation report the exact numbers for your data.

Common Pitfalls When Measuring Conversion Rates

  • Mixing visitor scopes — measuring sessions for one variant and unique users for the other inflates one rate. Pick one scope and apply it consistently.
  • Bot traffic — uncleaned bot impressions in the visitor count deflate the rate. Filter known crawlers and headless traffic before computing.
  • Stopping early — checking results daily and stopping at the first significant lift inflates false positives. Decide the target sample size in advance.
  • Comparing rates across different time windows — weekend vs weekday, peak-season vs off-season, or pre-launch vs post-launch mix shifts the baseline. Compare like with like.
  • Ignoring segment heterogeneity — a 4% blended rate can hide a 2% mobile rate and an 8% desktop rate. Segment large funnels before drawing conclusions.
  • Counting one user multiple times — if a visitor returns three times before converting, decide whether to count one conversion or three. Inconsistency biases the rate.
  • Tracking gaps — a missing pixel on the success page silently lowers the conversion count and the rate. Validate the funnel end-to-end before trusting the number.

Connecting to A/B Testing

A conversion rate is the building block of any A/B test. To test whether two rates differ significantly you compare their confidence intervals (or, more precisely, run a two-proportion z-test on the underlying counts). The A/B Test Significance Calculator handles that comparison directly. The Confidence Interval for Proportion Calculator focuses purely on the interval itself. Together these three tools cover most funnel-analytics needs.

FAQ

What is a conversion rate?

A conversion rate is the percentage of visitors that complete a specific target action — buying, signing up, clicking through, downloading, or generating a lead. It equals conversions divided by visitors, expressed as a percentage. Anything that can be expressed as "did the user do X or not" is a conversion event.

Why does the conversion rate need a confidence interval?

A conversion rate measured on a finite sample of visitors is only an estimate of the true underlying rate. A confidence interval tells you the plausible range of the true rate given the data, which is essential for A/B testing, funnel analysis, and any decision that hinges on whether one rate is reliably better than another.

Which confidence interval method should I use?

Use the Wilson score interval as the default — it is accurate at any sample size and never produces impossible values below 0% or above 100%. Use Wald only when the sample is large and the rate is far from 0% or 100%. Use Agresti-Coull when you want a slightly conservative, easy-to-explain alternative.

How is the margin of error calculated?

The margin of error is half the width of the confidence interval. For the Wald interval it equals z · √[p̂(1 − p̂) / n], where z is the standard normal quantile for the chosen confidence level (1.96 for 95%). For Wilson and Agresti-Coull the formulas are slightly different but the interpretation is the same: how far the upper and lower bounds sit from the point estimate.

How many visitors do I need for a reliable conversion rate?

As a rule of thumb the sample is reliable when both n · p̂ and n · (1 − p̂) are at least 10. For a 1% conversion rate that means roughly 1000 visitors; for a 5% rate, 200 visitors. The calculator shows the exact sample size you need to reach a target margin of error such as ±1%.

How do I halve the margin of error?

Cutting the margin of error in half requires roughly four times the visitors, because the margin shrinks with the square root of the sample size. The "How Many More Visitors" panel reports the exact number based on your current data.

Is the conversion rate the same as click-through rate?

Mathematically yes — both are "events ÷ opportunities". Click-through rate is the fraction of impressions that produced a click; conversion rate is the fraction of visitors that produced a conversion event. The math and statistical treatment are identical, so this calculator works for both.

What if my conversion rate is exactly 0% or 100%?

The Wald interval collapses to zero width at the boundaries, which is misleading — a single coin flip landing heads does not prove the coin always lands heads. The Wilson interval handles boundaries correctly and gives a non-zero range. Always prefer Wilson at the extremes.

Reference this content, page, or tool as:

"Conversion Rate Calculator" at https://MiniWebtool.com/conversion-rate-calculator/ from MiniWebtool, https://MiniWebtool.com/

by miniwebtool team. Updated: 2026-05-18

You can also try our AI Math Solver GPT to solve your math problems through natural language question and answer.

Related MiniWebtools:

Statistics And Data Analysis:

Top & Updated:

Random PickerRandom Name PickerInstagram User ID LookupLine CounterFPS ConverterRelative Standard Deviation CalculatorSort NumbersBatting Average CalculatorMAC Address GeneratorRemove SpacesERA CalculatorFeet and Inches to Cm ConverterRandom Truth or Dare GeneratorFacebook User ID LookupWord to Phone Number ConverterImage ResizerMAC Address LookupSum CalculatorSun, Moon & Rising Sign Calculator 🌞🌙✨Bitwise CalculatorPercent Off CalculatorSlope and Grade CalculatorNumber of Digits CalculatorSHA256 Hash GeneratorRandom Quote GeneratorRandom Credit Card GeneratorMP3 LooperSquare Root (√) CalculatorMaster Number CalculatorAudio SplitterVertical Jump CalculatorHalfway Date CalculatorLog Base 10 CalculatorOPS Calculator⬛ Aspect Ratio CalculatorRandom IMEI GeneratorRoman Numerals ConverterInvisible Text GeneratorPhone Number ExtractorRandom Superpower GeneratorMerge VideosJob FinderAI Text HumanizerSlugging Percentage CalculatorCm to Feet and Inches ConverterWord Ladder GeneratorRandom Activity Generator📷 OCR / Image to TextRandom Object GeneratorFile Size ConverterSaturn Return CalculatorSalary Conversion CalculatorRandom Loadout GeneratorNumber to Word ConverterOn Base Percentage CalculatorRandom Fake Address GeneratorRandom Poker Hand GeneratorCaffeine Overdose CalculatorRandom Movie PickerText FormatterRandom Meal GeneratorCompound Growth CalculatorOctal CalculatorCompare Two StringsRandom Writing Prompt GeneratorDecimal to BCD ConverterBinary to Gray Code ConverterBCD to Decimal ConverterConnect the Dots GeneratorVideo to Image ExtractorCM to Inches ConverterYouTube Channel StatisticsLove Compatibility Calculator📅 Date CalculatorPercent Growth Rate CalculatorImage SplitterTime Duration CalculatorWAR CalculatorSteel Weight CalculatorProportion CalculatorFirst n Digits of PiWHIP CalculatorGray Code to Binary ConverterAcreage CalculatorQuotient and Remainder CalculatorAstrological Element Balance CalculatorRandom Birthday GeneratorAdd Text to ImageIP Subnet CalculatorBattery Life CalculatorPerfect Number CheckerRatio to Percentage CalculatorLeap Years ListImage CompressorStair CalculatorAdd Prefix and Suffix to TextArc Length CalculatorSocial Media Username CheckerVideo CompressorBingo Card GeneratorWhat is my Lucky Number?Day of the Year Calculator - What Day of the Year Is It Today?Long Division Calculator🖱️ Click CounterRemove AccentNumber ExtractorSmall Text Generator ⁽ᶜᵒᵖʸ ⁿ ᵖᵃˢᵗᵉ⁾Martingale Strategy CalculatorSHA512 Hash GeneratorPER CalculatorURL Extractor🎰 Gacha Pity Calculator🔍 Plagiarism CheckerAI Punctuation AdderRemove Leading Trailing SpacesMercury Retrograde CalendarRandom Time GeneratorGrade CalculatorOutlier CalculatorList of Prime NumbersHow Long Ago CalculatorBroken Link CheckerRandom User-Agent GeneratorRandom Chess Opening GeneratorDay of Year CalendarHypotenuse CalculatorLottery Number GeneratorTrigonometric Equation SolverBoiling Point CalculatorBolt Torque CalculatorAngel Number CalculatorClothing Size ConverterEmail ExtractorRandom Emoji GeneratorIP Address to Hex ConverterMandelbrot Set ExplorerBinary to BCD ConverterHeight Percentile CalculatorRandom Letter GeneratorWeight Loss CalculatorRandom Chord GeneratorTaco Bar CalculatorSquare Numbers ListMAC Address AnalyzerWhat is my Zodiac Sign?Cone Flat Pattern (Template) GeneratorBcrypt Hash Generator / CheckerModulo CalculatorWord Scramble GeneratorRadical SimplifierYouTube Comment PickerRandom Number PickerMultiple Fraction CalculatorName Number Calculator🔊 Tone GeneratorBreak Line by CharactersFlip VideoTDEE CalculatorSum of Positive Integers CalculatorConvolution CalculatorMorse Code GeneratorSort Text By LengthAI Language DetectorRandom Tournament Bracket GeneratorShort Selling Profit CalculatorDMS to Decimal Degrees ConverterList RandomizerRandom Group GeneratorVideo SplitterRoman Numeral Math SolverRemove Audio from VideoBonus CalculatorExponential Decay CalculatorBirth Day of the Week CalculatorRandomize NumbersAdjust Video SpeedFence CalculatorAI ParaphraserMiter Angle CalculatorMolarity CalculatorRock Paper Scissors GeneratorText to Speech ReaderDice Roll Probability CalculatorEstimation CalculatorRandom Playing Card GeneratorYouTube Earnings EstimatorNumber Pattern FinderkPa to psi ConverterAge CalculatorAntilog CalculatorName RandomizerColor InverterYouTube Tag ExtractorBCD to Binary ConverterList CleanerPVIFA CalculatorPercentile CalculatorAmortization CalculatorSort Lines AlphabeticallyHex to BCD ConverterBCD to Hex ConverterMedian CalculatorStandard Error CalculatorAverage CalculatorReverse VideoActual Cash Value CalculatorScientific Notation to Decimal ConverterLog Base 2 CalculatorRoot Mean Square CalculatorSHA3-256 Hash GeneratorAI Sentence ExpanderLbs to Kg ConverterHex to Decimal ConverterRandom String GeneratorMarkup CalculatorPVIF CalculatorDecimal to Hex ConverterInstagram Font GeneratorSocial Media Image Size GuideTikTok Money CalculatorTwitter/X Character CounterTwitter/X Timestamp ConverterYouTube Watch Time CalculatorTwitch Earnings CalculatorYouTube Shorts Monetization CalculatorFacebook Ad Cost CalculatorSocial Media ROI CalculatorSocial Media Post Time OptimizerCTR CalculatorROAS CalculatorInfluencer ROI CalculatorForce CalculatorAcceleration CalculatorVelocity CalculatorMomentum CalculatorProjectile Motion CalculatorKinetic Energy CalculatorPotential Energy CalculatorWork and Power CalculatorDensity CalculatorPressure CalculatorIdeal Gas Law CalculatorFree Fall CalculatorTorque CalculatorHorsepower CalculatorDilution CalculatorChemical Equation BalancerStoichiometry CalculatorPercent Yield CalculatorEmpirical Formula CalculatorTitration CalculatorMole/Gram/Particle ConverterIrregular Polygon Area CalculatorFrustum CalculatorTorus Calculator3D Distance CalculatorGreat Circle Distance CalculatorCircumscribed Circle (Circumcircle) CalculatorInscribed Circle (Incircle) CalculatorAngle Bisector CalculatorTangent Line to Circle CalculatorHeron's Formula CalculatorCoordinate Geometry Distance CalculatorVolume of Revolution CalculatorSurface of Revolution CalculatorParametric Curve GrapherRiemann Sum CalculatorTrapezoidal Rule CalculatorSimpson's Rule CalculatorImproper Integral CalculatorL'Hôpital's Rule CalculatorMaclaurin Series CalculatorPower Series CalculatorSeries Convergence Test CalculatorInfinite Series Sum CalculatorAverage Rate of Change CalculatorInstantaneous Rate of Change CalculatorRelated Rates SolverOptimization Calculator (Calculus)Gradient Calculator (Multivariable)Divergence CalculatorCurl CalculatorLine Integral CalculatorSurface Integral CalculatorJacobian Matrix CalculatorNewton's Method CalculatorRREF Calculator (Row Echelon Form)Matrix Inverse CalculatorMatrix Multiplication CalculatorDot Product CalculatorCross Product CalculatorVector Magnitude CalculatorUnit Vector CalculatorAngle Between Vectors CalculatorNull Space CalculatorColumn Space CalculatorCramer's Rule CalculatorMatrix Diagonalization CalculatorQR Decomposition CalculatorCholesky Decomposition CalculatorMatrix Power CalculatorCharacteristic Polynomial CalculatorBayes' Theorem CalculatorF-Test / F-Distribution CalculatorHypergeometric Distribution CalculatorNegative Binomial Distribution CalculatorGeometric Distribution CalculatorExponential Distribution CalculatorWeibull Distribution CalculatorBeta Distribution CalculatorSpearman Rank Correlation CalculatorFisher's Exact Test CalculatorContingency Table CalculatorOdds Ratio CalculatorTip Splitter (Advanced)Lease vs Buy CalculatorHourly Rate Calculator (Freelancer)Invoice Late Fee CalculatorESPP CalculatorStock Split CalculatorOptions Probability CalculatorDollar to Gold ConverterBeam Load CalculatorPipe Flow CalculatorGravel, Sand & Topsoil CalculatorRandom Sentence GeneratorRandom Paragraph GeneratorRandom Math Problem GeneratorRandom Bible Verse GeneratorRandom Cat/Dog Name GeneratorRandom Debate Topic GeneratorBody Recomposition CalculatorAlcohol Calorie CalculatorMedication Dosage CalculatorPace to Calories CalculatorHydration CalculatorTrain Meeting Problem SolverAge Word Problem SolverMixture Problem SolverWork Rate Problem SolverDistance-Speed-Time Triangle CalculatorCoin Word Problem SolverNumber Bonds GeneratorCarry and Borrow VisualizerTimes Tables QuizMental Math TrainerEgyptian Multiplication CalculatorVedic Math Tricks CalculatorRussian Peasant MultiplicationSoroban Abacus SimulatorAnnuity Payout CalculatorReverse Mortgage CalculatorVariable Annuity CalculatorFixed Indexed Annuity CalculatorBond Convexity CalculatorBond Duration Calculator (Macaulay & Modified)Forward Rate CalculatorMortgage Recast CalculatorTreasury Inflation-Protected Securities (TIPS) CalculatorStock Beta CalculatorTreynor Ratio CalculatorSortino Ratio CalculatorDoppler Effect CalculatorSpring Constant CalculatorPendulum Period CalculatorCentripetal Force CalculatorAngular Velocity CalculatorMoment of Inertia CalculatorSnell's Law CalculatorCoulomb's Law CalculatorElectric Field CalculatorMagnetic Field of Wire CalculatorLens Equation CalculatorA/B Test Significance CalculatorA/B Test Sample Size CalculatorConversion Rate CalculatorCustomer Lifetime Value (CLV) CalculatorCustomer Acquisition Cost (CAC) CalculatorChurn Rate CalculatorRetention Rate Cohort CalculatorNPS (Net Promoter Score) CalculatorPareto Chart GeneratorSix Sigma Process Capability CalculatorTessellation GeneratorSpirograph GeneratorVoronoi Diagram GeneratorDelaunay Triangulation GeneratorL-System Fractal GeneratorJulia Set GeneratorPolar Equation Plotter3D Surface PlotterSierpinski Triangle GeneratorcURL Command BuilderHTTP Status Code ReferenceUUID Validator/DecoderURL ParserQuery String BuilderSVG to React/JSX ConverterSCSS to CSS CompilerLess to CSS CompilerTypeScript PlaygroundJSON Schema GeneratorImage to ASCII Art ConverterImage to SVG TracerLipogram CheckerPangram CheckerAcronym GeneratorBackronym GeneratorPig Latin TranslatorEXIF Data Viewer/RemoverROT13 Encoder/DecoderAtbash Cipher ToolVigenère Cipher ToolPronunciation IPA ConverterHemingway-Style Readability EditorSentence Length Variance AnalyzerWord Frequency AnalyzerBusiness Days CalculatorAdd Business Days to DateDate Pattern GeneratorHow Long Until CalculatorBirthday Across Cultures CalculatorLunar Calendar ConverterHijri Calendar ConverterHebrew Calendar ConverterInsulin Sensitivity Factor CalculatorCarb-to-Insulin Ratio CalculatorLean Body Mass to Strength CalculatorOne-Mile Walk Test (Rockport) CalculatorCooper 12-Minute Run CalculatorFFMI CalculatorAPGAR Score CalculatorGlasgow Coma Scale CalculatorWells Score Calculator (DVT/PE)Tennis Score TrackerSoccer xG (Expected Goals) CalculatorCricket Run Rate CalculatorRugby Points CalculatorBoxing Punch Power CalculatorRace Time PredictorSwimming SWOLF CalculatorYoga Pose Hold TimerFishing Knot Strength CalculatorBike Gear Ratio CalculatorClimbing Grade ConverterWine Pairing SuggesterStandard Drink CalculatorCaffeine Half-Life TrackerSpice Substitution FinderDietary Restriction Recipe FilterMarinade Time CalculatorFermentation Time CalculatorSmoking Wood Pairing GuideFreelance Project Pricing CalculatorSaaS Pricing CalculatorSubscription Cost TrackerSide Hustle ROI CalculatorRemote Work Savings CalculatorCoffee Habit Cost CalculatorGym vs Home Workout Cost CalculatorLunch Cost CalculatorWealth Growth Visualizer1031 Exchange CalculatorRental Yield CalculatorCash-on-Cash Return CalculatorBRRRR Method CalculatorSection 8 Rent CalculatorRoommate Rent SplitterAirbnb Pricing OptimizerStatute of Limitations CalculatorSentence Reduction CalculatorSales Tax Nexus Checker