Taper Angle Calculator – Taper, Chamfer and Trigonometry for CNC

3 August 2026

Mentor CNC Editör Ekibi

Taper and trigonometry calculator

Drawings rarely give the taper angle. They give two diameters and a length, and leave the angle to you. Sometimes it is the other way round: the angle is dimensioned and the small diameter is not. The four tabs below cover the angle calculations most often needed at the machine.

Taper angle and taper ratio

The diameter where the taper starts.
The small diameter at the end of the taper.
The axial distance between the two diameters.
Calculated from the diameters.
Half angle (from axis)--
Included taper angle--
Diameter difference D − d-
Radius difference-
Taper ratio-
Diameter change per 100 mm-
Diameter change per mm-

Half angle or included angle?Compound slide settings, tilting tables and most CNC taper commands work with the half angle. Drawings, on the other hand, often dimension the included angle. Confusing the two makes the taper twice as steep as it should be.

Axis distances from an angle

You have a sloped length and its angle; this finds the components along the axes.

The length of the line itself — the hypotenuse.
Between 0 and 90.
--
--
--

Measurement convention

Chamfer size and chamfer angle

On a 45° chamfer such as C1 the axial and radial distances are equal. At any other angle that equality breaks down, and you need to know which of the chamfer dimensions the drawing is giving.

Axial distance (Z)-
Radial distance-
X diameter change-
Sloped length-

Measurement convention

Right triangle solver

Enter the two values you know and the rest are calculated. Leave the other boxes empty.

The leg next to the angle.
The leg across from the angle.
The long side opposite the right angle.
Between 0 and 90.
Adjacent side-
Opposite side-
Hypotenuse-
Angle-
Other acute angle-
sin-
cos-
tan-

How a taper is defined

A conical surface is always defined by three quantities: the large diameter, the small diameter and the axial length between them. Knowing two of the three is not enough — all three are needed to find the angle.

The half angle formula

The angle the taper surface makes with the axis, the half angle, is found like this:

  • Take the diameter difference: D − d
  • Divide it by two, because the diameter changes on both sides while the surface itself only rises by the radius
  • Divide the result by the taper length and take the arctangent

half angle = arctan( (D − d) / (2 × L) )

The included angle is twice that. A taper running from Ø50 down to Ø40 over 100 mm gives a half angle of 2.862° and an included angle of 5.725° — the familiar 5°43′29″ of the standard 1:10 taper.

What does the taper ratio mean?

The taper ratio describes how fast the diameter changes with axial distance. 1:10 means the diameter changes by 1 mm for every 10 mm of length. Catalogues and machine manuals usually give tapers as a ratio rather than an angle.

TaperRatioHalf angleWhere it is used
Metric taper1 : 201°25′56″Centres and some tool holders
Standard 1:101 : 102°51′45″General machine parts, coupling hubs
Morse (approx.)≈ 1 : 20≈ 1°26′ – 1°30′Drill shanks, centres, drilling work
ISO / SK / BT spindle7 : 248°17′50″Machining centre spindles and tool holders
HSK1 : 102°51′45″High-speed machining centres

Morse taper ratios vary slightly by size number; for the exact value consult the machine or tool manufacturer's manual.

The most common mistakes when programming a taper on a CNC lathe

Writing the radius value where a diameter belongs

The great majority of CNC lathes work in diameter programming. The X value written along the taper is a diameter. Enter the radius difference instead and the taper comes out at half the intended slope and the part is scrap. The calculator shows the diameter difference and the radius difference separately; the X values that go into the program are the diameter values.

Mixing up the half angle and the included angle

If the drawing says «taper angle 30°» that is usually the included angle, and the surface makes 15° with the axis. Set the tilting table or the compound slide to 30° and you get twice the slope.

Not checking which surface the angle is measured from

Some drawings dimension the angle from the part axis, others from the face. That is the difference between 30° and 60°, and both can describe the same part. The «where is the angle measured from» selector separates the two conventions.

Forgetting the approach move to the start of the taper

Written on its own, a taper line makes the tool enter the taper from wherever it happens to be. The start point of the taper must be reached with a rapid move first. In the example program the calculator produces, the first line is that approach move.

Measuring the taper length from the wrong place

L is the axial distance between the two diameters, not the sloped length of the conical surface. The sloped length is always slightly greater. The right triangle tab shows the difference between the two.

Frequently asked questions

I know the taper angle but not the small diameter. What do I do?

Choose the second option in the «What do you know?» box on the taper tab. Enter the large diameter, the taper length and the half angle, and the small diameter is calculated. This is the calculation most often needed on tapered shafts where only the angle is dimensioned.

What is the difference between 1:10 and 1:20?

1:20 is the shallower taper. Over the same length a 1:10 taper changes diameter twice as much as a 1:20. A smaller ratio is chosen where a tight, self-holding fit is wanted; a larger ratio where the joint has to come apart easily.

If the chamfer angle is not 45°, which dimension is being given?

Chamfers other than 45° are usually written like «1×30°», and the 1 is normally the axial distance. Even so, check which direction the dimension arrow points on the drawing. The calculator supports all three conventions — just select the one you know.

Can I use this on a milling machine as well?

Yes. Set the machine selector on the angle-to-distance tab to «CNC mill» and the calculation is done in the X − Y plane with no diameter factor. On angled pocket walls, angled slots and chamfer tool paths these components are used directly as coordinate differences.

What is the degrees-minutes-seconds value for?

Universal rotary tables, sine vices and some measuring instruments take minutes and seconds rather than decimal degrees. The calculator gives both forms, so no conversion is needed when setting the table.

Why is the surface finish worse at one end of a taper?

Because the diameter changes along the taper, a fixed spindle speed means the cutting speed changes continuously. At the small-diameter end the cutting speed drops and the finish deteriorates. Using constant surface speed (G96) together with a spindle speed clamp (G50 or G92 depending on the control) removes that difference.

Mentor CNC note: The figures here are geometric values. Tool nose radius compensation, tool wear, workholding deflection and machine geometry all affect the result. Before cutting a taper, run the program in graphics or in single block at a reduced feed, and check the angle on the first part with a taper gauge, a sine bar or a measuring instrument. The example blocks are for teaching purposes; the manual for your control and machine builder always takes precedence.