Calculate volume for any 3D shape. Supports metric (cm, m, litres) and imperial (inches, feet) units. Includes surface area for each shape.
| Measurement | Value |
|---|
| Unit | Value |
|---|
| Shape | Volume Formula | Surface Area |
|---|---|---|
| Sphere | V = (4/3)πr³ | SA = 4πr² |
| Cube | V = s³ | SA = 6s² |
| Cuboid | V = l×w×h | SA = 2(lw+lh+wh) |
| Cylinder | V = πr²h | SA = 2πr(r+h) |
| Cone | V = (1/3)πr²h | SA = πr(r+√(r²+h²)) |
| Square Pyramid | V = (1/3)b²h | SA = b² + 2b√((b/2)²+h²) |
| Ellipsoid | V = (4/3)πabc | Approx. formula |
| Torus | V = 2π²Rr² | SA = 4π²Rr |