Key Takeaways

  • Velocity is throughput: completed work per unit of time. It answers 'how much finished work, how fast', not 'how good' and not 'at what cost'.
  • The formula is simple; the honesty is in the numerator. Counting unfinished work, or work of wildly unequal size as if it were equal, makes velocity meaningless.
  • Normalise before you sum. Ten trivial tasks and ten hard ones are not the same throughput, so weight the units before adding them.
  • Velocity is a trend metric for one person over time, not a leaderboard. Comparing raw velocity across people with different work mixes measures the work mix, not the people.
  • Velocity is not productivity and not efficiency. A person can have high velocity by rushing low-value or low-quality work, which productivity and efficiency would both catch.
  • Individual velocity is the most gameable workforce metric: it rewards volume, so it produces volume — including work split artificially small to inflate counts.
  • Measuring individual velocity in knowledge work is often actively harmful. Use it at the team or system level, where it diagnoses flow, and be very cautious using it to judge individuals.

1. The Short Answer: How to Calculate Employee Velocity

Employee velocity is the amount of completed work a person finishes per unit of time. The formula is: velocity = completed work units ÷ time period. If a support agent resolves 120 tickets in a five-day week, their raw velocity is 24 resolved tickets per day.

That raw number is almost always misleading on its own, and making it meaningful requires three disciplines. First, normalise: weight work of unequal size before summing, because ten trivial tickets and ten complex ones are not the same throughput. Second, count only finished work — velocity measures completion, so work in progress does not count until it is done. Third, treat it as a trend for the same person over time, not as a comparison across people whose work mix differs.

Velocity answers one question — how much finished work, how fast — and it is frequently confused with two others it does not answer. It is not productivity, which is output per unit of input. It is not efficiency, which is output relative to the resources it consumed. A person can post high velocity by rushing, by cherry-picking easy work, or by cutting quality, and velocity alone will not reveal any of it. Those are the jobs of [employee productivity](/guides/employee-productivity-guide) and [employee efficiency](/guides/employee-efficiency-guide), which this cluster covers separately.

  • AEO Quick Answer: velocity = completed work units ÷ time period, after normalising units of unequal size and counting only finished work.
  • Velocity is throughput — how fast, how much — not quality and not cost.
  • Use it as a trend for one person, not as a cross-person leaderboard.

2. What Velocity Actually Measures — and What It Does Not

Velocity is a rate: work completed divided by time. Its intellectual origin is manufacturing throughput and, more recently, agile software delivery, where a team's velocity is the amount of work it completes per sprint. The concept is genuinely useful; the trouble starts when it is applied to individuals as a performance verdict.

What velocity measures well: the flow of finished work through a person or a system over time. Is throughput rising, stable or falling? Did a process change speed things up? Where is work piling up unfinished? These are real, valuable questions, and velocity answers them.

What velocity does not measure, and is constantly assumed to: value, quality, effort or cost. A developer who closes many tiny tickets has high velocity and may be delivering little value. A writer who publishes many shallow articles has high velocity and may be damaging the brand. Velocity is blind to whether the completed work was worth completing.

The single most important thing to hold onto is that velocity counts completions, not contributions. Two people with identical velocity can be delivering wildly different value, and velocity cannot tell them apart. That is not a flaw to be fixed — it is the definition of the metric. Velocity is one lens, and using it as if it were the whole picture is the root of nearly every abuse of it.

This is why velocity belongs in a set of three complementary metrics. Velocity tells you how fast work flows. Productivity tells you how much output you get per unit of input. Efficiency tells you how little was wasted relative to what the work should have taken. Any one alone is a partial and gameable picture; together they triangulate.

  • Velocity is a rate: completed work ÷ time.
  • It measures flow of finished work well — is throughput rising, stable, falling.
  • It is blind to value, quality, effort and cost by definition, not by accident.
  • It counts completions, not contributions — identical velocity can mean very different value.

3. The Formula, and Why the Numerator Is Everything

The velocity formula has three components, and essentially all of the difficulty lives in the first one.

The numerator is completed work units. This is where velocity is made honest or meaningless. A 'unit' must be defined, and units of very different size cannot be summed as if equal without destroying the metric. Resolving a password reset and resolving a multi-day integration failure are both 'one ticket', and counting them as equal throughput is nonsense.

