Calculate belt wrap angle for open or crossed belts from pulley diameters and center distance, with results for both pulleys in degrees and radians.

Belt Wrap Angle Calculator

Enter both pulley diameters and the center distance to get the wrap angle.

Open belt
Crossed belt

Related Calculators

Belt Wrap Angle Formula

The belt wrap angle is the angle of contact between the belt and pulley. The calculator uses different formulas for an open belt and a crossed belt.

Open belt formula

theta₁ = pi - 2*asin((D₂ - D₁) / (2*C))
theta₂ = pi + 2*asin((D₂ - D₁) / (2*C))
  • theta_1 = wrap angle on the small pulley, in radians
  • theta_2 = wrap angle on the large pulley, in radians
  • D_1 = small pulley diameter
  • D_2 = large pulley diameter
  • C = center distance between pulley shafts
  • asin = inverse sine function
  • pi = 3.14159...

Crossed belt formula

theta = pi + 2*asin((D₁ + D₂) / (2*C))
  • theta = wrap angle on each pulley, in radians
  • D_1 = small pulley diameter
  • D_2 = large pulley diameter
  • C = center distance between pulley shafts

To convert a result from radians to degrees, the calculator uses:

degrees = radians * 180 / pi

For an open belt, the small pulley has less wrap than 180 degrees and the large pulley has more wrap than 180 degrees. For a crossed belt, both pulleys have the same wrap angle, and the angle is greater than 180 degrees.

You can enter pulley diameters and center distance in different units. The calculator converts them to a common unit before applying the formula, so the units only need to represent length.

Typical Belt Wrap Angle Ranges

These ranges are general guidelines for interpreting the wrap angle on the smaller pulley in an open belt drive.

Small pulley wrap angle General interpretation
Less than 120° Low contact area. Slip risk is usually high unless belt tension and load are very light.
120° to 150° Marginal range for many belt drives. An idler or larger center distance may be needed.
150° to 170° Common usable range for many V-belt and flat belt layouts.
170° to 180° High wrap angle. This usually gives good belt contact on an open belt drive.

Minimum Center Distance Conditions

The formulas only work when the pulley geometry is possible. If the center distance is too small, the inverse sine term is outside its valid range.

Belt arrangement Required condition Meaning
Open belt C > (D_2 - D_1) / 2 The pulleys must not overlap or touch based on their radii.
Crossed belt C > (D_1 + D_2) / 2 The crossed belt geometry requires enough spacing between the pulleys.

Example Belt Wrap Angle Calculations

Example 1: Open belt

Find the wrap angle for an open belt with a 4 in small pulley, a 10 in large pulley, and a 20 in center distance.

theta₁ = pi - 2*asin((10 - 4) / (2*20))
theta₁ = pi - 2*asin(0.15)

The small pulley wrap angle is about 162.75°, or 2.8405 rad.

The large pulley wrap angle is about 197.25°, or 3.4427 rad.

Example 2: Crossed belt

Find the wrap angle for a crossed belt with a 4 in small pulley, a 10 in large pulley, and a 20 in center distance.

theta = pi + 2*asin((4 + 10) / (2*20))
theta = pi + 2*asin(0.35)

The wrap angle on each pulley is about 220.97°, or 3.8566 rad.

FAQ

What is belt wrap angle?

Belt wrap angle is the angle over which the belt stays in contact with a pulley. A larger wrap angle means more contact area between the belt and pulley. More contact can improve grip and reduce the chance of slipping, especially on the smaller pulley.

Why is the small pulley wrap angle important?

In an open belt drive with unequal pulley sizes, the small pulley has the lower wrap angle. That usually makes it the limiting pulley for traction. If the small pulley wrap angle is too low, the belt may slip under load even if the larger pulley has plenty of contact.

Does changing units affect the result?

No. The result is an angle, so it does not depend on whether you enter inches, millimeters, centimeters, feet, or meters. The pulley diameters and center distance must describe the same physical layout, and the calculator converts the lengths before applying the formula.