By EnginStack Engineering Team | Verified by engineers, built on NIST metrology standards About →

Key Takeaways

  • Torque has four live unit systems. N·m (SI), ft·lb (US automotive), in·lb (US aerospace), kgf·m (legacy metric) — and the conversions between them are the most mis-applied numbers in mechanical work.
  • The fatal multiples are exact. 1 ft·lb = 12 in·lb. 1 kgf·m = 9.80665 N·m. 1 N·m = 0.7375621493 ft·lb. Confuse any of them and you over- or under-torque by a factor that no bolt tolerates.
  • A newton-meter is not a joule. Same dimensional formula (force × distance), different physics: torque is static unless the bolt turns; energy is what happens when it does.
  • Torque is a proxy for tension. Only 10-15% of applied torque becomes bolt clamping force; the rest fights friction. Lubrication changes the required torque by up to 50%.
  • The same physical torque has three correct numbers. A VW wheel bolt at 120 N·m is 88.5 ft·lb, or 1,062 in·lb, or 12.24 kgf·m. All four numbers describe the same tightening — the wrench just needs to be set to the right one.
  • Every engineering pipeline should convert torque to N·m on ingestion. Compute in SI, convert to display units at the output. The 12× trap lives in the unstated unit, not the arithmetic.

Quick Torque Conversion Reference

FromToFactorUse this converter
ft·lbN·m× 1.3558179483ft·lb to N·m →
N·mft·lb× 0.7375621493N·m to ft·lb →
in·lbft·lb÷ 12in·lb to ft·lb →
ft·lbin·lb× 12ft·lb to in·lb →
in·lbN·m× 0.1129848290in·lb to N·m →
N·min·lb× 8.8507457916N·m to in·lb →
kgf·mN·m× 9.80665kgf·m to N·m →
N·mkgf·m× 0.1019716213N·m to kgf·m →
kgf·mft·lb× 7.2330138512kgf·m to ft·lb →
ft·lbkgf·m× 0.1382549544ft·lb to kgf·m →

1. The 12× Trap: in·lb vs ft·lb, and the Hangar That Never Shares a Wrench

Every aerospace torque specification in the United States is written in inch-pounds. Every automotive specification is written in foot-pounds. Both units contain the word "pound." Neither unit announces itself on the wrench — a click-type torque wrench with dual scales has the ft·lb graduations on one side of the barrel and in·lb on the other, and the scales don't align. An M6 fastener that wants 72 in·lb (6 ft·lb) will snap its head off if it receives 72 ft·lb — a factor of 12, the exact number of inches in a foot, and the most common catastrophic torque error in mechanical work.

The aerospace preference for in·lb is practical: small fasteners have naturally small torque values. A 4-40 UNJF screw at 5 in·lb reads awkwardly as 0.42 ft·lb, so the inch-pound keeps the numbers whole. The automotive preference for ft·lb is equally practical: a wheel bolt at 120 N·m reads cleanly as 88.5 ft·lb but as 1,062 in·lb — a four-digit number nobody wants on a spec sheet. Both conventions serve their industries. The danger is the mechanic who carries the automotive habit into an aerospace job, or the spec that gets transcribed across a boundary without the unit. The in·lb to ft·lb and ft·lb to in·lb converters exist for exactly that handoff — divide by 12, or multiply by 12, and nothing else.

2. The 9.8× Trap: kgf·m and the Japanese Engine Manual

Japanese automotive and machinery documentation used kilogram-meters of torque for decades — the product of the kilogram-force (1 kgf = 9.80665 N, exact) and a meter of lever arm. A Japanese engine rebuild manual specifies cylinder head bolts at "12 kgf·m." A German manual for the same bolt pattern says "118 N·m." A US manual says "87 ft·lb." All three numbers are correct, and they are related by exact constants: 12 × 9.80665 = 117.68 N·m, which × 0.7375621493 = 86.8 ft·lb.

The trap is the factor of 9.8. An engineer who reads "12 kgf·m" and types 12 into an N·m system has under-torqued the bolt by 9.8× — the joint will be loose, the gasket will leak, and in a head-bolt sequence the clamping force will be a tenth of design. This is the metric-world cousin of the inch-pound error, and it's quieter because both units use the same "kg" and "m" letters. The kgf·m to N·m converter applies the exact 9.80665; the N·m to kgf·m page does the reverse. If a manual was printed before full SI adoption in Japan or Europe, treat every torque value as kgf·m until proven otherwise.

3. The 1.36× Trap: ft·lb vs N·m Across the Atlantic

Every European, Japanese, and Korean vehicle sold in the United States specifies its torques in newton-meters. Every US shop manual converts them to foot-pounds. The conversion factor — 1.3558179483, the product of the 1959 yard/pound constants and standard gravity — is the one that runs every import repair shop in America. A Volkswagen wheel bolt: 120 N·m = 88.5 ft·lb. A Honda crank pulley bolt: 245 N·m = 180.7 ft·lb. A Toyota cylinder head sequence: 29 N·m + 90° + 90°.

