Audited ·Last updated 27 Jul 2026·3 citations·Tier 2·0 uses

Flow Rate Calculator

Calculate volumetric flow rate from pipe diameter and velocity using the continuity equation Q = Av. Instant results in m³/s, L/min, GPM, and CFM.

Flow Rate Calculator

The internal diameter of the pipe, in millimeters.
Average velocity across the pipe's cross-section. Typical water-supply piping runs 1–3 m/s.
Flow rate
706.8583
Volumetric flow rate in liters per minute.
Cross-sectional area
0.0079
Flow rate (m³/s)
0.0118
Flow rate (L/s)
11.781
Flow rate (m³/h)
42.4115
Flow rate (US GPM)
186.7322
Flow rate (CFM)
24.9625

Background.

Volumetric flow rate answers a simple, practical question: how much fluid passes a given cross-section of pipe every second, minute, or hour? This calculator applies the continuity equation, Q = A·v, where A is the pipe's cross-sectional area and v is the mean flow velocity, converting a single pipe-diameter-and-velocity pair into seven different flow-rate expressions at once — cubic meters per second, liters per second, liters per minute, cubic meters per hour, US gallons per minute, and cubic feet per minute — so you never have to hunt for a separate unit-conversion tool after getting your answer.

The underlying idea is one of the oldest and most useful results in fluid mechanics: for an incompressible fluid moving steadily through a pipe, the same volume must pass every cross-section per unit time, so as a pipe narrows, the fluid speeds up, and as it widens, the fluid slows down — the volume swept per second, A·v, stays constant along the pipe (this is the same principle that makes water shoot out faster when you partially cover a garden hose's nozzle with your thumb). This calculator only asks for a single diameter and velocity because it computes Q at one cross-section; if you need to find the velocity at a second, differently-sized cross-section downstream, you can set A₁v₁ = A₂v₂ and solve for the unknown.

Engineers, plumbers, and HVAC technicians reach for flow-rate calculations constantly: sizing a pump to deliver a target GPM, checking whether an existing pipe can carry a required flow without excessive velocity (which drives up both pressure drop and erosion risk), or converting a manufacturer's rated flow velocity into a number that matches a water bill, an irrigation schedule, or a fire-sprinkler code requirement. Because the industries that use flow rate rarely agree on units — plumbing codes in the US commonly specify gallons per minute, European and scientific contexts use liters per minute or cubic meters per hour, and HVAC airflow is usually rated in cubic feet per minute — this calculator computes every common unit from the same two inputs rather than forcing you to pick one and convert by hand.

It is worth being explicit about what this calculator is not. Quanta already has a dedicated Bernoulli's equation calculator, which solves a completely different physical relationship: the energy balance between pressure, velocity, and elevation along a streamline (P + ½ρv² + ρgh = constant). Continuity (Q = Av, this page) and Bernoulli's equation (energy conservation) are complementary tools that are almost always used together in a real problem — continuity is what lets you relate the velocity at two different pipe diameters in the first place, and Bernoulli's equation then tells you what that velocity change does to the pressure — but they answer different questions and this page deliberately keeps its scope to the flow-rate question alone.

What is flow rate calculator?

Volumetric flow rate (commonly denoted Q) is the volume of fluid that crosses a given surface — almost always a pipe's cross-section — per unit time, with SI units of cubic meters per second. For steady flow of an incompressible fluid through a cross-section of area A at mean velocity v, the volume swept past that cross-section in one second is exactly a cylinder of length v and cross-sectional area A, giving the simple relationship Q = A·v, sometimes written with an overbar on v to emphasize that it is an average velocity across a cross-section where the real velocity profile varies (fastest at the pipe's centerline, zero at the pipe wall due to viscous no-slip).

This relationship is the practical, single-cross-section form of the continuity equation, which more generally states that for steady incompressible flow, A₁v₁ = A₂v₂ between any two cross-sections along the same flow path — mass (and, for an incompressible fluid, volume) cannot appear or disappear inside the pipe, so whatever flows past one point must flow past every other point at the same rate. The assumption of incompressibility is excellent for liquids like water under normal conditions, and reasonable for gases at low Mach numbers, but breaks down for compressible high-speed gas flow, where density itself changes along the flow path and a mass-flow-rate formulation (ṁ = ρAv) is more appropriate.

How to use this calculator.

  1. Enter the pipe's internal diameter in millimeters.
  2. Enter the mean flow velocity in meters per second.
  3. Read the flow rate in liters per minute (the default primary result).
  4. Scroll the results panel for the same flow rate expressed in m³/s, L/s, m³/h, US GPM, and CFM.
  5. If you need pressure effects from a velocity or elevation change, follow up with the Bernoulli's equation calculator.

The formula.

Q = A·v = π(D⁄2)²·v

