# Surface Footage Calculator

Surface footage calculator for milling, turning, and drilling. Converts RPM and diameter to surface feet per minute (SFM) and back using SFM = (pi x D x RPM) / 12.

## What this calculates

Surface footage is the linear speed of the cutting edge across the workpiece, measured in surface feet per minute (SFM). Tooling vendors and the Machinery's Handbook spec cutting speeds in surface footage because the number stays constant across tool sizes. This surface footage calculator converts RPM and diameter to SFM, or works backwards from a target SFM to spindle RPM, for milling, turning, or drilling.

## Inputs

- **Operation** — options: Milling (tool spins), Drilling (tool spins), Turning (workpiece spins) — Picks whether D in the formula is tool or workpiece diameter.
- **Direction** — options: RPM and D -> surface footage, Surface footage and D -> RPM — Surface footage calculator works both directions.
- **Diameter** (in) — min 0.001 — Tool diameter for mill/drill, workpiece diameter for turning.
- **Spindle RPM** (RPM) — min 0 — Used when Direction = RPM to surface footage.
- **Target Surface Footage** (SFM) — min 0 — Used when Direction = Surface footage to RPM.
- **Reference Material** — options: Aluminum (600/1400), Mild steel (100/400), Medium carbon (80/300), Alloy steel (70/250), Stainless (60/200), Cast iron (80/260), Brass (250/500), Bronze (150/350), Titanium (40/120), Tool steel (50/180), Plastic (800/2000) — Used to show a Machinery's Handbook target footage for reference.
- **Tool Material** — options: HSS, Carbide — Used only for the reference footage lookup.

## Outputs

- **Surface Footage** (SFM) — Calculated surface feet per minute at the given RPM and D.
- **Surface Footage (metric)** (m/min) — Same value in meters per minute.
- **Required RPM** (RPM) — RPM for the target surface footage.
- **Recommended Footage** (SFM) — Target SFM from Machinery's Handbook for the selected material + tool.
- **Circumference (in)** (in) — pi x D, helpful for mental math of SFM.

## Details

The surface footage formula

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

  - Solved for RPM: RPM = (SFM x 12) / (pi x D).

  - Metric: Vc (m/min) = (pi x D_mm x RPM) / 1000.

For a 1 inch end mill at 1500 RPM: SFM = (pi x 1 x 1500) / 12 = 392.7 SFM. That is right at the 400 SFM target for 1018 mild steel with carbide. For a 2 inch workpiece on a lathe spinning at 760 RPM: SFM = (pi x 2 x 760) / 12 = 397.9 SFM.

Surface footage targets by material

  
    MaterialHSS SFMCarbide SFM
  
  
    Aluminum 60616001400
    Mild steel (1018)100400
    Medium carbon (1045)80300
    Alloy steel (4140)70250
    Stainless 304/31660200
    Cast iron80260
    Brass250500
    Titanium Ti-6Al-4V40120
    Plastic (Delrin)8002000
  

Which diameter goes in the formula

The D in the surface footage formula is whichever surface spins:

  - Milling: D is the end mill or face mill cutting diameter. The tool spins.

  - Drilling: D is the drill diameter. The drill spins.

  - Turning: D is the workpiece diameter (OD currently being cut). The work spins.

This is why a 1 inch end mill at 1500 RPM makes the same SFM as a 1 inch workpiece at 1500 RPM on a lathe. Same circumference, same tangential velocity.

Surface footage drops as the lathe removes material

On a manual lathe at constant RPM, surface footage drops proportionally as the OD shrinks during a face or profile cut. Cut a 2 inch bar down to 1 inch and SFM halves. CNC lathes solve this automatically with G96 constant surface speed, which tells the control to raise RPM as D drops. On a manual lathe, step the RPM up at each pass. A surface footage calculator gives you the current SFM at the current diameter.

Chip color as a sanity check

The right surface footage in steel gives light straw to light blue chips; in aluminum, silver spiral chips with minimal built-up edge. Dark blue or purple chips mean SFM is too high. Silver chips that smear mean SFM is too low. Use the calculator to get a starting RPM, then fine-tune by chip color.

## Frequently Asked Questions

**Q: How do I calculate surface footage?**

A: SFM = (pi x D x RPM) / 12, where D is the spinning diameter in inches and RPM is the spindle speed. For a 1 inch tool at 1500 RPM, SFM = (pi x 1 x 1500) / 12 = 392.7 SFM. This surface footage calculator handles both milling (tool diameter) and turning (workpiece diameter).

**Q: What is the difference between surface footage and SFM?**

A: Surface footage and SFM are the same thing, written different ways. Surface footage is the long name; SFM (surface feet per minute) is the abbreviation. Machinery's Handbook and most tooling vendors use SFM in tables. This surface footage calculator returns both the number and the units you prefer.

**Q: What surface footage should I use for aluminum?**

A: For 6061 aluminum with carbide, 1400 SFM is a standard starting point. At a 1/2 inch end mill that is (1400 x 12) / (pi x 0.5) = 10,695 RPM. HSS drops to 600 SFM. Most hobby mills cannot reach that RPM, so cap at the machine max and the SFM will be lower than target.

**Q: Does surface footage change as I turn a lathe part?**

A: Yes, at constant RPM. Surface footage is tangential velocity = pi x D x RPM, so as the workpiece gets smaller, SFM drops proportionally. CNC lathes hold SFM constant under G96 by increasing RPM as D decreases. Manual lathes require you to step RPM up by hand.

**Q: Why divide by 12 in the surface footage formula?**

A: The 12 converts diameter from inches to feet, so the final answer is in feet per minute. Full derivation: circumference = pi x D (inches), times RPM gives inches per minute, divided by 12 gives feet per minute. Most machinists just memorize SFM = (pi x D x RPM) / 12.

**Q: What is the metric version of surface footage?**

A: In metric shops the equivalent is Vc (cutting velocity) in m/min, calculated as Vc = (pi x D_mm x RPM) / 1000. SFM x 0.3048 = m/min, so 400 SFM = 121.9 m/min. This calculator returns both.

---

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