True Airspeed Calculator
Convert indicated airspeed to true airspeed
Inputs
Provide the following 3 values to run the True Airspeed Calculator:
- Indicated Airspeed (knots) [number] (required)
- Altitude (ft) [number] (required)
- Outside Air Temp (°C) [number] (required)
What it calculates
This tool returns:
- True Airspeed (knots) — primary result
- Speed Correction (knots)
- Correction % (%)
Worked example
For the sample inputs below:
- Indicated Airspeed (knots): 450
- Altitude (ft): 100
- Outside Air Temp (°C): 100
the True Airspeed Calculator produces:
- True Airspeed: 513 knots
- Speed Correction: 63 knots
- Correction %: 14%
How it works
The result is derived through the following steps:
pressureRatio = pow(1 - (altitude * 0.0000068756), 5.2559)tempKelvin = temperature + 273.15isaKelvin = 288.15 - (altitude * 0.001981)trueAirspeed = indicatedAirspeed / sqrt(pressureRatio) * sqrt(tempKelvin / isaKelvin)
Frequently Asked Questions
What is true airspeed?
True airspeed (TAS) is the actual speed of an aircraft relative to the air mass in which it is flying, adjusted for altitude and temperature.
How do I use the True Airspeed Calculator?
Simply input your indicated airspeed, altitude, and outside air temperature into the calculator, then click 'Calculate' to get your true airspeed.
Why is true airspeed important for pilots?
Knowing true airspeed is crucial for navigation, fuel calculations, and determining the aircraft's performance in different meteorological conditions.
What is the difference between indicated airspeed and true airspeed?
Indicated airspeed is what the aircraft's speedometer shows, whereas true airspeed accounts for changes in air density due to altitude and temperature.
Is the True Airspeed Calculator free to use?
Yes, the True Airspeed Calculator is completely free to use and accessible on Tool World.