Heuristic
Break the batch when delay costs more than the switch
The goal is lower total friction, not a perfect batching streak.
When it fits
- A batch is efficient locally but one waiting item may block a person, decision, shipment, repair or downstream task.
When to avoid it
- The comparison is qualitative unless you have useful data. Do not invent precision or let every requester define their own item as costly to delay.
Why it matters
Use a simple exception rule: interrupt the batch when the expected cost of waiting is clearly larger than the cost of changing context. Consider dependency count, deadline, reversibility and the time needed for the other person or system to respond after you act. This prevents batching from turning into local optimization where your clean schedule creates idle time elsewhere. After the exception, leave a restart cue and return rather than letting one justified switch dissolve the rest of the block.
An example
Answering a two-minute clarification now can be rational if five people cannot continue without it; answering a routine status question now may not be.
Check your result
Exceptions are justified by downstream delay or risk, and a restart cue preserves the interrupted batch.
Keep this limit in mind
- The comparison is qualitative unless you have useful data. Do not invent precision or let every requester define their own item as costly to delay.
Connected ideas
Compare withBatch by setup state, not only by task label
Evidence and sources
An integrative review reports performance costs in many dual-task and task-switching conditions compared with appropriate single-task controls.
Switching can be necessary and adaptive; the review does not imply that uninterrupted work or large batches are always optimal.
A systematic review and meta-analysis of laboratory studies found interruption-management interventions improved primary-task accuracy and reduced resumption lag on average, with effects varying by intervention and task.
Laboratory findings do not identify one universal batching schedule for real professional work.
All sources (2)
- Cognitive structure, flexibility, and plasticity in human multitasking—An integrative review of dual-task and task-switching research
- Effects of interventions to reduce the negative consequences of interruptions on task performance: A systematic review, meta-analysis, and narrative synthesis of laboratory studies