# Bolt Torque Clamp Force Calculator

Convert between bolt tightening torque and axial clamp force. T = K·F·d, where K is the nut factor (~0.20 for dry steel). Solve torque from force, or force from torque.

> Canonical page: https://elysiatools.com/en/tools/bolt-torque-clamp-force

- **Category:** Math & Numbers

- **Keywords:** bolt torque, clamp force, preload, nut factor, tightening torque, fastener, mechanical engineering

## Overview

The Bolt Torque Clamp Force Calculator allows mechanical engineers and technicians to easily convert between bolt tightening torque and axial clamp force using the standard formula T = K·F·d. By inputting the nut factor, bolt diameter, and either the target clamp force or applied wrench torque, you can quickly determine the corresponding mechanical values required for secure fastener assembly.

## Inputs

- **Calculation Mode** (select)
- **Nut Factor K** (number): Dimensionless nut factor. Typical: 0.20 dry steel, 0.15 lubricated, 0.13 with moly.
- **Clamp Force F (kN)** (number): Axial clamp force in kN. Required in Torque mode.
- **Bolt Diameter d (mm)** (number): e.g. 10
- **Wrench Torque T (N·m)** (number): Applied wrench torque in N·m. Required in Force mode.
- **Decimal Places** (number)

## When to use

- When designing bolted joints and needing to determine the required tightening torque to achieve a target axial clamp force.
- When verifying if an applied wrench torque will exceed the yield strength or safety limits of a specific bolt diameter.
- When adjusting assembly specifications for different lubrication states by changing the dimensionless nut factor (K).

## How it works

- Select the calculation mode: either 'Torque from force' to find the required torque, or 'Force from torque' to find the resulting clamp force.
- Enter the dimensionless nut factor (K), which represents friction conditions (e.g., 0.20 for dry steel, 0.15 for lubricated threads).
- Input the bolt diameter in millimeters and provide either the clamp force in kilonewtons (kN) or the wrench torque in Newton-meters (N·m) depending on the selected mode.
- Click calculate to solve the equation T = K·F·d and view the computed value rounded to your preferred decimal places.

## Use cases

- Calculating assembly torque specifications for structural steel bolts during construction.
- Estimating clamping force generated by pneumatic torque wrenches on automotive cylinder head bolts.
- Adjusting torque values for maintenance procedures when switching from dry to lubricated fasteners.

## Frequently asked questions

### What is the nut factor (K)?

The nut factor is a dimensionless value representing the friction in the bolt threads and bearing face, typically ranging from 0.10 to 0.30.

### What units are used for the inputs?

The calculator uses millimeters (mm) for bolt diameter, kilonewtons (kN) for clamp force, and Newton-meters (N·m) for wrench torque.

### How does lubrication affect the torque calculation?

Lubrication lowers the nut factor (K), meaning less torque is required to achieve the same axial clamp force compared to dry steel.

### Can I calculate the clamp force if I only know the torque?

Yes, select the 'Force from torque' mode, enter your applied torque, bolt diameter, and nut factor to find the resulting clamp force.

### Is thread pitch accounted for in this formula?

No, this calculator uses the simplified T = K·F·d formula, which aggregates thread geometry and friction into the single nut factor (K).

## Related tools

- [Absolute Value Calculator](https://elysiatools.com/en/tools/absolute-value-calculator): Calculate the absolute value of positive, negative, or decimal numbers and explain the sign relationship
- [Air Changes per Hour (ACH, n = Q/V)](https://elysiatools.com/en/tools/air-changes-per-hour): Compute the air change rate (ACH / n) of a room from the outdoor supply airflow Q and the room volume V: n = Q/V (1/h). Three modes: solve ACH (given Q and V), solve airflow (given n and V), or solve volume (given n and Q). Flow in m³/s/m³/h/CFM, volume in m³/ft³/L. Also reports the well-mixed single-zone purge time to reach a target residual fraction ε (default 1%): t = −ln(ε)/n hours.
- [Bearing Life L10 Calculator](https://elysiatools.com/en/tools/bearing-life-l10): Calculate the basic rating life of a rolling bearing: L10 = (C/P)^p, with p = 3 for ball bearings and p = 10/3 for roller bearings. When a speed is provided, converts to L10h in operating hours.
- [Cable Ampacity Calculator (IEC 60364-5-52)](https://elysiatools.com/en/tools/cable-ampacity-calculator): Estimate copper cable current-carrying capacity per the simplified IEC 60364-5-52 reference method. Combines cross-section, insulation (PVC 70°C / XLPE 90°C), installation method, and ambient temperature to derive the corrected allowable ampacity (A).
- [Capacitor Reactive Power Calculator (Q_c = 2πfCU²)](https://elysiatools.com/en/tools/capacitor-reactive-power): Compute the reactive power produced by a known capacitor: Q_c = 2π·f·C·U². Supports single-phase, three-phase star (Y) and delta (Δ) connections. Returns Q_c in var/kvar, capacitive reactance Xc, and capacitor current Ic. Complementary to the power-factor-correction tool (which sizes a capacitor for a target cosφ).
- [Chain Sprocket Ratio Calculator](https://elysiatools.com/en/tools/chain-sprocket-ratio): Calculate the ratio, driven speed and chain linear speed of a chain drive. i = z₂/z₁ = n₁/n₂, chain speed v = z₁·p·n₁/60000. Enter the pitch to compute chain speed.
- [Condensing / Evaporating Temperature Calculator](https://elysiatools.com/en/tools/condensing-temperature-calculator): Estimate the saturated condensing temperature (T_cond) and evaporating temperature (T_evap) of a refrigeration circuit. Three modes: (1) from coil approach — T_cond = T_ambient + condenser ΔT approach, T_evap = T_medium − evaporator ΔT approach; (2) from measured saturated pressures — given P_cond and P_evap for a known refrigerant (R-22 / R-134a / R-410A), invert the Antoine fit; (3) from subcooling & superheat — T_cond = T_liquid − SC, T_evap = T_suction − SH. Temperature in °C/K/°F; pressure in bar/MPa/kPa/PSI absolute or gauge (atmospheric default 1.01325 bar). Results reported in °C.
- [Conditional Probability Calculator](https://elysiatools.com/en/tools/conditional-probability-calculator): Calculate P(A given B) from joint probability P(A and B) and condition probability P(B)

## Samples

- [Web Image Processing Python Samples](https://elysiatools.com/en/samples/web-image-processing-python): Web Python image processing examples using PIL/Pillow including reading, saving, resizing, and format conversion
- [Android Image Processing Java Samples](https://elysiatools.com/en/samples/android-image-processing-java): Android Java image processing examples including reading/saving images, scaling, and format conversion
- [Android Image Processing Kotlin Samples](https://elysiatools.com/en/samples/android-image-processing-kotlin): Android Kotlin image processing examples including reading/saving images, scaling, and format conversion
- [Web Image Processing Rust Samples](https://elysiatools.com/en/samples/web-image-processing-rust): Web Rust image processing examples including image read/save, scaling, and format conversion
