Simplify Your Workflow: Search MiniWebtool.
Add Extension
Home Page > Math > Statistics And Data Analysis > A/B Test Sample Size Calculator

A/B Test Sample Size Calculator

Plan an A/B test before you launch. Enter your baseline conversion rate, the minimum detectable effect (MDE), significance level (alpha) and power (1 minus beta) to get the required sample size per variant, total sample size, and how long the test will take given your daily traffic.

A/B Test Sample Size Calculator

Quick scenariosTap to load a typical industry baseline + MDE, then adjust any field before calculating.

Live preview — add data
Per arm
Total visitors
Test duration

target rate — · configure baseline + MDE

Baseline (Control A)

Today
%
The current conversion rate of variant A — measured recently.

Minimum Detectable Effect

Relative
% rel
Smaller MDE → much larger sample (n scales with 1/MDE²).
/day
Total daily traffic on the page being tested.
%
% of daily traffic routed to the experiment.

Embed A/B Test Sample Size Calculator Widget

About A/B Test Sample Size Calculator

The A/B Test Sample Size Calculator plans an A/B test before you launch it. Enter the baseline conversion rate, the minimum detectable effect (MDE) you care about, the significance level (alpha) and the statistical power you want, and the calculator returns the required per-arm and total sample size — plus an automatic test-duration estimate from your daily traffic and traffic share, a power curve showing how power grows with sample size, a sensitivity table that compares the cost of different MDE choices, a traffic-allocation visualization, and a plain-language feasibility verdict. Built specifically for conversion-rate A/B tests (two-proportion z-test, Cohen formulation), with optional Bonferroni correction for multivariate tests.

How to Use

  1. Enter the baseline conversion rate of the current variant (A), measured over a recent representative window.
  2. Set the minimum detectable effect (MDE) — the smallest lift that would actually change your decision. Toggle between relative percent and absolute percentage points.
  3. Pick a significance level (alpha) — 5% (95% confidence) is the industry default.
  4. Pick a statistical power — 80% is the industry default; raise to 90% for high-impact roll-outs.
  5. Choose two-tailed (B different from A in either direction, default) or one-tailed (only credit B beating A).
  6. If you are running a multivariate test, set the number of variants — the calculator applies a Bonferroni correction automatically.
  7. Enter daily visitors to the page and the traffic share routed into the experiment.
  8. Click Calculate Sample Size to read the per-arm and total sample size, expected test duration, power curve, sensitivity table, and step-by-step math.

Formula Used (Two-Proportion Power Formula)

p₂ = p₁ × (1 + MDE_relative)   or   p₂ = p₁ + MDE_absolute

p̄ = (p₁ + p₂) / 2 (pooled rate under H₀)

SD₀ = √[ 2 × p̄ × (1 − p̄) ] (standard deviation under the null)

SD₁ = √[ p₁(1 − p₁) + p₂(1 − p₂) ] (standard deviation under the alternative)

n / arm = (zα/2 × SD₀ + zβ × SD₁)² / (p₂ − p₁)²

For one-tailed tests, replace zα/2 with zα. For K variants vs one control, replace α with α / (K − 1) (Bonferroni correction).

What Makes This Sample-Size Calculator Different

  • Live preview before you submit — every keystroke updates the per-arm sample size, total visitors, target conversion rate, and duration estimate.
  • Test duration in real time — turns the abstract "you need 31,000 visitors" into the concrete "your test will run for 8 days at 4,000 visitors/day in the test."
  • Animated power curve — see exactly where your target sample size lands on the power curve and how much more power an extra week of traffic would buy.
  • MDE sensitivity table — compare the sample-size cost of detecting 2%, 5%, 10%, 15%, 20%, and 25% lifts side-by-side, so you can pick the smallest lift that is still feasible.
  • Relative or absolute MDE — one-click toggle between the two most common ways product teams specify lift targets.
  • Multivariate support with Bonferroni — handles A/B/C and A/B/C/D tests with automatic correction; many calculators silently use simple A/B math for multivariate inputs.
  • Traffic-allocation visualization — a stacked bar showing exactly how the test traffic divides between control and each variant.
  • Plain-language feasibility verdict — green/amber/red banner that flags slow tests before you launch.
  • Quick scenarios — one-click presets for typical e-commerce, SaaS, email, and mobile-install baselines.