The denominator is the time period — a day, a week, a sprint. The main subtlety here is deciding whether to use elapsed time or available working time. Available time (excluding leave, meetings, and other committed hours) gives a cleaner read on throughput during actual working time, but it is harder to measure and easier to dispute. Elapsed time is simpler and includes the interruptions that are part of real work. Pick one, state it, and keep it consistent.

The completion rule defines when something counts. Velocity is a completion metric, so a unit counts only when it is genuinely done — meeting its definition of done, delivered, accepted. Counting work 'nearly finished' inflates velocity and, worse, incentivises leaving a trail of almost-complete work, which is the opposite of throughput.

So the practical formula is: velocity = (sum of normalised, completed work units) ÷ (chosen time period). The arithmetic is trivial. The normalisation of the numerator is where a velocity metric either reflects reality or fabricates it, and it is the subject of the next section because it is that important.

  • Numerator: completed, normalised work units — where the metric lives or dies.
  • Denominator: elapsed or available time — pick one, state it, keep it consistent.
  • Completion rule: a unit counts only when genuinely done, never 'nearly'.
  • The arithmetic is trivial; the normalisation is everything.

4. Normalising Work of Unequal Size

The central problem of velocity is that work units are not equal, so summing them raw measures the mix of work rather than the amount of throughput. There are three practical ways to normalise, in rising order of rigour and cost.

Weighting by category. Group work into a few size or complexity bands — small, medium, large — and assign each a weight, for example 1, 3 and 8. Velocity becomes the sum of weighted units rather than the raw count. This is cheap, it is far better than a raw count, and it depends on categorising each unit honestly, which is itself gameable if the categoriser benefits from the number.

Standard times. Where the work is repeatable, assign each task type a standard time drawn from observed averages — a password reset takes 4 minutes, an integration issue 90. Velocity becomes standard-minutes of work completed per period, which is a genuine throughput measure comparable across different work mixes. This is the industrial-engineering approach and it is strong where tasks are repeatable and weak where they are novel.

Estimated points. Where work is novel and non-repeatable — most knowledge work — units are sized by estimate before they start, as in agile story points. This captures relative size reasonably but carries the estimation problem: estimates are noisy, and when velocity is measured on points, the estimates themselves become a gaming surface, because inflating estimates inflates velocity.

Whichever you choose, one rule protects the metric: the person whose velocity is measured should not be the sole party who sizes their own work. When the measured party controls the numerator's weights, the weights drift to serve the number, and the velocity metric quietly becomes a measure of estimation optimism rather than of throughput.

  • Weighting by category: cheap, banded weights (e.g. 1/3/8); gameable if the categoriser benefits.
  • Standard times: strong for repeatable work; standard-minutes completed per period.
  • Estimated points: for novel work; carries the estimation-gaming problem.
  • Rule: the measured person should not solely size their own work.

5. Velocity in Manual Versus Knowledge Work

Velocity behaves very differently depending on whether the work is repeatable and observable or novel and cognitive, and the same formula that is reasonable in one context is misleading in the other.

In manual and repeatable work — a warehouse, a support queue with well-defined ticket types, a manufacturing line, data entry — velocity is genuinely measurable and useful. Units are comparable or can be standard-timed, completion is unambiguous, and throughput is a real property of the work. Here velocity is one of the better available metrics, provided quality is measured alongside it so speed is not bought by cutting corners.

In knowledge work — engineering, design, analysis, strategy, most of what a modern company pays for — velocity is treacherous. Units are not comparable, the most valuable work is often the hardest to complete and therefore lowers velocity, and the completions that matter most may be rare. A researcher who spends three weeks and produces one insight that changes the company's direction has near-zero velocity by any unit count, and enormous value.

This is not a reason to abandon the concept in knowledge work — it is a reason to move it up a level. Team and system velocity in knowledge work is a useful flow metric: is the team's throughput of finished work stable, is it improving, where does work stall. Individual velocity in knowledge work is where the metric becomes actively harmful, because it rewards visible volume over invisible value, and the highest-value knowledge work is frequently the least voluminous.

