Energy, Solar, Sustainability & Environment Carbon Footprint & Greenhouse Gas Emissions Distance-band passenger-km emission factors with radiative forcing uplift

Flight Carbon Footprint Calculator

Aviation emissions scale almost linearly with distance flown and with how much of the aircraft each passenger occupies. This calculator finds the great-circle distance between two airports (or takes a distance you already have), adds a routing uplift for the fact that aircraft do not fly straight lines, applies a per-passenger-kilometre emission factor appropriate to the haul length, scales it by your cabin class, and optionally multiplies by a radiative forcing uplift to account for the non-CO2 warming effects of contrails and high-altitude nitrogen oxides. It also prices an offset and compares the trip against driving the same distance.

Calculator

This calculator runs in your browser. Enable JavaScript for live results — the inputs, formula and worked example below remain fully readable without it.

Inputs this calculator takes, with typical values
InputWhat to enterExample
Compute distance from airport coordinatesTick to enter latitude and longitude for both airports instead of typing a distance.No
One-way distanceGreat-circle distance for a single leg. Airline booking sites and route databases publish this figure.5555 km
Origin latitudeDecimal degrees, negative for the southern hemisphere. The default is New York JFK.40.6413 °
Origin longitudeDecimal degrees, negative for west of Greenwich.-73.7781 °
Destination latitudeDecimal degrees. The default is London Heathrow.51.47 °
Destination longitudeDecimal degrees, negative for west of Greenwich.-0.4543 °
Trip typeNumber of times you fly the distance above.Round trip (2 legs)
Cabin classA premium seat occupies more of the cabin floor, so it carries a larger share of the aircraft's fuel burn.Economy (×1.0)
Passengers travellingPeople on this itinerary, for the household or team total.1
Times you make this trip per yearSet above 1 to annualise a regular commute or route.1
Radiative forcing multiplierAccounts for contrails, cirrus and high-altitude NOx. Set to 1.0 to report CO2e only; 1.9 is the uplift the UK Government applies in its reporting factors.1.9
Routing uplift over great-circleAircraft fly airways, hold and divert, so actual track exceeds the great-circle distance. Published methodologies add roughly 8 to 10 percent.8 %
Offset priceVoluntary market prices vary enormously by project type and vintage; enter the price your chosen provider quotes.20 $/tonne

It returns

  • CO₂e per passenger for the whole trip — All legs, with the cabin class multiplier and radiative forcing uplift applied.
  • Great-circle distance (one way)
  • CO₂e per passenger, excluding radiative forcing
  • Total for all passengers and trips
  • Total in metric tonnes
  • Cost to offset the total
  • Driving the same distance alone at 25 MPG — Tailpipe CO₂ for one person in a gasoline car over the same great-circle distance — roads are longer, so treat it as a floor.

The formula

d=2Rarcsinsin2(Δφ2)+cosφ1cosφ2sin2(Δλ2)
m=d(1+u)LEFcRFI

In plain text: d = 2R·asin(√(sin²(Δφ/2) + cosφ₁·cosφ₂·sin²(Δλ/2))), then kg CO₂e = d × (1 + u) × legs × EF × class × RFI

  • dGreat-circle distance between the airports (km)
  • RMean Earth radius, 6,371.0088 km (km)
  • φLatitude of each airport in radians (rad)
  • λLongitude of each airport in radians (rad)
  • uRouting uplift over the great-circle path (fraction)
  • EFEconomy-class emission factor for the haul band (kg CO₂e/pax-km)
  • RFIRadiative forcing multiplier for non-CO₂ effects (dimensionless)

The haversine formula returns the shortest path over a spherical Earth. Using a sphere rather than the WGS-84 ellipsoid introduces an error of a few tenths of a percent, well inside the uncertainty of any aviation emission factor.

Updated Category Carbon Footprint & Greenhouse Gas Emissions Verified against published test cases Reading time 11 min

What a flight's carbon number actually represents

