Fixing the time available for a task in advance and treating that limit as immovable, so the scope flexes instead of the schedule.
First documented in 1988, as the cornerstone of Scott Schultz's Rapid Iterative Production Prototyping method at Information Engineering Associates, a DuPont spin-off. James Martin gave it a chapter in Rapid Application Development (1991), which carried it into Agile.
// Where it sits
Exactly one of these two can be fixed, and most projects quietly choose the wrong one.
What it really means
Every project fixes exactly one of two things: the date or the scope. Most say they are fixing both, which is how deadlines slip.
Timeboxing fixes the date and lets the scope flex — and the container metaphor is doing real work. A box has hard walls. What doesn't fit doesn't go in. A timebox that gets extended when the work isn't finished is not a timebox; it is a deadline with a good attitude.
The practice is older than Agile, which usually gets the credit. Documented use runs back to the 1980s, with productivity at one chemical company reported as more than tripled — before Scrum sprints, before Extreme Programming's one-to-three-week iterations, before DSDM made it a principle. Agile inherited it.
The best-known consumer version is the Pomodoro Technique, devised by Francesco Cirillo as a university student in the late 1980s and named after the tomato-shaped kitchen timer he was using. Pomodoro is simply Italian for tomato. The most-recommended focus method in the world is named after a piece of kitchenware.
And here the honesty is worth more than the endorsement, because the evidence measures the wrong thing.
A 2023 study found that students who regulated their own breaks showed higher fatigue and lower concentration and motivation than students on structured timed breaks — with no difference in task completion. A 2025 scoping review concluded that structured intervals consistently improved focus and outperformed self-paced breaks.
Both point the same way — but both are mostly scoring how studying feels, and the 2023 study found no difference at all in how much got finished. Which suggests the honest recommendation is the unglamorous one: it is cheap to try and it works for some people. What is much better established is the underlying principle it exploits — that work expands to fill the time available, so shrinking the container on purpose changes what gets built.
Where it comes from
The container metaphor is load-bearing: what doesn't fit gets CUT, not extended. A timebox that slips is not a timebox.
Myths & misconceptions
Timeboxing is an Agile invention.
Its productivity effect is documented from the 1980s — before Scrum sprints, before Extreme Programming's one-to-three-week boxes, before DSDM adopted it. Agile inherited the practice rather than inventing it.
Fixed timers are proven to beat working at your own pace.
Not proven - but the evidence points that way rather than against it, and it is thin. A 2023 study found students on SELF-REGULATED breaks showed higher fatigue and distraction and lower concentration and motivation than students on structured timed breaks, with no difference in task completion. A 2025 scoping review pointed the same way. What the literature mostly measures is how studying feels, not what it produces.
Compare & contrast
Timeboxing vs Parkinson's law
Timeboxing is the deliberate weaponisation of Parkinson's Law. If work expands to fill available time, shrink the container on purpose. The law is a complaint; timeboxing is the same observation used as a tool.
| // | Timeboxing | Parkinson's law |
|---|---|---|
| Is a | Practice | Description |
| What is fixed | Time | Nothing |
| What flexes | Scope | The work |
| Attitude | Exploit it | Observe it |
How it connects
- Parkinsons Lawthe observation this practice is built on.
- Deep Workwhat a well-defended timebox is usually protecting.
Tell it apart
Questions people ask
- Where did timeboxing come from?
- Documented in software development from 1988, in Scott Schultz's work at DuPont, where Steve McConnell's Rapid Development later reported productivity more than tripling — an industry account rather than a controlled study. It later became foundational to DSDM, Scrum and Extreme Programming.
- What is a Scrum sprint?
- A timebox — typically under 30 days, with the same rule: the date does not move, the scope does.
- Does the Pomodoro Technique work?
- The evidence leans positive but is mostly subjective. A 2023 study found systematic Pomodoro-style breaks produced less fatigue and distraction and better concentration and motivation than self-paced breaks, with no difference in how much got finished; a 2025 scoping review pointed the same way. The catch is that most of this literature measures how studying feels, not what it produces.