A3.07.6Concurrent alarms mask each other; priority suppression is requiredresearchdesign

When several alarms fire together they can drown each other out unless one takes priority

Aliases: alarm cacophony · priority arbitration · alarm stacking

What it is

Verifying that each alarm, tested alone, is audible above the target noise and discriminable from the others is not enough to guarantee real-world performance, because real faults often cascade: an upstream failure triggers, and several downstream modules alarm nearly simultaneously, their sounds stacking on top of each other. What matters now is no longer a single alarm's SNR against ambient noise, but the alarms masking one another — whichever sounds first or loudest tends to bury the rest, and the operator may hear only a tangled blur, unable to tell how many alarms are sounding or which one most urgently needs attention. This layer addresses a systemic scenario that none of the earlier per-alarm design layers cover, no matter how well each alarm was designed on its own.

Why it happens

Sounding several alarms at once creates two compounding difficulties. The first is purely acoustic: the alarms' spectral energies overlap, and whichever component is stronger or sits closer to the ear's most sensitive band masks the energy of the others — an alarm that would be perfectly audible played alone can drop below the detection threshold once mixed with others. This is the same physical rule as noise masking speech, just with another alarm as the masker instead of ambient noise. The second is a perceptual capacity limit: even if every alarm's energy stays within the detectable range, a person can only actively segregate and individually identify a limited number of concurrent sound streams at once. Once the number of alarms exceeds that limit, the most an operator can do is register "several alarms are sounding," without being able to identify each one and rank them by priority in a short window — a limitation rooted in the auditory system's capacity to organize multiple sound sources, not just a loudness problem.

Studying it

Field or semi-field evaluations typically use recordings of real fault cascades to reconstruct an authentic multi-alarm sound field, then measure participants' detection rate (correctly reporting how many alarms are sounding in total) and identification rate (correctly naming each one) under that composite sound field, comparing both against the rates measured when each alarm is played alone, to quantify the performance cost of concurrency. The independent variables are the number of alarms triggered together and their acoustic similarity to each other; the dependent variables are detection rate, identification rate, and the time needed to find the highest-priority alarm. This kind of study has been repeatedly confirmed in high-alarm-density settings such as intensive care units, where the finding that identification accuracy falls as alarm count rises holds consistently across settings.

Where it stops holding

  • The severity of masking depends on the spectral overlap between the alarms that trigger together: if a discriminability design already spread the alarm set's frequency bands apart, concurrent masking is much lighter than it would be in a set whose bands are clustered together — a side benefit of discriminability design done well.
  • A poorly designed priority suppression policy — one that mutes low-priority alarms entirely with no trace — can cause a lower-priority but still actionable issue to be systematically overlooked. Suppression is not the same as deletion; a traceable, reviewable record needs to be kept.
  • This problem mainly arises in systems where faults are causally linked and prone to cascading. Alarms that are mutually independent and rarely trigger together don't need dedicated suppression logic for the concurrent case.

Applying it

  • Design a system-level priority ranking rule so that only the single highest-priority alarm sounds at any moment; other alarms that trigger concurrently are silenced, queued, and listed on the visual interface, rather than letting every triggered alarm sound layer on top of the others.
  • For fault groups that are causally tightly linked and prone to cascading, identify these "alarm storm" scenarios in advance and design a dedicated aggregation rule for them — for instance, once a root cause is identified, sound only the root-cause alarm and roll downstream fallout into a single summary notice, rather than alarming for each one independently.
  • How to verify it: run a stress test with a real or simulated fault cascade and record whether operators can identify the highest-priority alarm and respond correctly within an acceptable time window when multiple alarms sound together — testing with single alarms alone cannot expose this problem.

Related

  • Same group: A3.07.1 an alarm must be audible above the noise of the environment it will sound in · A3.07.2 distinct alarms must be discriminable from each other · A3.07.3 an alarm set that exceeds memorable capacity stops functioning · A3.07.4 urgency can be encoded by faster tempo and rising pitch without changing timbre · A3.07.5 abstract versus semantic alarm sounds trade off learning cost against cross-language applicability · A3.07.7 standardized alarms improve cross-system recognition while custom alarms improve scene discrimination, and the two conflict
  • Nearby: A3.04 auditory masking · A3.06 cocktail party effect · A5.03 sustained attention and vigilance decrement
  • Search terms: alarm fatigue · alarm cacophony · priority arbitration · concurrent auditory masking

Cards in the same group

Quick Actions

Share

Share this page

ios_share

https://hci.top/en/handbook/A3.07.6