Skip to main content
New: Deck Doctor. Upload your deck, get CPO-level feedback. 7-day free trial.
Revenue Metrics7 min read

Multi-Product Attach Rate: Definition, Formula & Benchmarks

Learn how to calculate Multi-Product Attach Rate. Measures the percentage of customers using two or more products, with benchmarks and strategies to increase cross-adoption.

By Tim Adair• Published 2026-03-16
Share:
TL;DR: Learn how to calculate Multi-Product Attach Rate. Measures the percentage of customers using two or more products, with benchmarks and strategies to increase cross-adoption.

Quick Answer (TL;DR)

Multi-Product Attach Rate measures the percentage of customers who adopt two or more products in your portfolio. The formula is Customers using 2+ products / Total customers x 100. Top multi-product SaaS companies report attach rates of 30-60%. Track this when building a platform strategy or expanding your product suite.


What Is Multi-Product Attach Rate?

Multi-Product Attach Rate is the percentage of your total customer base that has adopted at least two distinct products from your portfolio. It is one of the clearest signals that your platform strategy is working and that customers see enough value to expand their relationship with you.

This metric matters more now than it did five years ago. The best SaaS companies (Atlassian, HubSpot, Rippling, Datadog) have shifted from single-product plays to multi-product platforms. Their earnings calls consistently highlight attach rate as a leading indicator of retention and expansion. When a customer uses three Atlassian products instead of one, their churn probability drops by over 80%.

Multi-Product Attach Rate sits at the intersection of product strategy and revenue growth. It tells you whether your products create enough independent value to earn adoption on their own merits, and whether the integrations between them create switching costs that protect your revenue base.


The Formula

Customers using 2+ products / Total customers x 100

How to Calculate It

Suppose your company has 2,000 customers total. Of those, 700 use two or more of your products:

Multi-Product Attach Rate = 700 / 2,000 x 100 = 35%

You can also calculate tiered attach rates to get a more detailed view:

Products UsedCustomers% of Total
1 product1,30065%
2 products45022.5%
3+ products25012.5%

This breakdown reveals whether customers are concentrating on two products or going deeper across the portfolio.

Variations

Weighted Attach Rate accounts for product importance by weighting each product by its ARR contribution. If Product A is $500/mo and Product B is $50/mo, a customer using both counts more heavily than one using two low-value add-ons.

New Customer Attach Rate measures how quickly new customers adopt a second product within their first 90 or 180 days. This leading indicator predicts future portfolio-wide attach rates.


Why Multi-Product Attach Rate Matters

Multi-product customers are more valuable across every dimension that matters to a SaaS business.

Revenue impact. Datadog reported in their Q4 2025 earnings that customers using 6+ products represent their fastest-growing segment and contribute disproportionately to expansion MRR. HubSpot has shared that multi-hub customers have 2-3x higher lifetime value than single-hub customers.

Retention impact. The switching cost argument is straightforward: a customer using one product can leave in a weekend. A customer with three products deeply integrated into their workflows faces weeks of migration work. This shows up directly in net revenue retention.

Margin impact. Acquiring a second product from an existing customer costs a fraction of acquiring a new customer. Your sales team already has the relationship, the customer already trusts the brand, and implementation is usually faster because they understand your platform.

Key Insight: Companies with attach rates above 40% consistently report net revenue retention above 120%, because multi-product customers expand more and churn less. The relationship is not linear. There is a tipping point around 2-3 products where churn drops sharply.


How to Measure Multi-Product Attach Rate

Data Requirements

  • A clear product taxonomy (which SKUs count as distinct "products" vs. features or add-ons)
  • Customer-level product usage data tied to account IDs
  • Active subscription or usage status for each product (not just purchased, but actually used)
  • Historical snapshots for trend analysis

Tools

  • Amplitude or Mixpanel: Track product-level feature usage events. Create a "products used" user property that increments as customers activate each product.
  • Salesforce or HubSpot CRM: Map subscriptions to accounts. Build a report on "Products per Account" using opportunity or subscription objects.
  • Custom tracking: Query your billing system directly.
SELECT
  account_id,
  COUNT(DISTINCT product_id) AS products_used,
  CASE WHEN COUNT(DISTINCT product_id) >= 2 THEN 1 ELSE 0 END AS is_multi_product
FROM active_subscriptions
WHERE status = 'active'
GROUP BY account_id;

Segmentation

Break attach rate down by:

  • Customer size (SMB vs. mid-market vs. enterprise)
  • Tenure (how long they have been a customer)
  • Acquisition channel (self-serve vs. sales-led)
  • Initial product (which product they started with)

