PostHog Experiments Pricing, Decoded - Why "Free A/B Testing" Has a Second Meter (2026)
PostHog runs experiments on the same feature-flag meter, and the first million requests are free. Here's how the model really works, the analytics-events trap that inflates the bill, and cheaper ways to run experiments.
Published:
Search “PostHog experiments pricing” and you’ll mostly find the marketing line - flags are free for the first million requests, so experiments are basically free too. That’s half true, and the missing half is where teams get surprised.
PostHog experiments don’t have their own price. They run on the feature-flag meter, and there’s a second meter you can’t see from the experiments page. This is a neutral decode of how the model actually works, a worked example of what an experiment really costs, and where two other tools price experiments more cheaply.
What PostHog bills experiments on
Start with the thing PostHog does not charge separately for - experiments. There’s no experiment plan, no per-test fee. When you run an A/B test, the variant assignment is a feature-flag evaluation, and experiments draw from the same flag request meter and the same 1M free requests.
Here’s the flag meter in full:
| Monthly flag requests | Price per request |
|---|---|
| First 1,000,000 | Free |
| 1M to 2M | $0.0001 |
| 2M to 10M | $0.000045 |
| 10M to 50M | $0.000025 |
| 50M+ | $0.000010 |
There’s no base fee for the flags line. For the assignment side of an experiment, this is genuinely cheap. A million variant assignments a month cost nothing.
The part the experiments page won’t tell you: the second meter
An experiment isn’t just assigning users to a variant. It’s measuring what those users do. The metrics you test against are product-analytics events, and analytics is a separate PostHog product with its own meter.
That’s the trap. PostHog’s whole architecture is that each product - flags, analytics, session replay, surveys - meters and bills separately. Flags might stay inside the free million. But the conversion events, funnels and exposures your experiment is scored on are analytics events, on the analytics meter, with a different free allowance. Your flags line can read “free” while your analytics line quietly climbs.
This is also PostHog’s genuine strength, to be fair - its experiments read directly from your product analytics, so the metric you test against is the same event you already track, with no piping data between two tools. The tight coupling is the reason to pick PostHog. Just know that the coupling means an experiment touches two meters, not one.
A worked estimate
Say you run experiments on a product doing 5 million flag requests a month.
- Flag/assignment side. First 1M free. The next 1M (1M to 2M) at $0.0001 is $100. The next 3M (2M to 10M band) at $0.000045 is $135. So the assignment side is about $235/mo. Cheap.
- Analytics side. Every exposure and conversion event your experiments measure is an analytics event on a separate meter with its own free tier. If you’re a lightly instrumented team, this may stay free. If you already run PostHog analytics across the product, the experiment events pile onto a bill you’re paying anyway - and that meter, not flags, is where the number moves.
The honest read - the assignment side is close to free, and the analytics side is the real cost. If you’re already an analytics-led team on PostHog, the experiments are a fantastic add-on because the events are already flowing. If you’re adopting PostHog mainly to run experiments, budget for the analytics meter, because that’s the one you’ll actually feel.
One more line to remember - the open-source MIT build exists, but PostHog’s self-hosting is officially unsupported, with no guarantees and no tagged releases. Don’t treat self-host as a way to dodge the meters. Full detail on the PostHog review.
Cheaper ways to run experiments
If the analytics meter is what worries you, two tools attack experiment cost from different angles.
Statsig - if you want flag checks to be free and a flat price. Statsig’s model is the mirror image of PostHog’s - flag and config checks are unlimited and free on every tier, and you pay only on analytics events. The free Developer tier includes 2M events, unlimited flag checks and 50,000 session replays with no credit card. Pro is a flat $150/mo (5M events included, then $0.05 per 1,000). Its experimentation engine, built by ex-Facebook engineers with sequential testing and CUPED, is the strongest in this set. The asterisk - OpenAI acquired Statsig in September 2025, so adopting it is a multi-year bet on a roadmap that now sits inside OpenAI. Not a dealbreaker, a thing to price in.
GrowthBook - if you have a warehouse and want no per-event meter at all. GrowthBook is warehouse-native - it queries the BigQuery, Snowflake or Databricks warehouse you already run instead of ingesting a copy of your events. That means there’s no analytics meter to inflate, because your event data never leaves your infrastructure. The stats engine is the real thing - CUPED, sequential testing, Bayesian, multi-arm bandits, SRM checks. Cloud Starter is $0 for 3 users, Cloud Pro is $40 per seat per month up to 50 users, and the self-hosted MIT build runs unlimited users for $0. The gotcha - it needs a properly instrumented warehouse and someone who understands the statistics, or you get a fraction of the value.
So which one?
- Already an analytics-led team on PostHog Cloud - run experiments in PostHog. The events are already flowing, the integration is genuinely the best part, and the assignment side is close to free. Just don’t read “flags are free” as “experiments are free” - the analytics meter is the real one.
- You want flag checks free and a budget you can predict - Statsig, with the OpenAI-ownership asterisk factored in.
- You already run a data warehouse and have someone who owns the stats - GrowthBook removes the per-event meter entirely, and the self-hosted build is free.
For a wider view, see our best experimentation platforms roundup and the head-to-head Statsig vs GrowthBook breakdown.
Pricing verified against each vendor’s site on 26 July 2026. Feature-flag and experiment pricing changes often - we re-verify regularly. The Statsig OpenAI acquisition figure is from third-party reporting and attributed as such.
Frequently Asked Questions
How much do PostHog experiments cost?
Experiments do not have their own price line. They run on the same feature-flag request meter, and the first 1,000,000 requests per month are free. After that it is tiered per request - $0.0001 from 1M to 2M, dropping to $0.000045, then $0.000025, then $0.000010 past 50M. The catch is the second meter - to measure an experiment you need product-analytics events, and analytics is billed separately from flags.
Are PostHog A/B tests really free?
The flag evaluations that assign users to a variant are free for the first million requests a month, so the assignment side is genuinely cheap. But the metrics you test against are product-analytics events, and analytics is a separate PostHog product with its own usage meter and its own free allowance. So an experiment is only "free" if both meters stay inside their free tiers. Heavy analytics volume is where the real bill lives.
What is the difference between PostHog and Statsig on experiment pricing?
PostHog meters feature-flag requests (first 1M free) and bills analytics events separately. Statsig does the opposite - flag and config checks are unlimited and free on every tier, and you pay only for analytics events, with a flat $150/mo Pro tier. If your experiment volume is high but your event volume is modest, both are cheap. If you send a lot of events, Statsig's flat Pro price is easier to budget than PostHog's stacked per-product meters.
Is there a cheaper way to run experiments than PostHog?
Yes, depending on your setup. If you already run a data warehouse, GrowthBook is warehouse-native - it queries BigQuery, Snowflake or Databricks directly instead of ingesting a copy of your events, so there is no per-event analytics meter at all, and the self-hosted MIT build runs unlimited users for $0. Statsig gives away flag checks and charges only on events, with a flat $150/mo Pro tier. Both can undercut PostHog once analytics volume climbs.
Explore More
Tool Reviews
Related Articles
- GrowthBook Pricing, Decoded - Cloud Seats vs Free Self-Host in 2026
- Statsig Pricing, Decoded - Why Flags Are Free and the Bill Lives in Events (2026)
- The Feature Flag Consolidation Map - Who Got Bought in 2024 to 2026
- How to Choose Metrics for A/B Testing - Primary, Secondary and the OEC (2026)
- What Is a Holdout Group? Measuring the Cumulative Impact of Experiments (2026)
Free Newsletter
Get the Feature Flags Newsletter
Platform benchmarks, real pricing data and progressive delivery practice. No spam.
Related Articles
Bayesian vs Frequentist A/B Testing - Which Stats Engine to Trust (2026)
Your A/B tool answers a Bayesian question or a frequentist one, and they are not the same question. Here is what each actually computes, how to read the output correctly, and which platforms use which.
July 28, 2026
guideConfidence Intervals in A/B Testing - How to Read Them Right (2026)
A confidence interval tells you the plausible range of your true lift, which is more useful than a pass-fail p-value. Here is how to read one, the overlap trap, and relative vs absolute lift.
July 28, 2026
guideCUPED Variance Reduction in A/B Testing, Explained (2026)
CUPED uses pre-experiment data to cut the noise in your metrics, so tests reach significance on less traffic. Here is how CUPED works, the intuition and the math, when it helps most, and which platforms support it.
July 28, 2026
PostHog Review
Statsig Review
GrowthBook Review