← Back to 02 · Machining Parameters
02.1 · Machining Parameters

Spindle Speed (RPM)

Spindle speed is how many revolutions per minute (RPM) your spindle turns. It is the most basic number you type into a CNC program — but it is derived from a more important concept: cutting speed (Vc). This page explains why the same material needs different RPM for different tool diameters.

The Core Idea

Imagine cutting bread with a knife. If you move the knife too slowly, it squashes the bread. Too fast, and it tears. The speed of the knife through the material is what matters — not how many times your hand goes around.

In machining, the knife edge must pass through the material at a certain surface speed (Vc, in m/min). But on a CNC machine, you cannot set Vc directly — you set RPM. The conversion depends on the tool or workpiece diameter.

RPM = (Vc × 1000) / (π × D)

Where Vc = cutting speed (m/min), D = tool or workpiece diameter (mm).

Large tool D=20mm 1,592 RPM Small tool D=6mm 5,305 RPM Same Vc = 100 m/min Different diameter Different RPM

Key takeaway: a smaller tool must spin faster to achieve the same surface speed. A 6 mm end mill at Vc=100 m/min needs 5,305 RPM, while a 20 mm mill only needs 1,592 RPM.

Worked Example

You are milling aluminum with a 12 mm carbide end mill. The recommended cutting speed for aluminum with carbide is Vc = 300 m/min. What RPM do you set?

RPM = (300 × 1000) / (3.14159 × 12) = 300,000 / 37.7 = 7,958 RPM

On most machines, round down to 8,000 RPM (or whatever the machine's max RPM allows). Try it yourself in the Spindle Speed Calculator.

Constant RPM vs Constant Surface Speed

Constant RPM is what milling machines use: the spindle speed stays fixed, and surface speed changes as the cutter enters and exits the cut (e.g., in face milling, the center of the insert is slower than the edge).

Constant Surface Speed (CSS) is what lathes use: as the tool faces off the part, the diameter gets smaller. CSS automatically increases RPM to keep Vc constant. Learn more in the CSS Reference.

Typical Considerations

Beginner tip: when in doubt, start low. It is better to start at 2,000 RPM and feed a bit slower than to redline the spindle and break an insert. You can always increase speed; you cannot undo a crashed tool.