CalculatorMasters

Absence Rate Formula

Learn how to calculate employee absence and attendance rates from scheduled workdays and recorded absence days.

The absence rate shows the share of scheduled employee work time lost to recorded absence. The attendance rate shows the remaining share of scheduled time attended. Both measures use scheduled workdays rather than calendar days, making them useful for reviewing a team, department, or whole workforce over a consistent reporting period.

  • 100% Free
  • No Sign-Up Required
  • Private & Secure
  • Mobile Friendly

Absence Rate

Absence rate = (Total absence days / Total scheduled workdays) × 100

Where:

First calculate all workdays the group was scheduled to work. Then divide recorded absence days by that total and multiply by 100.

Variables Explained

VariableWhat It MeansUnit
absenceDays - Total absence daysThe total full-day or part-day equivalent absences recorded for the group.days
employeeCount - Number of employeesThe average number of employees included in the reporting period.number
workdaysPerEmployee - Scheduled workdays per employeeThe workdays each employee was scheduled to work in the reporting period.days
scheduledWorkdays - Total scheduled workdaysThe total available employee workdays before recorded absences.days
daysPresent - Estimated days presentScheduled workdays remaining after absence days are removed.days

Step-by-Step Calculation

1

Calculate total scheduled workdays

Multiply the number of employees by their scheduled workdays in the reporting period.

scheduledWorkdays = employeeCount * workdaysPerEmployee

2

Calculate estimated days present

Subtract recorded absence days from scheduled workdays. The maximum function prevents a negative result.

daysPresent = max(0, scheduledWorkdays - absenceDays)

3

Calculate the absence rate

Divide absence days by scheduled workdays and convert the result to a percentage.

absenceRate = (absenceDays / scheduledWorkdays) * 100

4

Calculate the attendance rate

Divide estimated days present by scheduled workdays and convert the result to a percentage.

attendanceRate = (daysPresent / scheduledWorkdays) * 100

5

Check the relationship between rates

When the same scheduled-workday base is used, attendance and absence rates add to 100%.

attendanceRate = 100 - absenceRate

Monthly absence rate calculation for a 25-person team

Number of employees25 employees
Scheduled workdays per employee22 days
Total absence days18 days
Reporting periodMonthly
1

Find scheduled workdays

25 × 22

550 days

2

Find estimated days present

550 - 18

532 days

3

Calculate absence rate

(18 / 550) × 100

3.27%

4

Calculate attendance rate

(532 / 550) × 100

96.73%

Final Result

The monthly absence rate is 3.3%, and the attendance rate is 96.7%, based on 550 scheduled workdays.

Try the Calculator →

Assumptions

  • Each included employee is assumed to have the entered number of scheduled workdays.
  • Absence is recorded consistently as full-day or part-day equivalents.
  • Scheduled workdays exclude time that is not intended to be worked under the chosen reporting method.
  • The employee count reasonably represents the group across the reporting period.

Limitations

  • !The calculation is a summary rate and does not show the reasons, duration patterns, or distribution of absences.
  • !A changing workforce, varied schedules, or different part-time arrangements can make a single average workday input less precise.
  • !Results can differ between groups if they apply different rules for leave, holidays, training, or approved time away.
  • !An absence-day total greater than scheduled workdays indicates an input or recording issue rather than a meaningful rate.

Common Mistakes to Avoid

1

Using calendar days instead of scheduled workdays as the denominator.

2

Entering annual leave as absence while leaving the same leave days in scheduled workdays without following a consistent policy.

3

Counting part-day absences as full days instead of converting them to day equivalents.

4

Comparing a weekly rate with an annual rate without considering seasonal patterns and reporting rules.

5

Using the closing headcount when the group size changed substantially during the period.

Related Formulas

Frequently Asked Questions

What is the formula for absence rate?

Absence rate equals total absence days divided by total scheduled workdays, multiplied by 100. Total scheduled workdays equal employee count multiplied by scheduled workdays per employee.

How do you calculate attendance rate from absence days?

Subtract absence days from scheduled workdays to find estimated days present. Divide days present by scheduled workdays and multiply by 100.

Do absence rate and attendance rate always add up to 100%?

Yes, in this calculation they add to 100% because attendance is defined as scheduled workdays less recorded absence days.

How are half-day absences included?

Enter them as day equivalents. For example, two half-day absences equal one absence day.

Can the absence rate be above 100%?

It should not be. A result above 100% means absence days exceed scheduled workdays, so the source figures should be checked.

Ready to calculate your result?

Use the calculator to get instant results with your own inputs.

Try Absence Rate