🔩 Thread Pitch & TPI Converter

Last updated: April 26, 2026

🔩 Thread Pitch & TPI Converter

Convert TPI ↔ metric pitch • Calculate lead for multi-start threads

Conversion Result
Conversion Result
Lead Calculation
Quick Reference — Common Threads
1/4-20 UNC1.270 mm
M8 × 1.2520.32 TPI
1/2-13 UNC1.954 mm
M10 × 1.516.93 TPI
1-8 UNC3.175 mm
M6 × 1.025.40 TPI

Thread Pitch and TPI: The Numbers That Determine Whether Your Fastener Grips or Strips

There is a specific frustration familiar to every machinist, fabricator, and serious DIYer: the bolt that almost fits. You have the right diameter, the right material, the right length—and yet the thread engagement is wrong, and the fastener either spins uselessly or refuses to start at all. The culprit, nearly every time, is a mismatch between thread pitch systems that were never designed to be compatible with each other.

Thread pitch and threads-per-inch (TPI) describe the same physical reality—the spacing between thread crests along a fastener's axis—using two different measurement conventions. One system counts how many thread crests fit in an inch; the other directly measures the distance between adjacent crests in millimeters. Converting between them is simple in principle and surprisingly consequential in practice.

The Core Relationship: 25.4 mm = 1 Inch

The entire conversion rests on a single fact: one inch equals exactly 25.4 millimeters. From this, both conversion directions follow directly.

To convert TPI to metric pitch: divide 25.4 by the TPI value. A 1/4-20 UNC bolt has 20 threads per inch, so its pitch is 25.4 ÷ 20 = 1.27 mm. To go the other direction—metric pitch to TPI—divide 25.4 by the pitch in millimeters. An M8 × 1.25 fastener has a pitch of 1.25 mm, giving 25.4 ÷ 1.25 = 20.32 TPI.

That 20.32 TPI result is worth pausing on. No standard tap or die is made to cut 20.32 threads per inch. It exists purely as a converted number—useful for verifying compatibility and for CNC programming, but not a catalog item. This is exactly why conversion matters: a 1/4-20 UNC bolt (1.270 mm pitch) and an M6 × 1.25 bolt (1.250 mm pitch) are close enough in diameter and thread spacing to seem interchangeable at a glance, yet they are fundamentally incompatible. Forcing one into the other's nut is the surest path to cross-threading and ruined threads.

Why Metric and Imperial Threads Almost Never Match

Standard thread series in both systems were developed independently, with no intention of interoperability. The Unified National Thread Standard (UNC/UNF) governs most inch-based fasteners in North America, while ISO metric threads dominate everywhere else and increasingly appear in imported tools and machinery worldwide.

The two systems use the same 60-degree thread angle, which creates the illusion of compatibility when viewed casually. But the pitch spacing is almost never a clean match. A 1/2-13 UNC bolt has a pitch of 25.4 ÷ 13 = 1.954 mm. The nearest metric coarse pitch for that diameter range is M12 × 1.75 or M14 × 2.0—neither is close enough to engage without damage. Automotive work in particular creates constant metric-to-imperial confusion, since American-made vehicles traditionally used UNC/UNF threads while their foreign-made components—even on the same assembly line—use ISO metric threads.

Lead vs. Pitch: A Critical Distinction for Multi-Start Threads

Pitch and lead are the same number only on single-start threads, which covers the vast majority of fasteners. Understanding the difference becomes essential the moment you encounter lead screws, power transmission screws, jar lids, or any application where the designer deliberately chose multiple thread starts.

Pitch is the distance from one thread crest to the next adjacent crest, measured parallel to the thread axis. Lead is the axial distance the threaded component advances in one complete 360-degree rotation. For a single-start thread, these are identical. For a multi-start thread, lead equals pitch multiplied by the number of starts.

A double-start M8 × 1.25 thread—meaning two helical grooves interleaved around the shaft—still has a pitch of 1.25 mm between adjacent crests, but the lead is 2.50 mm per revolution. This thread advances twice as fast as a single-start thread of the same pitch, while maintaining the same thread engagement depth and holding strength. This is why camera tripod mounting screws, some precision jigs, and high-speed lead screws in CNC routers use multi-start configurations: faster travel per turn without sacrificing thread form.

When you're sourcing a tap or die for a multi-start application, you specify the pitch—the tool geometry depends on it. But when you're calculating how fast a nut travels or how many turns are needed to cover a given distance, you must use the lead. Confusing the two causes real errors in fixturing design and CNC G-code.

Practical Identification in the Shop

The most reliable way to identify an unknown thread's pitch is with a thread pitch gauge—a fan of thin metal blades, each stamped with its pitch or TPI, which you press against the thread until one blade sits flush in the grooves with no gaps or rocking. Most sets come in either metric or imperial; a complete shop needs both, or a combined set.

