A sphere surface area calculator is one of the most-used geometry tools in school, engineering and manufacturing. Whether you are sizing a spherical tank, working through a GCSE or A-level problem, designing a ball-shaped component, or checking that a paint quantity covers a dome, the formula is always the same compact expression: A = 4πr². This calculator handles both directions — give it the radius, get the surface area; give it the surface area, get the radius — and it shows every step of the working.
The core formula
The surface area of a perfect sphere of radius r is:
A = 4πr²
That factor of 4 is exact, not an approximation. Archimedes (c. 225 BCE) was the first to prove it by showing that the curved surface of a sphere equals four times the area of a great circle (a circle whose centre and radius coincide with the sphere’s). In modern notation:
- Great-circle area = πr²
- Full sphere surface = 4 × πr² = 4πr²
Because the radius is squared, doubling the radius quadruples the surface area. A ball of radius 10 cm has a surface area 4× larger than one of radius 5 cm — an important scaling law in heat transfer, fluid dynamics and biology.
Solving for the radius from a known area
If you know the total surface area A and need the radius:
r = sqrt(A / (4π))
Divide A by 4π (approximately 12.5664), then take the square root. For example, a sphere with a surface area of 1 256.637 cm² has radius sqrt(1 256.637 / 12.5664) = sqrt(100) = 10 cm.
Bonus values computed automatically
Once the radius is known, three more sphere measurements are immediate:
- Diameter d = 2r
- Great-circle circumference C = 2πr (the longest circle you can draw on the surface)
- Volume V = (4/3)πr³ (cubic units)
All four appear in the results table so you never need a second calculator.
Worked example
A spherical water tank has an external radius of 3.5 m. How many square metres of cladding are needed?
- r = 3.5 m
- r² = 3.5² = 12.25
- 4π ≈ 12.56637
- A = 12.56637 × 12.25 ≈ 153.94 m²
- Diameter = 2 × 3.5 = 7 m
- Volume = (4/3) × π × 3.5³ ≈ 179.59 m³
A cladding supplier quoting per square metre would need at least 154 m² of material (plus a cutting-waste allowance).
| Radius | Surface area | Diameter | Volume |
|---|---|---|---|
| 1 cm | 12.566 cm² | 2 cm | 4.189 cm³ |
| 5 cm | 314.159 cm² | 10 cm | 523.599 cm³ |
| 10 cm | 1 256.637 cm² | 20 cm | 4 188.79 cm³ |
| 1 m | 12.566 m² | 2 m | 4.189 m³ |
| 3.5 m | 153.938 m² | 7 m | 179.594 m³ |
Formula note
The formula A = 4πr² is exact within Euclidean geometry. The only transcendental constant is π, represented in JavaScript (and most hardware) as the IEEE 754 double-precision value 3.141592653589793. The decimal-places selector controls display rounding only; all internal arithmetic uses the full 15-digit floating-point precision. The “Show working” panel expands every intermediate multiplication so the result is fully auditable.
Frequently asked questions
What is a sphere in geometry? A sphere is the set of all points in three-dimensional space that lie at a fixed distance (the radius) from a given centre point. It is the three-dimensional analogue of a circle. Perfect mathematical spheres are idealised models; real objects such as footballs, planets and ball bearings are very close but not geometrically exact.
How does surface area change as radius grows? Because A = 4πr², surface area scales with the square of the radius. Tripling the radius gives 9× the surface area. This quadratic scaling is why large animals lose heat more slowly relative to their body volume than small ones (the surface-to-volume ratio decreases as size increases).
Can I use the diameter instead of the radius? Yes — halve the diameter to get the radius, then enter that value. If the diameter is 14 cm, r = 7 cm. Alternatively, express the formula in terms of diameter d = 2r: A = πd², so a diameter of 14 cm gives A = π × 196 ≈ 615.75 cm².
What is a great circle? A great circle is the intersection of the sphere with a plane that passes through the sphere’s centre — the largest possible circle on the surface. The equator of the Earth is a great circle. Its area is πr² and its circumference is 2πr, both shown in the results panel.