The "initial product" segmentation is particularly revealing. Some products are better on-ramps to the rest of the portfolio than others.


Benchmarks

Company StageGoodGreatWorld-Class
Early multi-product (2 products)15%25%35%+
Mature platform (3-5 products)25%40%55%+
Enterprise platform (6+ products)30%45%60%+

Source: Bessemer Venture Partners' State of the Cloud 2025 report; Datadog, HubSpot, and Atlassian public earnings disclosures (2024-2025)

Notable public benchmarks:

  • Datadog: 83% of customers use 2+ products, 49% use 4+ (Q4 2025 earnings)
  • HubSpot: ~50% multi-hub attach rate among Pro/Enterprise customers
  • Atlassian: 80%+ of enterprise customers use 3+ products
  • Rippling: Reports that customers using 3+ modules have net revenue retention above 140%

How to Improve Multi-Product Attach Rate

  1. Build genuine integration value. The attach rate only grows sustainably when using products together is better than using them separately. Shared data models, cross-product workflows, and unified dashboards create real switching costs. Slack's integration with Salesforce is a good example: the combination is worth more than the sum.
  1. Create discovery moments inside the product. Surface the value of adjacent products at the moment a user would benefit from them. When a customer hits a limit in Product A that Product B solves, show them. Amplitude does this well by suggesting their CDP product to users who query cross-platform data in Analytics.
  1. Bundle pricing that rewards expansion. Offer discounts or credits for adding a second or third product. HubSpot's Starter CRM Suite bundles all hubs at a steep discount versus buying individually, which pulls customers into the ecosystem early.
  1. Align CS teams around portfolio adoption. Give customer success managers attach rate goals, not just renewal targets. Train them to identify expansion opportunities during QBRs by mapping customer pain points to your product portfolio.
  1. Reduce friction in product activation. If adding a second product requires a separate onboarding process, procurement cycle, or data migration, you are fighting against adoption. Shared authentication, unified billing, and one-click product trials remove barriers.

Common Mistakes

  • Counting add-ons as separate products. If you inflate your product count by treating every feature toggle as a "product," your attach rate looks great but means nothing. Define products clearly: distinct SKUs with independent value propositions.
  • Ignoring usage after purchase. A customer who purchased Product B but never logged in should not count toward your attach rate. Measure active usage, not just billing status. Otherwise you are measuring sales effectiveness, not product adoption.
  • Optimizing attach rate at the expense of product quality. Rushing to launch new products to increase your portfolio size without ensuring each one delivers standalone value leads to shallow adoption and eventual churn. Atlassian built Jira, Confluence, and Bitbucket into category leaders before cross-selling aggressively.

Real-World Examples

Datadog: Started as an infrastructure monitoring tool and expanded into APM, logs, security, and CI/CD observability. Their product-led approach means each product can be adopted independently, but they share a unified data platform that makes combining them valuable. Their 83% multi-product attach rate is the highest in public SaaS and is a primary driver of their 130%+ NRR.

HubSpot: Launched as a marketing tool and added Sales, Service, CMS, and Operations hubs. Their strategy of offering a free CRM as the entry point, then upselling specialized hubs, has pushed their multi-hub attach rate to roughly 50% among paid customers. They report that multi-hub customers have significantly lower churn and higher expansion.

Rippling: Built an HR platform and expanded into IT, finance, and spend management. Their thesis: all these functions share the same employee data, so a unified platform eliminates duplicate work. Customers using 3+ modules have net revenue retention above 140%, per their public disclosures.


Further Reading

FAQ

Q: How often should we track multi-product attach rate?

Monthly at minimum, with quarterly deep dives segmented by customer size and tenure. The metric moves slowly (customers do not adopt new products overnight), so weekly tracking adds noise without insight.

Q: What's a realistic target for attach rate?

If you have just launched your second product, aim for 15-20% within the first year. Mature platforms with strong integrations should target 35-50%. Getting above 50% requires deliberate bundling, shared data infrastructure, and cross-product workflows that make the combination meaningfully better than individual tools.

Q: Can multi-product attach rate be gamed?

Yes. The most common tactic is reclassifying features as "products" to inflate the number. Guard against this by defining products as distinct SKUs with independent pricing and standalone value. Another risk: forcing bundles where customers pay for products they never use. This inflates attach rate on paper but creates resentment and eventual churn. Measure active usage, not just billing.

Free PDF

Track More PM Metrics

Get metric definitions, frameworks and analytics guides delivered weekly.

or use email

Join 10,000+ product leaders. Instant PDF download.

Want full SaaS idea playbooks with market research?

Explore Ideas Pro →

Put Metrics Into Practice

Use our free calculators, templates, and frameworks to track and improve this metric.