The 1.36 is gentler than the 12 and the 9.8, but it's still fatal at the right fastener. A torque spec transcribed as "100" in N·m is 73.8 ft·lb; the same "100" in ft·lb is 135.6 N·m — a 35.6% overtorque that can yield an M10 bolt or strip an aluminum thread. The laminated conversion charts on shop walls often round 120 N·m to "89 ft·lb" instead of the correct 88.5 — a rounding that compounds across a torque sequence with angle-tightening steps, where the starting torque sets the beginning of the plastic region. The N·m to ft·lb and ft·lb to N·m converters carry the full constant, and this site's force guide explains where the 4.4482216153 inside it comes from.

4. The N·m Is Not a Joule Problem: Same Units, Different Physics

Torque and energy share a dimensional formula — force times distance — which is why both are measured in kg·m²/s². The physics is opposite. A newton-meter of torque is a rotational force applied through a lever arm, the force perpendicular to the lever, doing no work unless the shaft rotates. A joule is energy: the work done when one newton displaces something one meter in the direction of the force. You can stand on a torque wrench applying 100 N·m to a seized bolt all afternoon and transfer exactly zero joules of energy — the bolt doesn't move, no work is done, no energy flows.

The instant the bolt breaks free and turns, torque becomes energy — at which point you could describe the work in joules. The SI brochure explicitly recommends writing "N·m" for torque and "J" for energy, even though they are dimensionally identical, precisely because the conflation is a classic notation error. A torque value expressed in joules is wrong; an energy value in N·m is confusing; and a design review that lets either slide is inviting a unit error into the torque family, which is where the 12× and 9.8× traps live.

5. The Bolt Doesn't Care: Preload, Friction, and Why Torque Is a Lie

The uncomfortable truth about every torque spec on this page: the bolt doesn't respond to torque. It responds to tension — the clamping force that squeezes the joint together, which comes from the elastic stretch of the bolt shank. Torque is a convenient proxy: twist the wrench, the bolt stretches, the joint clamps. But the relationship is corrupted by friction. Only about 10-15% of applied torque actually becomes bolt tension; roughly 40% is consumed by thread friction and another 40-50% by the friction under the bolt head or nut. The exact split varies with thread pitch, plating, lubrication, and temperature — and the friction coefficients can vary by a factor of two between a dry bolt and a well-lubricated one.

This is why the same fastener has different torque specs depending on lubrication, why anti-seize compound can reduce required torque by 10-15%, and why torque-plus-angle methods — tighten to a modest initial torque, then rotate a specified number of degrees — are used for critical head bolts. The angle step bypasses friction: it stretches the bolt a known amount regardless of the torque needed to get there. It's also why torque wrenches need calibration (ISO 6789 governs design and testing) and why the number on the wrench is always a compromise between friction and reality. The unit conversion matters, but the friction uncertainty underneath it is often larger than the conversion error itself.

6. Torque Meets Power: The Dyno and the Engine Curve

Torque doesn't live alone. Every engine dyno measures torque in N·m or ft·lb and derives power from it with one formula: power = torque × angular velocity. A car making 400 N·m at 5,000 RPM produces 400 × (5,000 × 2π/60) = 209,440 W = 209 kW = 280 hp. The same 400 N·m at 6,500 RPM gives 364 hp — more power at the same torque, because power is torque × speed. This is why "torque is what you feel, horsepower is what you brag about" is a half-truth: the feel is torque at the wheels, and the brag is power, which multiplies the torque by how fast the engine can turn.

The unit handoff here matters. A European spec sheet lists engine torque in N·m; a US review converts to ft·lb (÷ 1.3558179483); a Japanese catalog might use kgf·m (÷ 9.80665). The same engine has three torque numbers and one power figure, and the conversion between them is the same exact constants this guide has been running. If you're comparing engines across markets, convert everything to N·m and kW first, then compare. The energy & power guide covers the kW/kWh side of the story; this guide handles the torque half of the dyno formula.

7. Master Torque Conversion Table

