Research

Agile Overhead Report

Developers spend just 11-16% of their time writing code - the rest leaks into meetings, approvals, and context gathering

Overview

Your developers are not slow. They are stuck. Industry data from Microsoft, IDC, and Atlassian converges on the same finding: engineers spend less than a fifth of their time writing code. The rest disappears into ceremonies, approvals, context gathering, and maintenance work that nobody budgeted for.

Key Findings

Where the Time Actually Goes

According to a Microsoft study of 484 developers (2024), the actual weekly time allocation looks nothing like what teams assume:

ActivityActual TimeIdeal Time (Developer Preference)
Coding11%20%
Meetings & communication12%5%
Debugging9%5%
Architecture & design6%15%
Code reviews & PRs5%7%
Other (setup, admin, learning)57%48%

IDC’s 2024 report found a nearly identical split: developers spend just 16% of monthly time on application development. The remaining 84% goes to requirements, security, CI/CD, monitoring, and deployment tasks.

The Agile Overhead Tax

  • 23% of the workday goes to meetings alone, according to Skan.ai’s developer productivity analysis
  • 1-2 hours per day consumed by Slack and messaging, per the same study
  • 28% of the workday spent in meetings at the median team; elite teams keep it to 18% (LinearB 2025 Benchmarks, 6.1M+ pull requests analyzed)
  • 23 minutes and 15 seconds to regain focus after each context switch (Skan.ai)
  • Meeting-heavy days are the single biggest obstacle to developer productivity, according to DX’s 2025 report

The Approval and Context Bottleneck

Cortex’s 2024 State of Developer Productivity (50 engineering leaders, 500+ employee companies) pinpointed three equally damaging leaks:

  • 26% of leaders cite waiting on approvals as a top productivity drain
  • 26% of leaders cite gathering project context as a top drain
  • 26% of leaders cite bug fixes and maintenance (KTLO) as a top drain
  • 40% of developers say trouble finding context is their most common daily friction
  • 58% of organizations estimate losing 5+ hours per developer per week to unproductive overhead

The KTLO Trap

Maintenance and “keeping the lights on” work silently dominates sprint capacity:

  • 23-42% of developer time goes to technical debt work, according to Jellyfish
  • 72% of organizations report new hires take over 1 month to first productive PR, largely due to context gaps (Cortex 2024)
  • 54% of organizations say it takes 1-3 months before a new developer contributes meaningfully

The Cost of Doing Nothing

For a 10-developer team at average US senior rates (~$82/hour), the math is painful:

Overhead CategoryHours Lost/Week (per dev)Annual Cost (10-dev team)
Meetings & ceremonies8-10 hrs$340K-$425K
Context gathering & switching3-5 hrs$128K-$213K
Waiting on approvals & reviews2-4 hrs$85K-$170K
KTLO & maintenance3-6 hrs$128K-$255K
Total overhead16-25 hrs$680K-$1.06M

That is 40-63% of your engineering payroll going to work that is not building product.

What This Means for Your Team

  • Audit meeting load first. LinearB data shows elite teams spend 18% of their day in meetings vs. 35% for low performers. That gap alone is worth 1.5 hours per developer per day.
  • Measure context-gathering time. Cortex found teams using internal developer portals cut context-related friction by 20%. If your developers ping 3 people to understand a service, that is a systemic problem.
  • Automate ceremony artifacts. Sprint summaries, changelog generation, test plan drafts, and standup updates can be generated from commit history and ticket data instead of pulled from developer memory.
  • Set a KTLO budget. If you do not explicitly cap maintenance at a sprint percentage, it will silently consume 23-42% of capacity (Jellyfish).
  • Track the right proxy metrics. LinearB’s data shows coding time as a percentage of workday ranges from 22% (low performers) to 54% (elite). That single metric tells you more than velocity points.

Sources

  • Microsoft “Time Warp” Developer Productivity Study 2024
  • IDC “How Do Software Developers Spend Their Time?” 2024
  • Cortex State of Developer Productivity 2024
  • LinearB Software Engineering Benchmarks 2025
  • Atlassian Developer Experience Report 2025
  • Jellyfish State of Engineering Management 2025
  • Skan.ai Developer Productivity Whitepaper 2025
  • DX Developer Productivity Report 2025