Sphere Volume Calculator

Instantly find volume, surface area, diameter or radius — solve for any variable.

Ad placeholder (leaderboard)
Enjoying the tools? Go Pro for £4.99 (one-time) and remove all ads — forever, on this device. Remove ads — £4.99

The sphere volume calculator works out every key measurement of a perfect sphere from a single known value. Enter the radius, diameter, volume or surface area and the tool instantly returns all four quantities plus the great-circle circumference — with a step-by-step working panel and a labelled diagram so you can see exactly where the numbers come from.

Everything runs in your browser. No data is sent to a server, and there is no sign-up required.

How it works

A sphere is the three-dimensional shape where every point on the surface is exactly the same distance — the radius r — from the centre. Three fundamental formulas connect all the measurements:

Volume: V = (4/3) x pi x r^3

Surface area: A = 4 x pi x r^2

Circumference (great circle): C = 2 x pi x r

The calculator holds these three equations simultaneously. When you provide one quantity it solves for r first, then substitutes r into every other formula:

  • Given radius r: trivially substituted.
  • Given diameter d: r = d / 2, then the three formulas run.
  • Given volume V: rearrange to r = cube-root(3V / (4 x pi)).
  • Given surface area A: rearrange to r = sqrt(A / (4 x pi)).

All arithmetic uses JavaScript’s native 64-bit floating-point, which gives about 15 significant digits of accuracy — more than enough for any real-world application.

Worked example

Suppose you have a spherical water tank with a diameter of 2 m and want to know how many cubic metres it holds.

  1. Choose Diameter in the first dropdown and type 2.
  2. Select the unit m.

The calculator finds r = 1 m and computes:

  • Volume: (4/3) x pi x 1^3 = approximately 4.189 m^3 (roughly 4,189 litres)
  • Surface area: 4 x pi x 1^2 = approximately 12.566 m^2
  • Circumference: 2 x pi x 1 = approximately 6.283 m

Now imagine you are sizing a cricket ball. A standard ball has a circumference of about 22.9 cm. You can verify: r = 22.9 / (2 x pi) ≈ 3.64 cm, giving a diameter of about 7.29 cm and a volume of about 202 cm^3.

RadiusVolumeSurface area
1 cm4.189 cm^312.566 cm^2
5 cm523.6 cm^3314.2 cm^2
10 cm4,189 cm^31,257 cm^2
1 m4.189 m^312.566 m^2
6,371 km (Earth)1.083 x 10^12 km^35.1 x 10^8 km^2

Formula note

The factor 4/3 in the volume formula is one of geometry’s elegant results. It can be derived by integrating the area of stacked circular cross-sections from -r to +r, or by Cavalieri’s principle relating the sphere to a cylinder minus two cones. Archimedes proved that the volume of a sphere is exactly two-thirds the volume of its circumscribed cylinder — he considered this his greatest achievement.

The surface area formula A = 4 x pi x r^2 is also beautiful: it equals exactly four times the area of a circle with the same radius. This is not obvious but follows from differentiating the volume formula with respect to r, which is a general rule — the surface area of any solid of revolution is the derivative of its volume with respect to the defining length.

Common uses

Sphere geometry appears in science, engineering and everyday life far more often than it might seem. Liquid storage tanks, sports balls, planets, bubbles, lenses, ball bearings, domes and nanoparticles are all modelled as spheres. Chemists use the formula when estimating atomic radii from known densities. Architects use it when designing geodesic domes. Astronomers use it when calculating planetary volumes from observed diameters. This calculator handles all of those cases, whether your radius is a nanometre or a thousand kilometres.

Ad placeholder (rectangle)