Bolt grade markings encode the steel’s strength. This reference decodes metric property classes and SAE grades into tensile, yield, and proof figures, and lets you turn a proof stress into an actual proof load using the thread’s tensile stress area.
How it works
A metric class such as 8.8 is two pieces of information packed together. The
first digit gives nominal tensile strength: 8 × 100 = 800 MPa. The second digit
gives the yield-to-tensile ratio: 0.8 × 800 = 640 MPa yield. So:
tensile (MPa) = firstDigit * 100
yield (MPa) = (secondDigit / 10) * tensile
SAE grades use head markings (radial lines) rather than numbers but map to similar strengths, with Grade 5 ≈ class 8.8 and Grade 8 ≈ class 10.9.
To convert a proof stress into a force the tool multiplies by the thread tensile stress area:
proof load (N) = proofStress(MPa) * stressArea(mm^2)
reported in kilonewtons for convenience.
Tips and notes
- Proof load is the working ceiling — keep preload below it so the joint never yields under tightening plus service load.
- A bolt’s strength is set by its grade, not its size; a larger bolt of the same grade simply has more stress area and therefore more load capacity.
- Plated and stainless fasteners can have lower or different strength ratings; always check the actual marking, not just the diameter.
- Stress area is smaller than the nominal shank area because it is taken at the thread root; using nominal area overstates capacity.