06-reference

how to calculate cac

Thu Apr 02 2026 20:00:00 GMT-0400 (Eastern Daylight Time) ·article ·source: https://andrewchen.com/how-to-actually-calculate-cac/ ·by Andrew Chen (a16z)

How to (Actually) Calculate CAC — Beyond the Basic Formula

Andrew Chen’s detailed framework for calculating customer acquisition cost correctly. The basic formula (Total Marketing + Sales / New Customers) is misleading without addressing three key questions.

CAC vs. CPA

CAC measures cost to acquire a paying customer. CPA measures cost to acquire a non-customer action (registration, activated user, trial, lead). They are related but completely different metrics. CPA tracks leading indicators to CAC.

Three key questions

1. What is the time lag between spend and acquisition?

If average time from lead to customer is 60 days, you can’t divide this month’s spend by this month’s customers. Adjusted formula:

CAC = (Marketing Expenses (n-60) + 1/2 Sales (n-30) + 1/2 Sales (n)) / New Customers (n)

2. What expenses to include?

Three common mistakes:

Freemium edge case: if the free product is the primary acquisition method, should engineering/PM/support costs for the free product be included? Chen says yes.

3. Are you mixing new and returning customers?

Including all customers (new + returning) in the denominator while only counting new-customer acquisition expenses in the numerator makes CAC look artificially low. Fix: either include all expenses and all customers, or separate new from reactivated in both numerator and denominator.

Connects to SaaS metrics, pricing strategy, growth.

Open questions