The practical guidance: measure individual velocity freely in repeatable work with a quality guardrail; measure velocity at the team and flow level in knowledge work; and be extremely cautious about attaching individual knowledge-worker velocity to evaluation or pay, because you will get more units and less value.

  • Repeatable work: velocity is real and useful, with a quality guardrail.
  • Knowledge work: units are incomparable and the best work often lowers velocity.
  • Move it up a level — team and flow velocity is useful; individual knowledge velocity is harmful.
  • Individual knowledge velocity buys volume at the cost of value.

6. Cycle Time: Velocity's More Honest Cousin

For diagnosing flow — especially in knowledge work — cycle time is often more useful and harder to game than velocity, and the two are closely related.

Cycle time is the elapsed time from starting a unit of work to completing it. Where velocity asks 'how many units per period', cycle time asks 'how long does one unit take from start to finish'. They are two views of the same flow: a system with short cycle times and steady work-in-progress has high velocity, and vice versa.

Cycle time has two advantages for individuals. It is harder to game by splitting work artificially, because splitting a task creates more units but does not shorten the real time to deliver the underlying outcome. And it surfaces the thing velocity hides — where time actually goes. A long cycle time with little active work reveals waiting, blocking and handoff delay, which is usually where throughput is genuinely lost, and which is invisible in a velocity count.

The most useful flow picture combines the two with work-in-progress: velocity (throughput), cycle time (duration) and WIP (how much is open at once) are linked by a simple relationship — over a stable period, average velocity roughly equals WIP divided by average cycle time. Reducing work-in-progress usually shortens cycle time and, counterintuitively, raises velocity, because less context-switching and less half-finished work means more actually gets completed.

For an individual, watching cycle time alongside velocity catches the most common gaming path directly: if velocity rises while cycle time for real outcomes does not fall, the extra units are an accounting artefact, not more throughput.

  • Cycle time = elapsed time from starting a unit to finishing it.
  • Harder to game than velocity — splitting work does not shorten real delivery time.
  • Surfaces waiting and blocking, which velocity hides and where throughput is really lost.
  • Velocity ≈ WIP ÷ cycle time; cutting WIP often raises velocity.

7. Velocity Versus Productivity Versus Efficiency

These three words are used interchangeably in everyday speech and mean three precisely different things. Confusing them is the source of most measurement mistakes, so it is worth stating the distinction sharply.

Velocity is output per unit of time. Question: how fast is finished work flowing? Units: completions per day, week or sprint. It says nothing about what the output cost to produce or whether it was any good.

Productivity is output per unit of input, where input is usually labour or hours. Question: how much output do we get for the resource we put in? A person can have high velocity and low productivity if they complete a lot of work but consume enormous input — long hours, heavy support — to do it. Productivity is covered in [how to calculate employee productivity](/guides/employee-productivity-guide).

Efficiency is the ratio of useful output to the resources it should have consumed — output against a standard, or useful output against total input including waste. Question: how little was wasted relative to the ideal? A person can have high velocity and low efficiency if they complete a lot of work but with heavy rework, waste and waiting. Efficiency is covered in [how to calculate employee efficiency](/guides/employee-efficiency-guide).

A concrete illustration. Two agents each resolve 100 tickets a week — identical velocity. Agent A works 40 hours; agent B works 60. A is more productive (more output per hour). Now suppose 30 of B's tickets were reopened because they were resolved badly — B is also less efficient (more of the work was wasted). Velocity alone rated them equal and hid both differences. That is precisely why velocity must never be read alone: it is one axis of a three-axis picture.

  • Velocity: output per time — how fast.
  • Productivity: output per input — how much per hour or resource.
  • Efficiency: useful output per resource it should have taken — how little waste.
  • Identical velocity can hide large differences in both productivity and efficiency.

8. Collecting the Data Without Distorting the Work

A velocity metric is only as good as the data behind it, and the act of collecting that data can itself change the work — usually for the worse — if done carelessly.

Prefer data that already exists as a by-product of the work. Tickets in a support system, merged changes in a code repository, completed items in a project tool, orders picked in a warehouse system. This data is generated by doing the work, so measuring it does not add overhead and is harder to fabricate than self-reported logs.

