How a deferral gets recorded
This is the post that matters. A scheduler that only knows done and overdue will show an overdue list of forty items within six months, at which point it has stopped being information.
Key takeaways
- Deferral is a button, not a failure. Without one, jobs go overdue and stay there.
- A deferral needs a reason, a name and a new date. All three.
- The second deferral of the same job is a different event and is shown as one.
- Percentage past interval is more useful than days overdue.
- Report the total deferred, not just the count. It is a debt.
The deferral record
- App integration
- Security & identity
- Management
- Analytics
- People
Reasons from a short list
Five or six options cover almost everything: part not available, machine in use, no engineer available, weather, waiting on a third party, deprioritised. A short list makes the aggregate analysis possible, and the free text next to it captures the specifics.
The distribution of those reasons over a year is one of the more useful outputs of the whole system. If half of all deferrals are parts availability, the fix is a stock policy rather than a scheduling change, and that is not obvious from any individual deferral.
Percentage, not days
The press is fourteen days over and thirty-one per cent past its interval because it is in heavy use; the chiller is forty days over and barely past interval because it has hardly run. Sorting the overdue list by days produces exactly the wrong order of work.
This is a small change to a sort key and it changes which machine gets attention on a busy Tuesday, which over a year is most of what a maintenance system is for.
The second and third deferral
What changes each time
- First deferral: recorded, shown as deferred rather than overdue, no fuss.
- Second deferral: the record shows both reasons and the original due date. Still routine.
- Third deferral: goes to whoever owns the equipment, not just the maintenance list, with the full history.
- Beyond that: the job appears on the monthly report by name, every month, until it is closed.
- Nothing is ever blocked. The escalation is visibility, not permission.
- Because the alternative is that people stop recording deferrals and go back to silently skipping.
That last point is the design principle behind the whole feature. Any mechanism that makes deferring painful will be routed around, and a routed-around deferral is invisible, which is the situation the system exists to prevent. Escalating visibility is the only pressure that does not create an incentive to hide.
Deferral is not always wrong
A machine that is about to be replaced, a service that would displace a job with a genuine deadline, a part that will arrive in a week — deferring in those cases is correct, and a system that treats every deferral as a failure is asking people to lie about their reasoning.
What matters is that somebody looked at it and decided, and that the decision is attached to a name. The failure mode is not deferral; it is drift.
The debt
The trend is the part that produces action. Any single quarter’s deferrals look defensible, and a debt that has grown from twenty-two to thirty-seven machine-weeks in three months is a resourcing conversation with evidence in it.
Next: the jobs that cannot be deferred at all.
All posts