MAU BillingUpdated April 2026

LaunchDarkly MAU Pricing Explained: What Counts, What It Costs, and the Surprises

The MAU (Monthly Active User) billing model is the most misunderstood and most complained-about aspect of LaunchDarkly pricing. It's the most common source of cost surprises. This page explains exactly what an MAU is, why it matters, and how to control your costs.

What is an MAU? (Plain English)

An MAU is any unique user who receives at least one feature flag evaluation in a calendar month.

LaunchDarkly identifies users by a "user key" — typically an account ID, email, or generated UUID. Every time your code calls variation() with a user context, that user is counted as an MAU for the month. It doesn't matter how many flags they hit or how many times they visit — it's once per unique user per month.

What Counts (and Doesn't Count) as an MAU

Counts as an MAU
User logs in once, sees one flag
1 MAU — unique user key counted
User logs in 50 times, 100 flag evaluations
Still 1 MAU — unique per month
Server process with service account key
1 MAU — server-side contexts count
Anonymous user with generated UUID
1 MAU per unique anonymous key
Mobile and web with same user key
1 MAU — same key = same user
Does NOT count as an MAU
User visits app with no active flags
No flag evaluation = no MAU
SDK initialisation without evaluation
Just init doesn't trigger MAU
Admin logging into LaunchDarkly dashboard
Dashboard logins don't count (unless they're also app users)
Flag evaluations in development environment
Dev environment MAUs are typically not billed

The Sticker Shock Problem — Real-World Cost Examples

The most common LaunchDarkly cost surprise: A team evaluating LaunchDarkly for a team of 10 engineers assumes the cost is 10 × $20 = $200/month. Then they deploy to production and discover their app has 80,000 monthly users — all of whom are now MAUs. The MAU component often exceeds the seat cost for consumer-facing apps.

Your situationTeam seatsEnd users (MAUs)Pro seat costMAU impact
3 devs, internal tool3~50 internal users$60/moMinimal — well within limits
5 devs, early SaaS (2k users)52,000$100/moLow — monitor as you grow
10 devs, growing SaaS (20k users)1020,000$200/moSignificant — contact sales for rates
15 devs, mid-market SaaS (100k users)15100,000$300/moDominant cost — negotiate MAU caps
20 devs, B2C app (500k users)20500,000$400/moVery large — evaluate ConfigCat/DevCycle

How to Minimise Your MAU Count

Evaluate flags server-side where possible

Server-side evaluation lets you control exactly which users are identified. You can choose to only pass user keys for paying users, logged-in users, or specific segments — rather than all visitors.

Use anonymous users sparingly

Each unique anonymous key counts as an MAU. If you generate new anonymous UUIDs per session rather than persisting them, you'll accumulate MAUs faster. Persist anonymous keys where possible, or avoid anonymous evaluation for flags that don't need it.

Don't flag every feature for every user

Only expose users to flag evaluations when it's meaningful. If a flag is for a beta feature only 1% of users will access, don't evaluate it for 100% of users.

Use the LaunchDarkly Relay Proxy

The Relay Proxy centralises flag evaluation and can reduce MAU attribution complexity in server-side contexts. It's worth deploying at medium-to-large scale.

Audit your flag evaluations

LaunchDarkly's dashboard shows MAU trends. Review which flags are generating the most MAU evaluations and consider whether all of them are necessary.

Alternatives With Different Pricing Models

If the MAU model is the problem, these alternatives use different billing approaches:

ConfigCat
Flat-rate by team size
Predictable cost regardless of end-user volume. Best when your user base is large.
DevCycle
Seat-based only
No MAU charges. LaunchDarkly-compatible SDKs make migration low-friction.
Flagsmith
Requests-based cloud / free self-host
Open-source self-hosted = zero MAU charges. Cloud plan request-based, not user-based.
Unleash
Free self-hosted / flat-rate cloud
Self-host free with no MAU concept. Enterprise Cloud is flat-rate.

MAU Billing FAQs

MAU Cost Estimator

0500k
Pro — Moderate MAU
~$80–300/month est. MAU
MAU costs are becoming significant. Compare ConfigCat and DevCycle.

MAU overage pricing is not publicly listed by LaunchDarkly. Estimates based on public community reports. Contact sales for exact MAU pricing at your volume.

Related
Free plan — 1,000 MAU limitPro plan MAU allocationNegotiated MAU capsAlternatives with flat-rate pricing