An aircraft burns fuel; the calculation divides that fuel among the people on board. Kerosene releases about 3.16 kg of CO2 per kilogram burned, so if you knew the fuel uplift, the payload split and the passenger count you could compute a flight exactly. Nobody has those figures for a specific booking, so the standard approach works backwards from fleet statistics: total fuel burned by a class of aircraft on a class of route, divided by total passenger-kilometres flown, giving a factor in kilograms of CO2e per passenger-kilometre.

That factor is not constant with distance, and the shape of the curve surprises people. Short flights are worse per kilometre because take-off and climb consume a disproportionate share of the fuel and are amortised over very few cruise miles. Very long flights are also penalised, because the aircraft must carry the weight of its own fuel for hours before burning it. The efficiency sweet spot sits in the medium-haul range, which is why the factor used here falls from about 0.246 kg per passenger-kilometre on very short domestic hops to about 0.148 on long haul.

The second big lever is the floor space your seat occupies. Fuel burn is a property of the aircraft, and the per-passenger share follows the fraction of the cabin you take up. A lie-flat business seat occupies roughly three times the floor area of an economy seat, so it carries roughly three times the fuel. This is the reason a business-class booking on the same aeroplane, on the same day, carries several times the footprint of the economy seat one row back.

From two coordinates to a kilogram figure

Step one is the great-circle distance. The haversine formula computes the shortest path across a sphere from two latitude-longitude pairs. The half-angle form is used rather than the naive spherical law of cosines because it stays numerically stable for short distances, where the cosine version loses precision.

Step two is a routing uplift. No aircraft flies the great circle. It follows published airways, avoids restricted airspace, takes advantage of or fights jet-stream winds, and sometimes holds before landing. Established reporting methodologies add roughly 8 to 10 percent to the great-circle figure to represent this, and the calculator lets you set the percentage.

Step three applies the haul-band factor. The calculator selects the factor from the one-way great-circle distance: under 500 km, 500 to 3,700 km, and above 3,700 km. Notice that the band is chosen by the length of a single leg, not the round trip — a return journey is two flights of the same length, not one flight of double the length.

Step four applies the cabin multiplier, and step five, optionally, applies a radiative forcing multiplier. Aviation warms the climate through more than CO2: contrails that form persistent cirrus, nitrogen oxides that alter ozone and methane, and water vapour injected into the upper troposphere. The best current assessments put aviation's total effective radiative forcing at roughly twice its CO2-only forcing, and the UK Government's reporting factors offer an uplift of 1.9 for organisations that choose to include it. The uncertainty band around that figure is wide, and the non-CO2 effects are short-lived while the CO2 persists for centuries, so the two are not straightforwardly interchangeable. The calculator reports both numbers, and you should quote which one you mean.

Worked example: New York to London and back in economy

You fly JFK to Heathrow and back, in economy, once a year. JFK sits at 40.6413° N, 73.7781° W and Heathrow at 51.4700° N, 0.4543° W.

  1. Great-circle distance. Δφ = 10.8287° = 0.188997 rad and Δλ = 73.3238° = 1.279660 rad. The haversine term is sin²(0.094499) + cos(0.709325)·cos(0.898323)·sin²(0.639830) = 0.008903 + 0.472674 × 0.356479 = 0.177403. Taking 2 × 6,371.0088 × arcsin(√0.177403) gives 5,539.7 km one way.
  2. Haul band. 5,539.7 km is above 3,700, so the long-haul economy factor of 0.148 kg CO2e per passenger-km applies.
  3. Routing uplift and legs. 5,539.7 × 1.08 × 2 legs = 11,965.7 passenger-kilometres.
  4. Economy CO2e. 11,965.7 × 0.148 = 1,770.9 kg, or 1.77 tonnes for the round trip.
  5. With radiative forcing at 1.9. 1,770.9 × 1.9 = 3,364.7 kg, about 3.36 tonnes.
  6. In business class. Multiply the CO2e by 2.9: 1,770.9 × 2.9 = 5,135.6 kg without the RF uplift, or 9,757.8 kg with it.
  7. Offset cost. At $20 a tonne, offsetting the 3.36-tonne RF-inclusive economy figure costs $67.30.

