Is multitasking a myth? What task-switching research actually measured
"Multitasking is a myth" gets repeated so often it's become a thought-terminating cliché. It's also slightly wrong, in a way that matters if you're trying to fix your own day. The honest version: true parallel processing of two attention-demanding tasks is rare and narrow. What people call multitasking is almost always task-switching — and the switching itself is what costs you time, not the multitasking per se.
We care about this distinction at a mechanical level, not a philosophical one. If you understand what's actually being measured, you can predict which of your habits are expensive and which aren't.
What the studies actually test
Task-switching research typically doesn't ask "can you do two things at once?" It asks something narrower: how much slower are you at Task A immediately after doing Task B, compared to doing Task A repeatedly with no switch? The standard setup alternates between two simple rule-based tasks (classify a number as odd/even, then as high/low, for example) and measures reaction time on switch trials versus repeat trials.
The consistent finding across decades of this work is a switch cost: trials right after a switch are slower and more error-prone than trials that continue the same task, even when the tasks are trivially easy and the switch is predictable. This holds even when people know the switch is coming and have time to prepare — the cost shrinks with preparation but doesn't disappear.
Separately, a related line of interruption research looks at what happens when someone is deep in a longer, more realistic task (writing, coding, reviewing a document) and gets interrupted by an unrelated demand — a message, a call, a notification. These studies consistently find that the disruption isn't just the seconds spent on the interruption itself. It's the time spent resuming: reorienting to where you were, reloading context, and re-establishing the mental state you had before the interruption. Estimates for this resumption lag vary a lot by task complexity, but the reported ranges typically run from tens of seconds for very shallow tasks up to several minutes for tasks requiring real working-memory load — writing an argument, debugging, planning.
So what is a "myth" exactly?
The myth isn't "switching costs time." That part is well-supported and unsurprising. The myth is a narrower claim: that you can hold two attention-demanding, non-automatic tasks in your head at the same time and process both without cost. That version doesn't survive scrutiny.
What does survive:
- Automatic + demanding pairs work. Walking while thinking, or listening to familiar background music while doing routine work, costs little because one side of the pair doesn't compete for the same attentional resources.
- Two demanding, similar tasks don't work. Writing an email while on a call that requires real listening is switching, not parallel processing, and it inherits the switch cost.
- The cost is asymmetric with task complexity. Switching between two trivial tasks costs a few hundred milliseconds per switch. Switching between two complex tasks — say, a spreadsheet model and a client thread — costs minutes, because you're not just changing rules, you're rebuilding context.
Doing the arithmetic on your own day
The lab number (hundreds of milliseconds per switch) is almost irrelevant to your actual day. The number that matters is the resumption lag on real work, and even a conservative estimate compounds fast.
| Interruptions/day | Resumption cost (min, low estimate) | Resumption cost (min, high estimate) | Daily total, low | Daily total, high |
|---|---|---|---|---|
| 10 | 1 | 4 | 10 min | 40 min |
| 25 | 1 | 4 | 25 min | 100 min |
| 50 | 1 | 4 | 50 min | 200 min |
Twenty-five context switches a day is not an unusual number for someone with Slack, email, and a phone all live during working hours — it's often an undercount once you include self-interruptions (checking something "for a second"). At the low end, that's 25 minutes gone to pure reorientation. At the high end, on complex work, it's over an hour and a half — before you've accounted for the work itself.
The reason this doesn't show up as a clean line item on your calendar is that resumption lag is invisible to you while it's happening. It doesn't feel like "lost time," it feels like normal ramp-up. That's exactly why it survives unmeasured for years in most people's routines.
Why self-report gets this wrong
Ask someone how many times they switch tasks in a day and you'll get a number that's off by a wide margin, usually low, because the small switches — glancing at a phone, tabbing to check a message, answering a one-line question — don't register as events worth counting. They still carry a resumption cost, just a smaller one.
This is the practical argument for measuring instead of estimating. A local log of window and app switches, timestamped, turns "I don't really multitask that much" into an actual count you can look at. If you want that number for your own day without guessing, the free watcher logs switches and active-window time locally — no self-report, no server round-trip, just the raw event log you can audit yourself.
What actually reduces the cost
Given that switch cost is real but resumption lag is the expensive part, the fixes follow directly from the mechanism:
- Batch similar-demand tasks. Grouping email replies into one block reduces the number of high-to-low context jumps, not just the number of times you open the inbox.
- Lengthen the gap between forced switches. Checking messages every 90 minutes instead of every 10 doesn't eliminate switch cost, but it cuts the number of times you pay it by roughly 9x.
- Separate shallow and deep work by block, not by willpower. If deep work and reactive work share a block, every notification is a full-cost switch. If they're in different blocks, most notifications wait for a low-cost window.
- Reduce self-interruption specifically. External interruptions get blamed most, but in most logs we see, a large share of switches are self-initiated — checking something with no real trigger. That's the cheapest one to fix because it requires no negotiation with anyone else.
None of this requires becoming a monk about notifications. It requires knowing your actual switch count and where it clusters, which is a measurement problem before it's a discipline problem. If the daily estimate above is in the right neighborhood for you, Pro's daily brief will name the specific blocks where switching clusters and the specific mechanical fix for each — not "reduce distractions" but "you switch out of Editor into Slack every 6 minutes between 2–4pm; try muting during that window."
FAQ
Does this mean multitasking is always bad?
Not always — pairing an automatic task (walking, routine data entry) with a demanding one usually costs little because they don't compete for the same attention. The expensive kind is switching between two tasks that both require active thinking and working memory.
Is switch cost the same for everyone?
The size of the cost varies by task complexity and familiarity more than by person. Well-practiced, simple switches (like glancing at a clock) cost very little. Novel or complex switches cost more regardless of who's doing them, though people vary in how quickly they can re-orient.
How do I know if my own switching is actually costing me time?
Self-report is unreliable because small switches don't register as memorable events. The reliable way is to log actual window/app switches over a few days and look at frequency and clustering rather than guessing from memory.