Solved.tools — Free Online Calculators & Tools

We use cookies for analytics and advertising. Learn more about our cookie policy

Sphere Volume Calculator

Last updated: 22 August 2026

Reviewed by Gavin · Research and drafting assisted by AI

🔵 Sphere Volume Calculator

Compute the volume V = (4/3)·π·r³ and surface area A = 4·π·r² of a sphere from its radius, or go the other way and solve for the radius from a known volume or area. Toggle the mode to pick the direction.

Mode:
Presets:
Sphere of radius r
r = 1
V = (4/3)·π·r³ = 4.18879
A = 4·π·r² = 12.566371
Radius r
1
Diameter d = 2r
2
Volume V
4.18879
Surface area A
12.566371
V / r³ (= 4π/3)
4.1887902
A / r² (= 4π)
12.56637061
References: V = (4/3)·π·r³ and A = 4·π·r² are the classical sphere formulas proved by Archimedes in his treatise On the Sphere and Cylinder (c. 225 BCE). The reverse relations are obtained by elementary algebra: r = (3V / 4π)^(1/3) and r = √(A / 4π). All arithmetic uses the JS Math.PI constant (IEEE 754 double, ~15 significant digits), well beyond any practical measurement precision.
Was this helpful?


Sphere Volume Calculator

A sphere is the most symmetric three-dimensional shape that exists. It has a single defining measurement, the radius r measured from the centre to the surface, and from that one number we get two of the most-cited measurements in all of geometry: the sphere's volume V = (4/3)·π·r³ and the sphere's surface area A = 4·π·r². This calculator takes a radius and reports both numbers instantly. It also runs the calculation in reverse, so you can paste a known volume to find the radius, or paste a known surface area to find the radius, and the tool will report the third measurement for free in the same pass.

Spheres show up almost everywhere. Basketballs, soccer balls, tennis balls, and bowling balls are essentially spherical; the Earth, the Moon, and the Sun are close enough to spherical that the same formulas give accurate first-order estimates of their volume and surface area; soap bubbles, water droplets, balloons, fuel tanks, pressure vessels, capsules, and even biological cells are routinely approximated as spheres. Anywhere you need the cubic centimetres inside a ball, or the square centimetres of skin you'd need to cover one, this is the calculation that gives you the answer.

The two formulas we use here were proved, in their original geometric form, by Archimedes of Syracuse around 225 BCE. The derivation is one of the great results of classical mathematics: the volume of a sphere is exactly two-thirds the volume of its circumscribing cylinder, and the surface area of the sphere is exactly the curved surface area of that same cylinder. The factor 4/3 in the volume and the factor 4 in the area both come out of that Archimedean proof, and they have not been improved on in the twenty-three centuries since. The calculator below implements them in their modern algebraic form, rounds only at the display layer, and accepts any positive unit of length, so the radius can be in millimetres, centimetres, metres, kilometres, inches, or feet, and the corresponding volume and surface area will be in the matching cubic and square units.

How to Use the Sphere Volume Calculator

  1. Pick a mode at the top of the tool: Forward (radius r → volume V and surface area A), Reverse from volume (V → r → A), or Reverse from surface area (A → r → V).
  2. In Forward mode, type the radius into the input field. Any positive number works, with or without units; the answer cards assume the same length unit for r, the same cubic unit for V, and the same square unit for A. The output refreshes as you type.
  3. In Reverse from volume, type a known volume. The calculator applies r = (3V / 4π)^(1/3) to recover the radius and reports it next to the surface area. Useful for sizing a sphere that holds a known capacity of gas, paint, or liquid.
  4. In Reverse from surface area, type a known surface area. The calculator applies r = √(A / 4π) to recover the radius and reports it next to the volume. Useful when you know the area of the membrane or coating and want to find the size of the enclosed ball.
  5. Click any preset in forward mode to populate the input with the radius of a ball bearing, tennis ball, soccer ball, basketball, bowling ball, billiards ball, beach ball, large balloon, unit sphere, or 3 m party tent dome.

