Insights

What breaks first when volume doubles

Most operational failures are not surprises. They are known seams that hold at current volume and stop holding somewhere on the way to twice it.

7 min read

Growth is usually planned as a demand problem and experienced as an operations problem. The campaign works, the pipeline fills, and then the business discovers which of its processes were only ever working because volume was low enough for people to paper over the gaps manually.

The pattern is consistent enough to plan against. Systems fail at scale in a predictable order, and the order follows human effort: whatever a person is currently absorbing by hand is the first thing that breaks.

The usual seams

  • Manual handoffs. Any step where information moves between systems because someone copies it. At current volume it costs an hour a day; at double it costs a full role, and errors scale faster than the volume does.
  • Supplier lead times. Reorder points set when demand was flat break when demand is growing, because the reorder point is a function of the demand rate during the lead time, not of stock on hand.
  • Support load. Ticket volume rarely scales linearly with orders. It scales with orders multiplied by the rate of things going wrong, and the rate of things going wrong rises exactly when the rest of the operation is under strain.
  • Quality control by inspection. Checking every unit or every order works until there are too many to check, at which point it silently becomes checking some of them.
  • Approvals routed through one person. A single approver is a fixed-capacity resource in a growing system. It shows up as delay, not as failure, which is why it is usually found late.
  • Reporting assembled by hand. When the weekly numbers take a day to assemble, they get assembled less often, and decisions start being made on stale data at precisely the point where the business is changing fastest.

Pressure-testing before the volume arrives

You do not need a forecasting model for this. You need a walkthrough. Take every step from order to delivered and answer two questions for each: what is the maximum this step can process in a day as it exists today, and what happens when it exceeds that.

The second question matters more than the first. A step that degrades gracefully, a queue that gets longer, is manageable. A step that fails silently, an order that skips a check, a message that is never answered, is dangerous, because the business finds out through customers rather than through its own reporting.

Rank the steps by that failure mode rather than by cost to fix. A cheap fix on a graceful step is worth less than an expensive fix on a silent one.

Fix the seam, not the symptom

The default response to an overloaded step is to add a person to it. That works once and buys roughly the same amount of headroom the first person provided, which is rarely enough to cover a doubling. Where the step is manual data movement or a manual check, the durable fix is to remove the need for the step rather than staff it. Where the step is genuinely judgement work, the fix is to define which cases actually require judgement and route the rest around it.

Do this before the demand arrives. Operational fixes made under load are made badly, because the people who understand the process are the same people currently absorbing the overflow.

How to check this in your own business

Pick your busiest day in the last quarter and treat it as your new average. Walk each operational step and mark it green if it would hold, amber if it would slow, red if it would fail without anyone noticing that day. Fix every red before you fund the campaign that makes that day normal.

Recognise this in your own business?

Describe the situation and we will tell you whether it is something we can help with.

Discuss your growth plan