All tools

Freelancer Hourly Rate Calculator

Math

Solve for the minimum hourly rate a freelancer must charge to hit a target annual income, given billable hours, weeks worked, overhead, and a profit margin

Enter a target annual take-home income, how many hours a week you can actually bill, and how many weeks a year you actually work after accounting for vacation and holidays, and get back the minimum hourly rate needed to hit that income. Add annual business overhead like software, insurance, or a coworking desk, and an optional profit margin or buffer on top, and both get folded into the required revenue before it is divided across your billable hours. The same numbers also come back as a daily rate and a monthly revenue target, useful for quoting day rates or checking whether a slow month is still on pace.

financefreelancehourly-rateconsultingcalculator

How to use Freelancer Hourly Rate Calculator

  • 1.Enter your target annual take-home income and how many hours a week you can realistically bill.
  • 2.Enter how many weeks a year you actually work, after vacation, holidays, and time spent on unbillable work like admin or sales.
  • 3.Optionally add annual overhead costs and a profit margin percent, then read off the required hourly, daily, and monthly rate.

Frequently asked questions

What counts as billable hours per week?
Only the hours you can actually invoice a client for, not your total working hours. Time spent on admin, sales, learning, or unbilled meetings should be excluded, since the calculator assumes every billable hour is paid at the rate it computes.
Why do I need to enter weeks per year instead of assuming 52?
Almost nobody bills for a full 52 weeks: vacation, holidays, sick days, and slow periods all reduce it. Using a realistic number, often 44 to 48 weeks, keeps the resulting hourly rate from understating what you actually need to charge.
What does the profit margin percent actually do?
It is a markup applied on top of your target income plus overhead, not a percentage of the final rate. A 10% margin on $60,000 of income and overhead adds $6,000 to the revenue you need before dividing by billable hours.
Does this account for taxes?
No. Treat the target annual income as whatever you want to end up with before you apply your own tax planning; the calculator does no tax, benefits, or account-type math of its own.

Use via API, SDK, or MCP

cURL# Free: 1,000 req/day · Pro: 10,000 req/day
curl -X POST https://api.utilix.tech/v1/tools/freelancer-rate-calculator \
  -H "Authorization: Bearer utx_live_..." \
  -H "Content-Type: application/json" \
  -d '{"targetAnnualIncome":80000,"billableHoursPerWeek":25,"weeksPerYear":48,"annualOverheadCosts":0,"profitMarginPercent":0}'

Get an API key from your dashboard · Full API docs →