Calc Hub

Customer Payback Period Calculator

Estimate months to recover CAC from monthly gross profit per customer, then see 12-, 24-, and 36-month gross-profit value plus a simple 36-month LTV:CAC ratio.

Last updated: 2026-03-25

Customer payback period calculator

Enter your values

See how quickly gross profit per customer earns back acquisition cost and how the value stack grows over time.

All required fields must be filled in.

Payback Period

--

Enter CAC, ARPU, and gross margin to estimate payback months and simple horizon-based customer value.

Calculation History(0)
No calculations yet. Complete a calculation to see it here.

Example calculations

Tap an example to prefill the calculator with sample values.

Efficient B2B SaaS

$800 CAC and $120 ARPU at 78% gross margin

A fairly efficient recurring-revenue setup where customer payback happens inside the first year.

Result: Healthy unit economics usually recover CAC well before the second year at this margin level

Sales-assisted motion

$2,200 CAC and $190 ARPU at 70% gross margin

A more expensive acquisition channel that needs higher contribution profit and patience before CAC is recovered.

Result: Longer payback windows can still work, but they put more pressure on cash flow and retention execution

How the payback estimate works

The calculator turns ARPU and gross margin into monthly gross profit per customer, then divides CAC by that monthly contribution profit to estimate how many months it takes to recover acquisition spend.

It also multiplies monthly gross profit across 12, 24, and 36 months so you can compare the payback timeline with rough value creation over more practical operating horizons.

Customer payback FAQs

How CAC recovery and gross-profit horizons fit into a quick unit-economics view.

Why focus on payback instead of only LTV:CAC?

Because payback speaks directly to cash efficiency. A customer can look attractive on a multi-year LTV basis while still taking too long to recover acquisition spend for the company's current cash position.

Why are the 12-, 24-, and 36-month values simple gross-profit multiples?

This tool is intentionally quick. It multiplies monthly gross profit by the chosen horizon rather than modeling retention curves, expansions, or contraction. That keeps the result useful for first-pass planning.

Embed this calculator

Copy the code below to embed this calculator on your website or blog. It's free — no API key needed.

<iframe
  src="https://calc.mintloop.dev/embed/business/customer-payback-period-calculator"
  width="100%"
  height="600"
  frameborder="0"
  title="Customer Payback Period Calculator"
  loading="lazy">
</iframe>
Optional: auto-resize script
<script>
var CALC_HUB_ORIGIN = 'https://calc.mintloop.dev';
window.addEventListener('message', function(e) {
  if (e.origin !== CALC_HUB_ORIGIN) return;
  if (!e.data || e.data.type !== 'calc-hub-resize') return;
  var frames = document.querySelectorAll('iframe[src*="calc.mintloop.dev"]');
  frames.forEach(function(f) {
    if (f.contentWindow === e.source) {
      f.style.height = String(Math.max(0, Number(e.data.height) || 0)) + 'px';
    }
  });
});
</script>

Pair payback math with adjacent SaaS pricing and operating-metrics calculators.

Get more SaaS calculators

Join the Calc Hub newsletter for new calculators for pricing, retention, CAC efficiency, and business operations.

Join the Calc Hub newsletter

Was this calculator helpful?

Your feedback helps us improve future calculators.