Skip to content

Stepped Hole Programming and Tool Path Strategies for Deep Hole Drilling

Stepped holes present a programming challenge in deep hole drilling — the diameter change creates an interruption in the cutting surface that the drill must negotiate. Poor transition at a step causes chatter marks, diameter errors, and tool damage. A well-planned tool path and correct cutting parameters produce clean, accurate stepped holes.

Stepped Hole Types

Configuration Types

Stepped Hole TypeDescriptionTypical ApplicationDifficulty
Single step — larger diameter at entryLarge diameter at the top — smaller diameter continues deeperGun barrels, hydraulic cylindersModerate
Single step — smaller diameter at entrySmall diameter at entry — larger diameter belowValve bodies, bushingsHigher
Multiple steps (telescoping)Several diameter reductions along lengthSpindle housings, machine tool componentsHigh
Stepped through holeFull through hole with step at intermediate depthFeed tubes, guide bushingsModerate
Stepped blind holeStep inside a blind holeTool holders, coolant collarsVery high
Taper + stepTapered section followed by straight stepBore transitionsVery high

Step Geometry Parameters

ParameterDefinitionTypical Value
Step diameter differentialDifference between large and small diameter2–20 mm
Step shoulder angleAngle of the transition face90° (square shoulder) or 45°
Step radius (if specified)Radius at the step corner0.5–5 mm
Step location depthDistance from workpiece surface to stepPer drawing
Step length (each diameter)Length of each diameter sectionPer drawing

Programming Strategies

Strategy Comparison

StrategyDescriptionAdvantagesDisadvantages
Diameter-firstDrill full length of largest diameter first, then tool change to next diameterSimple programming, clear tool sequenceLong cycle time, tool changes
Depth-first (overlap)Drill first step to full depth — then second step to full depthMinimizes tool changesStep transition — drill may wander
Single stepped drillOne tool with two diametersFast — no tool changeLimited to simple steps — expensive tool
Rough drill + finishRough all diameters — finish pass on eachBest accuracyTwo passes — longer cycle
Peck drilling through stepStep drill penetration in controlled incrementsControls chip load at transitionComplex programming

Diameter-First Programming

StepActionDetail
1Drill largest diameter to full depthUsing largest drill
2Retract and change tool
3Drill next diameter to its full depthSmaller drill passes through existing hole
4Continue for each stepSmallest diameter drilled last
5Finish pass (if required)Final diameter reamed each step

Depth-First (Overlap) Programming

StepActionDetail
1Drill smallest diameter to full depthDeepest hole first
2Retract and change tool
3Drill next larger diameter to its depthDoes not reach full depth
4Continue for each stepLargest diameter drilled last — shallowest

Depth-first is preferred when the smallest diameter drill is the most fragile — it drills the full depth first and is never re-used after larger diameter steps are created.

Tool Selection

Tool Options for Stepped Holes

Tool TypeDescriptionBest ForLimitations
Standard single-diameter gun drillOne gun drill per diameterSimple steps, separate toolsTool changes required
Stepped gun drillTwo diameters on one drill bodySimple two-diameter stepsExpensive, regrind complexity
BTA head with multi-diameterBTA drill head cutting both diametersLarge-diameter stepsComplex head design
Gun drill + reamer combinationDrill undersize — ream to finalPrecision stepsTwo-pass required
Indexable insert boring toolFor larger diametersFinal diameter finishingNot for small diameters

Tool Selection Guidelines

Step Diameter DifferentialRecommended Tool Approach
< 2 mmSingle stepped drill or reamer
2–10 mmSeparate drills for each diameter
10–25 mmDrill smaller diameter first — bore larger diameter
> 25 mmDrill pilot — bore large diameter — drill small diameter

Feed and Speed Optimization

Cutting Parameters by Step

Step PositionFeed Rate AdjustmentSpeed AdjustmentReason
First diameter (entry)NormalNormalFull engagement
Intermediate step (reduction)Reduce 20–30% at transitionMaintain or reduce 10%Interrupted cut at step
Final diameter (deepest)Reduce 10–20%MaintainChip evacuation longer
Step transition (entry into smaller diameter)Reduce 40–50% for 2–5 mmReduce 20%Prevent chatter at step
Step transition (exiting smaller to larger)Reduce 20–30%MaintainLoad change at step exit

Coolant Parameters

Hole SectionCoolant PressureCoolant FlowReason
First diameter (largest)Normal drilling pressureNormalStandard chip evacuation
At step transitionIncrease 10–20%MaintainEnsure chip clears the step
After step (smaller diameter)May need reduction for small diameterReduced — match drill sizePrevent chip packing in small bore

Transition Zone Management

Transition Zone Challenges

ChallengeCauseEffect
Chatter at step entryInterrupted cut as drill enters smaller diameter from largerSurface finish marks at step
Drill deflection at stepUneven cutting forces at diameter changeHole straightness error
Chip packing at stepReduced clearance at diameter changeChip jam — drill binding
Coolant flow disruptionFlow path changes at stepPoor chip evacuation at transition
Burr formation at stepStep edge not fully supportedBurr inside bore

Mitigation Strategies

StrategyActionBenefit
Reduced feed at transitionReduce feed 40–50% for 2–5 mm before and after stepPrevents chatter and deflection
Chamfer at stepProgram a 45° chamfer entry into smaller diameterGuides drill — reduces impact
Lead-in radiusRadius at the step corner (if design allows)Smooths transition
Increased coolant at transitionBoost pressure 10–20% for 10 mm before stepEnsures chip clearance
Dwell at transitionShort dwell (0.5–1 second) before feeding into smaller diameterStabilizes drill

