Estimate
Lives on a task. Predicts how long this piece of work should take.
Budget
Lives on a project. Caps what the whole engagement may consume.
The one-line version
An estimate is a guess about effort. A budget is a limit on spend.You can have one without the other. Many projects run with budgets and no estimates. Some internal projects have estimates and no budget.
Side by side
An example with both
Northwind agrees a website redesign with Bluebird Coffee for $40,000. That $40,000 is the budget. It sits on the project. Priya then breaks the work into tasks and estimates each one:
Those are estimates. At an average 26,400 of
billable value – comfortably inside the $40,000 budget, with room for revisions.
Now the work happens. Sarah, Jonas and Ana record time against those tasks. Two
things are tracked in parallel:
- Estimate vs actual, per task. Homepage wireframes was estimated at 8 hours and took 11. That is useful for quoting the next job.
- Budget burn, for the project. 40,000 is used. That is useful for knowing whether you are still making money now.
How they interact
They are independent, with two connections:- Estimates roll up. The sum of task estimates gives you a bottom-up forecast you can compare against the budget before work starts. If your estimates already exceed the budget, you priced the job wrong – and you know on day one, not in month three.
- Task caps. A task can carry its own cap that counts toward the project budget, for cases where one piece of work must not run away. See task-level caps.
When to use each
Use estimates when:- You want to know if a task is running long
- You are quoting future work and need past accuracy to learn from
- You are balancing workload across a team
- You want to spot the task that always takes twice as long
- A client agreed a fixed fee
- You sold a block of hours
- You run a monthly retainer
- You need an alert before a project stops being profitable
A third thing people confuse: the quote
A quote is what you told the client. A budget is what you enforce internally. They are usually the same number, but they do not have to be. Northwind quotes Bluebird 36,000, keeping $4,000 of headroom for revisions. The client sees the quote. The team works to the budget, and the alert fires early enough to do something about it. See quote to invoice.Which one is telling me I have a problem?
Permissions
Note that
task.reviseEstimate is separate from task.edit. Someone can edit a
task’s title and assignee without being able to move the number the plan depends on.
Common questions
Can I have a budget with no estimates?
Can I have a budget with no estimates?
Yes, and it is common. The budget still tracks burn correctly – it counts what
was recorded, not what was predicted.
Can I have estimates with no budget?
Can I have estimates with no budget?
Yes. Internal projects often do. You still get estimate-vs-actual reporting.
If I change an estimate, does the budget move?
If I change an estimate, does the budget move?
No. They are independent. Only recorded time moves a budget.
Should the sum of my estimates equal the budget?
Should the sum of my estimates equal the budget?
Usually it should be a bit under. If estimates already fill the budget, there
is no room for revisions or the work you have not thought of yet.
What happens when a task goes over its estimate?
What happens when a task goes over its estimate?
Nothing is blocked. The estimate is a prediction, not a limit. It shows as an
overrun so you can see it. Only a task cap actually constrains spend.
What happens when a project goes over budget?
What happens when a project goes over budget?
Work is not blocked. The budget shows as over, and alerts fire if configured. See
budget alerts.
Related guides
How budgets work
Burn, periods and what consumes a budget.
Task estimates
Setting and revising the number on a task.
Hours vs money budgets
Choosing which kind of budget to set.
Quote to invoice
The full journey from estimate to payment.