Be very wary of time-tracking and surveillance tooling that requires people to log or that monitors activity. Beyond the privacy and trust costs, this data is systematically distorted: people log to look busy, activity monitors measure keystrokes rather than thinking, and the highest-value knowledge work — reading, discussing, staring at a wall solving a problem — registers as idle. Measuring what is easy to capture rather than what matters is how surveillance metrics mislead.

Define completion in the system, not in someone's judgement. Velocity depends on a clean completion signal; if 'done' is a status a person sets at will, the signal is soft. Tie completion to a verifiable event — accepted, merged, shipped, delivered — wherever possible.

Account for the denominator honestly. Someone on leave for two days, or pulled into a major incident, has less available time, and a velocity number that ignores that punishes them for absence. Either use available time or annotate the periods where committed time diverged sharply from the calendar.

And observe the Hawthorne effect: the moment people know velocity is measured and matters, the work changes to serve the number. This is not avoidable, only manageable — which is the entire subject of the next two sections.

  • Use by-product data (tickets, merges, completed items), not self-reported logs.
  • Avoid surveillance tooling — it measures the easy thing and misses the valuable thing.
  • Tie completion to a verifiable system event, not a self-set status.
  • Adjust the denominator for leave and interruptions, or the number punishes absence.

9. Why Individual Velocity Is the Most Gamed Metric

Velocity rewards volume, and volume is the easiest thing to manufacture, which makes individual velocity one of the most reliably gamed metrics in any organisation. Understanding the gaming paths is the only way to use the metric without being misled by it.

Work-splitting. If velocity counts units, splitting one real task into five small ones multiplies the count without producing more actual output. This is the signature velocity game, and it is why cycle time for real outcomes is the essential guardrail — splitting inflates unit counts but does not shorten real delivery.

Cherry-picking. When people can choose their work, a velocity target pushes them toward many easy units and away from the hard, valuable, slow ones. The result is a rising velocity number and a growing backlog of exactly the important work everyone avoided.

Quality-cutting. The fastest way to complete more units is to complete them worse. Velocity rewards the completion and is blind to the rework it causes, which lands later as reopened tickets, bugs and complaints — often attributed to someone else.

Estimation inflation. Where velocity is measured in estimated points, inflating estimates inflates velocity directly, with no change in real output. The metric quietly becomes a measure of estimation optimism.

Definition-of-done erosion. When the pressure is on, 'done' quietly loosens — shipped becomes 'code complete', resolved becomes 'replied to' — and velocity rises while genuine completion does not.

Every one of these produces a better velocity number and a worse business. The defences are structural, not motivational: pair velocity with quality and cycle-time guardrails, do not let the measured person size their own work, and never make individual velocity a primary evaluation or pay metric. A number this easy to game should never carry that much weight.

  • Work-splitting — inflates unit count without more output; guard with cycle time.
  • Cherry-picking — easy units chosen, hard valuable work avoided.
  • Quality-cutting — faster completion bought with rework that lands later.
  • Estimation inflation — points-based velocity becomes estimation optimism.
  • Definition-of-done erosion — 'done' loosens under pressure.

10. The Ethics and Limits of Measuring Individual Velocity

Beyond gaming, there are real reasons to be cautious — sometimes to refuse — measuring individual velocity at all, and a responsible treatment has to say so rather than hand over a formula and walk away.

Individual velocity measured and rewarded tends to erode cooperation. Helping a colleague, reviewing someone's work, mentoring a junior, improving a shared system — none of it shows up in your unit count, and all of it lowers the count by taking time. A team optimised for individual velocity stops doing the invisible collective work that actually makes the team fast, and becomes slower as a whole while every individual number looks fine.

It also punishes exactly the work you most want. The hardest problems, the ones worth solving, are slow and produce few units. A velocity regime tells your best people to stop taking on the hard problems, which is the opposite of what you want from them.

And it carries genuine wellbeing and legal weight. Velocity targets tied to monitoring have been associated with unsafe pace, injury in physical work, and stress and burnout in knowledge work, and in several jurisdictions algorithmic productivity monitoring is increasingly regulated. Treating a person as a throughput unit is both an ethical and, increasingly, a compliance question.