The answer cards show the radius r, the diameter d = 2r, the volume V, the surface area A, the dimensionless ratio V / r³ (which is always exactly 4π/3 ≈ 4.18879), and the dimensionless ratio A / r² (which is always exactly 4π ≈ 12.56637). These last two are the easiest way to spot an algebraic slip: if they don't match those constants to machine precision, something is wrong with the input or with the formula.

The Formula

The classical Archimedean sphere formulas are

V = (4/3)·π·r³, A = 4·π·r²

where V is the volume enclosed by the sphere, A is the surface area of the sphere's outer boundary, and r is the radius (the distance from the centre of the sphere to any point on the surface). The factor π is the universal circle constant, approximately 3.141592653589793. Both formulas have the same shape: a constant multiplier (4/3 or 4) times π times a power of r, with the volume formula using r cubed and the area formula using r squared. That difference in exponent, three dimensions for volume, two for area, is the algebraic fingerprint of dimensionality in geometry, and it is the reason a sphere with twice the radius has eight times the volume but only four times the surface area.

Reverse applications of the formulas are obtained by elementary algebra. To recover the radius from a known volume, solve V = (4/3)·π·r³ for r and take the real cube root:

r = (3V / 4π)^(1/3)

To recover the radius from a known surface area, solve A = 4·π·r² for r and take the positive square root:

r = √(A / 4π)

Both are well-defined for any non-negative input and produce real, positive outputs. The reverse calculations are mathematically exact (no iterative approximation is needed); the only rounding is in the display layer. This means that the precision of your reverse answer is limited only by the precision of the original measurement.

Worked Examples

Example 1, Unit sphere (r = 1)

The unit sphere, of radius 1 in whatever length unit you choose, is the standard reference object for sphere geometry.

V = (4/3)·π·1³ = (4/3)·π ≈ 4.18879 A = 4·π·1² = 4π ≈ 12.56637

Volume ≈ 4.18879 units³, surface area ≈ 12.56637 units². Diameter d = 2 in the same units.

Example 2, r = 5

V = (4/3)·π·125 = (500/3)·π ≈ 523.59878 A = 4·π·25 = 100·π ≈ 314.15927

Volume ≈ 523.59878 units³, surface area ≈ 314.15927 units². This sphere has 125 times the volume of the unit sphere and 25 times the surface area.

Example 3, r = 10

V = (4/3)·π·1000 = (4000/3)·π ≈ 4188.79020 A = 4·π·100 = 400·π ≈ 1256.63706

Volume ≈ 4188.79020 units³, surface area ≈ 1256.63706 units². Volume has grown by another factor of 8 going from r = 5 to r = 10, while surface area only grows by a factor of 4, exactly as the formulas predict.

Example 4, Earth (mean radius r = 6371 km)

The mean radius of the Earth, published by the IUGG and adopted by the IAU, is 6 371 kilometres. Substituting that into the formulas:

V = (4/3)·π·(6371)³ ≈ 1.08321 × 10¹² km³ A = 4·π·(6371)² ≈ 5.10064 × 10⁸ km²

Volume ≈ 1.08321 trillion cubic kilometres. Surface area ≈ 510.064 million square kilometres. The first number is the classic geodetic volume of the Earth; the second is the surface area that any map projection has to deal with.

Example 5, Basketball (r = 0.12 m, diameter 24 cm = 9.5 inches)

A standard size-7 basketball has a diameter between 23.8 cm and 24.8 cm; call the radius 0.12 m for a typical mid-range example.

V = (4/3)·π·0.12³ ≈ 7.238 × 10⁻³ m³ ≈ 7.24 litres A = 4·π·0.12² ≈ 0.181 m² ≈ 1 810 cm²

Volume ≈ 7.24 litres, surface area ≈ 0.181 m². The official FIBA basketball circumference of 749 to 780 mm corresponds to a radius of 0.1192 to 0.1241 m.

Example 6, Reverse from volume (V = 1000)

A spherical tank holds 1000 cubic units of fluid. Find the radius.

