Bolt Circle Coordinate Calculator

Calculate XY coordinates for equally spaced bolt-circle holes

Ad placeholder (leaderboard)

Laying out a ring of holes by hand is error-prone trigonometry. This calculator returns the exact absolute X/Y coordinate of every hole on a bolt circle so you can key them straight into a CNC control or set them on a DRO without doing the sines and cosines yourself.

How it works

Every hole lies on a circle of radius equal to half the bolt-circle diameter, centred on the point you specify. Hole i (counting from zero) sits at angle:

angle_i = start_angle + i × (360 / number_of_holes)
X_i     = center_X + radius × cos(angle_i)
Y_i     = center_Y + radius × sin(angle_i)

Angles are measured counterclockwise from the positive X axis, the convention most CNC controls and DROs use. The starting-angle field rotates the entire pattern, which lets you align it with a keyway or offset it so no hole lands on a centerline.

Tips and example

For 6 holes on a 4-inch bolt circle centred at the origin with a 0 degree start, the radius is 2 inches and holes fall every 60 degrees. The first is at (2.000, 0.000), the next at (1.000, 1.732), and so on around the ring. If you would rather not have a hole on the X axis, set the start angle to 30 degrees and the whole pattern rotates so the holes straddle the centerlines instead.

Ad placeholder (rectangle)