For scale, the economy round trip without the RF uplift is roughly 40 percent of the annual emissions of driving 12,000 miles at 25 MPG, which the driving CO2 calculator puts at 4.27 tonnes. One business-class transatlantic return exceeds a whole year of that driving.

Typical round-trip footprints by route length and cabin

Per passenger, round trip, at an 8% routing uplift and excluding the radiative forcing multiplier. Multiply by 1.9 for the RF-inclusive figure.
One-way distanceBand factor (kg/pax-km)EconomyPremium economyBusinessFirst
300 km0.246159.4 kg255.0 kg462.2 kg637.6 kg
1,000 km0.156337.0 kg539.1 kg977.2 kg1,347.8 kg
2,500 km0.156842.4 kg1,347.8 kg2,443.0 kg3,369.6 kg
5,500 km0.1481,758.2 kg2,813.2 kg5,098.9 kg7,033.0 kg
9,000 km0.1482,877.1 kg4,603.4 kg8,343.6 kg11,508.5 kg
14,000 km0.1484,475.5 kg7,160.8 kg12,979.0 kg17,902.1 kg

Every cell is distance × 1.08 × 2 legs × band factor × cabin multiplier. The 300 km row shows the short-flight penalty clearly: it emits nearly half what a 1,000 km flight does over less than a third of the distance.

How to read the result

Say which number you are quoting. The two figures the calculator returns — with and without radiative forcing — differ by nearly a factor of two, and comparing an RF-inclusive figure from one calculator against a CO2-only figure from another is the single most common source of confusion in this subject. Corporate inventories under the GHG Protocol usually report CO2e without an RF uplift; consumer-facing calculators usually include one.

Compare against something concrete. A single long-haul return in economy is roughly one to two tonnes of CO2e. Set against a typical household footprint in the household carbon footprint calculator, two or three long-haul trips a year usually outweigh every other discretionary choice a household makes.

Treat cabin class as a real decision variable. Downgrading from business to economy on a long-haul return cuts your per-passenger figure by roughly two thirds — a bigger single change than most people can make anywhere else in their life in one booking.

Do not over-trust the precision. These are fleet-average factors. The actual emissions of your flight depend on aircraft type, load factor, winds, routing and freight carried in the hold, and a specific flight can plausibly differ from the average by a third in either direction. Quote the result to two significant figures and treat it as an estimate of magnitude.

Offsets are not a subtraction. Buying an offset does not reduce the emissions the flight caused; it funds an activity intended to reduce or remove an equivalent amount elsewhere, with real questions about additionality and permanence. Report gross emissions, then report offsets separately, which is what every serious reporting framework now requires.

Where flight estimates go wrong

  • Using the round-trip distance to select the haul band. A 2,000 km return is two short-haul flights, not one 4,000 km long-haul flight, and the factors differ.
  • Forgetting connections. A routing through a hub can add hundreds or thousands of kilometres over the direct great-circle path. Sum the legs individually rather than using origin-to-final-destination distance.
  • Comparing an RF-inclusive number with a CO2-only number. Almost a factor of two, and completely invisible unless both sources state their scope.
  • Assuming a full aircraft. Emission factors assume typical load factors. On a half-empty flight your true share is higher; you have no way of knowing, which is part of why these figures are estimates.
  • Ignoring the freight in the hold. Passenger aircraft carry cargo, and allocation methods differ in how much of the fuel burn they assign to it. Different calculators make different choices here.
  • Counting an offset as a reduction. Report gross emissions first. An offset is a separate financial transaction, not an adjustment to the physical number.

Where the emission factors come from

The distance-band factors used here are in the range published by national reporting programmes, notably the UK Government's annual greenhouse gas conversion factors for company reporting, which give separate figures for domestic, short-haul international and long-haul international flights by cabin class. Those factors are revised every year as fleet efficiency and load factors change, so if you are preparing a formal disclosure, take the current year's published values from the relevant national dataset rather than relying on the round numbers in a general-purpose calculator.

Alternatives, and when the comparison actually favours flying

