Logo

MonoCalc

/

Interior Angle Sum

Geometry

Quick presets

Number of sides (n)

Mode

Angle unit

Decimal places

Hexagon

n = 6 sides

Sum of Interior Angles

720.00°

= 12.57 rad

Each Interior Angle (regular)

120.00°

= 2.09 rad

Step-by-step

Sum = (n − 2) × 180°

Sum = (6 − 2) × 180 = 4 × 180 = 720°

Each angle = Sum ÷ n

Each angle = 720 ÷ 6 = 120.00°

Polygon Diagram

120.0°123456

Interior angle arc highlighted at vertex 1

Polygon Comparison Table (n = 3 to 6)

The sum grows by 180° for each additional side.

nNameSum (°)Sum (rad)Each angle (°)
3Triangle1803.141660.0000
4Quadrilateral3606.283290.0000
5Pentagon5409.4248108.0000
6Hexagon72012.5664120.0000

About This Tool

Sum of Interior Angles Calculator – Any Polygon

The sum of interior angles of a polygon is the total measure of all angles formed inside the shape at its vertices. This value depends entirely on the number of sides n — not on the polygon's size, proportions, or whether its sides are equal. Whether you are working with a perfectly regular hexagon or an irregular twelve-sided tile layout, the total always follows the same rule.

The Core Formula

For any convex polygon with n sides, the sum of all interior angles is:

Sum = (n − 2) × 180°

In radians the equivalent is Sum = (n − 2) × π. The formula comes directly from triangulation: any convex polygon can be cut into exactly n − 2 triangles by drawing non-crossing diagonals from a single vertex. Each triangle contributes exactly 180°, so the total is always (n − 2) × 180.

Quick Reference by Polygon Type

  • Triangle (n = 3): (3 − 2) × 180 = 180°. Every triangle in the plane, no matter how irregular, has angles summing to exactly 180°.
  • Quadrilateral (n = 4): (4 − 2) × 180 = 360°. Squares, rectangles, parallelograms, trapezoids — all share this total.
  • Pentagon (n = 5): 540°. Each angle of a regular pentagon is 108°, which allows them to tile surfaces in combination with other shapes.
  • Hexagon (n = 6): 720°. Each angle of a regular hexagon is 120°. Three hexagons meet at every vertex (3 × 120 = 360°), which is why hexagonal tiles pack perfectly without gaps.
  • Octagon (n = 8): 1080°. Interior angles of regular stop-sign octagons are 135° each.
  • Decagon (n = 10): 1440°. Each angle of a regular decagon is 144°.
  • Dodecagon (n = 12): 1800°. Used in floor tile patterns and decorative art; each regular angle is 150°.

Each Interior Angle of a Regular Polygon

When a polygon is regular (all sides and all angles equal), every interior angle has the same measure. Divide the total sum by the number of sides:

Each angle = (n − 2) × 180 / n

As n grows, this value approaches 180° from below — the polygon increasingly resembles a circle. A regular 100-gon has interior angles of 176.4°, while a regular 1000-gon has angles of 179.64°.

Verifying an Irregular Polygon

The sum formula holds for any simple convex polygon, regular or irregular. If you have a polygon with known angles — for instance from a survey drawing, a hand-drawn design, or a set of measurements — you can confirm correctness by summing all angles and comparing to (n − 2) × 180. This tool's Irregular mode accepts each angle individually and flags any discrepancy immediately.

A common use case is checking architectural floor plans: if a room outline has five walls (a pentagon), the sum of all five interior angles must equal 540°. A discrepancy signals a measurement or drafting error.

Degrees and Radians

Geometry education typically works in degrees, while advanced mathematics, physics, and most programming environments default to radians. The conversion between the two is:

radians = degrees × π / 180

A hexagon's interior angle sum of 720° equals 4π ≈ 12.5664 rad. This calculator lets you switch between both units at any time, making it equally useful for classroom geometry and computational geometry work.

Why the Sum Grows Linearly

