Freelancer Hourly Rate Calculator
MathSolve 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.
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
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 →