Bolt Pattern Calculator

Calculate bolt positions, spacing, and coordinates for circular bolt patterns. Get X,Y coordinates for drilling or layout.

Pattern Parameters

Units:

4 bolts
2 bolts24 bolts
4 in
1 in20 in
in
0°360°

Starting angle from horizontal (3 o'clock position)

Pattern Info:

Angle between bolts: 90.00°

Radius: 2.0000 in

Circumference: 12.5664 in

Chord Length (Bolt Spacing)

2.8284 in

Distance between adjacent bolts

Arc Length
3.1416 in
Circle Area
12.5664 in²

Bolt Coordinates (X, Y):

BoltAngleXY
#10.0°2.00000.0000
#290.0°0.00002.0000
#3180.0°-2.00000.0000
#4270.0°-0.0000-2.0000

Usage Notes:

  • - Coordinates are relative to pattern center (0,0)
  • - Positive X is to the right, positive Y is upward
  • - Use chord length for edge-to-edge measurement

Common Bolt Patterns

4-Bolt Pattern

90° spacing, common for flanges

6-Bolt Pattern

60° spacing, automotive wheels

8-Bolt Pattern

45° spacing, heavy-duty flanges

What is a Bolt Pattern?

A bolt pattern is the arrangement of bolts on a circular, rectangular, or other geometric layout, typically used to connect flanges, wheels, bearings, and other mechanical components. The most common bolt pattern is the bolt circle (also called a pitch circle diameter or PCD), where bolts are equally spaced around a circle of a specified diameter. This arrangement is ubiquitous in piping flanges, automotive wheel mounting, pump and motor flanges, and structural connections.

The bolt pattern is defined by three primary parameters: the number of bolts, the bolt circle diameter (the diameter of the circle on which the bolt centers lie), and the rotation angle (the starting angular position of the first bolt). These three parameters completely define the location of every bolt in the pattern. For most applications, the bolts are equally spaced, meaning the angle between adjacent bolts is 360 degrees divided by the number of bolts.

Knowing the exact coordinates of each bolt is essential for drilling holes, laying out bolt patterns on templates, and verifying that mating components will align correctly. The calculator computes the X and Y coordinates of each bolt relative to the center of the pattern, where positive X is to the right and positive Y is upward. The rotation angle allows you to orient the pattern so that one bolt aligns with a reference direction, such as horizontal or vertical.

Beyond the bolt positions, the calculator also computes the chord length (straight-line distance between adjacent bolts), the arc length (curved distance along the bolt circle between adjacent bolts), and the circumference and area of the bolt circle. These values are useful for layout, spacing verification, and designing bolt patterns for specific applications.

The Bolt Pattern Formulas

The position of each bolt in a circular pattern is determined using basic trigonometry. Each bolt is placed at a specific angle around the circle, and its coordinates are computed using sine and cosine functions.

The angle between adjacent bolts is simply 360 degrees divided by the number of bolts. The position of each bolt is then calculated by placing it at the appropriate angle, starting from the specified rotation angle.

Bolt Position Coordinates

X = R × cos(θ), Y = R × sin(θ)

Where:

  • R= Radius of the bolt circle = Diameter / 2
  • θ= Angle of the bolt from horizontal (degrees)
  • X= Horizontal coordinate (positive = right)
  • Y= Vertical coordinate (positive = up)

Chord Length and Arc Length

Two important measurements for bolt patterns are the chord length and the arc length between adjacent bolts. The chord length is the straight-line distance between two adjacent bolt centers, measured directly across the bolt circle. The arc length is the distance along the curved path of the bolt circle between two adjacent bolt centers.

The chord length is calculated using the formula: Chord = 2R × sin(θ/2), where R is the bolt circle radius and θ is the angle between adjacent bolts. The chord length is useful for direct measurement with calipers or rulers when laying out bolt patterns on flat surfaces.

The arc length is calculated as: Arc = (θ/360) × π × D, where D is the bolt circle diameter. The arc length represents the distance along the circumference between adjacent bolts and is useful when working with curved surfaces or when marking bolt positions on circular flanges.

For equally spaced bolts, the chord length is always slightly shorter than the arc length. As the number of bolts increases, the angle between them decreases, and the chord and arc lengths converge. For most practical purposes with 4 or more bolts, the difference is small enough that either measurement can be used for layout purposes.

How to Use This Calculator

Follow these steps to calculate bolt positions for a circular pattern:

  1. Select Units: Choose between inches, millimeters, or centimeters for the bolt circle diameter measurements.
  2. Set Number of Bolts: Use the slider or preset buttons to set the number of bolts in the pattern. Common configurations are 3, 4, 5, 6, 8, and 12 bolts.
  3. Enter Bolt Circle Diameter: Input the diameter of the bolt circle (the circle on which all bolt centers lie). You can use the slider or type a precise value.
  4. Set Rotation Angle: Adjust the starting angle of the first bolt. A rotation of 0° places the first bolt at the 3 o'clock position (positive X axis). Increase the angle to rotate the pattern counterclockwise.
  5. Review Results: The calculator displays the chord length, arc length, circumference, area, and a table of X,Y coordinates for each bolt. Use these coordinates for drilling templates, CNC programming, or manual layout.

Real-World Applications

Bolt pattern calculations are essential in numerous engineering and construction applications. In piping and plumbing, flanged connections use bolt patterns to join pipes, valves, and fittings. Standard flange sizes (such as ANSI 150, 300, and 600) have predetermined bolt patterns that must match exactly for a proper seal. The calculator helps verify that a custom bolt pattern will align with a standard flange.

In automotive applications, wheel bolt patterns (also called bolt circles or bolt patterns) determine which wheels fit which vehicles. Common patterns include 4×100 (4 bolts on a 100mm circle), 5×114.3 (5 bolts on a 114.3mm circle), and 6×139.7 (6 bolts on a 139.7mm circle). Knowing the exact bolt positions is critical for wheel manufacturers and for vehicle owners purchasing aftermarket wheels.

Industrial machinery relies on bolt patterns for mounting motors, pumps, gearboxes, and bearings. These components must bolt to matching patterns on bases, frames, or other equipment. Accurate bolt pattern calculations ensure that components can be installed without field modifications, saving time and reducing costs during assembly.

In structural steel construction, bolt patterns are used for gusset plate connections, column base plates, and beam-to-column connections. Steel fabricators use bolt pattern coordinates to program CNC drilling machines and to create layout templates for manual fabrication.

Worked Examples

Example 1: 4-Bolt Flange Pattern

Problem:

Calculate bolt positions for a 4-bolt flange with a 4-inch bolt circle diameter, starting at 0° rotation.

Solution Steps:

  1. 1Radius = 4 / 2 = 2 inches
  2. 2Angle between bolts = 360 / 4 = 90°
  3. 3Bolt 1 (0°): X = 2 × cos(0°) = 2.0000, Y = 2 × sin(0°) = 0.0000
  4. 4Bolt 2 (90°): X = 2 × cos(90°) = 0.0000, Y = 2 × sin(90°) = 2.0000
  5. 5Bolt 3 (180°): X = -2.0000, Y = 0.0000
  6. 6Bolt 4 (270°): X = 0.0000, Y = -2.0000

Result:

Bolt positions: (2.0, 0.0), (0.0, 2.0), (-2.0, 0.0), (0.0, -2.0). Chord length = 2.8284 inches.

Example 2: 6-Bolt Wheel Pattern

Problem:

A truck wheel has a 6-bolt pattern on a 139.7mm bolt circle. Calculate the chord length between adjacent bolts.

Solution Steps:

  1. 1Radius = 139.7 / 2 = 69.85 mm
  2. 2Angle between bolts = 360 / 6 = 60°
  3. 3Chord length = 2 × 69.85 × sin(60°/2) = 2 × 69.85 × sin(30°) = 2 × 69.85 × 0.5
  4. 4Chord length = 69.85 mm
  5. 5Arc length = (60/360) × π × 139.7 = 73.07 mm

Result:

Chord length = 69.85 mm, arc length = 73.07 mm between adjacent bolts.

Example 3: Rotated 8-Bolt Pattern

Problem:

An 8-bolt pattern on a 6-inch bolt circle with a 22.5° rotation angle. Find the coordinates of the first three bolts.

Solution Steps:

  1. 1Radius = 6 / 2 = 3 inches
  2. 2Angle between bolts = 360 / 8 = 45°
  3. 3Bolt 1 (22.5°): X = 3 × cos(22.5°) = 2.7716, Y = 3 × sin(22.5°) = 1.1481
  4. 4Bolt 2 (67.5°): X = 3 × cos(67.5°) = 1.1481, Y = 3 × sin(67.5°) = 2.7716
  5. 5Bolt 3 (112.5°): X = 3 × cos(112.5°) = -1.1481, Y = 3 × sin(112.5°) = 2.7716

Result:

Bolt 1: (2.7716, 1.1481), Bolt 2: (1.1481, 2.7716), Bolt 3: (-1.1481, 2.7716).

Tips & Best Practices

  • Always verify bolt circle diameter by measuring between opposite bolt centers rather than relying on nominal values.
  • For CNC programming, use the X,Y coordinates directly from the calculator rather than attempting to program arcs.
  • When laying out bolt patterns manually, mark and drill one bolt hole first, then use a drill guide to ensure accurate spacing.
  • Account for the bolt hole diameter, which is typically 1/16" to 1/8" larger than the bolt diameter for clearance.
  • For high-pressure flange connections, use a star pattern (alternating sides) when tightening bolts to ensure even gasket compression.
  • Store bolt pattern data for frequently used configurations to save time on重复 projects.
  • When retrofitting bolt patterns, always verify alignment before drilling by using a template or dry fit.

Frequently Asked Questions

Chord length is the straight-line distance between two adjacent bolt centers, measured directly across the bolt circle. Arc length is the distance along the curved circumference between the same two bolts. The chord is always shorter than the arc. For practical layout work with 4 or more bolts, either measurement can typically be used since the difference is small.
Measure the distance between the centers of two diametrically opposite bolts (for even-numbered patterns) and that gives you the bolt circle diameter. For odd-numbered patterns, measure from the center of one bolt to a point directly opposite on the bolt circle. Alternatively, measure the distance between adjacent bolt centers and use the chord formula to back-calculate the diameter.
The rotation angle orients the bolt pattern relative to a reference direction. This is critical when the bolt pattern must align with other components, such as when a pump flange must bolt to a pipe flange, or when a wheel must align with brake components. A rotation of 0° places the first bolt at the 3 o'clock position, and increasing the angle rotates the entire pattern counterclockwise.
This calculator is designed for circular bolt patterns only, where all bolts lie on a circle of uniform diameter. Rectangular patterns (such as those on square flanges) require a different calculation method that specifies X,Y coordinates directly. However, many rectangular patterns contain bolts that actually lie on a circular bolt circle, so this calculator may still apply.
Standard bolt circle diameters vary by flange class and size. For example, a 2-inch ANSI 150 flange has a 4.75-inch bolt circle with 4 bolts, while a 4-inch ANSI 150 flange has a 7.5-inch bolt circle with 8 bolts. Consult the ANSI/ASME B16.5 standard for the complete table of flange dimensions and bolt patterns.

Sources & References

Last updated: 2026-06-06

💡

Help us improve!

How would you rate the Bolt Pattern Calculator?

<>

Editorial Note

MyCalcBuddy Editorial Team

This page is maintained as an educational calculator reference.

Source

Formula Source: Standard Mathematical References

by Various

UpdatedLast reviewed: May 2026
CheckedFormula checks are based on standard references and internal QA review.

Privacy choices

MyCalcBuddy uses necessary storage for the site to work. Optional analytics, notifications, and future advertising features stay off unless you allow them.