Tested tool guide
Tested browser tools
Checked August 16, 2026
What Volume Calculator does, with a checked example
Pick a shape from the list - cube, rectangular box, sphere, cylinder, cone, and other common solids - enter the dimensions it asks for, and the tool returns the volume with the formula written out and your values substituted in, so you can see exactly where the number comes from. The mistake users most often make is entering a diameter where the tool asks for a radius, or mixing units. Because dimensions are squared or cubed, a factor of 2 on one dimension multiplies a volume by 4 or 8, not 2. The tool multiplies what you type, in the units you type it, and reports the result in that unit cubed.
Worked example
A concrete input and expected output from the current implementation.
Input
Cylinder, radius 3 cm, height 7 cm
->
Expected output
V = pi x r^2 x h = pi x (3 cm)^2 x 7 cm = 63 x pi cm^3 ~ 197.92 cm^3
The cylinder formula multiplies the base area pi x r^2 (about 28.27 cm^2) by the height 7 cm, giving 63 x pi. With pi = 3.14159... that is 197.920..., which rounds to 197.92 cm^3.