Table of Contents >> Show >> Hide
- What is a MAU?
- Why MAU matters (and why it shows up in investor decks)
- Define “active” (the part everyone argues about)
- How to calculate MAU (without accidentally counting the same human three times)
- MAU’s best friends: DAU, WAU, and “stickiness”
- How to track MAU step by step
- 1) Pick a single source of truth
- 2) Instrument the “active” event(s)
- 3) Identify users correctly (and merge anonymous activity)
- 4) Build the MAU report (the “unique users” part matters)
- 5) Segment MAU (otherwise it’s a vanity number)
- 6) Add guardrails: bots, duplicates, and “measurement surprise parties”
- 7) Connect MAU to outcomes
- Examples: MAU definitions by business model
- Common MAU mistakes (aka, how dashboards become fiction)
- What to report alongside MAU each month
- 500+ words of “experience” (the stuff teams only learn after shipping)
- Conclusion
“How many users do we have?” is the business version of “How are we doing?” It sounds simple, but it quickly turns into a surprisingly philosophical debate: What counts as a user? What counts as active? Does a bot with a VPN and too much free time count as a “power user”?
That’s where MAU comes in. Monthly Active Users is one of the most common “product health” metrics because it’s easy to explain, easy to trend, and (when defined correctly) hard to ignore. Done wrong, though, MAU can turn into a vanity number with excellent vibes and terrible decision-making.
In this guide, you’ll learn what MAU really is, how to define “active” without starting a civil war in Slack, how to calculate MAU, and how to track it in a way that actually helps you grow.
What is a MAU?
MAU (Monthly Active Users) measures the number of unique users who meaningfully interact with your product in a monthmost commonly within a rolling 30-day window.
Notice the loaded words in that definition:
- Unique: each person counts once, even if they visit 47 times.
- Meaningfully interact: “opened the app” might be meaningful… or might be an accidental thumb slip.
- In a month: some teams use a calendar month; many use trailing/rolling 30 days.
MAU vs. “Monthly Logged-In Users” (aka, the metric that lies to you)
If your MAU definition is “logged in at least once,” your metric is basically measuring password memory and autopopulated cookies. It can be fine as a baseline, but it’s rarely the best representation of value. Better MAU definitions are tied to an action where users actually get something.
Why MAU matters (and why it shows up in investor decks)
MAU matters because it’s a steady pulse check on whether people are returning and engaging. It helps answer questions like:
- Are we growing? (Trend MAU over time, not just one month.)
- Are we retaining? (Pair MAU with cohort retention and returning-user breakdowns.)
- Is the product forming a habit? (Use DAU/MAU “stickiness” or frequency distributions.)
- Are launches/campaigns working? (Look for MAU lift and whether it sticks after the spike.)
- Is usage aligning with revenue? (Compare MAU to conversion, expansion, and churn.)
The best part: MAU is understandable by almost everyoneproduct, marketing, sales, leadership, and yes, your board. The dangerous part: because it’s understandable, it’s also easy to oversimplify.
Define “active” (the part everyone argues about)
A useful MAU starts with a clear definition of what “active” means for your product. The rule of thumb: Define an action that represents a user receiving value.
That action could be an event (“created a project”), a behavior (“sent a message”), or a meaningful session (“engaged session with key interactions”). The right choice depends on your product, business model, and how often you expect users to return.
Three practical ways to define an “active user”
- Core value event (best for product analytics): the action that clearly indicates value was delivered (e.g., “completed a workout,” “published a post,” “ran a report”).
- Engaged session (best for content-heavy products): a session that includes a minimum threshold (time, scroll depth, multiple screens, or key events).
- Role-specific activity (best for B2B): admins might be “active” when they configure settings; end users might be “active” when they complete tasks.
Pro tip: if you can’t explain your “active” definition in one sentence without cringing, it’s probably not ready.
How to calculate MAU (without accidentally counting the same human three times)
At its simplest, MAU is:
MAU = count of unique users who performed your “active” action in the last 30 days
Rolling 30 days vs. calendar month
You’ll usually see MAU tracked in one of two ways:
- Rolling (trailing) 30 days: on any day, MAU reflects the last 30 days of activity. Great for spotting trends quickly.
- Calendar month: activity from the 1st to the last day of the month. Great for finance-style reporting and clean month-over-month comparisons.
Pick one, document it, and stick with it. Changing the definition mid-year is how dashboards earn trust issues.
What counts as “unique”?
“Unique user” depends on identification. Common identifiers include:
- Logged-in ID (user ID, email hash): strongest option for apps and SaaS.
- Device/browser identifiers (cookies, device IDs): weaker, can overcount across devices and browsers.
- Hybrid: anonymous tracking that later merges into a known user after login or signup.
If your product spans mobile + web, or allows “guest mode,” your identity strategy matters a lot. Good MAU measurement is as much “identity plumbing” as it is math.
MAU’s best friends: DAU, WAU, and “stickiness”
MAU tells you how many users showed up this month. It doesn’t tell you how often they showed up. That’s why teams pair MAU with:
- DAU: Daily Active Users
- WAU: Weekly Active Users
- DAU/MAU: a “stickiness” ratio that approximates usage frequency
DAU/MAU: the quick-and-dirty habit check
DAU/MAU estimates what portion of your monthly users are active on a typical day. Higher generally means users come back more often. But it’s not a universal scorecard. A banking app may have a low DAU/MAU and still be wildly successful because users don’t need it daily.
Also, DAU/MAU can hide important details. Two products can have the same ratio but totally different usage patterns. If you want deeper insight, consider frequency buckets (“1 day/month,” “2–3 days/month,” “weekly,” “daily-ish”) or a power-user curve.
How to track MAU step by step
Here’s how to build MAU tracking that survives leadership changes, tool migrations, and that one intern who “cleaned up the event names.”
1) Pick a single source of truth
Decide where MAU will live: product analytics (Amplitude/Mixpanel), behavioral analytics (Heap), in-app adoption tools (Pendo), or web analytics (GA4). The key is consistency. If marketing uses one MAU and product uses another, you’ll spend more time reconciling numbers than improving them.
2) Instrument the “active” event(s)
If you’re event-based, define 1–3 events that represent meaningful value. Examples:
- B2B project tool: “created task” or “completed workflow”
- Messaging app: “sent message”
- Creator platform: “published post”
- E-commerce: “viewed product + added to cart” (or “purchase” for a stricter definition)
Keep it boring on purpose: stable names, clear properties, and a written definition. Metrics love documentation.
3) Identify users correctly (and merge anonymous activity)
If users start anonymous and later sign in, you’ll want identity stitching so you don’t double count. Many analytics stacks support linking anonymous activity to a known user after identification. This is also where you exclude internal employees, test accounts, QA devices, and “definitely-not-a-bot” traffic.
4) Build the MAU report (the “unique users” part matters)
In most analytics tools, MAU is a report that measures unique users who triggered your event within a monthly window. Watch for a common mistake: reporting total events (how many times something happened) instead of uniques (how many users did it). Your CEO does not want “Monthly Active Clicks.” Probably.
If you’re web-first, GA4’s “active users” and user activity over 1, 7, and 30 days can help approximate DAU/WAU/MAU patterns, depending on your tracking setup and definition of engagement.
5) Segment MAU (otherwise it’s a vanity number)
A single MAU number is like saying, “We have customers.” Cool. Which customers? Doing what? Getting value how? Useful MAU tracking includes slices like:
- New vs. returning MAU
- By plan (free vs. paid, tiered plans)
- By persona/role (admin, contributor, viewer)
- By acquisition channel (organic, paid, partner, referral)
- By feature (feature-level MAU to understand adoption)
- By geography/device (web vs. iOS vs. Android)
6) Add guardrails: bots, duplicates, and “measurement surprise parties”
MAU goes sideways when:
- Bots inflate traffic (especially on web products and public pages).
- Multiple devices create duplicates (one person becomes three “unique” users).
- Tracking breaks after releases (events stop firing, or fire twice).
- Definitions change quietly (“we added ‘viewed page’ to active users” and now MAU jumped 40%).
Fix this with dashboards that include data quality checks: event volume, percent identified, and filters for internal/test traffic. Nothing says “trust this metric” like catching a tracking bug before it becomes a celebratory email.
7) Connect MAU to outcomes
MAU is a means, not an end. Pair it with a few “so what?” metrics:
- Activation rate: what share of signups become active?
- Retention: do active users stay active next month (cohort retention)?
- Conversion: what share of MAU becomes paid (or expands)?
- Revenue per active user (for many products, this is more useful than raw MAU alone)
Examples: MAU definitions by business model
B2B SaaS
For B2B, “active” often depends on workflow completion, not logins. A realistic MAU definition might be: users who completed a key workflow (created a ticket, submitted an expense, shipped a report) in the last 30 days. You may also track account-level MAU (active accounts) alongside user MAU.
Marketplace
Marketplaces often need multiple MAUs: buyer MAU and seller/provider MAU. “Active” could be: buyers who placed an order, and sellers who listed inventory or accepted a request. One combined MAU can hide a supply-demand imbalance.
Consumer social
A social product may define “active” as creating content (posting), engaging (commenting/messaging), or meaningful consumption (watch time threshold). You’ll likely want frequency distributions and power-user analysis, not just MAU.
E-commerce
E-commerce “active” might be: visited product page with intent signals (search, filter, multiple PDP views) or a stricter MAU such as added to cart or purchase. Your choice depends on whether MAU is meant to represent audience size or buying intent.
Mobile apps
Mobile apps often use sessions as a base, but it’s better to tie “active” to a meaningful in-app action. For a finance app, that might be checking balances and paying bills; for a travel app, booking or planning activity may be more meaningful than opening the app once.
Common MAU mistakes (aka, how dashboards become fiction)
- Changing the definition of “active” without versioning or documentation.
- Counting the wrong thing (events instead of unique users).
- Mixing tools (product MAU in one tool, web MAU in another) and comparing apples to aggressively different apples.
- Over-optimizing MAU at the expense of retention or value (growth spikes that churn next month).
- Comparing your MAU to another company without knowing their definition. Even “industry standard” varies wildly.
- Ignoring seasonality and day-of-week effects (especially for B2B products).
What to report alongside MAU each month
If you want MAU to drive decisions (not just decorate a slide), report it with a tight companion set:
- MAU trend (rolling 30 days or calendar month, consistently)
- New vs. returning MAU
- Cohort retention (what percent of new users are active in month 2, 3, 4?)
- Activation rate (signup → first meaningful value)
- Stickiness/frequency (DAU/MAU, WAU/MAU, or frequency buckets)
- Segmented MAU (by plan, persona, channel, or key feature)
500+ words of “experience” (the stuff teams only learn after shipping)
The clean textbook version of MAU is lovely. The real-world version is… character-building. Here are a few common “in the trenches” lessons that show up across product teams and industries.
Field Notes: Lessons teams learn the hard way
1) Your first MAU definition will be wrongand that’s normal. Teams often start with “logged in” because it’s easy. Then they realize half of those logins are people checking one setting, bouncing, and disappearing for 29 days. The fix is usually a shift to a value-based event (“exported report,” “completed task,” “sent message”). That change can make MAU drop overnight, which feels terrifying until you remember: you didn’t lose usersyou stopped flattering yourself.
2) MAU spikes are fun. MAU plateaus are informative. A big campaign can spike MAU, and everyone celebrates (as they should). But the best teams immediately ask, “How many of these new actives are still active next month?” If the answer is “not many,” then the campaign didn’t “work” so much as it “rented attention.” A plateau, on the other hand, forces clarity: either you’re saturated in your current channel, your activation isn’t great, or your product isn’t sticky enough to create compounding growth.
3) Identity is the silent MAU killer (or inflator). On web products, one human can appear as multiple “unique” users: laptop at work, phone on the couch, tablet in the kitchen, and a mysterious incognito window they swear they never use. Meanwhile, shared devices (kiosks, family tablets) can collapse multiple humans into one user. Many teams discover this only after they ship a login wall or improve identificationand suddenly MAU shifts. The important part is to treat identity changes like a metric version update: annotate charts, explain the break, and compare apples to apples going forward.
4) Feature MAU beats overall MAU when you need to make product decisions. Overall MAU tells you whether people are showing up. Feature-level MAU tells you why. Teams get faster at prioritization when they can say, “This feature drives 40% of meaningful activity,” or “New users who adopt Feature X in week one retain 2× better.” That’s the kind of insight that turns MAU from a scoreboard into a steering wheel.
5) The “MAU meeting” becomes better when you bring actions, not just numbers. The most productive MAU reviews usually include three parts: (a) the trend and segments, (b) the top drivers (what changed in product, acquisition, or seasonality), and (c) the next actions (fix onboarding step 3, improve a lagging feature, re-engage a specific cohort). Without actions, MAU reporting becomes a monthly ritual where everyone nods thoughtfully and then goes back to shipping features that may or may not move the metric. (Mostly “may not,” but with confidence.)
In short: MAU is powerful when it’s defined around value, tracked consistently, segmented thoughtfully, and paired with retention. When it’s treated as a single magic number, it becomes a motivational poster wearing a spreadsheet costume.
Conclusion
MAU is one of the simplest metrics to explain and one of the easiest to misuse. The difference comes down to definition and discipline. Define “active” as a real value moment, count unique users consistently, segment your MAU so you can act on it, and pair it with retention so growth isn’t just a temporary sugar rush.
Do that, and MAU stops being a vanity metricand starts becoming a reliable signal of product health, engagement, and sustainable growth.
