Last verified · v1.0
Calculator · construction
Bolt Circle Calculator
Calculate chord length, arc length, angular spacing, and circumference for any bolt hole pattern from the bolt circle diameter and number of holes.
Inputs
Bolt Circle Result
—
Explain my result
Get a plain-English breakdown of your result with practical next steps.
The formula
How the
result is
computed.
What Is a Bolt Circle?
A bolt circle is an imaginary circle whose circumference passes through the center of every bolt hole in a circular bolt pattern. Engineers specify a bolt circle using two values: the Bolt Circle Diameter (BCD) and the number of holes (n). From these inputs, the bolt circle calculator derives chord length, arc length, angular spacing, radius, and full circumference with precision suitable for machining, flange assembly, and structural connection work.
Core Formulas
Chord Length Between Adjacent Holes
The straight-line distance between adjacent hole centers is:
C = 2R × sin(π / n)
where R = BCD ÷ 2. This identity derives from the inscribed chord theorem: two radii and the connecting chord form an isoceles triangle with apex angle 2π/n radians, and the base equals 2R sin(π/n). For a 6-hole pattern on a 100 mm BCD (R = 50 mm): C = 2 × 50 × sin(30°) = 50.00 mm exactly. Machinists use this value for over-pin gauging and jig setup without needing a coordinate measuring machine.
Arc Length Between Adjacent Holes
The distance along the bolt circle circumference between adjacent hole centers is:
A = 2πR / n
This formula divides the total circumference equally among all n holes. For the same 6-hole, 100 mm BCD example: A = 2π × 50 / 6 ≈ 52.36 mm. Arc length governs gasket strip cutting lengths and thread-pitch layout on circular sealing faces. Arc length always exceeds chord length; the gap widens as n decreases.
Angular Spacing Between Holes
The central angle between any two adjacent hole centers is:
θ = 360° / n
Eight holes produce 45.00° spacing; five holes produce 72.00° spacing; twelve holes produce 30.00° spacing. CNC rotary indexing tables accept this value directly to advance between successive bore operations, eliminating manual layout and reducing positioning error below 0.01°.
Variable Definitions
- Bolt Circle Diameter (BCD): The diameter of the imaginary circle, in any consistent unit (mm, in, ft). Flanges range from 25 mm for instrument tubing connections to over 3,000 mm for large wind turbine base plates.
- Number of Holes (n): A positive integer ≥ 2 representing equally spaced holes. Standard patterns include 4, 5, 6, 8, and 12. Automotive lug patterns such as 5×114.3 mm encode both n and BCD in a single designation.
- Output Value: Selects the result returned: chord length C, arc length A, angle θ, radius R, or full circumference 2πR.
Geometric Derivation
All three formulas trace back to the regular n-gon inscribed in a circle of radius R. Each vertex of that polygon represents one hole center. The chord formula applies the law of sines to the central isoceles triangle formed by two radii. The arc formula partitions the full circumference. The angle formula distributes 360° uniformly. For complete Cartesian coordinate derivations used in CNC programming, the Wyoming Community Colleges Math for Manufacturing manual confirms that each hole i occupies position Xi = R cos(2πi/n) and Yi = R sin(2πi/n), which are direct consequences of the bolt circle formulas.
Real-World Applications
Pipe Flanges and Pressure Vessels
ANSI/ASME B16.5 standardizes BCDs at every nominal pipe size and pressure class. A Class 150 NPS 4 (4-inch) flange carries a 114.3 mm BCD with 8 holes. Mating flanges must share identical bolt circles to distribute clamping load evenly across the gasket. The ODOT Traffic Structures Design Manual references bolt circle geometry for structural connection plates on highway sign bridge assemblies, where a 1 mm misalignment can shift load distribution enough to require re-drilling.
Automotive Wheel Hubs
Every passenger vehicle wheel uses a defined bolt pattern such as 4×100 mm or 5×120 mm. Chord length determines whether a hub spacer or adapter seats flush. A 5-hole, 114.3 mm BCD pattern yields C = 2 × 57.15 × sin(36°) ≈ 67.18 mm between adjacent studs, a value used to verify aftermarket wheel fitment.
CNC Machining and Rotary Indexing
Machinists program the angle θ = 360° / n into a rotary table controller to index evenly between hole positions. Chord length then serves as an acceptance check: measuring over gage pins placed in adjacent holes and comparing to the computed chord confirms the pattern without a CMM.
Wind Turbine and Hydropower Flanges
Large-diameter tower base flanges on wind turbines regularly carry 60 to 120 bolts on BCDs exceeding 3 m. Drilling jigs must position each hole within ±0.5 mm, requiring exact chord values to set inter-hole spacing gauges before cutting, as engineering analyses filed with the Maine Land Use Planning Commission for the Stetson Wind Project document.
Tolerance and Safety Considerations
An inaccurate bolt circle computation produces uneven clamping loads that accelerate fatigue failure in high-cycle assemblies. ASME PCC-1 pressure boundary joint guidelines require bolt hole centers to fall within 1/16 in (1.6 mm) of the theoretical position. Manual trigonometry introduces rounding errors that compound across multiple holes; a dedicated bolt circle calculator eliminates this risk by delivering results to four or more significant figures in seconds.
Reference