How to Find the Height of a Square: 5 Methods

The height of a square is simply its side length. Because all four sides of a square are equal and meet at right angles, the height is the same measurement as the width, or any other side. If you already know the side length, you already know the height. If you don’t, you can calculate it from the area, perimeter, or diagonal using straightforward formulas.

Why Height Equals Side Length

A square has four equal sides and four 90-degree angles. If one side measures 5 cm, every side measures 5 cm. The vertical side (height) and the horizontal side (width) are always identical. This makes finding the height a matter of finding the side length from whatever information you have.

Finding Height From the Area

The area of a square equals the side length multiplied by itself: A = s². So if you know the area, take the square root to get the height.

Formula: height = √A

For example, if a square has an area of 64 square inches, the height is √64 = 8 inches. If the area is 20 square centimeters, the height is √20 ≈ 4.47 centimeters. Any calculator with a square root function will handle this instantly.

Finding Height From the Perimeter

The perimeter of a square is the total distance around all four sides: P = 4 × s. Since all sides are equal, you just divide the perimeter by four.

Formula: height = P ÷ 4

A square with a perimeter of 36 meters has a height of 36 ÷ 4 = 9 meters. This is the simplest calculation of the three methods.

Finding Height From the Diagonal

The diagonal of a square cuts it into two right triangles. Using the Pythagorean theorem, the relationship between the diagonal (d) and the side length works out to d = s × √2. To reverse this and find the height, divide the diagonal by √2 (which is approximately 1.414).

Formula: height = d ÷ √2

If a square’s diagonal measures 10 feet, the height is 10 ÷ 1.414 ≈ 7.07 feet. This comes up often in construction and design when you can measure corner to corner but not along one side directly.

Finding Height From Coordinates

If your square is plotted on a coordinate grid and you know the positions of two adjacent corners, use the distance formula to calculate the side length between them. For two points (x₁, y₁) and (x₂, y₂):

Formula: height = √((x₂ – x₁)² + (y₂ – y₁)²)

Say two adjacent corners of a square sit at (1, 2) and (4, 6). The height would be √((4-1)² + (6-2)²) = √(9 + 16) = √25 = 5 units. Make sure you’re measuring between two corners that share a side, not diagonal corners. If you accidentally use diagonal corners, you’ll get the diagonal length instead, and you’d need to divide by √2 to get the height.

Measuring a Physical Square

For a real object, a tape measure or ruler along any one side gives you the height directly. The key is ensuring you’re measuring perpendicular to the base. A speed square or carpenter’s square can help you confirm the angle is truly 90 degrees, which matters when you’re checking whether a shape is actually square or just close to it.

If the square-shaped object is large or hard to reach (like a window high on a wall), you can measure the base instead, since it’s the same length. Or measure the diagonal and divide by 1.414. For very large or inaccessible objects, trigonometry offers another option: stand a known distance from the base, measure the angle to the top using an inclinometer, then multiply that distance by the tangent of the angle to get the height.

Quick Reference

  • Know the side length: height = side length
  • Know the area: height = √A
  • Know the perimeter: height = P ÷ 4
  • Know the diagonal: height = d ÷ √2 (or d ÷ 1.414)
  • Know two adjacent corner coordinates: height = √((x₂ – x₁)² + (y₂ – y₁)²)