Cube Volume Calculator

Instantly find the volume, surface area and diagonals of any cube — solve from any known value.

Ad placeholder (leaderboard)
Enjoying the tools? Go Pro for £4.99 (one-time) and remove all ads — forever, on this device. Remove ads — £4.99

A cube is the most symmetric of all three-dimensional shapes: six identical square faces, twelve equal edges and eight vertices. Because every measurement derives from the single edge length a, knowing any one property lets you recover every other. This calculator accepts the edge length, the volume, the face area, or the space diagonal as input and returns all six standard cube properties — volume, total surface area, face area, face diagonal and space diagonal — together with a worked step and an interactive SVG diagram.

How it works

Select what you already know from the “I know the …” drop-down, enter the value, and every result updates instantly. Under the hood the tool inverts the relevant formula:

KnownFormula used to find edge a
Edge aalready known
Volume Va = V^(1/3) (cube root)
Face area Aa = √A
Space diagonal da = d / √3

Once the edge is resolved, all other properties follow from exact closed-form expressions with no approximations beyond floating-point precision.

The formulas

For a cube with edge length a:

  • Volume: V = a³
  • Face area (one face): A = a²
  • Total surface area (six faces): SA = 6a²
  • Face diagonal (corner to corner across one face): fd = a · √2
  • Space diagonal (corner to corner through the centre): d = a · √3

The face diagonal follows from Pythagoras applied to one square face: fd² = a² + a² = 2a². The space diagonal extends that into three dimensions: d² = a² + a² + a² = 3a², so d = a·√3.

Worked example

Suppose you have a wooden cube whose volume is 125 cm³. What are all its properties?

  1. Edge: a = 125^(1/3) = 5 cm
  2. Face area: 5² = 25 cm²
  3. Total surface area: 6 × 25 = 150 cm²
  4. Face diagonal: 5 × √2 ≈ 7.071 cm
  5. Space diagonal: 5 × √3 ≈ 8.660 cm

These are the five numbers the calculator shows simultaneously the moment you type 125 in “Volume” mode — no manual steps needed.

Common reference values

Edge aVolume a³Surface area 6a²Space diagonal a·√3
1161.732
51251508.660
101 00060017.321
1001 000 00060 000173.205

Doubling the edge multiplies the volume by 8 and the surface area by 4 — a consequence of cubic and quadratic scaling respectively.

Formula notes

The cube is a special case of the rectangular cuboid where all three dimensions are equal. It is also a regular hexahedron — one of the five Platonic solids. The equality of all edges means a single variable fully determines the entire geometry, making calculations straightforward and the shape uniquely efficient: among all cuboids of a given surface area, the cube encloses the maximum volume (the isoperimetric theorem for polyhedra).

All arithmetic runs entirely in your browser using JavaScript’s IEEE 754 double-precision floating-point — accurate to about 15 significant digits. No data is sent anywhere.

Ad placeholder (rectangle)