Bolt Circle Coordinate Calculator

A bolt circle is specified by a diameter and a hole count, but a mill needs X and Y for every hole. Enter the circle, how many holes, where the first one sits and which way the pattern runs, and this returns the full coordinate list plus the chord between adjacent holes — which is the measurement to check the pattern against once it is drilled.

Calculator

This calculator runs in your browser. Enable JavaScript for live results — the inputs, formula and worked example below remain fully readable without it.

Inputs this calculator takes, with typical values
InputWhat to enterExample
Bolt circle sizeThe diameter or radius of the circle the hole centres sit on.4.0
That figure is aDrawings usually give the diameter; controls usually want the radius.Diameter
Number of holesEvenly spaced around the full circle.6
Angle of the first holeMeasured from the positive X axis, counter-clockwise positive.0 °
Pattern directionWhich way the numbering runs around the circle.Counter-clockwise
Circle centre XSet both to zero to work in coordinates relative to the circle centre.0
Circle centre YOffset the whole pattern to your part datum if you prefer.0
Hole diameterOptional. Only used to warn when adjacent holes would break through into each other.0.25

It returns

  • Angle between holes — 360 divided by the hole count.
  • Chord between adjacent holes — Straight-line centre distance. The easiest way to check a drilled pattern.
  • First hole X
  • First hole Y
  • Bolt circle radius
  • Holes

The formula

X=Xc+Rcosθ,Y=Yc+Rsinθ
c=2Rsin180°n

In plain text: X = Xc + R·cos θ, Y = Yc + R·sin θ, θ = start + k·(360/n)

  • X, YHole centre coordinates (in or mm)
  • Xᴄ, YᴄBolt circle centre (in or mm)
  • RBolt circle radius (in or mm)
  • θAngle of the hole from the X axis (degrees)
  • nNumber of holes (count)

The calculation is unit-agnostic. Enter inches and the coordinates are inches; enter millimetres and they are millimetres.

Updated Category CNC Layout, Setup & Metrology Verified against published test cases Reading time 7 min

Turning a bolt circle into coordinates

A bolt circle is described in polar terms — a radius and a set of angles — while a milling machine works in rectangular X and Y. Converting between them is the whole job, and it is two lines of trigonometry: X is the radius times the cosine of the angle, Y is the radius times the sine, both measured from the circle's centre.

The angles themselves come from dividing the circle evenly. With n holes the step is 360 ÷ n, so six holes sit 60 degrees apart and eight sit 45 apart. Each hole's angle is the starting angle plus however many steps it is around the circle.

The convention used here is the standard mathematical one: angles measured from the positive X axis, increasing counter-clockwise. Zero degrees puts the first hole at three o'clock. If your drawing measures from twelve o'clock instead, enter 90 as the start angle.

Diameter or radius, and the error that follows

Drawings almost always specify a bolt circle by its diameter — a 4-inch bolt circle, or a 100 mm PCD. The trigonometry needs the radius. Feeding the diameter straight into the formula produces a pattern exactly twice the size, correctly spaced and completely wrong.

It is worth checking which you have before cutting, because the error is not obvious from the coordinate list — every hole is in the right place relative to the others. The quickest confirmation is the first hole at zero degrees: its X coordinate should be the radius, so on a 4-inch bolt circle it should read 2.0000. If it reads 4.0000, the diameter went in where the radius was wanted.

Worked example: six holes on a 4 inch bolt circle

Six evenly spaced holes, 4-inch bolt circle diameter, first hole at three o'clock, pattern running counter-clockwise, centre at the origin.

  1. Radius. 4 ÷ 2 = 2.0000 inch.
  2. Angular step. 360 ÷ 6 = 60 degrees.
  3. Hole 1 at 0°. X = 2 × cos 0 = 2.0000, Y = 2 × sin 0 = 0.0000.
  4. Hole 2 at 60°. X = 2 × 0.5 = 1.0000, Y = 2 × 0.86603 = 1.7321.
  5. Hole 3 at 120°. X = −1.0000, Y = 1.7321.
  6. Hole 4 at 180°. X = −2.0000, Y = 0.0000.
  7. Holes 5 and 6 mirror holes 3 and 2 below the axis.

The chord check: 2 × 2 × sin(180 ÷ 6) = 4 × sin 30° = 2.0000 inch between adjacent centres. For six holes specifically the chord equals the radius, because six equilateral triangles fit exactly around a circle — a useful sanity check that costs nothing to remember.

Checking the pattern after you drill it

Measuring a bolt circle directly is awkward, because the centre is usually not a feature you can put a caliper on. The chord between adjacent holes is far easier: measure between two neighbouring hole centres, and compare against 2R sin(180°/n).

For an even hole count there is a second check that is easier still. Holes directly opposite each other are exactly one bolt circle diameter apart, so measuring across the pattern from hole 1 to hole 4 on a six-hole circle should give the bolt circle diameter itself. Odd counts have no opposite hole, which is why the chord is the general method.

Both checks measure centre to centre. With holes of equal size you can measure edge to opposite edge for the same result, or measure inside-to-inside and add one hole diameter — which is how a pattern usually gets checked with nothing but a caliper.