Reading the Feasibility Verdict

  • Green — Feasible. Test completes within two weeks. You have ample traffic to detect the chosen lift at the chosen confidence.
  • Amber — Doable. Test takes two to six weeks. Plan around at least one full business cycle and resist the urge to peek.
  • Red — Slow. Test takes longer than six weeks (or cannot complete). Long tests are exposed to seasonality and shifting user behavior — either raise the MDE you care about or increase the traffic share routed into the experiment.

Why Sample Size Scales So Quickly

Two relationships matter most. First, required sample size scales with one over the square of the MDE — halving the lift you want to detect quadruples the required sample. Second, low-baseline tests cost more — at a 1% baseline you need roughly 25 times more visitors than at a 5% baseline to detect the same relative lift. Together these two effects explain why even high-traffic sites struggle to detect small lifts on low-rate flows.

Common Pitfalls in A/B Test Planning

  • Setting MDE too small. Inflates the sample size to numbers you cannot collect in a reasonable time. Pick the smallest lift that would actually change your roll-out decision — not a hopeful guess.
  • Power below 80%. A test with 60% power has a 40% chance of missing a real effect. The standard for product decisions is 80%; do not lower it just to make the test "fit."
  • Stopping early on a low p-value. Peeking at interim results and stopping the moment p < 0.05 inflates the false-positive rate dramatically. Commit to the planned sample size before launch.
  • Ignoring the multivariate cost. An A/B/C/D test with four variants needs the Bonferroni-corrected alpha — usually 2-3× the per-arm sample of a simple A/B test.
  • Forgetting weekend effects. A test of 7 days minimum lets you average out day-of-week traffic mix; very short tests can be skewed by weekday/weekend differences.
  • Underestimating allocation overhead. If you only route 50% of traffic into the test, the per-arm rate halves — double the calendar duration.

Choosing Alpha and Power

Alpha is the false-positive rate — the probability of declaring B a winner when it truly is not. Power is one minus the false-negative rate — the probability of detecting a real winner of the MDE size. Industry defaults are alpha = 0.05 and power = 0.80. Use alpha = 0.01 and power = 0.90 for high-stakes roll-outs where a wrong call is expensive. Both choices tighten the test and inflate the required sample size: lowering alpha from 0.05 to 0.01 roughly doubles the sample; raising power from 0.80 to 0.90 increases it by another 30%.

Relative vs Absolute MDE

Relative MDE (% of baseline) is the most common framing: "I want to detect a 10% lift on my current 5% conversion rate," meaning p₂ = 5.5%. Absolute MDE (percentage points) is the right framing when business impact is expressed in points: "I want to detect a +0.5 pp lift on my 5% baseline," meaning p₂ = 5.5%. The two are equivalent — pick whichever matches how your stakeholders think about the metric.

Multivariate Tests and Bonferroni Correction

If you compare K variants against one control, you are running K − 1 simultaneous tests. The naïve false-positive rate inflates with each extra comparison — three independent tests at alpha = 0.05 have a combined false-positive probability of roughly 14%, not 5%. The standard fix is the Bonferroni correction: divide your nominal alpha by the number of comparisons before computing the critical z-value. This calculator applies the correction automatically when you set the number of variants above 2. The result is a larger required per-arm sample size — multivariate tests cost more traffic per arm than simple A/B tests.

FAQ

What sample size do I need for an A/B test?

It depends on four numbers: baseline conversion rate, minimum detectable effect (MDE), significance level (alpha), and statistical power. For a typical e-commerce test with a 5% baseline, a 10% relative lift target, alpha 0.05 and 80% power, you need roughly 31,000 visitors per variant. Lower baselines and smaller MDEs both inflate the required sample size dramatically.

What is the minimum detectable effect (MDE) and how do I pick one?

