Area of a Circle Calculator
Free area of a circle calculator: enter the radius to get area (πr²), circumference (2πr), and diameter (2r), with worked steps, proofs, and citations.
Area of a Circle Calculator
Background.
The Quanta area of a circle calculator takes a single number — the radius — and returns three of the most-asked numbers in plane geometry: the area enclosed by the circle (A = πr²), the circumference around its edge (C = 2πr), and the diameter straight across the middle (d = 2r). Those three formulas have been carried in essentially their modern form for more than two thousand years.
The Greek mathematician Archimedes of Syracuse (~287–212 BCE), in his short treatise Measurement of a Circle, was the first to prove rigorously that the area of any circle equals one half its circumference multiplied by its radius — equivalent to A = πr² once you know that C = 2πr — and the first to bound the value of π itself between 223/71 and 22/7 using nothing but the perimeters of inscribed and circumscribed 96-gons.
The constant π (the ratio of any circle's circumference to its diameter) is irrational and transcendental, but for engineering and everyday work the value 3.14159265358979 is far more precision than anyone needs; this calculator uses the full IEEE-754 double-precision value of π baked into JavaScript's Math.PI, which is accurate to roughly 15–17 significant digits.
The page you are on is built for the full spectrum of people who type "area of a circle calculator" into a search engine: a sixth-grader doing a geometry worksheet, a homeowner sizing a round rug or a circular flower bed, a contractor estimating concrete for a patio, an irrigation designer setting a sprinkler arc, a baker scaling a pizza recipe (the difference between a 12-inch and a 16-inch pie is not 33 percent more pizza but 78 percent more pizza, because area scales with the square of the radius), an optician computing lens area, an electrical engineer computing cross-sectional cable area for an ampacity table, an astronomer computing the visible disc area of a planet, or anyone who simply has not used the formula since school and wants to sanity-check a number.
Below the calculator we walk through what a circle actually is in formal Euclidean terms, the three-line derivation that shows why A = πr² is the same statement as C = 2πr (Archimedes's exhaustion argument, the modern integral, and the rearrangement-into-a-near-triangle proof you can do with a pair of scissors and a paper plate), how to convert between radius, diameter, circumference, and area in any direction (if the calculator above only takes radius, the algebra to invert it from any of the other three is a single line), a worked example with the default radius of 5, ten of the questions people ask most often around this formula — from "why is π in there at all" to "how do I find area from circumference" to "is a half-circle's area exactly half" — and primary-source citations to Euclid, Archimedes, NIST, MathWorld, and Coxeter so you can read the original arguments yourself.
What is area of a circle calculator?
A circle is the set of all points in a plane that lie exactly the same distance from a fixed centre point. That fixed distance is called the radius (r); twice the radius — the longest straight line you can draw across the circle through the centre — is the diameter (d = 2r); the total length of the curved boundary itself is the circumference (C = 2πr); and the flat region the boundary encloses is the area (A = πr²). The Greek letter π (pi) is the constant ratio C ÷ d. It is the same number for every circle, regardless of size — that universality is what makes π one of the handful of truly fundamental constants in mathematics. π is irrational (it cannot be written as a fraction of two whole numbers — Johann Lambert proved this in 1768) and transcendental (it is not the root of any polynomial with integer coefficients — Ferdinand von Lindemann proved this in 1882, which incidentally settled the ancient "squaring the circle" problem in the negative). Its decimal expansion begins 3.14159265358979… and continues without repeating forever. The area formula A = πr² is the most famous consequence of that ratio. Geometrically it says: the area of any circle equals the area of a square whose side length is √π times the radius, or equivalently, the area of π identical squares each of side r stacked together. The formula scales quadratically — if you double the radius, the area quadruples; if you triple it, the area is nine times larger. This square-scaling is why a 16-inch pizza has nearly twice the food of a 12-inch one despite being only one-third wider, and why a 100-mm-diameter copper cable can carry more than four times the current of a 50-mm one.
How to use this calculator.
- Type the radius into the single input field. The radius is the distance from the centre of the circle to its edge, in whatever unit you find most useful — centimetres, metres, inches, feet, miles, kilometres. The calculator does not care what unit you use; it just returns the area in the square of that unit and the circumference and diameter in the same linear unit you typed.
- If you only know the diameter, divide it by two first and enter the result as the radius. If you only know the circumference, divide it by 2π (about 6.2832) to get the radius. If you only know the area, take the square root of (area ÷ π) to get the radius.
- Read the primary output — Area — at the top of the results panel. It is the value most users come here for, and it is reported as "sq units" so you can apply your own unit label (sq cm, sq m, sq in, sq ft, etc.).
- Check the two secondary outputs — Circumference (the distance around the edge) and Diameter (twice the radius, the distance straight across) — which the calculator returns for free since the same input determines all three.
- Use the area for surface coverage questions (paint, sod, tile, flooring, concrete, fabric, pizza, lens coverage, irrigation footprint). Use the circumference for length-along-the-edge questions (fencing, trim, weatherstripping, belt or chain length, the rim of a wheel). Use the diameter for fit-through-an-opening questions (does the pipe fit through the hole, will the table top clear the doorway).
- If the radius input is zero the calculator correctly returns zero for all three outputs — a circle of zero radius is a single point with no area, no edge length, and no diameter. Negative radii are rejected as physically meaningless.
The formula.
Three formulas, one input. Given a radius r, the calculator returns: area A = π × r × r (or equivalently πr²), circumference C = 2 × π × r, and diameter d = 2 × r. The constant π is JavaScript's Math.PI, the IEEE-754 double-precision approximation of the true ratio, accurate to about 15 significant digits — more than enough for any engineering, construction, or scientific use short of orbital mechanics. The two non-trivial formulas (A and C) are not independent; they are two faces of the same theorem. Archimedes's proof, given in Measurement of a Circle around 250 BCE, runs roughly as follows. Slice the disc into a large number of thin pie-wedges. Rearrange the wedges, alternating tip-up and tip-down, into a shape that approximates a parallelogram. The long sides of that parallelogram are each half the circumference, so their length is πr. The short sides — the slant edges of a single wedge — are essentially the radius r as the slices get thinner. So the area approaches base × height = πr × r = πr². Modern calculus does the same proof in two lines using polar coordinates: A = ∫₀^{2π} ∫₀^{r} ρ dρ dθ = ∫₀^{2π} (r²/2) dθ = (r²/2) × 2π = πr². The circumference formula C = 2πr is, by contrast, almost a definition: π is defined as the ratio of any circle's circumference to its diameter, so C = π × d = π × 2r = 2πr by direct substitution. To go in the other direction — given an area, find the radius — invert algebraically: r = √(A ÷ π). Given a circumference, r = C ÷ (2π). Given a diameter, r = d ÷ 2. Internally the calculator rejects any negative radius (a circle cannot have negative size) and returns exact zeros for a zero radius (the degenerate "circle" that has collapsed to a single point).
A worked example.
Set the radius to 5. The calculator returns Area = 78.54 sq units, Circumference = 31.42 units, and Diameter = 10 units. The arithmetic, step by step: A = π × 5² = π × 25 ≈ 3.14159265 × 25 = 78.539816 sq units. C = 2 × π × 5 = 10π ≈ 31.415927 units. d = 2 × 5 = 10 units exactly. Read in concrete terms: a circle of radius 5 metres is the footprint of a comfortable round patio — about 78.5 square metres of paving, with a 31.4-metre edge to trim and a 10-metre span straight across. A circle of radius 5 inches is roughly the size of a small dinner plate — 78.5 square inches of surface and a 31.4-inch rim. A pizza of radius 5 inches (a 10-inch pizza, by the conventional diameter labelling) contains 78.5 square inches of pizza; a 12-inch pizza (radius 6) contains 113 square inches, which is 44 % more food for 20 % more diameter — a useful sanity check the next time a takeaway menu offers two sizes. The square-scaling of A = πr² is the single most common source of intuition errors around circles; the calculator's job is to make that arithmetic instant.
Frequently asked questions.
What is the formula for the area of a circle?
How do I find the area of a circle if I only know the diameter?
How do I find the area of a circle from its circumference?
Why does π appear in the area formula?
What is the area of a circle with radius 1?
Is the area of a semicircle exactly half the area of the full circle?
How accurate is the value of π used by this calculator?
How do I find the radius if I know the area?
Why does doubling the radius quadruple the area, not double it?
Where does the formula come from historically?
References& sources.
- [1]Archimedes, Measurement of a Circle (~250 BCE) — the original rigorous proof that the area of a circle equals half its circumference times its radius, equivalent to A = πr², and the first rigorous bounds on π between 223/71 and 22/7. Translation by T. L. Heath, The Works of Archimedes (Cambridge University Press, 1897).
- [2]Euclid, Elements, Book XII, Proposition 2 — the proof that the areas of circles are to one another as the squares of their diameters, the geometric precursor to A = πr² (David E. Joyce edition, Clark University).
- [3]Weisstein, Eric W. "Circle." From MathWorld — A Wolfram Web Resource. Comprehensive reference for circle area, circumference, diameter, sector, segment, and chord formulas with full derivations and historical notes.
- [4]NIST Digital Library of Mathematical Functions, §4.14 — circular (trigonometric) functions and identities, including the definition of π and its appearance in the unit circle parameterisation.
- [5]Coxeter, H. S. M. Introduction to Geometry, 2nd edition. Wiley, 1969 — classic graduate-level reference for plane Euclidean geometry, including the circle, its measure, and the historical development of π.
- [6]Joyce, David E. Euclid's Elements, Clark University — online annotated edition of Euclid's Elements with commentary on Book XII (areas of circles and volumes of solids).
In this category
Embed
Quanta Pro
Paid features are coming later.
- All 313 calculators remain free
- No billing is enabled