Cuboid Calculator

Calculate cuboid length, width, height, diagonal, volume, and area using many different methods.

solve
Advertisement

How to Calculate Cuboid Length

  • Calculate cuboid length using cuboid height, width, and volume or area or diagonal.

    l = length
    w = width
    h = height
    V = volume
    A = area

    Calculate cuboid length using height, width, and volume:

    l =
    V
    h x w

    Calculate cuboid length using height, width, and area:

    l =
    A
    2
    - h x w
    h + w

    Calculate cuboid length using height, width, and diagonal:
    l = d2 - h2 - w2

How to Calculate Cuboid Width

  • Calculate cuboid width using cuboid height, length, and volume or area or diagonal.

    Calculate cuboid width using height, length, and volume:

    w =
    V
    h x l

    Calculate cuboid width using height, length, and area:

    w =
    A
    2
    - h x l
    h + l

    Calculate cuboid width using height, length, and diagonal:
    w = d2 - h2 - l2

How to Calculate Cuboid Height

  • Calculate cuboid height using cuboid width, length, and volume or area or diagonal.

    Calculate cuboid height using width, length, and volume:

    h =
    V
    l x w

    Calculate cuboid height using width, length, and area:

    h =
    A
    2
    - l x w
    l + w

    Calculate cuboid height using width, length, and diagonal:
    h = d2 - l2 - w2

How to Calculate Cuboid Volume, Area, and Diagonal

  • Calculate cuboid Volume, Area, and Diagonal using cuboid height, width, and length.

    Calculate cuboid volume using length, width, and height:
    V = w x h x l

    Calculate cuboid area using length, width, and height:
    A = 2 x (w x l + h x l + h x w)

    Calculate cuboid diagonal using length, width, and height:
    d = l2 + w2 + h2

Advertisement