How do you measure management latency?

Take ten recent material changes and record four timestamps for each: when it changed, when a person able to act knew, when the decision was made, and when the action shipped. The median gap from changed to acted is your management latency. The widest of the three internal gaps tells you which problem you actually have.

Why it works this way

The measurement is deliberately crude, because a crude number that exists beats a precise one that does not. Ten incidents and a median is enough to act on. Companies that try to instrument this properly before measuring it once generally never produce the first number.

The reason the four timestamps matter more than the total is that each gap has a different fix, and treating the total as one problem sends the effort to the wrong place. Changed to known is a noticing problem — nothing in the system was watching. Known to decided is a cadence and ownership problem — someone knew and the next forum was Friday, or nobody was sure whose call it was. Decided to acted is an execution problem. A company with a five-day known-to-decided gap will get nothing from better monitoring.

Review cadence sets a hard floor that no amount of data freshness lowers. If a class of decision is only made in a weekly meeting, its latency cannot go below roughly seven days no matter how current the warehouse is. That floor is usually the finding, and it is usually a surprise, because the company has been investing in freshness.

The comparison worth making is internal and over time. There is no credible industry benchmark for this and anyone quoting one is guessing. Measure it once, change one thing, measure it again in a quarter.

The measurement, step by step

What it looks like

The deal slips on Tuesday. It surfaces in the forecast call on Friday. The response is agreed the following Monday and ships Wednesday. Management latency: eight days. The same company pages an engineer at three in the morning for four hundred milliseconds of API latency.

What this establishes, and what it does not

The words this answer uses

Related questions

Frequently asked questions

How do you measure management latency?

Take ten recent material changes and record four timestamps for each: when it changed, when a person able to act knew, when the decision was made, and when the action shipped. The median gap from changed to acted is your management latency. The widest of the three internal gaps tells you which problem you actually have.

What is management latency?

The elapsed time between something changing in a business and the person able to act on it knowing about it. Most companies measure system uptime to the second and leave management latency unmeasured.

What is a good management latency?

There is no benchmark worth quoting and anyone offering one is guessing. The only useful comparison is against your own prior number. Most companies find their first measurement is in days for things they had assumed took hours, and that finding alone is usually worth the afternoon it costs.

Is management latency the same as data freshness?

No. The warehouse can be current to the minute while the person able to act finds out on Friday. Freshness is a property of the pipeline; management latency is a property of the organisation. Companies routinely buy the first while measuring nothing about the second.

How many incidents do I need to measure?

Ten is enough for a median that will change behaviour. The precision you lose is smaller than the precision you lose by never running the measurement, which is what happens to teams that decide to instrument it properly first.