Revenue Per Employee Calculator Formula

Understand the math behind the revenue per employee calculator. Each variable explained with a worked example.

Formulas Used

Revenue Per Employee

revenue_per_employee = total_employees > 0 ? total_revenue / total_employees : 0

Monthly Revenue Per Employee

monthly_per_employee = total_employees > 0 ? total_revenue / total_employees / 12 : 0

Variables

VariableDescriptionDefault
total_revenueTotal Annual Revenue(USD)5000000
total_employeesTotal Full-Time Employees50

How It Works

How to Calculate Revenue Per Employee

Formula

Revenue Per Employee = Total Annual Revenue / Total Full-Time Employees

This productivity metric reveals how efficiently a company converts human capital into revenue. Higher values suggest either strong per-person output, effective automation, or a capital-light business model. Software companies often achieve $200,000-$500,000+ per employee, while service businesses may sit at $80,000-$150,000.

Worked Example

A company generates $5,000,000 in annual revenue with 50 full-time employees.

total_revenue = 5000000total_employees = 50
  1. 01Revenue Per Employee = $5,000,000 / 50 = $100,000
  2. 02Monthly Per Employee = $100,000 / 12 = $8,333

Ready to run the numbers?

Open Revenue Per Employee Calculator