r = (3·1000 / 4π)^(1/3) ≈ 6.2035

Then the surface area of the tank's interior wall is A = 4·π·r² ≈ 483.6 square units. That is the area you would have to coat, paint, or insulate.

Example 7, Reverse from surface area (A = 100)

A spherical membrane has a surface area of 100 square units. Find the radius.

r = √(100 / 4π) ≈ 2.8209

Then the volume enclosed by the membrane is V = (4/3)·π·r³ ≈ 94.03 cubic units.

Where It Shows Up

The sphere volume and surface area formulas appear in more real-world settings than almost any other pair in elementary geometry. Ball sports, basketball, soccer, volleyball, tennis, bowling, billiards, cricket, golf, baseball, rugby, water polo, lacrosse balls, hockey pucks on a sphere, all rely on the volume formula to size the ball and the area formula for the surface that the cover material wraps. Astronomy and planetary science use the same formulas with the mean radius of a planet to estimate volume, mean density, and total surface area; Mars, Venus, the Moon, Mercury, Pluto, and Titan are all treated as spheres for first-order estimates. Balloons and bubbles, children's party balloons, hot-air balloons (modelled as spheres for capacity), soap bubbles, weather balloons, and party-decorator spheres, use V to size internal gas volume and A to estimate the latex or membrane mass. Capsule-shaped pressure vessels and tanks combine the volume and area of two hemispheres with a cylinder; the hemispherical cap volume is half the sphere volume. Pharmaceutical capsules and drug-delivery spheres use the same formulas to predict how much active ingredient a sphere of given radius can carry and how much polymer coating is needed to release it at a target rate. Cells and biological spheres, from red blood cells (biconcave discs modelled as spheres in many calculations) to single-cell embryos, to oil droplets in microfluidics, fall back on the same pair of formulas at small scale. Shot in ballistics, ball bearings in engineering, and pearls in jewellery are all spheres in their respective domains.

Common Mistakes

Confusing radius and diameter. The number that drops out of a measurement is usually the diameter (a ruler across the middle), but the formulas take the radius, which is half that. Forgetting this is by far the most common error and gives a sphere whose volume is wrong by a factor of 8 and whose area is wrong by a factor of 4. If your ball-bearing spec sheet says "5 mm ball," that almost certainly means 5 mm diameter and therefore r = 2.5 mm.

Mixing units across the calculation. If the radius is in metres, the volume is in cubic metres (m³), and the surface area is in square metres (m²). A 1 m radius gives V ≈ 4.19 m³ and A ≈ 12.57 m². If you typed 100 instead of 1 thinking it was in centimetres, you'd be off by a factor of a million on the volume. The simplest defence is to pick one unit, convert everything to that unit, and read the answer in the matching cubic and square units.

Approximating π as 22/7 or 3.14. For schoolbook homework that's fine, but for any engineering or scientific use, use the full π ≈ 3.14159265358979. The difference between 22/7 and the true value is about 0.04%, which on a 1000-litre tank is 0.4 litres, sometimes that matters, sometimes it doesn't.

Forgetting the factor of 4/3 versus 4π. A quick sanity check: the volume has the 4/3 coefficient, and the area has the 4 coefficient. If you write V = 4π·r³ or A = (4/3)π·r², you have swapped the two and the answer is wrong by a factor of 3. The dimensionless ratio V/r³ should always work out to 4π/3 ≈ 4.18879 and the ratio A/r² should always be 4π ≈ 12.56637. The calculator shows those two ratios as cards; if they don't match those constants, the input is wrong, not the formula.

Confusing the hemisphere with the sphere. A hemisphere (half a sphere) has half the volume and half the surface area (counting only the curved part; if you also count the flat circular face, the total surface area is half the sphere surface area plus the circle π·r²). The calculator is for whole spheres; for hemispheres, halve V and adjust A.

Treating r = 0 as a valid sphere. The formulas degenerate at r = 0 (the "point sphere"), but they aren't meaningful, every card will read zero. Pick any positive radius for a real answer.

