Bolt Circle Calculator

Free Bolt Circle Calculator — generate X / Y coordinates and chord lengths for evenly spaced holes around a bolt circle of any diameter.

829.0K uses Updated · 2026-05-11 Runs locally · zero upload
AD

How to Use Bolt Circle Calculator

The Bolt Circle Calculator generates a ready-to-use hole list.

  1. Pick a unit — mm or inch.
  2. Enter the PCD or radius — Either dimension works; the calculator converts internally.
  3. Enter number of holes and start angle — Plus optional centre coordinates.
  4. Read the result — A table of hole X / Y coordinates and chord distance.

Formula & Theory — Bolt Circle Calculator

The Bolt Circle Calculator uses polar-to-Cartesian conversion:

θ_i = start + 360° × i / n
x_i = cx + R × cos(θ_i)
y_i = cy + R × sin(θ_i)
chord = 2 × R × sin(π / n)
SymbolMeaning
RPitch radius (PCD / 2)
nNumber of holes
startStart angle for the first hole
cx, cyCentre of the bolt circle
chordDistance between adjacent holes

Hole position tolerance

A perfectly calculated bolt circle still needs an inspection step: combine these coordinates with a True Position Calculator to verify the as-built pattern.

Use Cases for Bolt Circle Calculator

  • Wheel and hub design — Lay out lug-bolt circles for automotive and trailer wheels.
  • Flange manufacturing — Generate hole patterns for pipe flanges and gasket fits.
  • Rotary equipment — Position motor mount holes, encoder bolts and brake disc patterns.
  • CNC programming — Paste coordinates directly into your post-processor or DXF.
  • Education — Demonstrate polar coordinates with a concrete engineering example.
  • Inspection — Cross-check measured pattern against the calculated nominal.

A clean coordinate list saves you from layout errors. The Bolt Circle Calculator delivers exactly that.

Frequently asked questions about Bolt Circle Calculator

How does the Bolt Circle Calculator work?

It places n evenly spaced points on a circle of radius R = PCD / 2 around a centre (cx, cy), with optional start angle, using x = cx + R·cos(θ_i) and y = cy + R·sin(θ_i).

What is start angle?

The angle of the first hole, measured counter-clockwise from the positive X axis. Set it to 0° for a hole on the X axis or to 90° for a hole on the Y axis.

Does it also give chord length?

Yes. The chord between adjacent holes is 2 × R × sin(π / n). Combined with the coordinate list, this is everything you need for layout or CNC.

Is my data stored?

No. All calculations happen in your browser; nothing is sent to a server.