# The LTV:CAC ratio, and why 3:1 is not always the goal

> LTV:CAC above 3:1 is the conventional healthy threshold, but above 5:1 usually means you are under-investing in growth. For a bootstrapped product, CAC payback period matters more, because it answers a cash question: how many months until a customer has paid for themselves.

Source: https://rankcert.com/blog/ltv-to-cac-ratio
Published: 2026-08-29 · Updated: 2026-08-29

---


LTV:CAC is the most quoted ratio in SaaS and one of the easiest to compute wrongly in a direction that flatters you. Both inputs are estimates, and errors compound.

## The calculation

```
LTV = ARPU × gross margin % ÷ monthly churn rate
CAC = sales and marketing spend ÷ new paying customers
```

Worked example: $50 ARPU, 80% gross margin, 4% monthly churn.

```
LTV = 50 × 0.80 ÷ 0.04 = $1,000
```

With $250 CAC, the ratio is 4:1.

## Where it goes wrong

**Skipping gross margin.** Using revenue instead of margin gives $1,250 and a 5:1 ratio. If your real margin is 60% because of inference costs or heavy support, the true LTV is $750 and the ratio is 3:1. Same business, very different picture.

**Churn from too little data.** Dividing by churn means small errors explode. At 4% churn LTV is $1,000; at 6% it is $667. With three months of data and a dozen cancellations, your churn estimate could easily be off by that much.

**Blended CAC.** If organic costs $20 per customer and paid costs $400, a blended $250 tells you nothing about whether to increase ad spend. Compute CAC per channel - the blended number is only useful for a board slide.

**Ignoring time.** LTV is realised over years; CAC is paid today. A 4:1 ratio with a 24-month payback can still bankrupt you.

## What 3:1 actually means

The conventional benchmark comes from venture-backed SaaS, where it signals a business worth pouring capital into. It is a fundraising heuristic more than an operating one.

- **Below 1:1** - you lose money on every customer. Stop spending on acquisition and fix churn or pricing.
- **1:1 to 3:1** - marginal. Works if payback is fast; does not if it is slow.
- **3:1 to 5:1** - the conventional healthy band.
- **Above 5:1** - usually means you are under-investing. If every customer returns five times what they cost, you should be spending more, not congratulating yourself.

That last point is the one people miss. A very high ratio on tiny volume is not success; it is an under-exploited channel.

## The better number for a bootstrapped product

**CAC payback period:**

```
CAC ÷ (ARPU × gross margin %)
```

For the example above: 250 ÷ (50 × 0.8) = **6.25 months**.

This matters more than LTV:CAC when you are funding growth from revenue, because it answers a cash question rather than a theoretical one: how long until this customer has paid for themselves and starts funding the next one.

- **Under 12 months** - healthy for SMB self-serve.
- **12–18 months** - workable with funding, painful without.
- **Over 18 months** - you need capital to grow at all.

LTV:CAC says whether the business model works eventually. Payback says whether you survive to find out.

## Improving the ratio

Ordered by how much leverage each has:

1. **Reduce churn.** It is in the denominator of LTV, so it has the largest effect of any single input. Halving churn doubles LTV.
2. **Raise prices.** Directly increases ARPU, and for most small SaaS products has less churn impact than founders fear.
3. **Add expansion revenue.** Usage tiers or seats grow ARPU without new acquisition, and expansion has effectively zero CAC.
4. **Shift acquisition mix.** Move spend from expensive channels toward the cheap ones your own per-channel CAC identifies.
5. **Improve conversion rate.** Same spend, more customers, lower CAC.

Notice that four of the five are retention and pricing, not marketing. That is the usual answer.

<Callout>
Compute both ratios per acquisition channel, not just in aggregate. A blended 4:1 can hide one channel at 12:1 that you should be doubling and another at 0.8:1 that you should stop today.
</Callout>

<Cta />