MDE is the smallest lift you want the test to reliably detect. Pick it based on business impact — the smallest improvement that would change your roll-out decision. Common starting points: 5 to 10% relative for high-traffic checkout and signup flows, 15 to 25% relative for lower-traffic features. Smaller MDE means a much larger sample size, so do not under-set it.

What significance level and power should I use?

Alpha 0.05 (95% confidence) and 80% power are the industry defaults for product and marketing tests. Use alpha 0.01 and 90% power for high-impact roll-outs. Lowering either alpha or beta requires a larger sample size — the trade-off is between false positives (alpha), false negatives (beta), and how long the test takes.

Why does my test need so many visitors per variant?

Two factors dominate. First, lower baseline conversion rates inflate the required sample size — detecting a small lift on a 1% baseline takes about 25× more visitors than on a 5% baseline. Second, the required sample size scales with one over the square of the MDE — halving the MDE quadruples the required sample. Increase the MDE you care about or accept a longer test.

How is the formula derived?

It is the standard two-proportion power formula based on the normal approximation. The per-arm sample size equals the square of (zα times the pooled standard deviation under the null plus zβ times the standard deviation under the alternative), divided by the squared rate difference. The calculator uses pooled variance for the null term and unpooled variance for the alternative term — the most common textbook formulation (Cohen 1988, Fleiss et al. 1980).

How do I handle multivariate tests with more than one variant?

When you compare K variants against one control, the calculator applies a Bonferroni correction by dividing alpha by (K − 1) before computing the critical z value. This protects against the inflated false-positive rate that comes from running multiple comparisons. The result is a larger required per-arm sample size — multivariate tests cost more traffic per arm than simple A/B tests.

Should I run the test for the recommended number of days or stop when it hits significance?

Run it for the recommended duration and only evaluate significance at the end. Stopping the moment a p-value drops below 0.05 (peeking) inflates the false-positive rate well above the nominal alpha. The sample size shown by this calculator is the planned target — commit to it before launch and resist the urge to call the winner early. After the test ends, plug your results into the companion A/B Test Significance Calculator to read the p-value and confidence interval.

What if my conversion rate is very low (under 1%)?

The normal approximation can be slightly inaccurate when np or n(1 − p) is small. For very low-rate tests (e.g. a 0.1% baseline), the calculator still gives a reasonable planning estimate, but consider a small extra buffer (10-15%) on top of the recommended sample size. For very small samples per arm, Fisher's exact test is a more conservative alternative for the analysis stage.

Reference this content, page, or tool as:

"A/B Test Sample Size Calculator" at https://MiniWebtool.com/a-b-test-sample-size-calculator/ from MiniWebtool, https://MiniWebtool.com/

