# Chip Load Calculator

Chip load calculator for CNC end mills. Solve chip load per tooth from RPM and feed rate, or pull a recommended IPT for your material. Supports aluminum, steel, stainless, titanium, metric, and chip thinning.

## What this calculates

Chip load is the thickness of material each flute of an end mill removes per revolution. It is measured in inches per tooth (IPT) or millimeters per tooth. Programmed too low, the tool rubs instead of shearing and work-hardens the surface. Programmed too high, the tool deflects or fractures. This chip load calculator works in two modes: solve mode back-calculates the actual chip load from RPM, feed rate, and flutes; recommend mode pulls a baseline IPT for your material and tool diameter with optional chip-thinning correction.

## Inputs

- **Calculation Mode** — options: Solve chip load from RPM and feed, Recommend chip load for material — Solve mode returns the actual chip load from your numbers. Recommend mode returns a baseline for the material.
- **Spindle Speed** (RPM) — min 0 — Spindle RPM. Required for solve mode.
- **Feed Rate** (IPM) — min 0 — Linear feed rate. Required for solve mode.
- **Number of Flutes** — min 1, max 16 — Cutting edges on the end mill.
- **Workpiece Material** — options: Aluminum (0.004 IPT base), Mild steel (0.002 IPT base), Alloy steel 4140 (0.0015), Stainless 304 (0.0015), Stainless 316 (0.0012), Tool steel (0.001), Cast iron (0.003), Brass (0.003), Bronze (0.0025), Titanium (0.001), Inconel 718 (0.0008), Plastic Delrin (0.005) — Used for recommend mode and the diameter/engagement adjustments.
- **Tool Diameter** (in) — min 0 — Used for chip thinning and diameter scaling in recommend mode.
- **Radial Width of Cut (optional)** (in) — min 0 — When Ae < D/2, chip thinning is applied in recommend mode.

## Outputs

- **Chip Load per Tooth** (IPT) — Inches per tooth, the programmed or recommended chip load.
- **Chip Load per Tooth** (mm/tooth) — Metric chip load in millimeters per tooth.
- **Implied Feed Rate** (IPM) — In recommend mode: the feed rate that achieves this chip load at the given RPM.
- **Chip Thinning Factor** — Multiplier applied when radial engagement is less than half the tool diameter.

## Details

The chip load formula

The chip load formula derives straight from the feed rate equation. For milling:

  - Chip load (IPT) = Feed rate / (RPM x flutes)

  - Equivalent form: Feed rate (IPM) = RPM x chip load x flutes

Example: a 4-flute end mill running 3,000 RPM at 24 IPM has chip load = 24 / (3000 x 4) = 0.002 IPT. That matches the standard 1/2 inch end mill baseline for mild steel.

Chip load chart by material

This is the baseline chip load chart for a 0.5 inch end mill. Smaller tools use less, larger use more.

  
    MaterialChip load (IPT)Chip load chart mm (mm/tooth)
  
  
    Aluminum 60610.0040.102
    Mild steel (1018)0.0020.051
    Alloy steel (4140)0.00150.038
    Stainless 3040.00150.038
    Stainless 3160.00120.030
    Tool steel0.0010.025
    Cast iron0.0030.076
    Brass0.0030.076
    Titanium Ti-6Al-4V0.0010.025
    Inconel 7180.00080.020
    Plastic (Delrin)0.0050.127
  

This chart serves as a chip load chart steel, chip load chart aluminum, and chip load calculator aluminum in one place. Values are baseline IPT for a 1/2 inch carbide end mill; multiply by 0.5-0.75 for 1/8-1/4 inch tools and by 1.25 for 3/4 inch and larger.

Chip thinning correction

When the radial width of cut is less than half the tool diameter, the actual chip the flute removes is thinner than the programmed IPT. The Sandvik chip-thinning correction scales chip load up by D / (2 x sqrt(Ae x (D - Ae))). At Ae = 10 percent of D, the factor is about 1.67x. A chip load calculator CNC setup that ignores this correction runs 40-60 percent lower than optimum whenever you take shallow radial cuts, wasting tool life to rubbing.

Imperial and metric

A chip load calculator metric user needs mm/tooth; a US shop uses IPT. The conversion is mm/tooth = IPT x 25.4. So 0.002 IPT equals 0.051 mm/tooth, and 0.004 IPT equals 0.102 mm/tooth. This calculator returns both.

## Frequently Asked Questions

**Q: How do I calculate chip load?**

A: Chip load = feed rate / (RPM x number of flutes). For a 4-flute end mill at 3,000 RPM and 24 IPM: 24 / (3000 x 4) = 0.002 IPT. This is the chip load formula used in every CNC machining reference. The calculator also runs in recommend mode to pull a baseline from a chip load chart.

**Q: What chip load should I use for aluminum?**

A: A 1/2 inch carbide end mill in 6061 aluminum runs 0.004 IPT as a baseline. A chip load calculator aluminum result should land near 0.003-0.005 IPT for general work. Smaller tools (1/8 inch) drop to 0.002 IPT; larger tools (3/4 inch) push to 0.005 IPT. High-feed aluminum end mills can go to 0.008-0.010 IPT with the right geometry.

**Q: What is a chip load chart for steel?**

A: A chip load chart steel runs 0.002 IPT for 1018 mild steel, 0.0015 for 4140 alloy, and 0.001 for tool steel or hardened steel. These are 1/2 inch end mill baselines from Machinery's Handbook. Smaller end mills use lighter chip loads (0.001 at 1/8 inch). This calculator returns these values automatically in recommend mode.

**Q: How do I read a chip load chart in mm?**

A: A chip load chart mm lists mm/tooth (millimeters per tooth). Convert by multiplying IPT by 25.4. For example, 0.002 IPT is 0.051 mm/tooth; 0.004 IPT is 0.102 mm/tooth. Metric CAM systems (Fusion 360, Mastercam, SolidCAM) accept either unit depending on the setup. The chip load calculator metric output returns both.

**Q: Why does chip thinning matter?**

A: When the radial width of cut is less than half the tool diameter, the actual chip thickness is less than the programmed IPT. Without correction, the tool rubs instead of cutting, burning the cutting edge. The Sandvik thinning factor D / (2 x sqrt(Ae x (D - Ae))) scales chip load up to restore the target chip thickness. At 10 percent radial engagement, the factor is 1.67x.

**Q: What chip load is safe for a small end mill?**

A: Tiny end mills need lighter chip loads because they are fragile. For a 1/16 inch end mill in aluminum, start at 0.0005-0.001 IPT. A 1/8 inch tool in steel runs 0.0005-0.0008 IPT. A 1/4 inch tool doubles that. Too much chip load snaps the tool; too little rubs and breaks it from heat. This calculator scales the baseline by diameter automatically.

---

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