Skip to content
Machining Fundamentals 5 min read

Chip Load vs Feed Rate: Key Differences and Critical Relationships

Clarify the core differences between chip load (feed per tooth) and machine feed rate (table travel speed). Avoid common CNC programming mistakes.

By Feed Rate Calculator Engineering Team Published on March 1, 2026

Beginners in CNC machining frequently confuse feed rate with chip load. While the two terms are intimately related through the spindle RPM and flute count, they describe fundamentally different physical realities.

Conflating them can result in catastrophic errors—such as entering a feed rate of 0.05 IPM0.05\text{ IPM} when you meant 0.05 IPT0.05\text{ IPT}, causing your spindle to dwell and instantly melt your cutter into the workpiece.


Direct Comparison: Side-by-Side

DimensionChip Load (fzf_z)Feed Rate (FF)
Engineering DefinitionThickness of material removed by one individual toothTotal linear travel speed of the cutting tool
Metric Unitsmm/tooth\text{mm/tooth}mm/min\text{mm/min}
Imperial UnitsIPT\text{IPT} (Inches per tooth)IPM\text{IPM} (Inches per minute)
Governing EntityTool edge geometry & material shear physicsCNC machine axis drive motors and ballscrews
Scale of ValueTiny fractions (0.01 to 0.25 mm0.01\text{ to }0.25\text{ mm} / 0.0005 to 0.010"0.0005\text{ to }0.010\text{"})Large numbers (100 to 10,000 mm/min100\text{ to }10,000\text{ mm/min} / 5 to 400 IPM5\text{ to }400\text{ IPM})
G-code RepresentationRarely coded directly (used in CAM calculations)Coded directly via the F word in G-code

Why the Distinction Matters

1. Spindle Speed Changes Everything

If you change your spindle RPM on your machine controller (e.g. using the manual override knob) without changing the feed rate, you are actively altering your chip load:

  • Increasing RPM by 20%: Cuts become thinner (fzf_z decreases). If it becomes too thin, the tool begins rubbing.
  • Decreasing RPM by 20%: Cuts become thicker (fzf_z increases). If cutting forces exceed tool strength, flutes snap.

Modern CNC controllers with Feed-per-Revolution (G95) link table feed directly to spindle rotation, preventing chip load drift during RPM overrides.

2. Flute Count Multiplier

Consider two 12 mm\varnothing 12\text{ mm} end mills running at 3,000 RPM3,000\text{ RPM} with the exact same chip load of 0.06 mm/tooth0.06\text{ mm/tooth}:

  • 2-Flute End Mill: F=3,000×2×0.06=360 mm/minF = 3,000 \times 2 \times 0.06 = 360\text{ mm/min}
  • 5-Flute End Mill: F=3,000×5×0.06=900 mm/minF = 3,000 \times 5 \times 0.06 = 900\text{ mm/min}

Both tools treat the cutting edge identically (0.06 mm0.06\text{ mm} chip), but the 5-flute tool machines the part 2.5 times faster.


Summary Formula

Whenever you program a CNC machine, remember:

Feed Rate (F)=RPM×Flutes (Z)×Chip Load (fz)\text{Feed Rate } (F) = \text{RPM} \times \text{Flutes } (Z) \times \text{Chip Load } (f_z)

And in reverse:

Chip Load (fz)=Feed Rate (F)RPM×Flutes (Z)\text{Chip Load } (f_z) = \frac{\text{Feed Rate } (F)}{\text{RPM} \times \text{Flutes } (Z)}

Check both values simultaneously with our interactive Feed Rate Calculator and Chip Load Calculator.

Ready to Calculate Your Feeds and Speeds?

Use our interactive Feed Rate Calculator with formula breakdowns, chip thinning, and MRR.

Open Calculator →
MACHINING TOOLKIT

Related CNC Machining Calculators

Specialized cutting formulas, speed calculations, and material removal tools