Each time you add one more side to a polygon, the sum of interior angles increases by exactly 180°. This linear relationship — one extra triangle per extra side — is why a comparison table for polygons produces a perfectly spaced sequence: 180, 360, 540, 720, …, with a constant step of 180.

Practical Applications

Architecture and Interior Design

Designers building polygonal rooms, skylights, or decorative panels need the angle sum to compute miter cuts and joint angles. A regular octagonal bay window requires eight corners at 135° each — verifiable instantly with this calculator.

Tile and Mosaic Work

Tiles tessellate (tile a flat surface without gaps) only when the interior angles at each meeting point sum to exactly 360°. Knowing the interior angle of each polygon shape allows artisans to plan which combinations will fit together seamlessly.

CAD and Computational Geometry

Software generating or validating polygonal meshes often checks that angle sums per face equal the expected value. Deviations indicate degenerate or non-planar geometry. Developers can use this tool to quickly look up expected values for testing.

Education

Students learning polygon properties can use the comparison table to observe the linear growth pattern, verify homework answers, and build intuition for why triangles, quadrilaterals, and higher polygons behave differently. The step-by-step formula breakdown shows exactly where the (n − 2) × 180 figure comes from.

Limits and Boundary Cases

  • Minimum n = 3 (triangle): angles sum to 180°. No closed polygon exists with fewer sides.
  • Concave polygons: the formula (n − 2) × 180 still gives the correct sum for simple (non-self-intersecting) concave polygons, even though some individual angles exceed 180°. Self-intersecting polygons are a different case.
  • As n → ∞: the polygon approaches a circle, and each interior angle approaches 180°, while the total sum grows without bound.

Frequently Asked Questions

Is the Interior Angle Sum free?

Yes, Interior Angle Sum is totally free :)

Can I use the Interior Angle Sum offline?

Yes, you can install the webapp as PWA.

Is it safe to use Interior Angle Sum?

Yes, any data related to Interior Angle Sum only stored in your browser (if storage required). You can simply clear browser cache to clear all the stored data. We do not store any data on server.

How does this calculator work?

Enter the number of sides of a polygon. The calculator applies the formula (n − 2) × 180° to compute the total sum of all interior angles. For regular polygons it also shows each angle (sum ÷ n), the radian equivalent, and a comparison table for polygons from triangle up to your chosen n. For irregular polygon verification, enter each angle individually and the tool confirms whether they sum to the expected value.

What is the formula for the sum of interior angles?

The sum of interior angles of any convex polygon with n sides equals (n − 2) × 180°. The reason is that any polygon can be divided into (n − 2) non-overlapping triangles by drawing diagonals from one vertex, and since every triangle contains exactly 180°, the total is (n − 2) × 180. In radians the formula becomes (n − 2) × π.

Why must n be at least 3?

Three sides is the minimum needed to form a closed flat shape — a triangle. With fewer than 3 sides you would have only a line segment or a point, neither of which encloses any area or has interior angles. Substituting n = 3 into the formula gives (3 − 2) × 180 = 180°, confirming that all triangles have angles summing to 180°.

How do I verify angles in an irregular polygon?

Switch the mode to Irregular Polygon, enter n, then type each angle value. The calculator sums all entered angles and compares the total with the expected (n − 2) × 180°. A match confirmation or the numerical difference is shown immediately. This is useful for checking hand-drawn designs, architectural plans, or homework problems.

Can I see results in radians instead of degrees?

Yes. Toggle the Angle Unit switch to Radians and all outputs update instantly. The full-sum radian value is (n − 2) × π. For example, a hexagon (n = 6) gives (6 − 2) × π = 4π ≈ 12.5664 rad, and each interior angle of a regular hexagon is 2π/3 ≈ 2.0944 rad.

How accurate are the results?

All calculations use JavaScript's native double-precision floating-point arithmetic, which provides about 15–16 significant digits. Radian conversions use the built-in Math.PI constant. You can choose 0–10 decimal places for displayed precision; the default is 2. For typical geometry and engineering tasks, 4 decimal places exceeds measurement accuracy.