The defensible position: use velocity as a system and team diagnostic, where it genuinely helps you find and fix flow problems; use it for individuals only in repeatable work and only alongside quality, never as the primary judgement; and in knowledge work, resist individual velocity as an evaluation metric almost entirely, because its costs reliably exceed its information. When the objective is to improve how fast good work gets done, the leverage is nearly always in the system — handoffs, blocking, work-in-progress — and rarely in pressuring individuals to move faster. That system-level work is what our [business operations](/solutions/business-ops) engagements focus on, and the team-level version of this problem is covered in the [team velocity challenge](/resource/blogs/team-velocity-challenge-report).

  • Individual velocity erodes the invisible collective work that makes teams fast.
  • It punishes the slow, hard, valuable work you most want from your best people.
  • It carries real wellbeing and, increasingly, compliance weight.
  • Use it as a system and team diagnostic; for individuals, only in repeatable work with quality guardrails.

11. A Practical, Responsible Way to Use Velocity

None of the above means velocity is useless — it means it has a correct and an incorrect use, and the difference is mostly about level and framing.

Use it at the system level to improve flow. Track team velocity and cycle time together, watch the trend, and use dips and spikes as prompts to investigate what changed. Falling team velocity is a signal to look at blocking, work-in-progress and process, not to lecture people about speed.

Use it for capacity planning. A team's stable velocity is a reasonable basis for forecasting how much it can take on, which is a genuinely useful planning input and one of velocity's least controversial applications.

Use it as a personal, private feedback signal, not a public ranking. An individual seeing their own velocity trend can learn from it; the same number on a leaderboard produces gaming and anxiety and teaches nothing.

Pair it, always, with quality and value. Velocity next to a quality guardrail (rework rate, defect rate, reopen rate) and some sense of value (was the completed work worth completing) is a reasonable partial picture. Velocity alone is a number that rewards fast, cheap, plentiful work regardless of whether any of it mattered.

And review the metric itself periodically. If people have learned to satisfy the velocity number in ways that do not help the business, the metric has been captured and needs redesigning or retiring. A captured metric is worse than none, because it is trusted while it misleads.

  • System level: track team velocity and cycle time to improve flow.
  • Capacity planning: stable team velocity forecasts what a team can take on.
  • Individuals: private trend, never a public leaderboard.
  • Always paired with quality and value; alone it rewards fast, cheap, plentiful work.

12. A Worked Example (Illustrative Model)

The figures below are an illustrative model to show the method. They are not real employee data, and the point is the calculation, not the numbers.

A support team of four handles tickets of three sizes. Weights are assigned by standard time: small = 1 (a 5-minute reset), medium = 3, large = 8. Over one week, agent A completes 40 small, 20 medium and 5 large. Raw ticket count: 65. Normalised velocity: (40×1) + (20×3) + (5×8) = 40 + 60 + 40 = 140 weighted units, over 5 days = 28 weighted units per day.

Agent B completes 90 small, 5 medium and 0 large: raw count 95, which looks far more productive than A's 65 on a raw count. Normalised: (90×1) + (5×3) = 105 weighted units, 21 per day. Once size is accounted for, A's throughput is higher despite completing fewer tickets, because A took on the heavy work B avoided.

This is the whole argument for normalisation in one example: the raw count ranked B above A; the normalised velocity ranks A above B and reveals that B may be cherry-picking small tickets — a classic velocity game. If B's raw count were the metric that mattered, B would be rewarded for avoiding exactly the hard work the team most needs done.

Now add the guardrails. Suppose 12 of B's small tickets reopened within a day (poor resolution) and A's reopen rate was near zero. B's real, quality-adjusted throughput is lower still, and A's higher. Velocity normalised, paired with a reopen-rate quality guardrail, tells a coherent story. Raw velocity told the opposite one. That gap is the reason this metric must be handled with the disciplines above rather than read off a dashboard.

13. Putting It Together

Employee velocity is completed work per unit of time, and calculating it well is almost entirely about the numerator: normalise units of unequal size, count only genuinely finished work, and adjust the time denominator honestly for leave and interruptions.

But calculating it correctly is the smaller half of the problem. The larger half is using it responsibly: as a system and team flow diagnostic where it genuinely helps, as a private individual feedback signal at most, and almost never as a primary evaluation or pay metric for knowledge workers, because it is the most gameable workforce number there is and it punishes the slow, valuable work you most want.

