GenerateRandomSearch

Bolt Circle Calculator

Marking a bolt circle by hand means dividing 360 by the number of holes and then either swinging a protractor and hoping, or walking dividers round the rim and finding the last gap is not like the others. The number that makes it accurate is the chord — the straight line between neighbouring holes — which is not the same as the distance round the rim.

What this generator does

Works out the straight-line distance between neighbouring holes, the angle of each, and where each sits across and up from the centre.

How to use this tool

  1. Type the pitch circle diameter and how many holes.
  2. Set where the first hole sits, if it matters.
  3. Set dividers to the chord and step round.
  4. Or mark each hole from the centre using the across and up figures.

Understanding the controls

Pitch circle diameter
The circle the hole centres sit on, in millimetres — not the outside of the part, and not the circle the holes' edges touch.
How many holes
Equally spaced round the whole circle. Two to two hundred, though a protractor stops being useful long before the top end.
First hole, degrees from twelve o'clock
Clockwise, so zero puts a hole straight up. It turns the whole pattern without changing any of the spacing.
Hole diameter
Not used for the spacing, only to check there is enough metal left between neighbouring holes.

Common use cases

  • Drilling a flange, a wheel or a face plate
  • Marking out a clock face or a compass rose
  • Spacing fence posts round a circular bed
  • Laying out holes for a lamp shade or a lantern
  • Checking a pattern before committing a drill to it

How this generator works

The chord between neighbouring holes is twice the radius times the sine of pi over the number of holes — the formula nobody remembers, and the reason walking a tape measure round the rim overshoots. Every hole's position is then computed in Cartesian coordinates, and the checker measures those rather than trusting the trigonometry: every hole must be the same distance from the centre, and every neighbouring pair the same distance apart, including the last pair back to the first, which is exactly where stepping round with dividers accumulates its error.

Randomness and fairness

Nothing is random. The same circle always marks out the same way.

For how randomness is produced across the whole site, see how Generate Random works.

Limitations and good to know

  • This is the geometry; drill wander, workholding and the accuracy of your centre punch decide what you actually get.
  • The metal-left check is a rough guide, not a strength calculation.
  • Coordinates assume the centre is where you say it is, which is often the hardest part of the job.
  • Odd numbers of holes have no line of symmetry, so there is no shortcut for marking half of them.

Privacy and your data

The geometry is worked out in your browser. No measurements are transmitted or stored.