—
cu units
—
L
14
—
cu units
—
L
14
The Sphere Volume Calculator computes the volume of a sphere from its radius using the classical formula derived by Archimedes. The volume of a sphere tells you how much three-dimensional space the sphere occupies, and it is one of the most important formulas in solid geometry.
The sphere volume formula is:
$$V = \frac{4}{3}\pi r^3$$
where $$r$$ is the radius of the sphere. This formula reveals that volume grows with the cube of the radius -- doubling the radius increases the volume eightfold. This cubic relationship has profound implications in science and engineering.
Understanding sphere volume is essential in many fields. In fluid mechanics, the volume of spherical droplets determines their mass, fall velocity, and evaporation rate. Rain droplet size distributions are characterized by volume because larger drops carry disproportionately more water. A raindrop with twice the radius of another carries eight times the water mass.
In materials science and powder technology, particle size analysis relies heavily on sphere volume calculations. Powders, granules, and microspheres are characterized by their equivalent spherical diameter, and volume calculations determine mass, packing density, and flow properties. Pharmaceutical capsules, ball bearings, and abrasive particles are all designed around spherical volume computations.
The formula can be rearranged to find the radius from a known volume: $$r = \left(\frac{3V}{4\pi}\right)^{1/3}$$. This inverse calculation is useful when you need to determine what size sphere can hold a specific volume, such as sizing a spherical storage tank for a given capacity.
Astronomy uses sphere volume extensively. The volume of planets and stars, combined with their mass, gives the mean density -- a key parameter for understanding internal composition. Jupiter's volume is about 1,321 times Earth's, calculated directly from their respective radii using this formula.
This calculator also provides a liter conversion (assuming the radius is in centimeters) and the diameter for convenience. For other unit systems, remember that 1 cubic meter equals 1,000 liters, and 1 cubic foot equals approximately 28.317 liters. The volume in cubic units can always be converted to liters using appropriate conversion factors.
The beauty of the sphere volume formula lies in its simplicity and universality. From subatomic particles to cosmic structures, the same $$\frac{4}{3}\pi r^3$$ applies across all scales of the physical universe.
Enter the radius, and the calculator computes $$V = \frac{4}{3}\pi r^3$$ using JavaScript's Math.PI and Math.pow functions. It also divides by 1000 to provide a liter equivalent (valid when radius is in centimeters, since 1 liter = 1000 cm3) and computes the diameter as $$2r$$.
The Volume is the three-dimensional space enclosed by the sphere, in cubic units matching your radius unit. The Volume in Liters assumes the radius was entered in centimeters (1 L = 1000 cm3). If your radius is in other units, convert the cubic result manually. The Diameter is simply twice the radius.
Inputs
Results
V = (4/3)*pi*343 = (1372/3)*pi ~ 1436.76 cu units. If radius is in cm, this is about 1.44 liters.
Inputs
Results
A regulation basketball has a circumference of ~75.5 cm (radius ~12.1 cm), giving a volume of about 7.42 liters.
If you know the diameter $$d$$, the radius is $$r = d/2$$. Substituting into the formula gives $$V = \frac{4}{3}\pi \left(\frac{d}{2}\right)^3 = \frac{\pi d^3}{6}$$. So you can also use $$V = \pi d^3 / 6$$ directly.
Rearrange the formula: $$r = \left(\frac{3V}{4\pi}\right)^{1/3}$$. For example, if $$V = 1000$$ cubic units, then $$r = (3 \times 1000 / (4\pi))^{1/3} = (750/\pi)^{1/3} \approx 6.20$$ units.
Because a sphere extends in three dimensions. When you scale the radius by a factor $$k$$, every linear dimension scales by $$k$$, so the three-dimensional volume scales by $$k^3$$. This is a general property of all three-dimensional shapes under uniform scaling.
Earth's mean radius is approximately 6,371 km. Using the formula: $$V = \frac{4}{3}\pi (6371)^3 \approx 1.083 \times 10^{12}$$ cubic kilometers, or about $$1.083 \times 10^{21}$$ cubic meters.
A sphere of radius $$r$$ fits inside a cube of side $$2r$$. The cube volume is $$(2r)^3 = 8r^3$$, while the sphere volume is $$\frac{4}{3}\pi r^3 \approx 4.189r^3$$. So the sphere occupies about $$\frac{\pi}{6} \approx 52.36\%$$ of the cube. This ratio is called the packing fraction for a single sphere in a cube.
The liter output assumes the radius is in centimeters (1 L = 1000 cm3). If your radius is in meters, multiply the cubic volume by 1000 to get liters. If in inches, multiply cubic inches by 0.016387 to get liters. Always verify unit consistency for accurate conversions.
Roboculator Team
The Roboculator Team explains calculations, planning tools, and practical formulas in clear language for real-life situations.
How helpful was this calculator?
Be the first to rate!