Tested tool guide
Tested browser tools
Checked August 16, 2026
What 3D Volume & Surface Area Calculator does, with a checked example
This tool covers the solids most people actually need: sphere, cylinder, cone, cube, rectangular box, and a range of prisms and pyramids, 15+ shapes in all. You pick a shape, enter the dimensions it asks for, and it returns the volume and surface area, each with the standard formula applied. The interactive 3D preview matters more than it looks: rotate the solid to see which edge is the radius, which is the height, before trusting the numbers. The surprise most users hit is scaling - double the radius of a sphere and the volume grows eightfold, not twofold.
Worked example
A concrete input and expected output from the current implementation.
Input
Shape: cylinder; radius = 3; height = 5
->
Expected output
Volume: 141.37 cubic units. Surface area: 150.80 square units (lateral wall 94.25 + two circular ends 56.55).
For a cylinder, volume is base area times height: pi x 3 squared x 5 = 45pi, about 141.37. Surface area adds the lateral wall, circumference times height (2 x pi x 3 x 5 = 30pi, about 94.25), to the two circular ends (2 x pi x 3 squared = 18pi, about 56.55), which sum to 48pi, about 150.80.