# Drag Force Calculator (F_D = ½·ρ·v²·C_D·A)

Compute the drag force on a body in a fluid stream: F_D = ½·ρ·v²·C_D·A (N), where ρ is the fluid density, v the free-stream velocity, C_D the drag coefficient (shape- and Reynolds-dependent), and A the reference (frontal projected) area. A built-in shape library supplies typical high-Re C_D values: sphere 0.47, hemisphere 0.42, long cylinder 0.81, disk/flat plate 1.17, cube 1.05, streamlined airfoil 0.04, long streamlined ellipsoid 0.07, cone 0.50; or choose 'Custom' to enter C_D directly. Optionally, with dynamic viscosity μ and characteristic length L, the Reynolds number Re = ρ·v·L/μ is computed, and the power dissipated by drag P = F_D·v (W). Density in kg/m³/g/cm³, velocity in m/s/km/h, area in m²/cm²/mm², length in m/cm/mm.

> Canonical page: https://elysiatools.com/en/tools/drag-force-calculator

- **Category:** Math & Numbers

- **Keywords:** drag force, drag coefficient, Cd, bluff body, streamlined body, Reynolds number, fluid mechanics, aerodynamic drag, hydrodynamic drag, frontal area

## Overview

Calculate the drag force on a body in a fluid stream using F_D = ½·ρ·v²·C_D·A. Enter fluid density, velocity, drag coefficient, and frontal reference area to get force in newtons, plus drag power in watts. Add dynamic viscosity and characteristic length to calculate the Reynolds number.

## Inputs

- **Shape** (select): Body shape. Selecting a preset fills the typical drag coefficient C_D for that shape at high Reynolds number. Choose 'Custom' to enter C_D directly.
- **Drag Coefficient C_D** (number): Drag coefficient C_D (0 to 5). When a preset Shape is selected, the typical value is filled in automatically; you may still override it. Choose Shape = Custom to enter your own value.
- **Fluid Density ρ** (number): Fluid density ρ. Enter in the selected Density Unit.
- **Density Unit** (select)
- **Free-stream Velocity v** (number): Free-stream velocity v. Enter in the selected Velocity Unit.
- **Velocity Unit** (select)
- **Reference (Frontal) Area A** (number): Reference (frontal projected) area A. Enter in the selected Area Unit.
- **Area Unit** (select)
- **Dynamic Viscosity μ (optional, for Re)** (number): Dynamic viscosity μ of the fluid in Pa·s. Optional — when supplied together with a characteristic length L, the Reynolds number Re = ρ·v·L/μ is computed.
- **Characteristic Length L (optional, for Re)** (number): Characteristic length L of the body. Optional — used only to compute Re. Enter in the selected Length Unit.
- **Length Unit** (select)
- **Decimal Places** (number)

## When to use

- Estimate aerodynamic drag on objects moving through air.
- Calculate hydrodynamic drag on bodies in water or another fluid.
- Compare the effect of shape, velocity, density, or frontal area on drag force.

## How it works

- Choose a preset shape to use its typical high-Reynolds-number drag coefficient, or select Custom and enter C_D directly.
- Enter fluid density, free-stream velocity, and frontal reference area, selecting the appropriate units.
- The calculator converts the inputs and applies F_D = ½·ρ·v²·C_D·A to return drag force in newtons.
- Optionally enter dynamic viscosity and characteristic length to calculate Re = ρ·v·L/μ; drag power is also calculated as P = F_D·v.

## Use cases

- Aerodynamic estimates for vehicles, spheres, airfoils, and other bodies in air.
- Hydrodynamic calculations for submerged objects moving through water.
- Early-stage fluid mechanics comparisons using different shapes and reference areas.

## Frequently asked questions

### What formula does the calculator use?

It uses F_D = ½·ρ·v²·C_D·A, where ρ is density, v is velocity, C_D is drag coefficient, and A is frontal reference area.

### What units are supported?

Density supports kg/m³ and g/cm³; velocity supports m/s and km/h; area supports m², cm², and mm²; length supports m, cm, and mm.

### Can I enter my own drag coefficient?

Yes. Choose Custom or override a preset value, then enter C_D directly.

### How is the Reynolds number calculated?

When dynamic viscosity and characteristic length are provided, Re is calculated as ρ·v·L/μ.

### What additional result is provided?

The calculator also reports power dissipated by drag using P = F_D·v, in watts.

## Related tools

- [Absolute Value Calculator](https://elysiatools.com/en/tools/absolute-value-calculator): Calculate the absolute value of positive, negative, or decimal numbers and explain the sign relationship
- [Air Changes per Hour (ACH, n = Q/V)](https://elysiatools.com/en/tools/air-changes-per-hour): Compute the air change rate (ACH / n) of a room from the outdoor supply airflow Q and the room volume V: n = Q/V (1/h). Three modes: solve ACH (given Q and V), solve airflow (given n and V), or solve volume (given n and Q). Flow in m³/s/m³/h/CFM, volume in m³/ft³/L. Also reports the well-mixed single-zone purge time to reach a target residual fraction ε (default 1%): t = −ln(ε)/n hours.
- [Bearing Life L10 Calculator](https://elysiatools.com/en/tools/bearing-life-l10): Calculate the basic rating life of a rolling bearing: L10 = (C/P)^p, with p = 3 for ball bearings and p = 10/3 for roller bearings. When a speed is provided, converts to L10h in operating hours.
- [Bolt Torque Clamp Force Calculator](https://elysiatools.com/en/tools/bolt-torque-clamp-force): Convert between bolt tightening torque and axial clamp force. T = K·F·d, where K is the nut factor (~0.20 for dry steel). Solve torque from force, or force from torque.
- [Cable Ampacity Calculator (IEC 60364-5-52)](https://elysiatools.com/en/tools/cable-ampacity-calculator): Estimate copper cable current-carrying capacity per the simplified IEC 60364-5-52 reference method. Combines cross-section, insulation (PVC 70°C / XLPE 90°C), installation method, and ambient temperature to derive the corrected allowable ampacity (A).
- [Capacitor Reactive Power Calculator (Q_c = 2πfCU²)](https://elysiatools.com/en/tools/capacitor-reactive-power): Compute the reactive power produced by a known capacitor: Q_c = 2π·f·C·U². Supports single-phase, three-phase star (Y) and delta (Δ) connections. Returns Q_c in var/kvar, capacitive reactance Xc, and capacitor current Ic. Complementary to the power-factor-correction tool (which sizes a capacitor for a target cosφ).
- [Chain Sprocket Ratio Calculator](https://elysiatools.com/en/tools/chain-sprocket-ratio): Calculate the ratio, driven speed and chain linear speed of a chain drive. i = z₂/z₁ = n₁/n₂, chain speed v = z₁·p·n₁/60000. Enter the pitch to compute chain speed.
- [CM to Inches](https://elysiatools.com/en/tools/cm-to-inches): Convert centimeters to inches with configurable decimal precision

## Samples

- [Web Image Processing Python Samples](https://elysiatools.com/en/samples/web-image-processing-python): Web Python image processing examples using PIL/Pillow including reading, saving, resizing, and format conversion
- [Android Image Processing Java Samples](https://elysiatools.com/en/samples/android-image-processing-java): Android Java image processing examples including reading/saving images, scaling, and format conversion
- [Android Image Processing Kotlin Samples](https://elysiatools.com/en/samples/android-image-processing-kotlin): Android Kotlin image processing examples including reading/saving images, scaling, and format conversion
- [Web Image Processing Rust Samples](https://elysiatools.com/en/samples/web-image-processing-rust): Web Rust image processing examples including image read/save, scaling, and format conversion
