Home / Blog / Customer Acquisition Cost
How-to · 2026

Customer Acquisition Cost: The Formula, and the Four Things People Leave Out

Sales and marketing spend divided by new customers. The arithmetic takes one line; the disagreements take the rest of this page, and they move the number by more than any of the arithmetic does.

By · Published August 26, 2026 · 9 min read

Customer acquisition cost is the easiest metric in this whole category to calculate and one of the easiest to get wrong, because nothing about the formula tells you what belongs in it. I have watched two people compute CAC for the same company in the same week and come out 40% apart, both correct by their own definition, neither having written that definition down. Here is the formula, then the four decisions that actually determine the answer.

The formula, stated once

For a chosen period:

CAC = total sales and marketing spend / new customers acquired

Spend $40,000 in a quarter, acquire 200 new customers, CAC is $200. That is the whole calculation. Every argument worth having is about the two inputs.

Decision one: what goes in the numerator

The narrow version is ad spend. The honest version is everything you spend to make acquisition happen: ad spend, the salaries of the people doing sales and marketing, agency fees, the tools that only exist to support that work, content production, commissions on new business.

The gap is not small. A two-person marketing team on $75,000 each, running $30,000 a quarter in ads, has a numerator of roughly $67,500 a quarter with salaries and $30,000 without. Same company, same customers, CAC differs by 2.25x.

Neither is wrong. Ad-spend-only answers "is this channel working"; fully loaded answers "what does growth cost us". The mistake is computing one and using it to answer the other question — usually the flattering direction, and usually in a board deck.

Decision two: who counts as a new customer

Harder than it sounds once you look at a real export. A returning customer who lapsed for a year and came back — new or not? A free trial that converted this month but signed up four months ago — which period owns them? An account that bought three times in the period — one customer or three orders?

The last one catches people constantly, because an order export has one row per order and counting rows gives you orders, not customers. You need distinct customers, and you need a customer identifier that is actually stable — email addresses change case and get typo'd, and Jane@co.com and jane@co.com will happily count twice.

Decision three: blended or paid

This is the one that most changes what the number is good for.

Blended is always the lower number, because organic customers dilute the denominator without adding to the numerator. Presenting blended CAC while discussing ad performance is the most common way this metric gets quietly abused, and it is rarely deliberate — it is usually just whichever number the spreadsheet already had.

Decision four: which period owns the cost

Money spent in January acquires customers in February and March. Divide January's spend by January's customers and you have compared a cause to the wrong effect. It matters most where the sales cycle is long or the spend is lumpy — a campaign that launched three weeks before quarter end will make that quarter look expensive and the next one look brilliant.

There is no clean fix in a spreadsheet, only an honest choice: either lag the spend by roughly your sales cycle, or use periods long enough that the smearing does not dominate. Quarterly is usually enough. Weekly CAC on a 60-day sales cycle is noise with a decimal point.

From owning a P&L and building the reporting for it

The most useful thing I ever did with CAC was stop reporting it as one number. We reported paid CAC by channel, and blended CAC for the business, on the same page, with both definitions printed underneath in small type.

It was not more accurate. It was harder to argue with. The argument in those meetings had never actually been about acquisition cost — it was about whose number was the real one, and printing both definitions ended it permanently. A metric that everyone computes differently is not a metric, it is a topic.

If you take one thing from this page, take that: write the definition next to the number. It costs a line and it saves the meeting.

CAC on its own means nothing

A CAC of $400 is excellent or ruinous depending entirely on what a customer is worth. The standard pairing is the LTV:CAC ratio — lifetime value divided by acquisition cost.

LTV:CACUsual reading
below 1:1You lose money on every customer acquired.
around 3:1Commonly treated as healthy.
above 5:1Often underspending rather than winning.

Treat 3:1 as a convention rather than a law — it comes from venture-backed SaaS and travels badly to businesses with different margins. The related number, CAC payback period, is often more useful for a small business: how many months of gross profit it takes to earn back what you spent acquiring the customer. That one is about cash, and cash is what actually constrains you.

Doing it from your exports

The inputs usually live in three different files, which is most of why this is annoying rather than hard.

  1. Spend. Ad platform exports for paid, the P&L or payroll for the loaded version. Sum to one figure per period.
  2. New customers. From the order or deal export, take distinct customer identifiers whose first order falls in the period. In Excel that is a helper column with =MINIFS(order_date, customer_id, [@customer_id]), then count the rows where the first order date lands inside the period. Normalise the identifier first — =LOWER(TRIM(email)) — or case differences will inflate your customer count and deflate CAC.
  3. Divide, and write both inputs next to the result so the next person can see what you chose.
The ten-second check: multiply your CAC by your new-customer count and see whether it lands back on your actual spend. If it does not, the two files are covering different date ranges — which is the single most common error here, and invisible in the output.

Doing it without rebuilding it every month

The calculation is not the work. Rebuilding it every month across three exports, and remembering which definition you used last time, is the work.

This is what Quiriz is for: the definition of CAC — what is in the numerator, who counts as new, blended or paid, which period — gets written down once in Company Context, and then the same question returns the same number next month, from the same three files. Not because the model is clever, but because it is no longer re-deciding what you meant. We wrote about why that matters in why AI gives you a different number every time.

One definition, every month

Write down what your business means by CAC once, then ask for it in plain English against this month's exports. Free to start.

Try Quiriz free →

Frequently asked questions

What is the formula for customer acquisition cost?
CAC is total sales and marketing spend for a period divided by the number of new customers acquired in that period. The arithmetic is trivial; the disagreements are all about what goes into the numerator and who counts as a new customer in the denominator. Two people using the same formula on the same business routinely land 40% apart.
What is a good customer acquisition cost?
There is no universal number, because CAC only means something next to what a customer is worth. The usual benchmark is the LTV:CAC ratio, where 3:1 is treated as healthy and below 1:1 means you lose money on every customer. A CAC of $400 is excellent if customers stay three years and terrible if they churn in four months.
What is the difference between blended CAC and paid CAC?
Blended CAC divides all sales and marketing spend by all new customers, including the ones who arrived through word of mouth or organic search. Paid CAC divides only paid spend by only the customers that spend acquired. Blended tells you what the business costs to grow; paid tells you whether a channel is working. Reporting blended and calling it paid flatters the number, which is the single most common way CAC gets misused.
Should salaries be included in customer acquisition cost?
If you want CAC to mean the cost of acquiring a customer, yes — the salaries of the people doing sales and marketing are part of that cost, along with tools and agency fees. Excluding them produces a number that is really just ad spend per customer. Whichever you choose, write it down, because a CAC that quietly changes definition between quarters is worse than no CAC.