Sphere Volume Calculator
Calculates the volume of a sphere from its radius using V = (4/3)·π·r³. Used in physics, engineering, packaging design, and any problem involving spherical objects like balls, tanks, bubbles, or planets.
Last updated: May 2026
Compare with similar
About this calculator
The volume of a sphere measures the total three-dimensional space it occupies. The formula is V = (4/3) × π × r³, where r is the radius of the sphere and π is the constant approximately equal to 3.14159265. The radius is cubed because volume is a three-dimensional measurement — doubling the radius multiplies the volume by 8 (2³), not 2. The factor of 4/3 comes from integral calculus: integrating the area of circular cross-sections π·(r² − x²) from x = −r to x = +r produces (4/3)·π·r³ in closed form. Variables: r (radius in any consistent linear unit). Edge cases: if you know the diameter d instead, first compute r = d/2 before applying the formula. The result inherits the cube of whatever linear unit you use — entering r in meters gives V in cubic meters (m³), in inches gives in³. For unit conversions: 1 m³ = 1,000 L = 1,000,000 cm³; 1 ft³ ≈ 28.32 L. Archimedes was the first to derive this formula and proved that a sphere's volume is exactly two-thirds of the smallest cylinder that contains it (a cylinder with the same diameter and height equal to the diameter). For hemispheres, divide by 2; for spherical caps and zones, use specialized formulas. Hollow spheres (spherical shells) require subtracting inner from outer sphere volumes.
How to use
Example 1: A spherical water tank with radius 3 m. Step 1: cube the radius — 3³ = 27. Step 2: multiply by π — 27 × π ≈ 84.823. Step 3: multiply by 4/3 — 84.823 × 4/3 ≈ 113.10 m³. Verify: 1 m³ = 1,000 L, so the tank holds about 113,100 L. The ratio test: a cylinder of radius 3 m and height 6 m (diameter) has volume π × 9 × 6 ≈ 169.65 m³, and 2/3 of that is 113.10 m³ — confirming Archimedes' relationship. Example 2: A steel ball bearing with diameter 2 cm. Step 1: convert to radius — r = 1 cm. Step 2: r³ = 1. Step 3: V = (4/3) × π × 1 ≈ 4.189 cm³. Verify: if steel density is 7.85 g/cm³, the ball weighs 4.189 × 7.85 ≈ 32.88 g.
Frequently asked questions
How does the sphere volume formula change if I know the diameter instead of the radius?
If you know the diameter (d), the radius is r = d / 2, so substitute into the formula: V = (4/3) × π × (d/2)³ = (π/6) × d³. For example, a sphere with diameter 6 m has radius 3 m, giving V = (π/6) × 216 = 36π ≈ 113.10 m³. You can enter the halved diameter directly into the calculator's radius field. Diameter is often the more practical measurement in real settings — calipers, tape measures, and product specifications usually give diameter (sometimes called 'size' or 'D'). Always double-check which dimension you have before plugging in; mistaking diameter for radius makes the volume 8× too large.
What is the relationship between the volume of a sphere and the volume of a cylinder?
Archimedes proved that a sphere fits perfectly inside a cylinder whose height and diameter both equal the sphere's diameter — a 'inscribed sphere' in a 'circumscribed cylinder'. The sphere's volume is exactly ⅔ of that cylinder's volume. The cylinder volume is π × r² × 2r = 2πr³, and ⅔ of that is (4/3)πr³, which is the sphere volume formula. Archimedes regarded this as his most beautiful discovery; he asked for a sphere inscribed in a cylinder to be engraved on his tombstone. The same relationship implies the cylinder's lateral surface area equals the sphere's total surface area (both 4πr²) — another consequence of the inscribed-sphere geometry.
Why is the radius cubed in the sphere volume formula?
Volume is a three-dimensional quantity, so it scales with the cube of any linear dimension. When you double a sphere's radius, the volume increases by 2³ = 8 times, not just 2 times. This cubic relationship means small changes in radius have a large effect on volume: a 10% increase in radius produces a 33% (1.1³ ≈ 1.331) increase in volume. The formula V = (4/3) × π × r³ captures this because r is raised to the power of 3, reflecting the three dimensions of space the sphere occupies. The same principle applies to all 3D shapes: cubes, cones, ellipsoids, and irregular bodies all have volumes that scale as the cube of any linear scaling factor.
What are common mistakes when calculating sphere volume?
Using the diameter instead of the radius makes the volume 8× too large — the most frequent error since many measurements give diameter. Forgetting to cube the radius (treating r² instead of r³) returns the surface area times a wrong constant. Using a rough π = 3 instead of 3.14159 introduces a ~4.7% error, often unacceptable for engineering. Mixing units (entering r in cm but expecting m³) produces results off by 1,000,000×. Confusing volume with surface area (4πr² for sphere surface) returns the wrong dimensional quantity. Forgetting that hemispheres are half a sphere — V_hemisphere = (2/3)πr³ — leads to double-counting in design problems.
When should I NOT use this sphere volume formula?
Ellipsoids (squashed or stretched spheres) use a different formula: V = (4/3) × π × a × b × c, where a, b, c are the three semi-axes. Spherical caps (portions of a sphere) need a separate formula V = (πh²/3) × (3r − h), where h is the cap height. Spherical shells (hollow spheres) require subtracting the inner sphere volume from the outer. Real-world 'spheres' like footballs, eggs, and dewdrops are not perfect spheres — model them as ellipsoids for accuracy. Spheres in curved space (cosmology, general relativity) follow different volume formulas depending on the curvature of space. Hemispheres are half a sphere: V = (2/3)πr³. For non-Euclidean spherical geometry on a sphere's surface (lunes, spherical polygons), use spherical area formulas, not volume.