Y4.01.1Fail-safe behaviordesign

Fail-safe means a fault drives the system into a safe state chosen in advance, not wherever it lands

Aliases: fail-safe behavior · functional safety

What it is

Fail-safe behavior means a system moves into, or holds, a safe state defined in advance by hazard analysis after a specified fault, so the fault stops there instead of escalating into unacceptable consequences. "Safe state" is a scenario-specific control objective, not necessarily power-off or full shutdown — for some equipment, losing power is the dangerous direction.

Why it happens

Common mechanisms — de-energization, spring return, protective logic, or physical isolation — channel a fault into a pre-designed, controlled path rather than letting the system stop wherever the fault happened to occur. One easily overlooked assumption sits underneath this: calling a direction "safe" depends on judging the current scenario, and the same physical action can flip between safe and hazardous across scenarios. A spring-return valve that closes on loss of power is safe for most isolation duties, but if that same valve happens to be a pressure-relief valve, closing removes the only path for pressure to escape and creates a more dangerous state. Reaching a defined safe state also does not mean hazardous energy has dropped to zero — de-energization may only cut off new energy input while stored pressure, kinetic energy, or heat remains. If the interface reports only the conclusion "safe state reached" without explaining exactly what function was lost and what hazard remains, an operator can mistake "stopped moving" for "now safe to approach."

Where it stops holding

A fail-safe claim must be bounded to a specific fault set, mission phase, and duration — safety verified against one specified fault does not extrapolate to multiple simultaneous faults, since a combination can cancel out safety responses that were independently sound on their own. For systems like braking, life support, cooling, or flight control, the safe state by design may not be shutdown at all but a required minimum level of continued function — exactly where fail-operational strategy diverges from fail-safe. Treating "fail-safe" as simply "doing nothing is always safest" is a common misapplication.

Applying it

Have a formal hazard analysis define the safe state and the transition conditions to reach it separately for each critical function; one generic "safe state" cannot cover every function.

  • Run actual fault-injection tests for the typical fault classes — power loss, sensor failure, communications loss, stuck actuator — and verify the system genuinely reaches its defined state rather than stalling in an unanticipated intermediate condition.
  • How to check: after fault injection, verify that the trigger cause, the residual hazardous energy in the current state, and the prerequisites for recovery shown continuously on the interface all exactly match the actual state recorded on the engineering side; any mismatch counts as a test failure.

Related

  • Same group: Y4.01.2 Fail-operational behavior · Y4.01.3 Choosing fail-safe versus fail-operational · Y4.01.4 Coordinated degradation across subsystems
  • Nearby: Y4.02 Redundancy and voting · Y4.07 Emergency reach and inadvertent-activation protection
  • Search terms: Fail-safe behavior · functional safety · safety-critical systems

Cards in the same group

Quick Actions

Share

Share this page

ios_share

https://hci.top/en/handbook/Y4.01.1