The calculator first converts the entered pipe diameter from millimeters to meters, then computes the cross-sectional area of the (assumed circular) pipe as A = π(D/2)², the familiar area-of-a-circle formula applied to a pipe's internal radius. Multiplying that area by the mean flow velocity gives the volumetric flow rate in the SI base unit, cubic meters per second: Q = A·v. This is dimensionally exact — area (m²) times velocity (m/s) gives m³/s — and requires no additional physical assumption beyond incompressibility and a (reasonably) circular, fully-flowing pipe.

From that single SI value, every other displayed unit is a straightforward multiplication or division by an exact conversion factor: liters per second and liters per minute follow from 1 m³ = 1000 L exactly; cubic meters per hour follows from 1 hour = 3600 seconds exactly; US gallons per minute uses the exact 1959 international definition 1 US gallon = 3.785411784 liters; and cubic feet per minute uses the exact relationship 1 foot = 0.3048 meters, so 1 cubic foot = 0.3048³ = 0.028316846592 cubic meters. None of these conversions introduces rounding error beyond the display precision — they are exact rational multiples of the underlying SI result.

A worked example.

Example

A 100 mm (0.1 m) supply pipe carries water at a mean velocity of 1.5 m/s — a typical, well-designed velocity for a residential or light-commercial water line (velocities much above 2–3 m/s in metal piping start to raise concerns about erosion and water-hammer noise). The cross-sectional area is A = π × (0.05)² = 0.007853981633974483 m². Multiplying by the velocity gives Q = 0.007853981633974483 × 1.5 = 0.011780972450961725 m³/s. Converted to the units engineers actually specify day to day: that is 11.78 liters per second, 706.86 liters per minute, 42.41 cubic meters per hour, 186.73 US gallons per minute, or 24.96 cubic feet per minute — all six numbers describing the exact same physical flow, just in the unit convention your project, code, or equipment datasheet happens to use.

flow Velocity1.5
pipe Diameter100

Frequently asked questions.

What's the difference between this calculator and the Bernoulli's equation calculator?
This calculator answers 'how much fluid is flowing?' using the continuity equation Q = Av — a statement about conservation of volume (or mass, for an incompressible fluid). The Bernoulli's equation calculator answers a completely different question, 'what happens to pressure when velocity or elevation changes?', using the energy-conservation relationship P + ½ρv² + ρgh = constant along a streamline. In a real pipe-sizing problem you typically use both together: continuity tells you how velocity must change when the pipe's diameter changes (because Q stays constant), and Bernoulli's equation then tells you what that velocity change does to the pressure at the new, narrower or wider section.
Why does the pipe have to be circular?
The A = π(D/2)² formula this calculator uses specifically computes the area of a circular cross-section from a diameter. Most pressurized pipe is circular, so this is the common case. For a non-circular duct (rectangular HVAC ductwork, for example), you would compute the actual cross-sectional area directly (length × width for a rectangle) rather than from a single 'diameter,' and the flow-rate formula Q = A·v still applies once you have that area — only the area calculation changes, not the underlying continuity relationship.
Does this calculator work for gases as well as liquids?
The Q = Av relationship itself is general, but it assumes the fluid's density does not change as it moves through the pipe — an assumption that is essentially exact for liquids and very good for gases at low speeds (well below the speed of sound), but that breaks down for compressible, high-speed gas flow, where density itself varies along the flow path. For compressible-flow situations, engineers typically switch to a mass-flow-rate formulation, ṁ = ρAv, and account for how density changes with pressure and temperature along the duct.
Why does flow rate matter if I already know the velocity?
Velocity alone does not tell you the volume delivered over time, which is usually what actually matters for sizing a pump, meeting a fixture's rated demand, filling a tank within a target time, or complying with a plumbing or fire-code minimum flow requirement. Two very differently sized pipes carrying fluid at the identical velocity deliver very different volumes per minute, because flow rate scales with the square of diameter (through the area term) — doubling a pipe's diameter roughly quadruples the flow rate at the same velocity, which is why upsizing pipe diameter is such an effective (if expensive) way to increase delivered flow.
What flow velocities are typical for real piping systems?
Typical design velocities vary by application and fluid, but common rules of thumb for cold-water piping put comfortable design velocities in roughly the 1–3 m/s range — low enough to limit noise, water hammer, and erosion, while high enough to avoid oversizing pipe unnecessarily. Gravity drain lines, suction lines on pumps, and compressed-air or gas piping each have their own conventional velocity ranges driven by different constraints (self-cleaning velocity for drains, cavitation avoidance for pump suction, pressure-drop economics for gas). This calculator does not enforce any velocity limit — it simply reports the flow rate implied by whatever velocity and diameter you enter, so you can compare it against the relevant code or design guideline for your specific application.

In this category

Embed

Quanta Pro

Paid features are coming later.

  • All 313 calculators remain free
  • No billing is enabled
Coming soon