N·mft·lbin·lbkgf·mWhere you'd see this
1 N·m0.74 ft·lb8.85 in·lb0.10 kgf·mSmall electronic screw terminals.
5 N·m3.69 ft·lb44.3 in·lb0.51 kgf·mBicycle stem faceplate bolts. Carbon clamp limit.
10 N·m7.38 ft·lb88.5 in·lb1.02 kgf·mMotorcycle clutch perch. Small M6 fasteners.
25 N·m18.4 ft·lb221 in·lb2.55 kgf·mSpark plugs — VW/Audi 2.0 TSI.
50 N·m36.9 ft·lb443 in·lb5.10 kgf·mBrake caliper bracket bolts on compact cars.
100 N·m73.8 ft·lb885 in·lb10.2 kgf·mMotorcycle axle nut. Common M10 fastener.
120 N·m88.5 ft·lb1,062 in·lb12.2 kgf·mVW/Audi wheel bolt — the most-torqued value in America.
200 N·m147.5 ft·lb1,770 in·lb20.4 kgf·mTruck lug nut (light-duty). Sprinter wheel bolt.
245 N·m180.7 ft·lb2,168 in·lb25.0 kgf·mHonda K-series crank pulley bolt.
450 N·m331.9 ft·lb3,983 in·lb45.9 kgf·mHeavy truck wheel nut. Porsche center-lock.
1,000 N·m737.6 ft·lb8,851 in·lb102 kgf·mHeavy equipment track bolts. Hydraulic tool territory.

8. Every Torque Converter on This Site

The torque hub organizes all ten converters in this family — every pair of the four unit systems, in both directions:

Related families: force guide (torque is force × lever arm — same constants) · frequency guide (the RPM side of the power formula) · energy & power guide (the kW half of the dyno) · conversion-mistakes chronicle (the 12× and 4.448 errors in context).

9. Frequently Asked Questions

What is a newton-meter of torque, physically?

One newton of force applied at a perpendicular distance of one meter from the axis of rotation. If you push with 10 N at the end of a 0.1 m wrench, you apply 1 N·m. The SI brochure insists on writing it "N·m" with a space or dot, never "Nm" in a way that could be read as newton-meters or nanometer depending on context. It is the coherent SI derived unit for torque, defined in 1960 alongside the newton.

How do I convert ft·lb to N·m in my head?

Multiply by 1.356 for a quick estimate, or 1.3558179483 for exact values. 88.5 ft·lb ≈ 120 N·m — the VW wheel bolt conversion. For N·m to ft·lb, divide by 1.356 or multiply by 0.7376. The common shortcut "a foot-pound is about 1.36 newton-meters" is accurate to 0.04%, fine even for design work at moderate precision.

Which is stronger: 100 in·lb or 100 ft·lb?

100 ft·lb is 12 times stronger — 100 ft·lb = 1,200 in·lb = 135.6 N·m, while 100 in·lb is only 8.33 ft·lb = 11.3 N·m. If a spec says 100 in·lb and a wrench reads 100 ft·lb, the fastener receives 12× the intended torque. This is the most common torque unit error in the trade, and it's why aerospace and automotive work use different units to keep the numbers readable in their own ranges.

What does "torque-plus-angle" mean?

A two-stage tightening method for critical bolts. First, tighten to a modest initial torque (say 29 N·m) to seat the joint. Then rotate the fastener a specified number of degrees (90° + 90°) using an angle gauge or a wrench with angle marking. The angle step stretches the bolt a known amount regardless of friction, giving far more consistent clamping force than torque alone. It's standard for modern cylinder head bolts, which are designed to stretch into their plastic region once, and it's why those bolts are one-time-use.

Why does my torque wrench have ft·lb on one side and N·m on the other?

Because the wrench is sold to a market that uses both systems. US-market wrenches calibrate in ft·lb with N·m as a secondary scale; the calibration certificate (per ISO 6789) lists reference values in N·m first because the international standard uses SI. The two scales don't align graduation-for-graduation, which is why setting a wrench by the "wrong" scale and reading the "right" one is a classic error. Set the wrench in the unit your spec is written in, and let the converters on this page handle any translation.

Engineering Context

Torque sits at the intersection of the force, energy, and frequency families on this site. The 1.3558179483 factor is the force guide's 4.4482216153 multiplied by the 0.3048 foot-to-meter constant — force times lever arm. The kgf·m conversions reuse the 9.80665 from the force and weight families. And the power formula, torque × angular velocity, connects directly to the frequency guide's Hz↔RPM crossover — an engine at 5,000 RPM is turning at 83.3 Hz, and its 400 N·m of torque produces 209 kW at that speed. ISO 6789 governs torque wrench calibration; ISO 80000-4 governs the SI definitions. Between them, the standards say what the units are and how to measure them — but they can't stop a 12× error from a wrench set to the wrong scale. That part is on the engineer, and this guide is the translation layer.

More: N·m to ft·lb · ft·lb to N·m · in·lb to N·m · kgf·m to N·m · Torque Hub

Reprint & Attribution

Reprint & Attribution. This article was written and fact-checked by the engineering team at EnginStack. It was first published on August 2, 2026 at enginstack.com/guides/torque-conversion-guide. Quote it, share it, translate it — just link back to the original and credit EnginStack. For full-text republication inquiries, please reach us through the EnginStack contact page. We license syndication at no cost for educational and non-commercial use with proper attribution.