Calculate air dynamic viscosity, kinematic viscosity, and Reynolds number from temperature, pressure, velocity, and length inputs.

Viscosity of Air Calculator

Enter air temperature to compute viscosity (Sutherland’s formula).

Dynamic μ
Kinematic ν
Reynolds

Viscosity of Air Formula

The calculator uses Sutherland’s formula for dynamic viscosity, then derives kinematic viscosity and Reynolds number from it.

μ = (1.458e-6 * T^1.5) / (T + 110.4)
ν = μ / ρ,   where ρ = P / (R * T)
Re = ρ * V * L / μ
  • μ = dynamic viscosity (Pa·s)
  • ν = kinematic viscosity (m²/s)
  • T = absolute temperature (K)
  • P = pressure (Pa); defaults to 101325 Pa
  • ρ = air density (kg/m³)
  • R = specific gas constant for air = 287.05 J/(kg·K)
  • V = flow velocity (m/s)
  • L = characteristic length (m)

Sutherland’s formula assumes dry air behaving as an ideal gas. It is accurate within about 1% for temperatures from roughly 100 K to 1900 K. Pressure has a negligible effect on dynamic viscosity in this range, so μ depends on temperature only. Density and kinematic viscosity do depend on pressure.

Reference Values

Use these values to spot-check inputs or to estimate without running the calculator.

Temp (°C) μ (Pa·s) ν at 1 atm (m²/s) ρ at 1 atm (kg/m³)
-201.63×10⁻⁵1.16×10⁻⁵1.394
01.72×10⁻⁵1.33×10⁻⁵1.292
201.82×10⁻⁵1.52×10⁻⁵1.204
401.91×10⁻⁵1.70×10⁻⁵1.127
1002.18×10⁻⁵2.30×10⁻⁵0.946
2002.58×10⁻⁵3.46×10⁻⁵0.746
5003.58×10⁻⁵7.92×10⁻⁵0.457
Reynolds Number Flow Regime (internal pipe flow)
Re < 2300Laminar
2300 – 4000Transitional
Re > 4000Turbulent

Example

Find the dynamic and kinematic viscosity of air at 25°C and 1 atm.

  1. Convert: T = 25 + 273.15 = 298.15 K
  2. μ = (1.458×10⁻⁶ × 298.15^1.5) / (298.15 + 110.4) = 1.849×10⁻⁵ Pa·s
  3. ρ = 101325 / (287.05 × 298.15) = 1.184 kg/m³
  4. ν = μ / ρ = 1.561×10⁻⁵ m²/s

FAQ

Does humidity affect air viscosity? Slightly. Moist air has a viscosity within about 1% of dry air at typical conditions, so most engineering calculations ignore it.

Why does viscosity rise with temperature? In gases, higher temperature means faster molecular motion and more momentum transfer between layers, which increases viscosity. Liquids behave the opposite way.

Does pressure change dynamic viscosity? Not meaningfully below about 10 atm. Kinematic viscosity does change with pressure because density does.

What characteristic length should I use for Reynolds number? Pipe diameter for internal flow, chord length for an airfoil, and the dimension parallel to flow for a flat plate.