# Lathe Surface Speed Calculator

Calculate lathe surface speed (SFM or m/min) from workpiece diameter and spindle RPM. Compares your cutting speed to Machinery's Handbook values for 12 common materials.

## What this calculates

Surface speed is the velocity of the cutting edge across the workpiece, measured in surface feet per minute (SFM) or meters per minute (m/min). On a lathe, surface speed depends on workpiece diameter and spindle RPM, since the workpiece is what spins. Enter OD and RPM, and this calculator returns SFM, m/min, a target SFM for the material and tool type you select, and whether you are in range.

## Inputs

- **Workpiece Diameter** (in) — min 0.001 — Outside diameter currently being turned. As the OD shrinks during the cut, surface speed drops at constant RPM.
- **Spindle Speed** (RPM) — min 1 — Spindle RPM from the lathe readout or G-code.
- **Material (for reference)** — options: Aluminum (500/1000 SFM), Mild steel / 1018 (100/400 SFM), Medium carbon / 1045 (80/300 SFM), Alloy steel / 4140 (70/250 SFM), Stainless 304/316 (60/200 SFM), Tool steel (50/180 SFM), Cast iron (80/280 SFM), Brass (250/500 SFM), Bronze (120/300 SFM), Copper (180/400 SFM), Titanium (35/120 SFM), Plastic (600/1500 SFM) — Used only to show recommended SFM. Does not affect the calculated surface speed.
- **Tool Material (for reference)** — options: HSS (high-speed steel), Carbide insert — Used with the material row to display a target SFM range.

## Outputs

- **Surface Speed** (SFM) — SFM = (pi x D x RPM) / 12.
- **Surface Speed (metric)** (m/min) — Vc = (pi x D x RPM) / 1000, with D in mm.
- **Surface Speed (ft/min)** (ft/min) — Same as SFM. Included for unit-ambiguous callers.
- **Recommended SFM** (SFM) — Machinery's Handbook midpoint for the selected material + tool.
- **Match vs Recommended** — formatted as text — Whether your calculated SFM is near, below, or above the recommended range.

## Details

The lathe surface speed formula

The standard lathe surface speed equation, from the Machinery's Handbook:

  - SFM = (pi x D x RPM) / 12 with D in inches.

  - Vc (m/min) = (pi x D x RPM) / 1000 with D in millimeters.

For a 2 inch bar spinning at 760 RPM: SFM = (pi x 2 x 760) / 12 = 397.9 SFM. That is right on target for 1018 mild steel with a carbide insert, where the Machinery's Handbook lists 400 SFM.

Why workpiece diameter, not tool diameter?

On a lathe the workpiece spins and the tool is stationary, so cutting speed is the tangential velocity at the surface of the spinning bar. On a mill the tool spins and the workpiece is stationary, so cutting speed is based on tool diameter. Same formula (SFM = pi x D x RPM / 12), different D. This is the single most common lathe RPM mistake when people first switch from milling to turning.

Recommended SFM by material

  
    MaterialHSS SFMCarbide SFM
  
  
    Aluminum 60615001000
    Mild steel (1018)100400
    Medium carbon (1045)80300
    Alloy steel (4140)70250
    Stainless 304/31660200
    Cast iron80280
    Brass250500
    Titanium Ti-6Al-4V35120
  

Surface speed drops as diameter drops

The catch with a manual lathe: SFM is proportional to diameter at constant RPM. Turn a 2 inch bar down to 1 inch and your SFM halves. To hold SFM constant, CNC lathes use G96 (constant surface speed), where the control raises RPM as the diameter shrinks. On a manual lathe you step the RPM up at each pass. A lathe surface speed calculator gives you the current SFM at the current diameter, so you can dial the next RPM setting by hand.

When your SFM is off

If calculated SFM is under 75 percent of the Machinery's Handbook value, the spindle is too slow: chips will weld to the insert instead of breaking off, and surface finish will be rough. If calculated SFM is over 125 percent, the tool will wear fast, the insert edge will see blue-hot heat, and tool life drops. Stay within plus or minus 25 percent of target for normal production.

## Frequently Asked Questions

**Q: How do I calculate lathe surface speed?**

A: Use SFM = (pi x D x RPM) / 12, where D is the workpiece diameter in inches and RPM is the spindle speed. For a 2 inch bar at 760 RPM, SFM = (pi x 2 x 760) / 12 = 397.9 SFM. This lathe surface speed calculator returns SFM, m/min, and compares your result to the Machinery's Handbook recommended value for your material.

**Q: What is a good surface speed for mild steel on a lathe?**

A: For 1018 mild steel with a carbide insert, target about 400 SFM. With HSS, 100 SFM. For a 2 inch bar at 400 SFM, spindle RPM = (400 x 12) / (pi x 2) = 764 RPM. Under G96 constant surface speed the CNC control holds SFM there as the diameter drops.

**Q: Why does lathe surface speed drop as I take off material?**

A: Surface speed is tangential velocity at the workpiece OD, and tangential velocity equals pi x D x RPM. Cut diameter in half at constant RPM and surface speed halves too. Manual lathe operators step RPM up as diameter drops; CNC lathes use G96 to do it automatically.

**Q: What is the metric version of the SFM formula?**

A: Vc (m/min) = (pi x D x RPM) / 1000 with D in millimeters. To convert SFM to m/min, multiply by 0.3048. A 400 SFM cut = 121.9 m/min. This calculator returns both units so you do not have to convert by hand.

**Q: Do I use workpiece diameter or tool diameter on a lathe?**

A: Workpiece diameter. On a lathe the workpiece spins and the tool is stationary, so cutting speed is the velocity at the OD of the bar. On a mill it is the opposite (tool spins, workpiece is still), so you use tool diameter. Same SFM formula, different D.

**Q: What happens if my lathe surface speed is too high?**

A: The insert runs hotter than it can handle, the cutting edge wears or chips, and tool life crashes. For carbide inserts above target SFM, expect the edge to blue within a few minutes and fail within 30. Drop RPM until the calculated SFM is within about 25 percent of the Machinery's Handbook value.

---

Source: https://vastcalc.com/calculators/physics/lathe-surface-speed
Category: Physics
Last updated: 2026-04-08
