Glossary

Error proofing (poka-yoke)

Updated Published 1 min read

What is error-proofing?

Error-proofing means designing a process so that a specific mistake is prevented or becomes apparent when it happens. It is also called mistake-proofing or poka-yoke, a term from Japanese manufacturing. ASQ's guide covers both prevention and detection.

How it works

A connector shaped so it cannot make a particular wrong connection prevents an error. A form that flags an invalid entry detects one. Auto-save does something different: it limits the damage if work is lost. All three can help, but they solve different problems.

The Japanese term poka-yoke is closely associated with the Toyota Production System. The Lean Enterprise Institute describes devices that prevent an incorrect part or action from moving to the next step. The same principle now appears in software, healthcare, and service design.

The useful starting point is the mistake itself. What can go wrong, at which step, and what would stop it or reveal it? Design the safeguard around that failure, then test it under realistic conditions.

Applied example

A medication system can require a patient-wristband scan before a dose is given. That puts a check at the point of action, where a busy nurse needs it. Its value depends on what the scan checks and how the system handles mismatches; the presence of a scanner does not make every wrong-patient error impossible.

Why it matters

“Pay more attention” puts the burden on the person doing the work. Error-proofing asks what the system can do to help. A well-designed safeguard can reduce dependence on memory and vigilance, though its effectiveness still needs to be tested.