Skip to content
Calculator Collection

Sales Commission Calculator

Compute total sales compensation combining base salary with a two-tier commission structure and quota achievement bonus. Useful for sales reps planning income, sales managers designing commission structures, and HR analysts modeling sales team total compensation.

Last updated: May 2026

Fill in the required fields to see your result.

Compare with similar

About this calculator

The formula sums base salary, tiered commission, and quota bonus: total pay = baseSalary + (min(salesAmount, tier1Threshold) × commissionRate1/100) + (max(0, salesAmount − tier1Threshold) × commissionRate2/100) + (quota bonus if salesAmount ≥ tier1Threshold else 0). The two-tier structure incentivizes exceeding the first threshold: sales up to threshold earn first-tier commission rate (often 2-4%); sales above threshold earn higher second-tier rate (often 4-8%, sometimes more); reaching threshold also triggers a quota achievement bonus. The structure motivates effort beyond minimum performance by providing accelerating compensation. Edge cases: sales exactly equal to threshold earn the quota bonus and full first-tier commission but zero second-tier commission. The math handles all sales amounts correctly: below threshold gets only first-tier; at or above gets both tiers plus bonus. Real commission plans are often more complex than this two-tier model. Common variations: multiple tiers (3-5+ rates, each higher than previous); accelerators (rate increases at higher achievement levels, like 120% or 150% of quota); team-based bonuses; new-customer vs renewal split rates; product mix incentives (higher rates for strategic products); deal-size considerations (different rates for large vs small deals); deal complexity factors. Some plans use draws against commission (advance pay against expected commission); some use clawbacks (commission revoked if customer cancels within specific period). Commission timing varies: paid monthly with quarterly true-up; paid quarterly with annual reconciliation; paid annually on commission earned. For sales rep planning, understanding the exact commission structure is essential — modeling income requires not just understanding rates but also payment timing, quota measurement periods, recoverable draws, and clawback policies. For employer commission plan design, key principles include: simplicity for understanding (complex plans demotivate), alignment with strategic goals (incentivize behaviors company wants), clear measurement (no disputes over what counts), reasonable difficulty (not impossible but not easy), and competitive market rates (must attract and retain talent). Industries vary significantly: SaaS sales typically 7-12% of annual contract value; insurance 10-15%+ for new business; real estate 2-3% commission per side; consulting/services more variable.

How to use

Example 1 — Standard sales rep meeting quota. Base salary $3,000; total sales $50,000; tier-1 rate 3%; tier-1 threshold $25,000; tier-2 rate 5%; quota bonus $1,000. Enter 3000, 50000, 3, 25000, 5, 1000. Result: 3000 + (min(50000, 25000) × 3/100) + (max(0, 50000 − 25000) × 5/100) + (50000 ≥ 25000 ? 1000 : 0) = 3000 + (25000 × 0.03) + (25000 × 0.05) + 1000 = 3000 + 750 + 1250 + 1000 = $6,000 total. ✓ Total compensation: $3,000 base + $2,000 commission + $1,000 bonus. Effective commission rate on sales is 6% blended ($3,000/$50,000), reflecting accelerating tier structure. This rep has strong incentive to exceed $25,000 threshold given the tier-2 rate is 1.67x tier-1. Example 2 — Below quota performance. Same plan, but sales of $20,000 (under threshold). Enter 3000, 20000, 3, 25000, 5, 1000. Result: 3000 + (min(20000, 25000) × 0.03) + (max(0, 20000 − 25000) × 0.05) + (20000 ≥ 25000 ? 1000 : 0) = 3000 + 600 + 0 + 0 = $3,600 total. ✓ Commission of $600 only; no tier-2 or bonus. The gap between threshold and actual sales ($5,000 short) costs the rep $250 in lost tier-1 commission, $0 in tier-2 (since not yet at threshold), and $1,000 in bonus — total $1,250 less than they'd earn at threshold. This is the motivating force of quota-based plans: significant compensation differential between hitting and missing target.

Frequently asked questions

What are typical commission structures in sales compensation?

Several common patterns. (1) Straight commission: 100% commission, no base salary; used in some real estate, insurance, and high-end retail. Reps bear income risk but have high upside. (2) Base + commission: combination of stable salary and variable commission; most common in B2B sales. Base typically $40-100k for tech sales, with commission/bonus targeting 50-100% of base at quota (so target total compensation is $80-200k, with significant upside for exceeding quota). (3) Tiered/accelerated commission: rate increases at higher achievement, providing extra incentive to exceed quota. Common rates: tier 1 (below quota) 2-5%; tier 2 (at/over quota) 4-10%; tier 3 (significantly over quota, often 120%+ of quota) 6-15%+. (4) Quota-based with bonus: similar to tier structure but with explicit bonus payment at quota achievement, often $1k-50k+ depending on role. (5) Multi-product or multi-territory: different rates for different products (higher for strategic items) or different geographies. (6) New vs renewal: new business often pays higher commission than renewal/recurring; SaaS particularly emphasizes new logo acquisition. (7) Draw against commission: monthly draw advance, true-up at commission earning; non-recoverable draw means draw isn't clawed back if commission falls short, recoverable means it can be. (8) MBO (Management By Objectives) bonuses: discretionary or formulaic bonuses based on specific objectives. Compensation strategy varies by industry, role, sales cycle, and company stage; SaaS and enterprise software typically have most complex plans, while transactional sales (retail, simple B2B) often have simpler structures.

How are sales quotas typically set?

