Fixed-Price Project Quote Calculator
Calculate how to price a fixed-fee freelance project based on estimated hours, complexity buffer, expenses, and profit margin.
How to price a fixed-fee freelance project:
Fixed-price projects are riskier than hourly work because you eat the cost if the project takes longer than expected. This calculator helps you build a quote that covers your time, expenses, and a safety buffer for scope creep.
The formula:
Project Quote = (Estimated Hours × Your Hourly Rate × Complexity Buffer) + Project Expenses + Profit Margin
Step by step:
- Estimate hours honestly: break the project into tasks and estimate each one. Then add them up.
- Apply a complexity buffer: multiply by 1.2–1.5 depending on how uncertain the scope is. This is NOT padding, it is realistic accounting for unknowns.
- Add project-specific expenses: stock photos, fonts, hosting, subcontractors, travel, etc.
- Add profit margin: on top of your hourly rate. Your rate covers your salary; profit margin covers business growth.
Complexity buffer guide:
| Project Type | Buffer | Why |
|---|---|---|
| Repeat/template work | 1.1× (10%) | You have done this before, few surprises |
| Standard project, clear scope | 1.2× (20%) | Normal amount of unknowns |
| New technology or unclear scope | 1.35× (35%) | Learning curve and requirement changes |
| Experimental or first-time work | 1.5× (50%) | High risk of scope changes |
Worked example:
Web design project:
- Estimated hours: 40
- Your rate: $100/hr
- Complexity: 1.25 (clear scope but some custom work)
- Expenses: $200 (stock photos + fonts)
- Profit margin: 15%
Quote = (40 × $100 × 1.25) + $200 = $5,200 With 15% profit: $5,200 × 1.15 = $5,980
Never quote without a written scope. A fixed-price quote with no defined scope is a blank check. Attach a document listing exactly what is included, and just as importantly what costs extra.
Payment milestones: On projects over $3,000, split the payments: 30% up front, 40% at the midpoint, 30% on delivery. That protects both sides. Below that threshold the admin overhead usually is not worth it, so half up front and half on delivery is the normal shape.
The number that actually matters is your break-even hours.
A fixed-price quote is a bet that the work fits inside your estimate. The useful question is not “what is my rate” but “how many hours can this take before I am working below my rate”. Take the quote, subtract the expenses you are passing through, and divide by your hourly rate:
Break-even hours = (Quote − Expenses) ÷ Hourly Rate
On the example above that is ($5,980 − $200) ÷ $100 = 57.8 hours against a 40-hour estimate. So the buffer and the margin together bought you about 18 hours of slack. If your last three projects of this shape ran 20% over, you have room. If they ran 60% over, this quote is too low no matter how healthy the margin percentage looks.
The calculator reports that figure directly, because it is the one that tells you whether to take the job.
How we build and check this calculator
This calculator runs entirely in your browser, so the numbers you enter stay on your device. The math behind it is written by hand and tested against worked examples and standard references before the page goes live.
SuperGlobalCalculator is independently built and maintained. See how we build and verify our calculators.