Velocity is one of three lenses. It tells you how fast finished work flows, and it is blind by construction to how much that work cost to produce and how much of it was wasted. Read it next to [productivity](/guides/employee-productivity-guide) and [efficiency](/guides/employee-efficiency-guide), never on its own.

If the real goal is to make good work flow faster, the leverage is in the system — reducing work-in-progress, unblocking handoffs, shortening cycle time — far more than in pressuring individuals, which is where our [business operations](/solutions/business-ops) work concentrates, and which the [team velocity challenge](/resource/blogs/team-velocity-challenge-report) treats at the team level.

Frequently Asked Questions

How do you calculate the velocity of an employee?
Velocity = completed work units ÷ time period. Resolve 120 tickets in a five-day week and raw velocity is 24 per day. To make it meaningful, normalise work of unequal size before summing (using weights, standard times or points), count only genuinely finished work, and adjust the time denominator for leave and interruptions. Treat the result as a trend for one person over time, not a comparison across people.
What is the difference between velocity, productivity and efficiency?
Velocity is output per unit of time — how fast finished work flows. Productivity is output per unit of input — how much you get for the labour or hours put in. Efficiency is useful output relative to the resources it should have consumed — how little was wasted. Two people with identical velocity can differ greatly in both productivity and efficiency, which is why velocity must never be read alone.
Why is measuring individual velocity dangerous?
Because velocity rewards volume, which is the easiest thing to fake. It is gamed by splitting work into more units, cherry-picking easy tasks, cutting quality, and inflating estimates. It also erodes cooperation, since helping colleagues does not raise your unit count, and it punishes the slow, hard, valuable work. For these reasons individual velocity should rarely be a primary evaluation metric, especially in knowledge work.
How do you normalise work of different sizes for velocity?
Three methods, in rising rigour: weight work into bands (small/medium/large as 1/3/8) and sum the weights; assign standard times to repeatable task types and count standard-minutes completed; or size novel work by estimated points before it starts. Whichever you use, the person being measured should not solely size their own work, or the weights drift to serve the number.
Is velocity a good metric for knowledge workers?
At the team and system level, yes — team velocity and cycle time are useful flow diagnostics. At the individual level in knowledge work it is treacherous, because units are not comparable, the most valuable work is often the slowest, and measuring it rewards visible volume over invisible value. Attaching individual knowledge-worker velocity to evaluation or pay reliably produces more units and less value.
What is the difference between velocity and cycle time?
Velocity asks how many units are completed per period; cycle time asks how long one unit takes from start to finish. They are linked — over a stable period, velocity roughly equals work-in-progress divided by cycle time. Cycle time is harder to game, because splitting work into more units does not shorten the real time to deliver an outcome, and it surfaces waiting and blocking that velocity hides.
Should velocity include unfinished work?
No. Velocity is a completion metric, so a unit counts only when it is genuinely done — meeting its definition of done, delivered or accepted. Counting 'nearly finished' work inflates the number and incentivises leaving a trail of almost-complete work, which is the opposite of throughput. Tie completion to a verifiable system event rather than a self-set status.
How do you stop people gaming a velocity metric?
Pair velocity with a cycle-time guardrail (splitting work inflates unit counts but does not shorten real delivery) and a quality guardrail (rework, defect or reopen rate, which exposes speed bought by cutting corners). Do not let the measured person size their own work, tie completion to verifiable events, and never make individual velocity a primary pay metric — a number this easy to game should not carry that weight.
Can velocity be compared across different employees?
Rarely usefully. Raw velocity across people mostly measures differences in their work mix, not differences in the people — someone handling complex work will show lower unit counts than someone handling simple work regardless of ability. Velocity is most honest as a trend for the same person or team over time, or for capacity planning at the team level, not as a cross-person leaderboard.
What data should be used to measure velocity?
Data generated as a by-product of the work — tickets resolved, changes merged, items completed, orders picked — because it does not add overhead and is harder to fabricate than self-reported logs. Avoid time-tracking and activity-surveillance tooling, which measures what is easy to capture (keystrokes, logged hours) rather than what matters, and registers high-value thinking work as idle.