Area of a Circle Calculator
Calculate the area of a circle given its radius (or diameter). A = πr².
Result
How to use this calculator
- Pick whether you have radius or diameter.
- Enter the value.
- Read the area; the breakdown also shows circumference.
About this calculator
The area of a circle is π times the radius squared. If you know the diameter (twice the radius), divide by 2 first. The classic value of π — 3.14159… — has been computed to trillions of digits, but for engineering purposes 3.14159 (or 3.1416) is more than enough.
How it works — the formula
A = π · r² (radius)
A = π · d² / 4 (diameter)The area of a circle is π times the square of its radius. The π constant is the ratio of any circle's circumference to its diameter, transcendental and irrational; π ≈ 3.14159265358979… The formula can be derived by integrating 2πr dr from 0 to R or by treating the disk as the limit of a regular polygon's area as the side count tends to infinity (Archimedes, ~250 BC).
Worked examples
- Inputs:
- r = 5
- Output:
- A = π · 25 ≈ 78.5398
- Inputs:
- d = 10
- Output:
- A = π · 100 / 4 ≈ 78.5398 (matches r = 5)
- Inputs:
- r = 14 in (28-inch pizza diameter)
- Output:
- A ≈ 615.75 in² — twice the area of a 20-inch pizza
Limitations
- Formula assumes a flat (Euclidean) plane; for the surface of a sphere or other curved manifold, use the relevant intrinsic geometry formula.
- π is irrational, so any decimal area is a truncation; carry enough digits for the precision your downstream use requires.
- Negative or zero radius input produces zero or a meaningless value; this calculator clamps to zero.
- A real disk's area depends on whether you are measuring the outer boundary, painted surface, or projected outline — assumed identical here.
Area is exact within floating-point precision (~15–16 significant digits) using the IEEE 754 representation of π.
Frequently asked
What is π?+
How do I compute the area if I only know the circumference?+
How precise is the answer?+
How does this differ from area of an ellipse?+
Can I use this for sectors or arcs?+
Related calculators
More tools you might like
Hand-picked tools that pair well with this one — same audience, same intent.
C = 2πr (or πd). Area = πr². The fundamental circle formulas.
A = s² where s is the side length.
A = π × a × b, where a and b are the semi-major and semi-minor axes.
A = ½ r² θ (radians) or A = πr² × (θ/360) (degrees).
V = (4/3)πr³. Surface area = 4πr².
Estimate body surface area in m² using Mosteller and Du Bois formulas — for clinical reference, anesthesia dosing, and physiologic indexing.