All calculators
operations kpi·Advanced
Scheduled vs Reactive Maintenance Ratio
Calculate the ratio of planned vs unplanned maintenance hours — a leading indicator of mai
Formula: total_hours = scheduled_hours_per_month + reactive_hours_per_month; scheduled_pct = scheduled_hours_per_month / max(scheduled_hours_per_month + reactive_hours_per_month, 1) * 100; reactive_pct = reactive_hours_per_month / max(scheduled_hours_per_month + reactive_hours_per_month, 1) * 100
Calculate the ratio of planned vs unplanned maintenance hours — a leading indicator of maintenance maturity.
Inputs
Results
Total Hours
400 hours
Scheduled %
70 %
Reactive %
30 %
Warnings & checks
- ⚠Show warning when configured threshold is crossed
Recommended next actions
- →Review the result against your operational targets
Formula
total_hours = scheduled_hours_per_month + reactive_hours_per_month; scheduled_pct = scheduled_hours_per_month / max(scheduled_hours_per_month + reactive_hours_per_month, 1) * 100; reactive_pct = reactive_hours_per_month / max(scheduled_hours_per_month + reactive_hours_per_month, 1) * 100Use for estimation. Verify safety-critical calculations with qualified review.