Vehicle Utilisation Rate Calculator
Calculate fleet utilisation rate — the percentage of time vehicles are actively generating
Formula: utilisation_rate = active_vehicles_avg / fleet_size * 100; idle_vehicles_avg = fleet_size - active_vehicles_avg; idle_vehicle_cost_monthly = idle_vehicles_avg * revenue_per_vehicle_per_day * working_days_per_month; revenue_at_current_utilisation = active_vehicles_avg * revenue_per_vehicle_per_day * working_days_per_month; revenue_at_full_utilisation = fleet_size * revenue_per_vehicle_per_day * working_days_per_month; utilisation_revenue_gap = revenue_at_full_utilisation - revenue_at_current_utilisation
Calculate fleet utilisation rate — the percentage of time vehicles are actively generating revenue. Identify idle assets and optimisation opportunities.
Inputs
Results
Warnings & checks
- ⚠Show warning when configured threshold is crossed
Recommended next actions
- →Review the result against your operational targets
Formula
utilisation_rate = active_vehicles_avg / fleet_size * 100; idle_vehicles_avg = fleet_size - active_vehicles_avg; idle_vehicle_cost_monthly = idle_vehicles_avg * revenue_per_vehicle_per_day * working_days_per_month; revenue_at_current_utilisation = active_vehicles_avg * revenue_per_vehicle_per_day * working_days_per_month; revenue_at_full_utilisation = fleet_size * revenue_per_vehicle_per_day * working_days_per_month; utilisation_revenue_gap = revenue_at_full_utilisation - revenue_at_current_utilisationUse for estimation. Verify safety-critical calculations with qualified review.