Tolerance Stack-Up Calculator
Calculate worst-case tolerance stack-up
Inputs
Provide the following 4 values to run the Tolerance Stack-Up Calculator:
- Nominal Dimension (mm) [number] (required)
- Tolerance 1 (±mm) [number] (required)
- Tolerance 2 (±mm) [number] (required)
- Tolerance 3 (±mm) [number] — default 0
What it calculates
This tool returns:
- Worst Case (±) (mm) — primary result
- RSS (±) (mm)
- Dimension Range
Worked example
For the sample inputs below:
- Nominal Dimension (mm): 100
- Tolerance 1 (±mm): 100
- Tolerance 2 (±mm): 100
- Tolerance 3 (±mm): 0
the Tolerance Stack-Up Calculator produces:
- Worst Case (±): 200.000 mm
- RSS (±): 141.421 mm
- Dimension Range: -100.000 - 300.000
How it works
The result is derived through the following steps:
worstCase = tolerance1 + tolerance2 + tolerance3rss = sqrt(tolerance1*tolerance1 + tolerance2*tolerance2 + tolerance3*tolerance3)maxDim = nominal + worstCaseminDim = nominal - worstCase
Frequently Asked Questions
What is a tolerance stack-up?
A tolerance stack-up refers to the cumulative effect of individual part tolerances in a mechanical assembly, affecting the overall dimension accuracy.
How does the Tolerance Stack-Up Calculator work?
Our calculator inputs individual parts' tolerances and calculates the worst-case scenario for the total tolerance, helping engineers avoid assembly issues.
Why is tolerance stack-up analysis important in engineering?
It ensures that components fit and function correctly within specified tolerances, reducing machining errors and assembly problems.
Can I use this calculator for any type of mechanical assembly?
Yes, our Tolerance Stack-Up Calculator is designed for use in various mechanical assemblies across different engineering applications.
Is the Tolerance Stack-Up Calculator free to use?
Yes, the Tolerance Stack-Up Calculator is completely free and accessible to all users!