Fleet CO₂ Emissions Calculator
Calculate your fleet's carbon footprint, estimate emissions reduction potential from fuel
Formula: monthly_litres_per_vehicle = avg_km_per_vehicle_per_month * fuel_consumption_per_100km / 100; annual_litres_consumed = monthly_litres_per_vehicle * fleet_size * 12; co2_kg_per_litre = 2.64; annual_co2_kg = annual_litres_consumed * co2_kg_per_litre; annual_co2_tonnes = annual_co2_kg / 1000; monthly_co2_tonnes = annual_co2_tonnes / 12; co2_per_km = co2_kg_per_litre * fuel_consumption_per_100km / 100; co2_reduction_potential = annual_co2_tonnes * (target_fuel_reduction_pct / 100)
Calculate your fleet's carbon footprint, estimate emissions reduction potential from fuel efficiency programmes, and model EV/hybrid fleet savings.
Inputs
Results
Warnings & checks
- ⚠Show warning when configured threshold is crossed
Recommended next actions
- →Review the result against your operational targets
Formula
monthly_litres_per_vehicle = avg_km_per_vehicle_per_month * fuel_consumption_per_100km / 100; annual_litres_consumed = monthly_litres_per_vehicle * fleet_size * 12; co2_kg_per_litre = 2.64; annual_co2_kg = annual_litres_consumed * co2_kg_per_litre; annual_co2_tonnes = annual_co2_kg / 1000; monthly_co2_tonnes = annual_co2_tonnes / 12; co2_per_km = co2_kg_per_litre * fuel_consumption_per_100km / 100; co2_reduction_potential = annual_co2_tonnes * (target_fuel_reduction_pct / 100)Use for estimation. Verify safety-critical calculations with qualified review.