Back to Articles
Design for Manufacturing
June 21, 2026

The Million-Dollar Difference Between Worst-Case and Statistical Tolerance Analysis

NTE Lab

Hardware Engineering & DFMA

You design a multi-part assembly. To guarantee everything fits perfectly on the production line, you calculate the tolerance stackup using the traditional Worst-Case method. Because the total accumulated tolerance is too high, you are forced to tighten the individual part tolerances to a brutal ±0.05 mm.

Your tooling costs skyrocket, cycle times increase, and QA rejects 15% of the parts. But was that ultra-tight tolerance actually necessary? Probably not.

If your assembly has four or more interacting dimensions, relying entirely on Worst-Case (Arithmetic) tolerance analysis is likely costing your company a fortune. The reality is that the probability of every single part in an assembly being manufactured at its extreme maximum or minimum limit at the exact same time is statistically negligible.

Here is the mathematical difference:

Worst-Case Tolerance (T_wc)

T_wc = Σ T_i
(Assumes every part is at its extreme limit simultaneously)

Root-Sum-Square / Statistical Tolerance (T_rss)

T_rss = √ (Σ T_i²)
(Accounts for the normal distribution of manufactured parts)


💡 The Example

Let’s say you have an assembly of 4 stacked plates. Your total allowable gap variation for the entire assembly cannot exceed ±0.40 mm.

  • Using Worst-Case Math:
    0.10 + 0.10 + 0.10 + 0.10 = 0.40 mm
    You are forced to hold every single plate to a strict ±0.10 mm.

  • Using RSS Math:
    If we assume the manufacturing process is in statistical control (a standard normal distribution), let's see what tolerance (T_i) we can assign to each plate to hit the same 0.40 mm total.
    0.40 = √ (T_i² + T_i² + T_i² + T_i²)
    0.40 = √ (4 · T_i²)
    0.40 = 2 · T_i
    T_i = ±0.20 mm

The Result: By simply switching your math from Worst-Case to RSS, you just doubled the allowable tolerance on every single component (from ±0.10 mm to ±0.20 mm) without changing a single line of CAD. The assembly will still fit together seamlessly over 99.7% of the time (assuming a ±3σ process).


🛠️ The Solution

  1. Count the Variables: If your stackup involves 4 or more tolerances, stop using Worst-Case. Switch to RSS.
  2. Verify Supplier SPC: RSS math only works if your manufacturer's processes follow a normal distribution curve. You must require Statistical Process Control (SPC) data from your molders or machinists. If their process is skewed or out of control, RSS will fail you.
  3. Widen the Limits: Use the newly discovered tolerance bandwidth to transition parts from expensive precision machining to standard injection molding, or to open up the molding processing window, drastically lowering cycle times and scrap rates.

Engineering isn't just about making things fit; it's about making them fit profitably.

Have a product challenge like this?

We help hardware teams solve complex engineering, DFM, and production challenges every day.

Discuss Your Project