Monthly Active Users (MAU) Calculator

Track MAU growth, churn, stickiness and 30-day retention across multiple periods.

Ad placeholder (leaderboard)
Enjoying the tools? Go Pro for £4.99 (one-time) and remove all ads — forever, on this device. Remove ads — £4.99

Monthly Active Users (MAU) is the cornerstone engagement metric for virtually every digital product — from consumer apps and SaaS platforms to marketplaces and games. This calculator lets you model MAU growth across multiple months, instantly surfacing churn rate, user growth rate, 30-day retention, and the all-important DAU/MAU stickiness ratio, all from inputs your analytics dashboard already gives you.

How it works

The calculator implements the standard MAU recurrence formula and a set of derived engagement metrics:

Core MAU formula:

MAU(t) = MAU(t-1) + new_users(t) - churned_users(t)

Starting from your baseline, the tool walks forward through each period you define. For every month it computes:

  • End-of-month MAU — the running total after acquisitions and churn
  • Net new users — new minus churned (can be negative if churn exceeds acquisition)
  • Monthly churn rate — churned_users / prior_MAU, expressed as a percentage
  • Monthly growth rate — (MAU_current - MAU_prior) / MAU_prior
  • 30-day retention — (MAU - new_users_this_month) / prior_MAU — the share of last month’s users who are still active

From your DAU and WAU inputs, the tool also calculates:

  • DAU/MAU ratio (stickiness) — the single most cited product-health metric in consumer tech
  • WAU/MAU ratio — a softer stickiness signal, useful for products with a natural weekly cadence

Worked example

Suppose a B2B SaaS product starts the quarter with 10,000 MAU, 2,500 DAU and 5,500 WAU.

PeriodNew usersChurnedEnd MAUChurn %Growth %
Month 12,00030011,7003.0%+17.0%
Month 22,50035013,8503.0%+18.4%
Month 33,00040016,4502.9%+18.8%

At the end of Month 3, the DAU/MAU ratio is 2,500 / 16,450 = 15.2% (fair — in the average SaaS range). The 30-day retention from Month 2 to Month 3 is (16,450 - 3,000) / 13,850 = 97.1%, reflecting low churn. Net new users grew each month, which is a healthy growth signal.

Formula note

Churn rate measures the fraction of existing users lost, not total users: churn = lost / prior_MAU. A 5% churn rate on a 10,000 MAU product costs 500 users per month and, left unchecked, halves the base in roughly 13 months even with zero acquisition spend. The compounding logic makes reducing churn almost always higher-leverage than increasing acquisition at the same cost.

DAU/MAU is calculated as DAU / MAU and is bounded between 0 and 1 (or 0–100%). Facebook historically quoted ~50–65%, which is considered exceptional for a social network. Most enterprise tools sit in the 10–25% range. Monitoring this ratio over time is more informative than any single snapshot.

Ad placeholder (rectangle)