Calculate drag coefficient (Cd) from force of drag, fluid density, velocity, and frontal area in multiple units and see step-by-step calculations.

Drag Coefficient Calculator

Enter all values to calculate the Coefficient of Drag (Cd)

Drag Coefficient Formula

The drag coefficient calculator uses the standard drag force equation rearranged to solve for the coefficient of drag, Cd.

C_d = (2F_d) / (v² A)
  • Cd = coefficient of drag, dimensionless
  • Fd = force of drag
  • ρ = density of the fluid
  • v = velocity of the object relative to the fluid
  • A = frontal area, also called reference area

The calculator converts your inputs to base SI units before applying the formula:

  • Force is converted to newtons, N.
  • Fluid density is converted to kilograms per cubic meter, kg/m³.
  • Velocity is converted to meters per second, m/s.
  • Frontal area is converted to square meters, m².

After the unit conversions, it calculates Cd using the drag force, density, velocity, and frontal area. The result has no unit because drag coefficient is dimensionless.

Typical Drag Coefficient and Fluid Density Values

Use these values only as rough references. Actual drag coefficient depends on shape, surface finish, angle of attack, turbulence, and Reynolds number.

Object or shape Typical Cd range Notes
Streamlined airfoil 0.02 to 0.10 Very low drag when aligned with the flow
Modern passenger car 0.25 to 0.35 Depends on body shape and airflow underneath
Sphere About 0.47 Common reference shape
Flat plate facing flow About 1.1 to 1.3 High pressure drag
Cube facing flow About 1.0 to 1.1 Strong wake behind the object
Fluid Approximate density Unit
Air at sea level, about 15°C 1.225 kg/m³
Air at room conditions About 1.2 kg/m³
Fresh water About 1000 kg/m³
Seawater About 1025 kg/m³

Example Drag Coefficient Calculations

Example 1: Object moving through air

Suppose an object has a drag force of 50 N, air density of 1.225 kg/m³, velocity of 20 m/s, and frontal area of 0.5 m².

C_d = (2(50)) / (1.225(20)²(0.5))
C_d = (100) / (245) = 0.4082

The drag coefficient is approximately 0.4082.

Example 2: Using miles per hour and square feet

Suppose the drag force is 100 lbf, fluid density is 0.0765 lb/ft³, velocity is 60 mph, and frontal area is 20 ft². After converting to SI units:

  • 100 lbf = 444.8222 N
  • 0.0765 lb/ft³ = 1.2257 kg/m³
  • 60 mph = 26.8224 m/s
  • 20 ft² = 1.8581 m²
C_d = (2(444.8222)) / (1.2257(26.8224)²(1.8581))

The drag coefficient is approximately 0.5438.

Drag Coefficient Calculator FAQ

What does a higher drag coefficient mean?

A higher drag coefficient means the object creates more drag for its size, speed, and fluid density. Blunt shapes usually have higher Cd values because they separate the flow and create a larger wake. Streamlined shapes usually have lower Cd values because they let the fluid move around them more smoothly.

Why is drag coefficient dimensionless?

Drag coefficient is dimensionless because the units cancel in the formula. The numerator is force, and the denominator also reduces to force after combining density, velocity squared, and area. This makes Cd useful for comparing shapes even when the actual size or speed changes.

Which area should you use for frontal area?

Use the projected area facing the flow. For a car, this is the front-facing cross-sectional area. For a sphere, it is the area of a circle with the same diameter as the sphere. Using the wrong reference area will give a Cd value that does not match standard drag coefficient tables.