by miniwebtool team. Updated: 2026-05-17

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 ConverterSort NumbersRelative Standard Deviation CalculatorBatting Average CalculatorMAC Address GeneratorRemove SpacesERA CalculatorFeet and Inches to Cm ConverterWord to Phone Number ConverterRandom Truth or Dare GeneratorFacebook User ID LookupImage ResizerMAC Address LookupSum CalculatorSun, Moon & Rising Sign Calculator 🌞🌙✨Slope and Grade CalculatorBitwise CalculatorPercent Off CalculatorNumber of Digits CalculatorRandom Credit Card GeneratorSHA256 Hash GeneratorMP3 LooperSquare Root (√) CalculatorJob FinderMaster Number CalculatorRandom Quote GeneratorVertical Jump CalculatorAudio SplitterLog Base 10 CalculatorOPS CalculatorHalfway Date CalculatorRandom IMEI Generator⬛ Aspect Ratio CalculatorInvisible Text GeneratorPhone Number ExtractorMerge VideosRandom Superpower GeneratorRoman Numerals ConverterSlugging Percentage CalculatorAI Text HumanizerCm to Feet and Inches ConverterRandom Activity GeneratorSalary Conversion CalculatorFile Size Converter📷 OCR / Image to TextSaturn Return CalculatorRandom Object GeneratorRandom Fake Address GeneratorRandom Loadout GeneratorNumber to Word ConverterRandom Poker Hand GeneratorOn Base Percentage CalculatorRandom Movie PickerText FormatterCaffeine Overdose CalculatorCompound Growth CalculatorRandom Meal GeneratorWord Ladder GeneratorCompare Two StringsDecimal to BCD ConverterRandom Writing Prompt GeneratorOctal CalculatorConnect the Dots GeneratorBCD to Decimal ConverterCM to Inches ConverterPerfect Number CheckerSteel Weight CalculatorBinary to Gray Code ConverterPercent Growth Rate CalculatorLove Compatibility CalculatorVideo to Image ExtractorFirst n Digits of PiYouTube Channel StatisticsImage SplitterWAR CalculatorIP Subnet CalculatorProportion Calculator📅 Date CalculatorWHIP CalculatorTime Duration CalculatorRandom Birthday GeneratorAcreage CalculatorGray Code to Binary ConverterAstrological Element Balance CalculatorBattery Life CalculatorArc Length CalculatorBingo Card GeneratorQuotient and Remainder CalculatorStair CalculatorLeap Years ListRatio to Percentage CalculatorAdd Prefix and Suffix to TextMartingale Strategy CalculatorSocial Media Username CheckerAdd Text to ImageImage CompressorLong Division CalculatorDay of the Year Calculator - What Day of the Year Is It Today?Video CompressorSHA512 Hash Generator🔍 Plagiarism CheckerWhat is my Lucky Number?Remove AccentAI Punctuation AdderRemove Leading Trailing Spaces🖱️ Click CounterSmall Text Generator ⁽ᶜᵒᵖʸ ⁿ ᵖᵃˢᵗᵉ⁾Number ExtractorURL ExtractorGrade CalculatorMercury Retrograde Calendar🎰 Gacha Pity CalculatorOutlier CalculatorTrigonometric Equation SolverPER CalculatorLottery Number GeneratorRandom Time GeneratorList of Prime NumbersBroken Link CheckerHow Long Ago CalculatorBolt Torque CalculatorHypotenuse CalculatorBoiling Point CalculatorClothing Size ConverterEmail ExtractorAngel Number CalculatorIP Address to Hex ConverterRandom Chess Opening GeneratorBinary to BCD ConverterMandelbrot Set ExplorerDay of Year CalendarBreak Line by CharactersWeight Loss CalculatorRandom Emoji GeneratorRandom Letter GeneratorRandom User-Agent GeneratorCone Flat Pattern (Template) GeneratorHeight Percentile CalculatorTaco Bar CalculatorWord Scramble GeneratorSum of Positive Integers CalculatorModulo CalculatorAI ParaphraserMorse Code GeneratorWhat is my Zodiac Sign?Radical SimplifierSquare Numbers ListMAC Address AnalyzerRandom Number PickerList RandomizerName Number CalculatorRandom Chord GeneratorRandom Tournament Bracket GeneratorConvolution CalculatorBcrypt Hash Generator / CheckerRandom Group Generator🔊 Tone GeneratorMultiple Fraction CalculatorBirth Day of the Week CalculatorExponential Decay CalculatorRemove Audio from VideoShort Selling Profit CalculatorTDEE CalculatorFlip VideoDice Roll Probability CalculatorMolarity CalculatorSort Text By LengthVideo SplitterDMS to Decimal Degrees ConverterAI Language DetectorBonus CalculatorYouTube Earnings Estimator⏱️ Hours CalculatorNumber Pattern FinderRandom Playing Card GeneratorYouTube Comment PickerAdjust Video SpeedText to Speech ReaderFence CalculatorkPa to psi ConverterPercentile CalculatorRandomize NumbersColor InverterEstimation CalculatorRoman Numeral Math SolverAmortization CalculatorName RandomizerInvisible Character RemoverRounding CalculatorBCD to Binary ConverterPVIFA CalculatorRoof Pitch CalculatorCrossword Puzzle MakerRandom Animal GeneratorSort 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 Calculator