Chord between adjacent holes, per inch of bolt circle diameter

Multiply by your bolt circle diameter to get the centre-to-centre distance.
HolesAngle apartChord factorOn a 4 in circle
3120°0.866033.4641
490°0.707112.8284
572°0.587792.3511
660°0.500002.0000
845°0.382681.5307
1036°0.309021.2361
1230°0.258821.0353

The chord factor is sin(180°/n). At six holes it is exactly 0.5, so the chord equals the bolt circle radius.

Zero degrees is three o'clock, not twelve

This calculator uses the standard convention: angles measured from the positive X axis, increasing counter-clockwise. A start angle of 0° puts the first hole at three o'clock. Many drawings put the first hole at top dead centre instead — enter 90° as the start angle for that, and the whole pattern rotates with it.

Laying out the pattern

  • Confirm diameter against radius. The commonest error, and the resulting pattern looks internally consistent so it is easy to miss.
  • Pick the start angle from the drawing, not from habit. A pattern rotated 30 degrees is as wrong as one sized incorrectly, and often harder to spot.
  • Check the chord before drilling all of them. Spot the first two, measure between them, and confirm against the chord figure.
  • Watch the web between holes. On a small circle with large holes, adjacent holes can break into each other. The chord minus one hole diameter is the material left.
  • Match the direction to the drawing. Clockwise and counter-clockwise numbering give mirror-image patterns wherever the holes are not symmetrical.

Related setup work

Most controls have a bolt-circle canned cycle, and where one exists it is the right tool — this page is for manual machines, for programming from scratch, and for checking what a control produced. On a rotary table the coordinates matter less than the angular step, which is the primary output here.

Once the holes are located, the rest of the job is drilling and tapping them. The tap drill calculator gives the pre-drill for a target thread engagement, the tapping speed and feed calculator covers the tapping cycle, and the bolt torque calculator handles what the finished fasteners get tightened to. For angular setups that are not circular patterns, the sine bar calculator is the companion tool.

Terms used here

Bolt circle diameter
The diameter of the imaginary circle the hole centres lie on. Called PCD, pitch circle diameter, on metric drawings.
Chord
The straight-line distance between two adjacent hole centres, 2R sin(180°/n). The practical way to check a drilled pattern.
Start angle
Where the first hole sits, measured from the positive X axis counter-clockwise. Zero is three o'clock.
Web
The material left between two adjacent holes — the chord minus one hole diameter. Goes to zero when holes break into each other.

Frequently asked questions

How do I find the coordinates of holes on a bolt circle?

For each hole, X is the circle radius times the cosine of its angle and Y is the radius times the sine, both added to the circle centre. The angles are the start angle plus multiples of 360 divided by the hole count. Six holes on a 4-inch circle starting at zero gives (2, 0), (1, 1.7321), (−1, 1.7321), (−2, 0) and so on.

Should I enter the bolt circle diameter or radius?

Either — there is a selector for it. Drawings normally give the diameter, and the trigonometry needs the radius, which is where the mistake usually happens. Check the first hole at zero degrees: its X should equal the radius, so 2.0000 on a 4-inch bolt circle. Reading 4.0000 means the diameter went in as a radius.

How far apart are adjacent holes on a bolt circle?

The chord distance, which is 2R sin(180°/n). On a 4-inch circle with six holes that is exactly 2.0000 inch. For six holes specifically the chord equals the radius, because six equilateral triangles fit exactly around a circle.

How do I check a bolt pattern I have already drilled?

Measure between two adjacent hole centres and compare against the chord figure. With an even number of holes you can also measure straight across between opposite holes, which should equal the bolt circle diameter exactly. Both are far easier than trying to locate the circle centre.

Where does zero degrees put the first hole?

At three o'clock — on the positive X axis, to the right of the centre. Angles increase counter-clockwise from there. If your drawing puts the first hole at top dead centre, enter 90 degrees as the start angle and the whole pattern rotates to suit.

Does it matter whether the pattern runs clockwise or counter-clockwise?

Only for the numbering, and only when the pattern is not symmetrical. With evenly spaced holes and a full circle the set of positions is identical either way; the two directions simply label them in mirror order. It matters when you are matching an existing part, or when hole one has to line up with a specific feature.

What is PCD?

Pitch circle diameter — the same thing as bolt circle diameter, and the term used on most metric and European drawings. A 100 mm PCD with five holes is five holes evenly spaced on a 100 mm diameter circle, which is a 50 mm radius in this calculator.

Can adjacent holes break into each other?

Yes, on a small circle with large holes. The material between two neighbours is the chord minus one hole diameter, so twelve 0.25 inch holes on a 1 inch circle leave essentially nothing. Enter your hole diameter and the calculator warns when the web gets thin.

References

  • Machinery's Handbook, 31st edition — jig boring and hole circle coordinates — Industrial Press
  • ASME Y14.5 — Dimensioning and Tolerancing — American Society of Mechanical Engineers
  • Technology of Machine Tools, 8th edition — Krar, Gill and Smid, McGraw-Hill