Frequently Asked Questions

What is the formula for the volume of a sphere?

The volume of a sphere is V = (4/3)·π·r³, where r is the radius and π is the circle constant approximately equal to 3.14159265358979. The result is in the same cubic units as the radius. So a sphere with a radius of 1 metre has a volume of 4π/3 ≈ 4.18879 cubic metres; a sphere with a radius of 0.12 m has a volume of about 7.24 × 10⁻³ m³, or about 7.24 litres.

What is the formula for the surface area of a sphere?

The surface area of a sphere is A = 4·π·r², where r is the radius. The result is in the same square units as the radius. So a sphere with a radius of 1 m has a surface area of 4π ≈ 12.56637 m², and a sphere with a radius of 0.12 m has a surface area of about 0.181 m² or 1 810 cm².

Who discovered the formulas V = (4/3)πr³ and A = 4πr²?

The two formulas were proved by Archimedes of Syracuse, around 225 BCE in his treatise On the Sphere and Cylinder. Archimedes proved that the volume of a sphere is exactly two-thirds the volume of its circumscribing cylinder, and that the surface area of a sphere is equal to the curved surface area of that cylinder. The factor 4/3 in the volume and the factor 4 in the area come directly out of that classical proof, and they have not been improved on in over two thousand years.

Can I use the calculator in reverse, from volume or surface area back to the radius?

Yes. Set the mode to "Reverse: V → r" and type a known volume; the tool computes r = (3V / 4π)^(1/3) and reports the surface area. Set the mode to "Reverse: A → r" and type a known surface area; the tool computes r = √(A / 4π) and reports the volume. Both inversions are algebraically exact; no iterative approximation is needed.

Does the calculator work in any unit?

Yes. Pick any length unit for the radius, millimetres, centimetres, metres, kilometres, inches, feet, yards, and the volume and area are reported in the corresponding cubic and square units. The factor is the same in every system; the only unit conversion is at the display layer.

What is the radius of the Earth, in kilometres?

The mean radius of the Earth, published by the International Union of Geodesy and Geophysics (IUGG) and adopted by the International Astronomical Union (IAU), is 6 371 kilometres. Using that value, the volume of the Earth is approximately 1.08321 × 10¹² km³ and the surface area is approximately 5.10064 × 10⁸ km². The polar radius is slightly smaller (6 357 km) and the equatorial radius is slightly larger (6 378 km); the mean is the standard reference.

Why does doubling the radius multiply the volume by 8 and the area by only 4?

Because the formulas are r³ and r². If r goes from 1 to 2, r² goes from 1 to 4, and r³ goes from 1 to 8. Algebraically that's the case, but geometrically it's the difference between "how much paint covers the outside" (r², two-dimensional) and "how much stuff fits inside" (r³, three-dimensional). That scaling is the algebraic fingerprint of dimensionality: every time you move up a dimension, you add another factor of r to the volume.

How accurate are the computed values?

The calculator uses the IEEE 754 double-precision value of π, which is exact to about 15 significant digits. The numerical routines for cube root and square root in JavaScript are spec'd to be correctly rounded, so the rounding error in the final answer is at the last digit of an IEEE 754 double, well below any measurement precision available in everyday physics. For schoolbook, engineering, or hobbyist work, treat the results as exact.


Also try these free tools:

References

The volume and surface area formulas implemented here are the classical Archimedean forms. The primary historical source is Archimedes' On the Sphere and Cylinder (c. 225 BCE), reproduced in T. L. Heath, The Works of Archimedes (Cambridge, 1897, reissued by Dover). Modern treatments of the gamma-function derivation appear in the NIST Handbook of Mathematical Functions (DLMF, Cambridge, 2010), §4.2, Γ(1/2) = √π. Volume and surface area are defined as SI derived quantities under ISO 80000-3:2006 (Quantities and units, Part 3: Space and time); the mean radius of the Earth 6 371 km is published by the International Union of Geodesy and Geophysics (IUGG) and adopted by the IAU.