Step Transition Feed Profile

SegmentFeed RateLengthPurpose
Approach (10 mm before step)70% of normal10 mmPrepare for transition
Entry (step crossing)50% of normal3–5 mmCross the step
Stabilization (5 mm after step)70% of normal5 mmStabilize drill in smaller diameter
Normal drilling100% of normalRemainderContinue drilling

Quality Considerations

Inspection Points for Stepped Holes

Quality FeatureMeasurement MethodAcceptance Criteria
Step diameter (each step)Bore gauge, air gaugePer drawing tolerance
Step location depthDepth gauge, CMMPer drawing tolerance
Step concentricityConcentricity gauge< 0.05 mm TIR
Step shoulder squarenessCMM or indicatorPer drawing
Surface finish at stepProfilometerWithin specification
Burr at step edgeVisual + feelerNo measurable burr

Common Defects at Step Transitions

DefectCauseCorrective Action
Oversize at step entryDrill deflection at transitionReduce feed at transition
Undersize after stepDrill spring-backAdjust tool diameter or reduce feed
Chatter marks at stepInsufficient feed reductionReduce feed at transition — increase speed
Step location errorIncorrect tool length offsetVerify tool length — use presetter
Burr at step shoulderStep edge unsupportedAdd chamfer — reduce feed at exit

CNC Programming Examples

G-Code Example — Diameter-First (Two-Step Hole)

txt
; STEP 1: Drill large diameter (20 mm) to full depth (150 mm)
T1 M6        ; Select 20 mm gun drill
S3000 M3     ; Spindle speed
M8           ; Coolant on
G0 Z5.       ; Rapid to approach
G1 Z-150. F50; Feed to full depth
G0 Z5.       ; Rapid retract
M9           ; Coolant off
G0 Z50.      ; Clear for tool change

; STEP 2: Drill small diameter (12 mm) through to 300 mm
T2 M6        ; Select 12 mm gun drill
S4500 M3     ; Spindle speed
M8           ; Coolant on
G0 Z5.       ; Rapid to approach
; Feed reduction at step transition (145-155 mm)
G1 Z-145. F60 ; Normal feed to approach
G1 Z-155. F30 ; Reduced feed through transition
G1 Z-300. F55 ; Normal feed to full depth
G0 Z5.       ; Rapid retract
M9           ; Coolant off
M30          ; Program end

Parameter Adjustment in CAM

CAM ParameterSettingReason
Feed optimizationReduce feed at step transitionPrevents chatter and deflection
Coolant controlIncrease pressure at transitionClears chips from step
Rapid planeSet above step depth for safe positioningPrevents collision with step shoulder
Tool clearanceVerify tool holder clears largest diameterPrevents holder collision

FAQ

How do I program a stepped hole in deep hole drilling?

Two strategies: diameter-first (drill the largest diameter to full depth first, then progress to smaller diameters) or depth-first (drill the smallest diameter to full depth first, then progress to larger diameters for their shallower depths). Diameter-first is simpler and preferred when the largest diameter is the most critical. Depth-first is preferred when the smallest diameter drill is the most fragile — it does the deepest drilling first and is not re-used after larger steps are created.

What feed rate should I use at the step transition?

Reduce feed rate 40–50% when crossing a step transition. The interrupted cut at the diameter change creates uneven cutting forces that cause chatter and drill deflection. Start the feed reduction 5–10 mm before the step and maintain the reduced feed for 3–5 mm after crossing the step. After the drill is fully engaged in the smaller diameter, return to normal feed. This controlled transition prevents chatter marks, oversize holes, and drill damage.

How do I prevent chatter at a hole step transition?

Reduce feed by 40–50% through the transition zone, add a chamfer at the step entry to guide the drill, increase coolant pressure 10–20% at the transition to ensure chip clearance, and use a short dwell (0.5–1 second) at the step before feeding into the smaller diameter. If chatter persists, check drill condition (sharpness, geometry) and consider a lead-in radius at the step corner if the design allows.

What tool should I use for stepped deep hole drilling?

For simple two-diameter steps, use separate gun drills for each diameter — one for each step. This is the most flexible and cost-effective approach. For high-volume production of the same stepped hole, consider a stepped gun drill (two diameters on one tool), which eliminates one tool change. For stepped holes with large diameter differentials, drill the smaller diameter first and bore the larger diameter. Match the tool strategy to the step configuration and production volume.

How do I measure the step location in a deep hole?

Use a depth gauge with a step-sensing attachment, a CMM with a probe that detects the step shoulder, or an air gauge with a step-location nozzle. For production inspection, a dedicated go/no-go gauge with a step-depth pin is fastest. The step location must be measured from a consistent reference point — typically the workpiece surface or a fixture datum. Measure step location after the first article to verify the program, then periodically during production.


Stepped holes in deep hole drilling require careful programming of tool selection, drilling sequence, and cutting parameters — especially at the diameter transition. Reduce feed at the step transition, increase coolant pressure, and choose the correct drilling sequence for the hole configuration. A well-programmed stepped hole has clean transitions, correct diameters, and no chatter marks. This article reflects industry practice as of 2026.

Deep Hole Drilling Hub — Your Trusted Third-Party Industry Resource