Annulus Area Explained: π(R² − r²) and where the ring shape shows up
An annulus is the flat ring between two concentric circles, and its area is A = π(R² − r²). Here is the derivation, the factored form, the thin-ring approximation, and the real-world places — washers, pipe cross-sections, athletics lanes, CDs — where the formula does its work.
What an annulus is
An annulus is the flat ring-shaped region of the plane sandwiched between two concentric circles. It has an outer boundary of radius R, an inner boundary of radius r, and a hole in the middle where the inner disc has been removed. The word is Latin for "little ring", and the shape shows up everywhere geometry meets engineering: the face of a washer, the cross-section of a pipe, the playing surface of a CD or vinyl record, the rim of a camera lens, a flat doughnut seen from above, the painted lane of an athletics track, the ring of an eclipse. The annulus calculator on Calc Dragon takes the outer and inner radii and returns the area of the ring, the ring width, and the two bounding circumferences in one pass.
The reason the annulus is worth its own calculator — rather than just two clicks on a circle calculator — is that real problems involving rings almost always need several related numbers at once. A plumber sizing the wall of a pipe wants the cross-sectional area (for flow resistance), the wall thickness (R − r), and both the outer and inner circumferences (for jacketing and inner-surface contact). A track designer wants the area enclosed by each lane and the lane circumference at the centre line. Doing each of those as a separate πr² calculation is tedious and error-prone; an annulus calculator returns the whole set from one pair of inputs.
The formula: A = π(R² − r²)
The area of an annulus is the area of the outer disc minus the area of the inner disc:
A = πR² − πr² = π(R² − r²)
That subtraction is the whole derivation, and it works because the two discs share a centre — the inner disc fits cleanly inside the outer one, with no overlap or gap left over. Factoring the difference of squares gives the equivalent form
A = π(R + r)(R − r)
which is sometimes more convenient. The factored form makes it obvious that the area is proportional to the ring width (R − r) once the sum (R + r) is fixed, and it lets you read off a useful approximation: for a thin ring where r is close to R, the sum R + r is approximately 2R, so the area is approximately 2πR · (R − r) = (outer circumference) × (width). That "circumference times width" rule is the same one a draughtsman uses to estimate the area of a long thin strip, and it is exact in the limit as the ring gets thinner.
Both forms appear in the annulus calculator's breakdown — the headline number is π(R² − r²), and the per-disc breakdown shows πR² and πr² separately so you can see the subtraction. The ring width R − r is reported as its own row, because in practical use it is often more important than the area itself.
Worked example: a 10 cm outer, 6 cm inner ring
Take an outer radius of 10 cm and an inner radius of 6 cm — the proportions of a generously wide washer, or the cross-section of an unusually thick-walled pipe. Plug those into the annulus calculator and the result comes out as follows.
- Outer disc area: π · 10² = 100π ≈ 314.159 cm².
- Inner disc area: π · 6² = 36π ≈ 113.097 cm².
- Annulus area: 100π − 36π = 64π ≈ 201.062 cm².
- Ring width: 10 − 6 = 4 cm.
- Outer circumference: 2π · 10 = 20π ≈ 62.832 cm.
- Inner circumference: 2π · 6 = 12π ≈ 37.699 cm.
The factored check is quick: π(R + r)(R − r) = π · 16 · 4 = 64π. Same number, different bookkeeping. The "circumference times width" approximation gives 2π · 10 · 4 ≈ 251.3 cm², which over-estimates the true 201.1 cm² by 25% — a useful reminder that the thin-ring approximation only kicks in when the ring is actually thin (say, R − r less than 10% of R).
The calculator accepts any consistent length unit. Feed in centimetres and you get square centimetres; feed in inches and you get square inches. There is no built-in unit conversion because the formula is unit-agnostic — every length gets squared together, so whatever you put in comes out the same way.
How annulus area is derived
The shortest derivation is the subtraction of two disc areas. A more instructive derivation is the integral, because it generalises to rings of non-uniform thickness and to three-dimensional shells. Slice the annulus into thin concentric strips, each of radius ρ between r and R, with thickness dρ. Each strip is essentially a rectangle of length 2πρ (its circumference) and width dρ (its thickness), so its area is 2πρ · dρ. Sum (integrate) from r to R:
A = ∫rR 2πρ dρ = π[ρ²]rR = π(R² − r²).
That is the calculus version of the same result. The integral framing matters because it lets you compute the area of a more general shape — say, an annulus where the inner and outer boundaries are not exact circles, or a "polar rectangle" bounded by two radii and two arcs — using the same technique. It also makes the thin-ring approximation precise: when R − r is small, the integrand 2πρ is nearly constant at 2πR over the interval, so A ≈ 2πR · (R − r).
Where annuli show up in the real world
Washers, gaskets, and seals
A flat washer is the prototypical physical annulus. Specifications list the outer diameter, the inner diameter (the bolt-hole), and the thickness — the first two specify the annulus, the third turns it into a thin cylinder. Engineers calculating contact pressure between two surfaces clamped by a bolt and washer need the annulus area to convert clamping force into pressure: pressure = force / area. A washer with outer diameter 20 mm and inner diameter 8 mm has an annulus area of π((10)² − (4)²) = 84π ≈ 264 mm² — feed it the clamping force in newtons and you get the contact pressure directly. The same calculation underlies gasket selection and the sizing of mechanical seals.
Pipe walls and tube cross-sections
Cut a hollow pipe perpendicular to its axis and the cross-section of the wall is an annulus. The outer radius is half the outside diameter (OD); the inner radius is half the inside diameter (ID). That cross-sectional area times the wall density gives the mass of the pipe per unit length, which is the number that lets you size supports and calculate freight cost. For thin-walled pipes the thin-ring approximation is excellent: mass per metre ≈ ρ · 2πR · wall thickness, where ρ is the material density. The annulus calculator gives the exact area; multiply by the pipe length and density to finish.
Athletics tracks and stadium lanes
A standard 400 m athletics track has straights and curves; the curved ends are half-annuli, with the inside edge of each lane at one radius and the outside edge at the next. The radial width of a lane on a typical IAAF track is 1.22 m, so each lane is an annulus with R − r = 1.22 m. The area of each lane segment matters for synthetic-surface costing (you buy track material by area), and the circumference at the centre line of each lane matters for staggered starts. The lane painted next to the infield runs the shortest loop; outer lanes are longer by exactly 2π × (lane width × number of lanes outward) — which is why staggered starts in a 200 m race have outer lanes set forward by that much.
CDs, vinyl, and optical media
A compact disc has an outer recording radius of about 58 mm and an inner recording radius of about 23 mm. The data sits in a spiral track wound across the resulting annulus of area π(58² − 23²) ≈ π · 2835 ≈ 8906 mm² ≈ 89 cm². Multiply by the track pitch (1.6 µm) and you can recover the total track length and from there the disc's data capacity. The same logic applies to vinyl records and DVDs, with different radii. The annulus is the working surface; the inner hole exists only to hold the disc on the spindle.
Annular solar eclipses
The English word "annular" — as in "annular eclipse" — comes from the same Latin root as annulus. When the Moon passes directly in front of the Sun but does not quite cover the solar disc (because the Moon is near apogee and therefore visually smaller than usual), a thin ring of solar surface is left visible around the Moon's silhouette. That ring is — geometrically — an annulus, and the ratio of inner to outer radius determines how much sunlight is still reaching the observer. The shape that gives the eclipse its name is the same shape this calculator computes.
Annulus, disc, and torus — three related shapes
Beginners sometimes confuse the annulus with the torus, because both look like rings. They are different objects.
The disc is the flat filled-in region bounded by a single circle. It is two-dimensional and has area πr². Setting the inner radius r to zero in the annulus calculator collapses the annulus to a full disc — there is no hole, and the formula π(R² − 0²) = πR² recovers the standard circle area.
The annulus is the flat ring-shaped region between two concentric circles. It is two-dimensional, it has an area (π(R² − r²)) and two bounding circumferences, but it has no volume. Imagine it as a paper cut-out with a circular hole in the middle.
The torus is the three-dimensional doughnut shape you get when you rotate a small disc around an axis that lies in its plane but does not pass through it. The torus has a surface area (4π²Rr, where R is the distance from the axis to the centre of the small disc and r is the small disc's radius) and a volume (2π²Rr²). The cross-section of a torus through its central plane is two discs — the outer ring of the torus and a smaller inner one — so the cross-section is not an annulus in the strict sense. The annulus is flat; the torus is solid. Mistaking one for the other gives wrong dimensions (area instead of volume) and wrong units (m² instead of m³).
Diameter, radius, and how the calculator handles units
Most engineering specifications quote diameters rather than radii. A bearing might be listed as "30 mm OD, 10 mm ID" — outer diameter 30 mm, inner diameter 10 mm. The annulus calculator asks for radii, so halve those numbers before entering them: R = 15 mm, r = 5 mm. The area then comes out as π(15² − 5²) = 200π ≈ 628 mm². Equivalently, the formula in terms of diameter is A = (π/4)(D² − d²) = (π/4)(D − d)(D + d), and you will see this version in pipe-flow tables and washer datasheets — both are the same formula, just rewritten with diameters in place of radii.
Units are entirely up to you. The calculator does not assume centimetres, inches, or metres; it just performs the arithmetic. If you enter radii in feet, the area comes out in square feet. If you mix units — outer radius in metres, inner radius in centimetres — the result is nonsense, and the calculator has no way to flag that. Convert both inputs to the same unit before entering.
Common mistakes
Forgetting to square. The two most common wrong answers are π(R − r) (forgetting the squares entirely) and π(R − r)² (squaring the difference instead of the radii). Both give numbers in the right ballpark for some inputs, which makes the error hard to catch by eye. The correct formula squares each radius individually before subtracting: A = π(R² − r²), not π(R − r)². Use the factored form A = π(R + r)(R − r) as a check — it makes the sum-and-difference structure visible and stops the squaring mistake.
Confusing diameter and radius. Manufacturers almost always quote outer and inner diameter; the formula uses radius. Plugging diameters into the radius formula gives an answer four times too large, because each radius is squared and a factor of 2 squared is 4. Always halve diameters before entering them into the annulus calculator, or switch to the diameter-form formula (π/4)(D² − d²).
Treating the annulus as a thin rectangle without checking the limit. The 2πR · w approximation is only good when the ring is genuinely thin. For the 10 cm / 6 cm example above, the ring is 40% as thick as the outer radius, and the approximation over-estimates by 25%. As a rule of thumb, the thin-ring approximation is within 1% when (R − r)/R is less than 0.02 (the ring is no more than 2% of the outer radius). Anything thicker than that wants the full π(R² − r²).
Confusing area with the area enclosed by the outer boundary. The annulus area is the area of the ring itself — the bit you would paint if the inside were a hole. It is not the area enclosed by the outer boundary (that is just πR²) and it is not the area of the hole (that is πr²). When sizing material for a physical washer or gasket, the annulus area is the answer; when sizing the bounding plate before the hole is cut, you want the full πR².
When the calculator isn't enough
The annulus calculator assumes two perfectly concentric circles in a flat plane. Real-world rings are sometimes eccentric (the inner circle is offset from the outer), elliptical (the boundaries are ellipses, not circles), or curved out of the plane (a ring of latitude on a sphere). None of those generalise from the simple formula; they need more machinery. For an eccentric annulus the area is still π(R² − r²) as long as the smaller circle lies entirely inside the larger, but the centre of mass, moments of inertia, and overlap geometry all shift. For an elliptical version see the ellipse area calculator and subtract. For surface-area problems on the sphere see the sphere calculator. The annulus formula is for the flat, concentric case — most rings you meet, but not all.
Frequently asked questions
What is the formula for the area of an annulus?
A = π(R² − r²), where R is the outer radius and r is the inner radius. The formula is the area of the outer disc minus the area of the inner disc. It can also be written A = π(R + r)(R − r) using the difference-of-squares identity — both forms give the same number.
Can I use diameter instead of radius?
Yes, but you must convert first by halving each diameter. The formula in terms of diameter is A = (π/4)(D² − d²). The annulus calculator on this page accepts radii — convert your diameters to radii before entering them.
What is the difference between an annulus and a torus?
An annulus is a flat two-dimensional ring with an area but no volume. A torus is a three-dimensional doughnut shape with both a surface area and a volume. The annulus is the cross-section of a thin-walled pipe; the torus is the shape of a doughnut or an inner tube.
What if the inner radius equals the outer radius?
The annulus collapses to a single circle (a one-dimensional curve) with zero area. The calculator rejects this case. If the inner radius is bigger than the outer, the inputs do not describe an annulus at all and the calculator returns an error.
What is the ring width and why does it matter?
The ring width is R − r, the radial thickness of the ring. It is the number that matters most in practical engineering: a pipe wall thickness, the radial extent of a washer, the width of a track lane. The annulus calculator reports it alongside the area because the two together fully specify the ring.
How accurate are the calculator's results?
Double-precision floating point, about 15 significant decimal digits. For any engineering, woodwork, or geometry problem that is effectively exact. The only source of inaccuracy in practice is the precision of your input radii — a measurement to the nearest millimetre is the limiting factor, not the calculator.
Can I use this for a circular pond with a path around it?
Yes — that is a classic application. The pond is a disc of radius r; the pond-plus-path is a disc of radius R; the path itself is the annulus of area π(R² − r²). If you want to tile or pave the path, the annulus area is the surface area you need to cover. Pair the annulus calculator with the circle calculator if you also need the pond area on its own.
Frequently asked questions
What is the formula for the area of an annulus?
A = π(R² − r²), where R is the outer radius and r is the inner radius. The formula is the area of the outer disc minus the area of the inner disc. It can also be written A = π(R + r)(R − r) using the difference-of-squares identity — both forms give the same number, and the factored form is sometimes easier to compute when you already know the ring width (R − r) and the sum (R + r) of the two radii.
Can I use diameter instead of radius?
Yes, but you must convert first: each radius is half the corresponding diameter. The formula in terms of diameter is A = (π/4)(D² − d²), which is the version you will see most often in pipe-flow tables and washer datasheets. The Calc Dragon annulus calculator accepts radii on this page — halve your diameter values before entering them, or rewrite the inputs as D/2 and d/2.
What is the difference between an annulus and a torus?
An annulus is a flat two-dimensional ring with an area (π(R² − r²)) but no volume — think of a washer or a paper cut-out with a circular hole. A torus is a three-dimensional doughnut shape with both a surface area (4π²Rr) and a volume (2π²Rr²), generated by spinning a small disc around an axis that does not intersect it. The annulus formula will not give a torus the right dimensions; pick the shape that matches the physical object before computing.
What if the inner radius equals the outer radius?
The annulus collapses to a single circle (a one-dimensional curve) with zero area. The annulus calculator rejects this case along with any case where the inner radius is larger than the outer radius — those inputs do not describe a ring. If R = r + ε for a very small ε, the area is approximately 2πR · ε (the outer circumference times the small width), which is the first-order thin-ring approximation used in physics for shell calculations.
What is the ring width and why does the annulus calculator report it?
The ring width is simply R − r, the radial distance from the inner edge of the ring to the outer edge. It is the number that matters most in practical engineering — pipe wall thickness, washer radial extent, track lane width — often more than the area itself. The annulus calculator reports the width alongside the area because the two together fully describe a flat ring, and most real-world questions about washers, pipes, and rings need both numbers at once.
How accurate are the annulus calculator results?
Double-precision floating point, about 15 significant decimal digits. For engineering, woodwork, geometry homework, or any real-world ring calculation that is effectively exact. The limiting factor is your input precision — a radius measured to the nearest millimetre will dominate any error from the calculator itself, which is correct to far more digits than physical inputs ever justify.
Can I use this for a pond with a path around it, or a flowerbed with a border?
Yes — that is a classic application. The inner shape (pond, flowerbed, central object) is a disc of radius r; the inner-plus-border is a disc of radius R; the border itself is an annulus of area π(R² − r²). If you are sizing material to surface the border — paving, mulch, gravel, decking — the annulus area is the figure you need. Pair the annulus calculator with the circle calculator if you also want the inner area separately.
Informational only. Not personalised financial, legal, or tax advice.