How to Calculate Reynolds Number: Formula and Examples

The Reynolds number is calculated by multiplying fluid density, flow velocity, and a characteristic length, then dividing by the fluid’s dynamic viscosity: Re = (ρ × V × L) / μ. The result is a dimensionless number, meaning it has no units. It tells you whether a flow will be smooth and orderly (laminar) or chaotic (turbulent), which matters for everything from sizing pipes to designing aircraft wings.

The Two Forms of the Formula

There are two standard ways to write the equation, and they give the same result. Which one you use depends on what fluid property data you have on hand.

The first form uses dynamic viscosity (μ):

Re = (ρ × V × L) / μ

  • ρ (rho): fluid density, in kg/m³ or lb/ft³
  • V: flow velocity, in m/s or ft/s
  • L: characteristic length, in meters or feet (more on this below)
  • μ (mu): dynamic viscosity, in Pa·s or lb/(ft·s)

The second form uses kinematic viscosity (ν), which is simply dynamic viscosity divided by density (ν = μ / ρ). That lets you collapse the equation to:

Re = (V × L) / ν

Kinematic viscosity is often easier to look up in reference tables for common fluids like water and air at various temperatures, so this shorter version is popular for quick calculations. For example, the kinematic viscosity of air at standard conditions is about 1.5 × 10⁻⁴ ft²/s in Imperial units. NASA’s online Reynolds number calculator uses this form: plugging in a speed of 500 mph and a length scale in feet yields a Reynolds number of roughly 4.8 million.

Choosing the Right Characteristic Length

The “L” in the formula is not always obvious. It represents the length scale most relevant to how the fluid interacts with the surface or channel, and it changes depending on the situation.

For flow inside a round pipe, the characteristic length is the pipe’s inner diameter. For flow over a flat plate, like air moving along an aircraft wing, it’s the length of the plate measured in the direction the fluid travels. For flow around a sphere or cylinder, it’s the diameter of the object.

When the cross section isn’t circular, you need the hydraulic diameter. This is defined as four times the cross-sectional flow area divided by the wetted perimeter:

D_h = 4A / P

For a rectangular duct with width W and height H, that works out to:

D_h = (4 × W × H) / (2W + 2H)

You then substitute D_h for L in the Reynolds number formula. Getting the characteristic length wrong is one of the most common calculation errors, especially when switching between internal and external flow problems.

A Worked Example With Water in a Pipe

Suppose water at 20°C flows through a pipe with an inner diameter of 0.05 m (about 2 inches) at a velocity of 1.5 m/s. At that temperature, water has a density of roughly 998 kg/m³ and a dynamic viscosity of about 1.0 × 10⁻³ Pa·s.

Using the first form of the equation:

Re = (998 × 1.5 × 0.05) / (1.0 × 10⁻³)

Re = 74,850 / 0.001

Re ≈ 74,850

That’s well above the turbulent threshold (more on that next), so the flow in this pipe would be turbulent. You’d get the identical result using kinematic viscosity: ν for water at 20°C is about 1.0 × 10⁻⁶ m²/s, and (1.5 × 0.05) / (1.0 × 10⁻⁶) = 75,000, the small difference just reflecting rounding.

Laminar, Transitional, and Turbulent Flow

The whole point of calculating Reynolds number is to predict the flow regime. For internal pipe flow, the critical thresholds are well established. Below approximately 2,300, the flow is laminar: fluid moves in smooth, parallel layers with no mixing between them. Above 2,300, turbulence begins to appear. By roughly 4,000 and above, the flow is fully turbulent, with chaotic eddies and significant mixing.

The region between 2,300 and 4,000 is called the transitional zone. Here, the flow can flicker between laminar and turbulent depending on small disturbances like pipe roughness, vibrations, or bends. In carefully controlled laboratory conditions with extremely smooth pipes and no vibrations, researchers have maintained laminar flow at Reynolds numbers well above 2,300. But in any real-world system with normal imperfections, 2,300 is the ceiling. Below it, turbulence simply won’t sustain itself even if you try to disturb the flow.

These thresholds change for different geometries. For a boundary layer flowing along a flat plate, the transition to turbulence happens at a Reynolds number of about 200,000, calculated using the distance from the leading edge and the free-stream velocity.

Keeping Units Consistent

Because the Reynolds number is dimensionless, all the units in the formula must cancel out completely. This means you need to use a consistent system throughout the calculation. If your velocity is in meters per second and your length is in meters, your density must be in kg/m³ and your dynamic viscosity in Pa·s (which is kg/(m·s)). In Imperial units, a common consistent set is: density in lb/ft³, velocity in ft/s, length in ft, and dynamic viscosity in lb/(ft·s).

The most frequent mistake is mixing unit systems or, more subtly, confusing dynamic viscosity with kinematic viscosity. Dynamic viscosity (μ) has units of Pa·s or lb/(ft·s). Kinematic viscosity (ν) has units of m²/s or ft²/s. If you use kinematic viscosity in the formula that calls for dynamic viscosity without also dropping density from the numerator, your answer will be off by a factor equal to the fluid’s density.

Temperature also trips people up. Viscosity changes significantly with temperature, especially for liquids. Water at 20°C has roughly half the viscosity it has at 5°C. Using a viscosity value at the wrong temperature can easily push your Reynolds number into the wrong flow regime, leading to incorrect pipe sizing or pump selection. Always match your viscosity to the actual operating temperature of the fluid.

Open Channel and Non-Standard Flows

For open channel flow, like water in a river or a drainage canal, the characteristic length is four times the hydraulic radius (R_h), where the hydraulic radius is the cross-sectional area of the flow divided by the wetted perimeter (only the solid surfaces that touch the fluid, not the open top). The formula becomes Re = (V × 4R_h) / ν. The transition thresholds also differ from closed pipe flow, and standard pipe-based equations don’t apply well to very shallow flows where depth is small relative to width.

For particle-laden flows or microfluidic channels, the characteristic length may be the particle diameter or the smallest channel dimension, respectively. The key principle stays the same: pick the length scale that best represents how the fluid “sees” the geometry it’s flowing through.