Fuel Saving Programme ROI Calculator
Calculate the return on investment of implementing a fleet fuel saving programme including
Formula: monthly_fuel_savings = current_monthly_fuel_spend * (expected_fuel_reduction_pct / 100); annual_fuel_savings = monthly_fuel_savings * 12; ongoing_monthly_cost = telematics_monthly_cost * fleet_size; total_programme_cost_yr1 = training_cost_one_time + implementation_cost + ongoing_monthly_cost * 12; net_benefit_yr1 = annual_fuel_savings - total_programme_cost_yr1; upfront_investment = training_cost_one_time + implementation_cost; payback_months = upfront_investment / (monthly_fuel_savings - ongoing_monthly_cost); three_yr_net_benefit = annual_fuel_savings * 3 - (total_programme_cost_yr1 + ongoing_monthly_cost * 12 * 2); three_yr_roi_pct = three_yr_net_benefit / total_programme_cost_yr1 * 100
Calculate the return on investment of implementing a fleet fuel saving programme including telematics, driver training, and route optimisation.
Inputs
Results
Warnings & checks
- ⚠Show warning when configured threshold is crossed
Recommended next actions
- →Review the result against your operational targets
Formula
monthly_fuel_savings = current_monthly_fuel_spend * (expected_fuel_reduction_pct / 100); annual_fuel_savings = monthly_fuel_savings * 12; ongoing_monthly_cost = telematics_monthly_cost * fleet_size; total_programme_cost_yr1 = training_cost_one_time + implementation_cost + ongoing_monthly_cost * 12; net_benefit_yr1 = annual_fuel_savings - total_programme_cost_yr1; upfront_investment = training_cost_one_time + implementation_cost; payback_months = upfront_investment / (monthly_fuel_savings - ongoing_monthly_cost); three_yr_net_benefit = annual_fuel_savings * 3 - (total_programme_cost_yr1 + ongoing_monthly_cost * 12 * 2); three_yr_roi_pct = three_yr_net_benefit / total_programme_cost_yr1 * 100Use for estimation. Verify safety-critical calculations with qualified review.