For quick identification without a gauge, a caliper and a little arithmetic work: measure the distance across ten thread crests (crest to crest, not including the starting crest—you're spanning nine intervals), then divide by nine to get the pitch in mm. For TPI, span ten crests across an inch using a steel rule alongside the fastener and count—twenty visible crests in one inch means the thread has 20 TPI. (Count crests, not spaces, and start your count at zero.)

Digital calipers are invaluable for measuring the major diameter to narrow down which thread size you're dealing with before looking up the pitch in a reference table. For fractional inch fasteners, nominal sizes roughly match the shank diameter. For metric fasteners, the M-number is the nominal major diameter in millimeters—an M10 bolt measures approximately 10 mm across the thread crests.

ACME, Buttress, and Specialty Threads

Not every thread you encounter in engineering work is a 60-degree V-form fastener thread. ACME threads, with their 29-degree included angle and trapezoidal profile, appear on vises, lathe lead screws, and linear actuators. They convert TPI to pitch exactly the same way—25.4 ÷ TPI—but they are not interchangeable with V-form threads of the same pitch, as the thread form geometry is entirely different.

Buttress threads, square threads, and specialized ball-screw threads similarly follow the same TPI/pitch math but require matched tooling. The conversion formula does not change based on thread form; only the tooling and tolerances differ.

CNC and Threading on a Lathe

Thread conversion becomes especially precise when you're cutting threads on a lathe or programming a CNC machine. A manual lathe with an imperial leadscrew uses change gears or a gearbox to synchronize spindle rotation with carriage travel. To cut a metric thread on an imperial lathe, you need a transposing gear set (typically a 127-tooth gear, since 127 is the prime factor relating 5 inches to 127 mm—or more precisely, since 5 × 25.4 = 127). On CNC equipment, the control takes pitch or TPI as a parameter, and the conversion is handled mathematically, but the programmer must specify the correct value.

For threading G-code, a common error is entering pitch in the wrong units or confusing lead with pitch on a multi-start thread. A G76 threading cycle on a CNC lathe, for instance, takes the lead as the pitch parameter—so for a double-start M10 × 1.5, you enter 3.0 mm (lead = 1.5 × 2), not 1.5 mm, while the number of starts is specified separately depending on the control. Getting this wrong produces threads that look perfectly formed but will not mate with any standard fastener.

Torque Amplification and the Role of Lead

The mechanical advantage a threaded fastener provides—the reason you can tension a bolt to tens of thousands of pounds with a modest wrench—is directly related to lead. A finer pitch (smaller lead) multiplies input torque more than a coarse pitch, at the cost of requiring more turns to achieve the same clamping displacement. Coarse threads are faster to install and more tolerant of debris and slight misalignment; fine threads provide greater holding force per unit of torque and resist vibration loosening more effectively.

Understanding pitch and lead in both measurement systems lets you make intelligent fastener choices across the entire range of engineering applications—from delicate M2 × 0.35 screws in optical instruments to 2-4 ACME lead screws in industrial machinery. The 25.4 mm/inch relationship is the one constant that bridges both worlds.

FAQ

What is the formula to convert TPI to metric pitch?
Divide 25.4 (millimeters per inch) by the TPI value. For example, a 1/4-20 UNC bolt has 20 TPI, so its metric pitch is 25.4 ÷ 20 = 1.270 mm. To go the other direction, divide 25.4 by the pitch in millimeters to get TPI.
Is a 1/4-20 UNC bolt the same as an M6 × 1.0 bolt?
No, and mixing them causes serious damage. A 1/4-20 UNC bolt has a major diameter of 6.35 mm (0.250 in) and a pitch of 1.270 mm. An M6 × 1.0 bolt is 6.00 mm in diameter with a 1.000 mm pitch. The diameters differ by 0.35 mm and the pitches differ by 0.270 mm — neither metric nuts nor UNC nuts will seat correctly on the wrong fastener type.
What is the difference between thread pitch and thread lead?
Pitch is the distance from one thread crest to the immediately adjacent crest, measured along the axis. Lead is the axial distance the fastener advances in one full 360-degree rotation. For a single-start thread (the most common type), lead equals pitch. For multi-start threads, lead equals pitch multiplied by the number of starts. A double-start M10 × 1.5 thread has a lead of 3.0 mm — it advances 3 mm per turn.
Why would anyone use a multi-start thread instead of a single-start thread?
Multi-start threads advance faster per revolution without changing the thread form depth or holding strength. This matters in applications requiring quick travel — lathe chuck jaws, jar lids, camera lens focus rings, and CNC axis lead screws often use 2-start or 3-start threads to reduce the number of turns needed to move a set distance, improving speed without sacrificing load-carrying capacity.
Can I use a metric tap to fix a stripped UNC thread hole?
Only if you're converting the hole permanently to a metric thread and can confirm the new tap's major diameter and pitch won't weaken the part. There is no metric pitch that exactly matches any standard UNC pitch. A Heli-Coil or thread insert in the original thread spec is almost always the better repair option, preserving the original fastener compatibility.
How do I identify the TPI of a bolt without a thread gauge?
Place a steel rule alongside the bolt parallel to its axis. Count the number of complete thread crests visible within exactly one inch of the rule. That count is your TPI. For greater accuracy, count crests over two inches and divide by two. Alternatively, use a caliper to measure the distance spanning several thread crests, divide by the number of intervals (one less than the crests counted), to get pitch in mm — then convert to TPI using TPI = 25.4 ÷ pitch.
Disclaimer: This article is for general informational and educational purposes only and does not constitute professional, financial, medical, or legal advice. Results from any tool are estimates based on the inputs provided. Always verify important details and consult a qualified professional before making decisions.