What is a sales commission clawback?

A sales commission clawback is a provision in a comp plan that allows a company to recover previously paid commissions if certain conditions occur after a deal closes — most commonly, the customer churning or cancelling within a defined window.

The logic is straightforward: if a rep closes a deal that immediately churns, they shouldn't keep the full commission. Clawbacks align rep incentives with actual customer outcomes, not just signature events.

Why SaaS companies use clawbacks

In subscription businesses, the value of a deal isn't realized at close — it's realized over the contract lifetime. Without clawbacks, a rep has every incentive to close any deal that will get through legal, even if the customer is a poor fit. With clawbacks:

Most early-stage SaaS companies introduce clawbacks once churn becomes measurable — typically after 12–18 months of selling.

How the clawback window works

The clawback window defines how long after a deal closes a churn can trigger commission recovery. The most common windows:

Window Typical use case Notes
90 days Month-to-month or short-term contracts Most common starting point
180 days Annual contracts Covers the first two quarters post-close
12 months Multi-year deals or high-ACV segments Less common; can feel punitive to reps

The window is measured from the contract start date — not the date commission was paid. This matters: if you pay commission in the month following close, a 90-day window still runs from the original close date.

Best practice: Define the clawback window clearly in your comp plan document and communicate it during onboarding. Reps who understand the policy upfront are far less likely to dispute clawbacks later.

What triggers a clawback

Clawback triggers vary by company. The most common:

Avoid over-engineering triggers. A clawback policy with five trigger types and proportional calculations becomes impossible to communicate clearly. Start with a single trigger — full churn within 90 days — and expand only if you have a specific problem to solve.

How to track clawbacks in Excel

The cleanest approach is a dedicated Clawback Log tab with one row per churned deal. Here's the column structure:

Rep Deal Name Close Date Churn Date Within Window? Commission Paid Clawback Amount
Tyler B. Acme Co 2026-01-15 2026-03-20 =IF((D2-C2)<=90,"Yes","No") $2,400 =IF(E2="Yes",F2,0)

The "Within Window?" formula checks whether the churn happened within 90 days of close. The "Clawback Amount" formula only applies the recovery if the window check returns "Yes".

To deduct clawbacks from a rep's current-period payout, use SUMIF to pull the total clawback amount per rep:

=SUMIF(ClawbackLog[Rep], A2, ClawbackLog[Clawback Amount])

Then subtract that from their gross commission in the main calculator:

=GrossCommission - SUMIF(ClawbackLog[Rep], A2, ClawbackLog[Clawback Amount])

One thing to watch out for

If a clawback amount is larger than a rep's current-period commission — common if they had a slow month — you have two options: carry the balance forward to the next period, or cap the deduction at the current payout. Decide your policy upfront and build it into the formula.

How to communicate clawbacks to reps

Clawbacks only create friction when they're a surprise. To keep things clean:

Clawback tracking built in

The CommissionStarter template includes a dedicated Clawback Tracker tab. Log churned deals, and net commissions adjust automatically in the calculator — no manual formula work. $5 one-time, works in Excel and Google Sheets.

Get the Template — $5 →