Erlang X calculator (abandonment, blocking & redials)
The most realistic of the classical Erlang formulae. Erlang C assumes callers wait forever; Erlang A adds patience; Erlang X goes further, folding in a finite number of lines (callers get a busy tone when all are full) and the redials that failed callers generate. Because redials feed back into the load, the model is solved by iteration.
Inputs
Results
Sensitivity
| Agents | Abandon % | Block % | Wait (s) | Occ % |
|---|
Related: Erlang C · Erlang A · all calculators
How it works
Erlang X is the most realistic of the classical staffing formulae. On top of Erlang A's caller patience it adds two more real-world behaviours: blocking (a finite number of lines, beyond which callers meet a busy tone) and redials (a fraction of blocked or abandoned callers who simply call back). Because those redials feed back into the load, the model is circular and is solved by iteration rather than a tidy formula. Reach for it when waits regularly creep past about 90 seconds, when lines are genuinely capped, or when you want to see the extra load a busy signal creates.
Common questions
What's the difference between Erlang A and Erlang X?
Erlang A adds caller patience to Erlang C. Erlang X adds two more things on top: a finite number of lines (blocking / busy tones) and the redials that failed callers generate. It's more realistic but, because redials are circular, it has to be solved by iteration.
What is blocking?
Blocking is when every line or queue slot is full and a new caller can't even join the queue — they get a busy tone or are diverted. Erlang B models pure blocking; Erlang X folds it in alongside abandonment and redials.
Related: What is Erlang? · Erlang A · Abandonment & patience · From Erlang to Excel