Skip to content

Engineering Tolerances

Prime #
290
Origin domain
Engineering & Design
Also from
Operations Research
Aliases
Tolerance, Allowable variation, Specification limits, GD&T
Related primes
Margin of Safety, Robustness, Fail-Safe, Error Proofing (Poka-Yoke), Quality Control

Core Idea

Engineering Tolerances define the permissible range of variation (dimensions, weight, temperature, etc.) a part or system can have without losing functionality or safety.

How would you explain it like I'm…

How Close Is Close Enough

When you cut paper for art class, your scissors never cut exactly on the line. So the teacher says, 'Close enough is okay if you're within a finger-width.' That's the rule for what counts as good. Engineers do the same thing with bolts and parts. They say, 'A little off is fine, but too far off and we throw it away.'

Allowed Wiggle Room

No factory can make every screw exactly the same size. Even the best machine wobbles a little. So engineers pick a target size, then write down how much bigger or smaller a screw is still allowed to be. If it's inside that range, it works. If it's outside, it gets rejected. They also do math to check: if every part is a little off in the same direction, will the whole machine still fit together?

Allowed Range of Variation

Manufacturing always has variation; making two parts truly identical is impossible at any reasonable price. Engineering tolerances handle this by specifying a target value plus a range of acceptable deviation, like 10.0 mm plus or minus 0.05 mm. Parts inside the range are accepted; parts outside are reworked or scrapped. Tolerance stack-up analysis then tracks how small allowed variations on each part add up when many parts are assembled, so designers can confirm the whole system still works even when every component is at the edge of its allowed range.

 

Engineering tolerances are the formal specification of permissible variation around a nominal value (dimensional, electrical, temporal, compositional). The design move is to reframe the question from 'how do we eliminate variation?' (impossible) to 'how much variation can the system absorb while still functioning?' Each part gets a nominal target plus upper and lower limits; parts inside the band conform, parts outside are rejected or reworked. Because real assemblies chain many tolerances together, designers use tolerance stack-up analysis (worst-case or statistical, e.g., root-sum-square) to predict whether accumulated component variation keeps the system inside its system-level tolerance. Tolerance is the structural complement to margin of safety: tolerance governs the spread of allowed inputs, while margin governs the reserve capacity above expected loads.

Broad Use

  • Manufacturing: Ensuring that machine parts can still fit together if each dimension is off by ±0.01 mm.

  • Electronics: Resistors or capacitors labeled ±5%, meaning actual values may vary slightly but remain acceptable.

  • Civil Construction: Concrete slump or rebar placement tolerances ensuring the structure meets code despite small deviations.

Clarity

Points to the principle that exact precision is rarely achievable or cost-effective; so designers define acceptable "wiggle room" that still meets functional requirements.

Manages Complexity

Acknowledges real-world imperfections in materials or processes—normalizes them in a controlled range rather than chasing absolute perfection.

Abstract Reasoning

Demonstrates buffer zones around nominal specs, akin to building in "slack" or "margin" for real-world variance. Connects to illusions of "exactness" vs. the practical acceptance of slight deviations.

Knowledge Transfer

  • Food Industry: Allowed moisture range in packaged snacks so they remain edible.

  • Supply Chain Logistics: Acceptable delivery windows (±1 day) balancing efficiency vs. strict on-time arrivals.

  • Finance: "Bandwidth" for currency exchange rates or inflation targets that central banks tolerate.

Example

A mechanical shaft might be specified at 10.00 mm diameter ±0.05 mm tolerance so that small manufacturing differences don't impede assembly or performance.

Relationships to Other Primes

One-hop neighborhood: parents above, mutual partners to the right, children below.EngineeringTolerancescomposition: ApproximationApproximationdecompose: ConstraintConstraint

Parents (2) — more general patterns this builds on

  • Engineering Tolerances presupposes Approximation — Engineering tolerances presuppose approximation because defining permissible ranges around a nominal target is bounded-error substitution applied to manufacturing.
  • Engineering Tolerances is a decomposition of Constraint — Engineering tolerances is the specific shape constraint takes when admissible variation around a nominal target is explicitly bounded for component acceptance.

Path to root: Engineering TolerancesConstraint

Not to Be Confused With

  • Engineering Tolerances specify permissible variation ranges (±limits) around nominal values for components to function together. Tolerance (in pharmacology/biology) specifies adaptive or reduced response to repeated exposure. Different domains, different mechanisms.
  • Engineering Tolerances define acceptable component variation to preserve assembly function. Fault Tolerance defines system capacity to continue service despite component failures. One manages input variation; the other manages failure modes.
  • Engineering Tolerances specify permissible variation of inputs/components (spread of acceptable input). Margin of Safety specifies capacity reservation above nominal demand at the system level. One controls input variability, the other controls demand capacity.
  • Engineering Tolerances define acceptable ranges; they prescribe what variation is permissible. Variability is the observable spread across a system's outputs or properties, descriptive and measured. One is normative and constraining; the other is observational.