Attrition Rate Calculator

Calculate employee attrition rate from headcount, with retention rate and BLS-sourced workforce turnover benchmarks.

Author: Naeem Ullah
Last Updated: July 18, 2026
Rate this tool
Active Calculation FormulaAttrition Rate = (Employees Who Left ÷ Average Headcount) × 100

Adjust Variables

employees
employeesLeft
Min: 0 employeesMax: 1k
employees
beginningHeadcount
Min: 0 employeesMax: 1k
employees
endingHeadcount
Min: 0 employeesMax: 1k
Use Real Campaign Presets
Real-Time Results
Average Headcount0
Attrition Rate0%
Retention Rate0%
All calculations are compiled with double-precision floating math directly in this browser frame. Perfect precision guaranteed.

Interactive Step-by-Step Calculation Proofs

View how variables resolve algebraically down to peer-reviewed standard outputs.

Why Use This Calculator

Tracking customer or subscriber loss instead of employees? Use the churn rate calculator — this page is built for HR and workforce attrition. Attrition rate measures the percentage of a workforce a business loses over a given period, relative to the average size of that group — calculated as Attrition Rate = (Employees Who Left ÷ Average Headcount) × 100, where average headcount smooths out hiring and departures within the period by averaging the beginning and ending counts. A rising attrition rate is an early warning sign for HR and people-ops teams, and it's usually worth breaking down further — by department, tenure, manager, and especially voluntary vs. involuntary separations, since a spike driven by layoffs tells a very different story than one driven by employees choosing to leave. This calculator also returns the retention rate (100% − attrition rate) for the inverse view, and includes national workforce turnover benchmarks from the U.S. Bureau of Labor Statistics for context.

Mathematical Formula Explanation

Calculated standard benchmarks are based on direct functional dependencies. The primary calculation logic follows this formula:

Attrition Rate = (Number Lost ÷ Average Headcount) × 100

Employee Attrition Rate divides departures by the average of beginning and ending headcount, which smooths out hiring and departures within the period rather than relying on a single point-in-time snapshot. This is the only mode on this page — for customer or subscriber loss, with revenue churn and annualized rates included, the dedicated <a href="/finance-calculators/churn-rate-calculator/">churn rate calculator</a> is built specifically for that.

Worked Examples (Step-by-Step)

These examples show quarterly employee attrition for a stable team and a high-turnover team, both calculated from average headcount.

Case Scenario 1

Example 1: Quarterly Employee Attrition

A company starts the quarter with 210 employees and ends with 190, after 16 employees left. What is the attrition rate?

Given Inputs
  • EMPLOYEESLEFT: 16
  • BEGINNINGHEADCOUNT: 210
  • ENDINGHEADCOUNT: 190
Computed Outputs
  • AVERAGEHEADCOUNT: 200
  • ATTRITIONRATE: 8
  • RETENTIONRATE: 92
Case Scenario 2

Example 2: High-Turnover Retail Team

A retail team starts the year with 45 employees and ends with 35, after 18 employees left. What is the attrition rate?

Given Inputs
  • EMPLOYEESLEFT: 18
  • BEGINNINGHEADCOUNT: 45
  • ENDINGHEADCOUNT: 35
Computed Outputs
  • AVERAGEHEADCOUNT: 40
  • ATTRITIONRATE: 45
  • RETENTIONRATE: 55

U.S. Workforce Turnover Benchmarks

MeasureRateNotes
Total separations rate (2025 annual average)3.3% per monthAll industries, all separation types combined (quits + layoffs/discharges + other).BLS: Job Openings and Labor Turnover Survey (JOLTS)
Quits rate (most recent month)1.9% per monthVoluntary separations — employees who left on their own.BLS JOLTS News Release
Layoffs and discharges rate (most recent month)1.1% per monthInvoluntary separations — employer-initiated.

Common Mistakes & Edge Cases

  • Not separating voluntary from involuntary attritionA spike driven by layoffs (involuntary) signals a business decision; a spike driven by quits (voluntary) signals a retention problem. Blending both into one attrition number hides which story is actually true — BLS JOLTS reports quits and layoffs/discharges separately for exactly this reason.
  • Using a single point-in-time headcount instead of the period averageDividing departures by only the ending headcount, rather than the average of beginning and ending, overstates or understates attrition depending on whether the team grew or shrank during the period. Use the average unless comparing against a source that explicitly uses point-in-time headcount.
  • Comparing attrition rate across departments or industries without a baselineRetail and hospitality roles have structurally higher baseline turnover than engineering or executive roles. A 25% attrition rate might be alarming for one team and unremarkable for another — compare against a role- or industry-appropriate baseline, like BLS's industry-level JOLTS breakdowns, rather than one flat 'good' number.

Frequently Asked Questions (FAQ)

Attrition rate is the percentage of employees a business loses over a specific period, relative to the average size of its workforce. It's the standard HR metric for tracking workforce stability, and a rising attrition rate is generally treated as a warning sign worth investigating — by department, tenure, manager, and voluntary vs. involuntary separation.

The formula is: Attrition Rate = (Employees Who Left ÷ Average Headcount) × 100, where Average Headcount = (Beginning Headcount + Ending Headcount) ÷ 2. Using the average rather than a single point-in-time count smooths out hiring and departures that happened within the same period.

Step 1: Find the average headcount by averaging the beginning and ending employee counts for the period — e.g., (210 + 190) ÷ 2 = 200. Step 2: Divide the number of employees who left by that average and multiply by 100 — e.g., 16 ÷ 200 × 100 = 8%. This 8% attrition rate means the company lost the equivalent of 8% of its average workforce during the period.

No — this page is built exclusively for employee/workforce attrition. If you're tracking customers or subscription revenue, use the dedicated churn rate calculator instead — it covers customer churn, revenue (MRR) churn, and a proper annualized-churn calculation.

The U.S. economy-wide total separations rate averaged 3.3% per month in 2025 (BLS JOLTS) — split into roughly a 1.9% monthly quits rate (voluntary) and a 1.1% monthly layoffs/discharges rate (involuntary). See the FAQ below on annualizing a monthly rate before comparing it to a full-year figure. For employee attrition specifically, annualized rates of 10–15% are often considered healthy in lower-turnover industries, while rates above 20% may signal retention problems outside naturally high-turnover sectors like retail and hospitality.

The terms are often used interchangeably, but some organizations draw a distinction: turnover typically includes all separations, including backfilled roles, while attrition sometimes refers specifically to positions that are eliminated or left unfilled after the departure (natural workforce reduction). In everyday usage and in most calculators, including this one, the two terms use the same underlying formula.

Attrition rate and retention rate are complementary and always sum to 100%: Retention Rate = 100% − Attrition Rate. An 8% attrition rate means a 92% retention rate — the same underlying data viewed from opposite directions. Attrition rate emphasizes what was lost; retention rate emphasizes what was kept.

It depends on what you're comparing. A monthly attrition rate answers 'what fraction did we lose this month?' To estimate an annualized rate from a stable monthly rate, you can approximate: Annualized Rate ≈ 1 − (1 − Monthly Rate)^12 (compounding the monthly loss across 12 periods), rather than simply multiplying by 12, since multiplying overstates the true annual loss when the rate is compounding month over month.

Which Calculator Do You Need?

Sources & Methodology