← All writing Yield · Root-Cause — June 2026

Reading a yield signal: from noise to a ranked cause list.

"Yield dropped to 84%." That sentence starts more bad meetings than almost anything else on a line. It feels like information, but on its own it's just an alarm — it tells you something is wrong and nothing about what. The work is turning that single number into a short, ranked list of things you can actually go fix.

One number is never the problem

A yield figure is a sum of many different failures stacked on top of each other. The first move is always to break it apart. Before touching the process, I want the drop stratified: by failure mode, by station, by shift, by lot, by fixture, by position on the panel. The question isn't "why did yield drop" — it's "which slice of the yield drop is biggest, and is it concentrated somewhere?"

A Pareto chart is worth more than a hundred opinions about what's wrong.

Nine times out of ten, stratifying collapses a scary aggregate into something specific: one defect code is 60% of the loss, and it's showing up on one station, on parts from one lot. Now you have a target instead of a mystery.

Bound it before you theorize

Once there's a target, the temptation is to jump straight to a cause. Resist it. First bound the problem in time and space:

Make it happen on demand

A cause you can't reproduce is still a guess. The strongest step in the whole loop is recreating the defect deliberately — dialing the suspected variable and watching the failure appear and disappear. If you can turn it on and off, you understand it. If you can't, you're still theorizing, and you shouldn't be spending money on a "fix" yet.

Close the loop, don't just clear the board

Reworking the failed units clears today's number and changes nothing. The output of root-cause work isn't a pile of saved units — it's a change to the process that makes the same failure less likely next time: a corrected setting, a tightened incoming spec, a poka-yoke on the station, a new control on the chart. Then you verify with data that the slice you targeted actually shrank.

That's the whole discipline, and it's the same everywhere I've used it: don't argue about the aggregate. Stratify it, bound it, reproduce it, kill it, and prove it stayed dead. The line gets quieter one ranked cause at a time.

← All writing