Skip to content

Experiment Results

Once your experiment is running and your data source is connected, GrowthBook can compute statistical results. Navigate to your experiment and click the Results tab.

Each row in the results table is one metric. Each column after the first is a variation. The cells show:

ColumnWhat it means
UsersNumber of unique users assigned to this variation
ValueThe raw metric value for this variation (e.g. conversion rate, average order value)
Chance to Win(Bayesian) Probability this variation is better than the baseline
UpliftRelative change vs the control, e.g. +3.2%
Confidence IntervalThe range of plausible true uplift values at the configured confidence level

Suppose your experiment has two variations — Control (0) and New Checkout (1) — and you are tracking Purchase Rate (a proportion metric):

  • Control: 4.8% purchase rate, 10,000 users
  • New Checkout: 5.2% purchase rate, 10,050 users
  • Uplift: +8.3%
  • Chance to Win: 87%
  • 95% CI: +1.1% to +15.8%

This means: if you ran this experiment many times, 87% of the time the New Checkout would beat the Control. The true effect is most likely between +1.1% and +15.8%. This is promising but not conclusive — most teams wait for chance to win above 95% before shipping.

GrowthBook does not poll your warehouse continuously. To see updated numbers:

  1. Click Update Data in the top-right of the Results tab.
  2. GrowthBook runs the analysis queries against your warehouse and updates the table.
  3. You can also schedule automatic refreshes in the Data Source settings.

In addition to your primary goal metrics, you should configure guardrail metrics on every experiment. Guardrail metrics are metrics that must not regress — for example, page load time or revenue per user.

  1. In the experiment settings, scroll to Metrics.
  2. Add the metric under Guardrails instead of Goals.
  3. If a guardrail metric shows a statistically significant negative change, GrowthBook flags it in red — even if your goal metric is positive.

GrowthBook can slice results by a dimension — a categorical attribute of your users (e.g. country, device type, plan tier). To use dimensions:

  1. Define a dimension SQL in the Data Source settings. The query must return user_id and the dimension value column.
  2. In the Results tab, select the dimension from the Dimension dropdown.
  3. GrowthBook re-runs the analysis segmented by each dimension value.

Dimensions are useful for detecting heterogeneous treatment effects — for example, your new checkout may help mobile users but hurt desktop users.

What does "Chance to Win" mean in GrowthBook's Bayesian results?
How do you refresh the experiment results with the latest warehouse data?
What is the purpose of a guardrail metric?
What is "peeking" in the context of A/B testing?