On short routes, flying is usually the worst option per passenger. A 300 km flight emits roughly 80 kg per passenger one way; the same distance by rail is typically a small fraction of that, and a car with three or four occupants comes in well below the flight per person. The calculator's driving comparison uses a solo driver at 25 MPG over the great-circle distance, which is deliberately conservative in both directions — real roads are longer, but real cars often carry more than one person.

On long intercontinental routes there is usually no alternative at all, which changes the question from mode choice to trip choice: fewer, longer stays rather than frequent short ones. Two week-long trips emit twice what one two-week trip does, for the same days away.

Within an organisation, flights normally sit in Scope 3 category 6 (business travel) under the GHG Protocol, alongside employee commuting in category 7. They are reported separately from the Scope 1 fuel a company burns in its own vehicles and the Scope 2 electricity it buys — the same electricity that the electricity CO2 calculator quantifies. Keeping those categories separate matters more than the precision of any single flight estimate, because inventories are compared year over year and a category boundary that moves invalidates the trend.

Frequently asked questions

How much CO2 does a flight produce per passenger?

Roughly 0.15 to 0.25 kg of CO₂e per passenger-kilometre in economy, depending on how long the flight is. A 5,500 km one-way leg works out near 880 kg per economy passenger, so a transatlantic return is about 1.8 tonnes before any radiative forcing uplift. Short domestic hops carry a higher factor per kilometre because take-off and climb dominate the fuel burn.

Why does business class have a higher carbon footprint?

Because the aircraft's fuel burn is divided by floor area, not by body weight. A lie-flat business seat occupies roughly three times the cabin floor of an economy seat, so it carries roughly three times the fuel share — hence the multiplier of about 2.9. First class is higher still at around 4.0. The physical flight is identical; only the allocation changes.

Should I include radiative forcing in my flight emissions?

Include it for a personal or campaigning estimate of climate impact, and exclude it for formal corporate reporting unless your framework requires it. Aviation's non-CO₂ effects — contrails, cirrus and nitrogen oxides — are estimated to roughly double the warming compared with CO₂ alone, and 1.9 is a commonly applied multiplier. The uncertainty is large and those effects are short-lived while CO₂ persists for centuries, so state which basis you are using.

Is flying worse than driving?

Per passenger-kilometre, a solo driver in an average gasoline car is roughly comparable to an economy seat on a medium-haul flight; a car with three or four people aboard is clearly better. The comparison shifts against flying on very short routes, where take-off dominates, and against driving on very long ones, where you would need days of road distance and overnight stops. Compare the driving figure this calculator shows against the flight figure, then adjust the driving number for your actual occupancy.

How do I calculate the distance between two airports?

Use the haversine formula on their latitude and longitude, which is what the coordinates mode of this calculator does. Convert both positions to radians, compute a = sin²(Δφ/2) + cos φ₁ · cos φ₂ · sin²(Δλ/2), then the distance is 2R·arcsin(√a) with R = 6,371 km. Airport coordinates are published in every aeronautical database and on most airport websites.

Does a direct flight emit less than a connecting one?

Usually yes, for two reasons: the routed distance through a hub is longer than the direct great-circle path, and each additional take-off and climb adds a fixed fuel penalty. Model a connection by running the calculator once for each leg and adding the results, rather than entering the origin-to-destination distance, which will understate a hub routing significantly.

How much does it cost to offset a flight?

It is the tonnage times whatever your provider charges. At $20 a tonne, a transatlantic economy return of about 1.8 tonnes costs roughly $35 without a radiative forcing uplift, or about $67 with one. Voluntary market prices span a very wide range by project type and vintage, and low prices often signal weak additionality. Buying an offset does not undo the emission; report the gross figure and the offset separately.

What is a normal annual flight footprint?

It depends entirely on how much you fly, and the distribution is extremely skewed: most people in the world never fly at all, while a frequent business traveller can exceed 10 tonnes of CO₂e a year from flights alone. As a benchmark for your own account, one long-haul economy return is around 1.8 tonnes and a short-haul European or domestic return is around 0.3 tonnes, so three long-haul returns a year puts flights above most households' entire home energy footprint.

References