Several approaches. (1) Top-down: sales leadership sets total quota based on revenue targets, then distributes across territories and reps. Often disconnected from territory potential and rep capability. (2) Bottom-up: rep input on opportunity assessment, aggregated to total. More accurate to reality but can be sandbagged. (3) Hybrid: top-down target with bottom-up adjustments based on territory analysis. (4) Year-over-year growth: prior year actual plus growth percentage (10-30%). Simple but doesn't account for changing market conditions or territory potential. (5) Account potential analysis: detailed assessment of named accounts, their potential, current penetration; quota set as a percentage of identified potential. (6) Market share-based: quota tied to capturing specific percentage of available market. Quota design principles: should be challenging but achievable (60-70% of reps hitting quota is typical healthy distribution); should be measurable without dispute; should be transparent so reps understand math; should be aligned with company strategy (e.g., emphasizing new business if growth is priority, retention if mature market). Quotas reset annually for most plans; some use rolling quarters or trimesters. Quota credit timing matters: booking (when contract signed) vs invoicing (when billed) vs revenue (when service delivered) all produce different patterns. Quota distribution among team should be calibrated based on territory potential — reps in stronger territories should have higher quotas, not equal quotas to reps in weaker territories.

How should I evaluate a commission plan when considering a sales job?

Several factors. (1) Total target compensation (OTE — On Target Earnings): base + commission at 100% quota achievement. Compare across opportunities; industry surveys (RepVue, Glassdoor, Bridge Group reports for SaaS) provide benchmarks. (2) Base/commission split: more base = more stable income but less upside; more commission = higher risk/reward. New sellers often prefer higher base; experienced top performers prefer higher commission. (3) Realistic achievability: what percentage of reps hit quota historically? Below 50% suggests overly ambitious quota; above 80% may suggest under-ambitious. Ask explicitly during interview. (4) Accelerator structure: above-quota rates and stacks matter for top performers. Strong accelerators reward overachievement; flat plans cap upside. (5) Territory or account assignment: prime territories vs new/undeveloped territories have very different potential at the same quota. Understand what you're inheriting. (6) Payment timing: when do you get paid commission? Monthly with reconciliation? Quarterly? When does clawback risk extend? (7) Plan stability: do they change quotas mid-year? Do they retroactively adjust commission structure? Stable plans matter for income predictability. (8) Tools and support: leads provided, marketing support, technical resources — affects ability to hit quota. (9) Career trajectory: what is path beyond current role? Some commission roles have ceiling; others scale meaningfully. Total package evaluation should consider all these dimensions, not just commission rate alone. Many sellers experience disconnect between recruited expectation and actual earnings due to unrealistic OTE assumptions; reference checks with current/former reps are valuable.

What are the most common mistakes with commission compensation?

For sales reps: the biggest is over-relying on OTE projections without confirming achievability; recruiters quote OTE assuming quota achievement, but if only 40% of reps hit quota, expected earnings are much lower. Ask attainment rates explicitly. The second is not understanding clawback and chargeback provisions; commission paid early may be revoked if deals are canceled, customers churn, or contracts adjust. The third is poor cash flow management for commission-heavy compensation; income lumpiness creates personal finance challenges. The fourth is not negotiating commission plan changes when conditions warrant; major market shifts, territory changes, or product line changes should trigger plan renegotiation. The fifth is focusing only on near-term commission rather than long-term career trajectory; some commission roles cap out, others scale. For sales managers/HR: the biggest mistake is over-complex plans that reps can't calculate; if they can't easily project earnings, the incentive doesn't drive behavior. The second is setting unattainable quotas; consistent under-attainment destroys morale and drives turnover. The third is changing plans mid-year without consideration; reps respond to instability by leaving. The fourth is misaligning incentives with company strategy; if company needs new logos but plan rewards renewals more, reps optimize against company goals. The fifth is not capping plan upside; runaway commissions on exceptional deals can produce uncomfortable compensation outcomes and tension with senior leadership. Cap structures (with possible negotiation overrides) handle this. The sixth is failing to involve sales reps in plan design; bottom-up input creates better plans than top-down imposition. The seventh is measuring quota credit on bookings vs revenue inconsistently; choose one approach and stick with it. The eighth is not communicating plan changes clearly and in advance; rep should never be surprised by their commission calculation.

When should I not use this calculator?

Skip it for sales plans more complex than two-tier structure with quota bonus; many plans have 3+ tiers, multiple product splits, team components, MBO bonuses, accelerators above 100% quota, and other features the simple formula doesn't capture. Use comprehensive plan modeling for complex plans. It is the wrong tool for non-sales roles with variable compensation (executive bonus plans, profit sharing, partner distributions); those use different structures and incentive logic. Do not use it for evaluating commission plans during job change without verifying the plan documentation; plans presented during interview may differ from actual plan in compensation document — always get the formal plan documentation before accepting. For commission disputes or back-pay claims, work with employment attorneys; the calculator doesn't handle legal nuances. For sales plan design, the calculator illustrates one structure but actual design should involve sales operations professionals, HR comp specialists, and ideally external consulting for important plans. For multi-period plans (quarterly with annual true-up, rolling quotas, trimester structures), simple period-based calculation doesn't capture full plan economics. For payment timing analysis, calendar-based modeling matters as much as rate calculation (when do you actually receive each dollar?). For tax planning around commission timing (deferring or accelerating compensation across tax years), specialized tax advice needed. And for early-career sales considerations between roles with very different commission structures, mentorship from experienced sales professionals often provides more useful guidance than formula-based analysis — the question of which role suits your selling style, risk tolerance, and career goals matters as much as the commission math.

Sources & references