THREADING & TAPPING GUIDE
Threading and Tapping Guide: From Thread Callouts and Tap-Drill Sizing to AI Recognition
01Tapping, thread machining, tapped hole: sort out the terms first
Thread machining is the umbrella term for all operations that produce a helical thread form on a part, covering internal and external threads, thread turning, tapping, thread milling, thread rolling and more. Tapping is the most common of them—using a tap to cut an internal thread along the hole axis. The hole on the drawing that is to receive an internal thread is the tapped hole; it is actually determined by two dimensions: the "tap drill" (the pre-drilled hole before tapping) that is drilled first, and the "thread spec" formed after tapping.
Manufacturing-engineering textbooks list threads as one of the most basic yet critical machining features, because they directly involve fastening strength and assembly interchangeability (Kalpakjian & Schmid, 2020)[1]. A tapped hole may look like just "drill a hole then tap it," but a wrong tap-drill size, the wrong method, or poor chip evacuation means at best a bad thread that has to be re-tapped, and at worst a broken tap that scraps the whole part.
02Interpreting a thread callout on a drawing: M6×1.0, through and blind
The most common form of a metric thread callout is M6×1.0: M denotes an ISO metric 60° thread, 6 is the nominal outside diameter of 6mm, and 1.0 is the pitch (the distance between two adjacent threads, in mm). The same outside diameter often has coarse and fine variants—for example, M8 coarse has a pitch of 1.25, while fine may be 1.0 or 0.75—and a different pitch means a different tap drill and a different tap, so never read only the outside diameter. Some drawings further call out the thread tolerance class (such as 6H) and the tapping depth.
Tapped holes also split into "through" and "blind":
- Through thread (through hole): the tapped hole passes through the whole stock, chips can evacuate from the other side, and tapping is relatively simple, often marked with
THRUor a through-hole symbol. - Blind thread (non-through hole): the hole has a bottom, and the drawing gives two numbers, the "tap-drill depth" and the "effective tapping depth." Because the front of a tap has a lead-in section of incomplete threads, the tap drill must always go a bit deeper than the tapping depth, or you won't reach the required thread depth, or the tap will bottom out against the hole floor.
The easiest trap is mistaking a through thread for a blind one, or missing the tapping depth. Interpretation is most reliable from a native electronic file (DWG); with scanned drawings or photos you must take special care to confirm whether the hole is through.
03The tap-drill concept and a common M-series tap-drill table
Tapping does not cut the entire hole into a thread—it cuts the thread form into the tap-drill wall. If the tap drill is too large, thread engagement is insufficient and fastening strength drops; if it is too small, the tapping torque spikes and chips multiply, directly raising the chance of a broken tap. So the tap-drill diameter is the first gate of tapped-hole quality.
For ISO metric 60° threads, the most common textbook rule is:
Tap-drill diameter ≈ nominal outside diameter − pitch (D − P)
This formula corresponds to about 75% thread engagement—the widely accepted value that balances strength against tapping load. The common M-series coarse-thread tap drills derived from it are as follows (rule-of-thumb reference; production should follow the shop's own tap-drill table):
| Thread spec (coarse) | Pitch P (mm) | Tap-drill rule D−P (mm) |
|---|---|---|
| M3×0.5 | 0.5 | 2.5 |
| M4×0.7 | 0.7 | 3.3 |
| M5×0.8 | 0.8 | 4.2 |
| M6×1.0 | 1.0 | 5.0 |
| M8×1.25 | 1.25 | 6.8 |
| M10×1.5 | 1.5 | 8.5 |
| M12×1.75 | 1.75 | 10.2 |
Note that this is a rule of thumb, not an iron law. The actual tap drill is fine-tuned by material ductility, the required thread engagement and the tapping method—for instance, switching to form tapping (a forming tap) means the tap drill must be enlarged instead[1]. So "D−P" makes a good starting point for interpretation and quick estimation, while the final number should return to the shop's standard table.
04Tapping vs. thread milling: when to choose which
There are two main routes to an internal thread, each with its own fit:
- Tapping (tap): one tap serves one spec, forming the thread in a single pass along the hole axis—fast and low-cost, suited to high volumes of standard small tapped holes. The downside: if the tap breaks, the hard tap material stuck in the hole is extremely difficult to remove and often scraps the part.
- Thread milling (thread mill + helical interpolation): using a thread mill smaller than the hole diameter to cut the form along a helical path, one tool can serve many hole diameters and both left- and right-hand threads, with good chip control and low cutting load; even if it fails midway, the tool won't jam in the hole. The downside: the program is more complex and the cycle time per hole is longer.
Cutting mechanics provides the basis for the choice: in tapping, the tap engages the hole wall along the full thread, concentrating torque and chip load—a fairly severe cutting state; thread milling spreads the load with interrupted, small-depth cuts, giving lower vibration and tool-breakage risk (Altintas, 2012)[2]. So for large diameters, hard-to-cut materials, deep blind holes, valuable workpieces or where tap breakage is a concern, thread milling is usually more reliable; for high-volume production of standard small holes, tapping is most efficient. In practice the two are often mixed: tapping for small holes, thread milling for large and high-risk holes.
05Chip evacuation and tap-breakage risk in blind-hole tapping
Blind-hole tapping is the one most likely to go wrong. The hole bottom is closed and chips have nowhere to go; once they pile up at the bottom, the advancing tap gets jammed by the chips, the torque spikes instantly and it snaps—the most typical broken tap. Metal-cutting theory notes that chip formation and evacuation directly determine the load and heat build-up in the cutting zone; poor chip evacuation causes local torque and temperature to rise rapidly, one of the main causes of tool failure (Altintas, 2012)[2].
The practical priorities for lowering blind-hole tap-breakage risk:
- Leave enough tap-drill depth: the tap drill should go a section deeper than the effective tapping depth (to accommodate the drill point and chip space), avoiding the tap bottoming out.
- Choose the right tap geometry: for blind holes, favor a spiral-flute tap to carry chips toward the hole opening; a spiral-point tap that pushes chips forward suits through threads.
- Coolant and parameters: supply ample coolant, control the synchronized relationship of spindle speed and feed, and in hard-to-cut materials relax thread engagement appropriately to lighten the load.
- Simulate before machining: use cutting simulation to confirm the relationship of tap-drill depth, tapping depth and retract, keeping problems like "tapping too deep and bottoming out" or "insufficient chip space" out before the machine runs.
06The G84 tapping cycle: handing synchronized feed to the controller
Tapping on a CNC usually does not hand-write the plunge and retract, but calls the controller's built-in tapping canned cycle—the standard right-hand cycle code is G84 (left-hand is often G74). It packs "position to the hole → feed in synchronously to tap → reverse the spindle and retract at depth" into a single line, concise and parameterized.
These cycles and the address-word format of G-code are defined in the ISO 6983 numerical-control program standard[3]. The key to G84 is that feed and spindle speed must be synchronized: for each revolution, the tool advances exactly one pitch (F = spindle speed × pitch). Modern machines mostly support rigid tapping, with the controller precisely coordinating spindle and Z-axis. For M6×1.0, the feed corresponds to "1.0mm per revolution"—get the pitch wrong and the thread form is scrapped immediately.
But note: ISO 6983 only describes tool motion, and different controllers (FANUC, Mitsubishi, Heidenhain, etc.) still have dialect differences in how canned-cycle parameters are written and in retract behavior[3]. This is why an automatically generated tapping program must correspond to the actual controller output and be reviewed before machining, and cannot be copied across machines. To understand the full flow from drawing to G-code, see the Complete Guide to CNC Automatic Programming.
07The value and limits of AI recognizing standard tapped holes
Interpreting tapped holes is the most mentally taxing and error-prone step in tapping prep: you must read the spec, pitch, through/blind, tap drill and tapping depth all at once. This is exactly where AI can add value. Machining feature recognition has been a topic of CAD/CAM research for over thirty years, and in recent years deep learning can reliably recognize standard milling features such as holes, slots and pockets—the FeatureNet proposed by Zhang et al. reached about 96.7% recognition accuracy on a benchmark dataset using a 3D convolutional neural network (Zhang, Jaiswal & Rai, 2018)[4], showing that "letting AI read the holes and tapped-hole callouts on a drawing" has an engineering basis of feasibility.
For tapped holes called out to international standards (e.g. M6×1.0, through/blind, with tap-drill and tapping depth), AI can recognize the callout and pull up the corresponding tap-drill rule and machining information, saving the engineer the time of repeated table look-ups and conversions. But the boundary is equally clear:
- Special threads need a human: non-standard threads, proprietary threads, multi-start threads, mixed imperial and pipe threads, or cases where the drawing carries separate notes and exceptions still need an engineer's manual interpretation and confirmation.
- Tolerances and intent need a human: the thread tolerance class, positional tolerance relative to other holes, and assembly intent involve design purpose, and belong to on-site professional judgment.
- The final sign-off is the machinist's: the tap drill, tap selection and tapping depth can be drafted by AI, but the confirmation before machining is still the last human-in-the-loop gate.
In other words, AI automates and cross-checks the "standard, repetitive, table-lookup" interpretation of tapped holes, while the human makes the "special, exceptional, intent-related" decisions. To understand more fully what AI drawing-reading can and can't do, see What AI Drawing Recognition Can and Can't Do, or return to the product home or the Blog to understand the overall flow.
08FAQ
How large should the tap drill be for an M6×1.0 tapped hole?
The M-series coarse-thread rule is "nominal outside diameter minus pitch," so M6×1.0 is about 5.0mm. This is a textbook-level rule; in practice it is fine-tuned by material, the required thread engagement and the tapping method, and production follows the shop's own tap-drill table. Too small a tap drill spikes the torque and increases tap-breakage risk; too large means insufficient thread depth and lower fastening strength.
What is the difference between tapping and thread milling, and which should I choose?
Tapping uses a tap to cut the thread along the hole axis—fast, suited to high volumes of standard internal threads; thread milling uses a thread mill with helical interpolation, where one tool serves many hole diameters, chip control is good, and a failure won't jam it in the hole. Standard small holes in volume mostly use tapping; for large diameters, hard-to-cut materials, deep blind holes, valuable workpieces or where tap breakage is a concern, thread milling is usually more reliable.
Why do blind holes break taps so easily, and how do you lower the risk?
A blind hole has limited space at the bottom and chips can't evacuate easily; piling up at the bottom jams the tap, spiking torque and snapping it. Measures include: leaving enough drill-point and chip depth in the tap drill, using a spiral-flute tap to carry chips upward, supplying ample coolant, controlling spindle speed and synchronized feed, relaxing thread engagement in hard-to-cut materials, and confirming the tap-drill and tapping-depth relationship by simulation before machining.
Can AI automatically recognize tapped holes on a drawing?
For tapped holes called out to international standards (e.g. M6×1.0, through/blind, with tap-drill and tapping depth), AI can recognize the callout and pull up the corresponding tap-drill and machining information, and recognition of round holes and standard features also has a reliable academic basis. But special threads, non-standard threads, multi-start threads, or cases where the drawing carries separate notes still need an engineer's manual interpretation and confirmation—this is the human-in-the-loop gate.
Get notified when new articles and video briefings go live—no inbox spam, unsubscribe in one click. (newsletter in Chinese)
READY FOR A CONTROLLED PILOT?
Hand tapped-hole interpretation and tap-drill conversion to AI, and keep the final judgment with the machinist
From thread-callout recognition, tap-drill rules and controller dialects to tapping-program review, we help define the adoption approach that fits your shop.
Talk to an implementation advisor Training courses09References
- Kalpakjian, S., & Schmid, S. R. (2020). Manufacturing Engineering and Technology (8th ed.). Pearson.
- Altintas, Y. (2012). Manufacturing Automation: Metal Cutting Mechanics, Machine Tool Vibrations, and CNC Design (2nd ed.). Cambridge University Press.
- ISO 6983-1:2009. Automation systems and integration — Numerical control of machines — Program format and definitions of address words. International Organization for Standardization.
- Zhang, Z., Jaiswal, P., & Rai, R. (2018). FeatureNet: Machining feature recognition based on 3D Convolutional Neural Network. Computer-Aided Design, 101, 12–22.
