Skip to content
KadmoonINC.
SaaS Development6 min read

SaaS metrics and analytics every product needs

The SaaS metrics that drive real decisions: MRR, churn, net revenue retention, activation, and engagement, plus how to instrument analytics and act on them.

Every SaaS dashboard shows dozens of numbers, and most of them do not change what anyone does on Monday. The metrics that matter are the small set that expose whether your business is actually healthy and where the leaks are. The rest is decoration. This is a guide to the SaaS metrics worth instrumenting, what each one tells you, and how to build the plumbing so the numbers are trustworthy.

The trap to avoid is measuring everything and understanding nothing. Fewer metrics, wired correctly and reviewed regularly, beat a wall of charts nobody trusts.

Metrics that actually drive decisions

A metric earns its place if a change in it would change a decision. If a number can move and you would do nothing differently, stop tracking it on your main view. That single filter cuts most vanity metrics.

The core set for a B2B SaaS clusters into three questions. Are we growing revenue, and how durably? Are customers sticking around and getting value? Are new users reaching the point where the product clicks? Almost everything worth watching answers one of those. Total signups, page views, and raw user counts usually answer none of them, which is why they belong in a drawer, not on the wall.

MRR, churn, and retention

Monthly recurring revenue is the heartbeat of a subscription business. Track it, but track its components, because the total hides the story. New MRR from new customers, expansion MRR from existing customers upgrading, contraction MRR from downgrades, and churned MRR from cancellations together tell you whether growth is coming from acquisition or from keeping and growing accounts you already have.

Churn is the number that quietly decides your ceiling. Watch both customer churn (how many accounts leave) and revenue churn (how much money leaves), because losing one large account is very different from losing several small ones. As a benchmark, the 2025 Recurly churn analysis put median annual logo churn around 3.5%, with under 5% considered healthy for B2B SaaS. That number is highly segment-dependent: monthly logo churn tends to run below 0.5% for enterprise products, 0.5% to 1.5% for mid-market, and 2% to 4% for SMB and prosumer tools, so compare yourself to your own segment, not the blended average.

The metric that matters most for a maturing SaaS is net revenue retention: expansion minus contraction and churn within your existing base. When that number is above 100%, your customer base grows revenue even if you never sign anyone new, which is the strongest signal of durable product-market fit there is. It has also been getting harder to hit. SaaS Capital found that median net revenue retention for private SaaS slipped from about 105% in 2021 to roughly 101% in 2024, and ChartMogul's 2024 data put median NRR for venture-backed companies near 106%. NRR also scales with deal size, as the benchmark table below shows.

Segment (by ACV) Median net revenue retention
Enterprise (>$100K) ~118%
Mid-market ~108%
SMB (<$25K) ~97%

Those figures come from a 939-company B2B SaaS benchmark. The pattern is worth internalizing: retention and churn are two sides of the same coin, and companies in the low-NRR range carry roughly double the churn of those holding at or above 100%. Related figures like lifetime value and customer acquisition cost matter, but they are derived from these fundamentals. Get MRR components and retention right first, and the LTV-to-CAC ratio becomes meaningful rather than a guess. Billing accuracy is the foundation under all of it, which is one more reason a clean Stripe integration is worth doing carefully.

Activation and engagement

Revenue metrics are lagging indicators. By the time churn shows up, the customer decided to leave weeks ago. Activation and engagement are the leading indicators that let you see trouble coming.

Activation is the moment a new user first experiences the product's core value, sometimes called the "aha moment." Define it concretely for your product: the first report generated, the first integration connected, the first team member invited. Then measure what percentage of new users reach it and how long it takes. A weak activation rate means your onboarding is leaking users before they ever see why the product is worth paying for, which ties directly to how you handle onboarding and user management.

Engagement measures whether activated users keep coming back and using the features that correlate with retention. The useful version is not raw logins. It is depth: are accounts using the product in the way that predicts they will renew. Tracking that lets you spot an account going quiet while there is still time to intervene, which is the whole point when a percentage point of monthly churn compounds into a very different annual number.

The compounding is worth making concrete. A 1% monthly logo churn rate leaves you retaining about 89% of accounts over a year; push that to 3% monthly and you keep roughly 69%. That is the gap between the enterprise and SMB benchmarks cited above, and it explains why the same headline growth rate can hide a healthy business or a leaking one. Engagement data is what turns that abstract math into a list of specific accounts to call this week, before they show up in the churn number a quarter from now.

Instrumenting product analytics

None of these metrics are trustworthy if the underlying data collection is sloppy, and this is where most teams cut corners. Instrumenting analytics well means deciding up front which events matter and capturing them consistently across the product.

A few principles keep the data clean:

  • Define an event taxonomy before you start. Name events consistently and document what each one means, so "signup_completed" means the same thing everywhere.
  • Capture events server-side where accuracy matters. Client-side tracking gets blocked, dropped, and duplicated; anything tied to revenue or a core metric should be recorded where you control it.
  • Tie events to identity. Connect actions to a user and an account so you can slice by cohort, plan, and segment rather than looking at anonymous aggregates. Segment-level slicing is exactly what makes the NRR and churn benchmarks above actionable instead of abstract.
  • Instrument as you build features, not months later. Retrofitting analytics onto a live product is painful and always incomplete.

Doing this from day one is far cheaper than reconstructing history after the fact, which is usually impossible anyway.

Building internal dashboards

Off-the-shelf analytics tools are fine for early-stage products and generic questions. As a SaaS matures, teams tend to want dashboards tied to their own data model, blending product events, billing, and support data in ways packaged tools cannot. That is when a custom internal dashboard over your own data warehouse earns its cost.

The design rule is the same one from the metrics section: build for decisions, not for looks. A dashboard that shows the five numbers your team acts on, refreshed reliably, beats a beautiful one with forty charts nobody reads. The same principles that make business intelligence dashboards people actually use apply directly here.

Acting on the numbers

Metrics are only worth the instrumentation if they change behavior. Put a regular rhythm around them: a weekly or monthly review where the team looks at the core set, asks what moved and why, and picks one thing to act on. A rising churn number should trigger a conversation about which segment is leaving and why, not just a note in a report.

One discipline separates teams that improve from teams that just report: pairing every metric with an owner and a threshold that triggers action. Net revenue retention is someone's responsibility, and if it drops below a line you set in advance (say, below the 100% mark where your base stops growing on its own), that is not a data point to note, it is a task to open. Metrics without owners become wallpaper. Metrics with owners and thresholds become a management system.

The point of measurement is a tighter loop between what you ship and what happens next. If you are building a SaaS product and want the metrics wired in from the start, that is part of how to build a SaaS application properly. You can also start a project or browse more on the blog.

Have a project that fits this?

Tell us about it and you get a technical proposal within one business day, covering scope, architecture, timeline, and investment.

Start a project

Keep reading