Experiment Results
The Experiment Results table
Section titled “The Experiment Results table”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.
What the table shows
Section titled “What the table shows”Each row in the results table is one metric. Each column after the first is a variation. The cells show:
| Column | What it means |
|---|---|
| Users | Number of unique users assigned to this variation |
| Value | The 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 |
| Uplift | Relative change vs the control, e.g. +3.2% |
| Confidence Interval | The range of plausible true uplift values at the configured confidence level |
Reading the result: a worked example
Section titled “Reading the result: a worked example”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.
Refreshing results
Section titled “Refreshing results”GrowthBook does not poll your warehouse continuously. To see updated numbers:
- Click Update Data in the top-right of the Results tab.
- GrowthBook runs the analysis queries against your warehouse and updates the table.
- You can also schedule automatic refreshes in the Data Source settings.
Guardrail metrics
Section titled “Guardrail metrics”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.
- In the experiment settings, scroll to Metrics.
- Add the metric under Guardrails instead of Goals.
- If a guardrail metric shows a statistically significant negative change, GrowthBook flags it in red — even if your goal metric is positive.
Dimensions
Section titled “Dimensions”GrowthBook can slice results by a dimension — a categorical attribute of your users (e.g. country, device type, plan tier). To use dimensions:
- Define a dimension SQL in the Data Source settings. The query must return
user_idand the dimension value column. - In the Results tab, select the dimension from the Dimension dropdown.
- 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.