All calculators
operations kpi·Advanced
Dump Truck Cycle & Utilisation
Calculate dump-truck cycles per shift and load-tonnes moved at a quarry/site, given haul d
Formula: cycles_per_truck_per_shift = shift_hours * 60 / max(cycle_time_minutes, 1); tonnes_per_truck_per_shift = shift_hours * 60 / max(cycle_time_minutes, 1) * payload_tonnes; fleet_tonnes_per_shift = shift_hours * 60 / max(cycle_time_minutes, 1) * payload_tonnes * truck_count
Calculate dump-truck cycles per shift and load-tonnes moved at a quarry/site, given haul distance and cycle time.
Inputs
Results
Cycles Per Truck Per Shift
19.29 cycles
Tonnes Per Truck Per Shift
385.71 t
Fleet Tonnes Per Shift
1,542.86 t
Warnings & checks
- ⚠Show warning when configured threshold is crossed
Recommended next actions
- →Review the result against your operational targets
Formula
cycles_per_truck_per_shift = shift_hours * 60 / max(cycle_time_minutes, 1); tonnes_per_truck_per_shift = shift_hours * 60 / max(cycle_time_minutes, 1) * payload_tonnes; fleet_tonnes_per_shift = shift_hours * 60 / max(cycle_time_minutes, 1) * payload_tonnes * truck_countUse for estimation. Verify safety-critical calculations with qualified review.