# Freelance Rate Calculator

- **URL:** https://codeasystem.com/calculators/salary/freelance-rate-calculator/
- **Category:** salary
- **Description:** Back-solve the hourly and day rates you must charge to hit a target income after expenses, given realistic billable hours.
- **Primary output:** Required hourly rate: $66.77

## Inputs
- Target annual income (name: `income`, type: number, prefix: $, example: 80000)
- Annual business expenses (name: `expenses`, type: number, prefix: $, example: 6000)
- Billable weeks per year (name: `weeks`, type: number, example: 46)
- Working hours per week (name: `hoursWeek`, type: number, example: 40)
- Billable ratio (name: `billable`, type: number, example: 70)

## Outputs
- Required hourly rate: $66.77
- Required day rate: $534.16
- Revenue needed per year: $86,000.00
- Billable hours per year: 1,288 hours
- Unbilled (admin/sales) hours per year: 552 hours

## Formula / methodology
```
Rate = (Target income + Expenses) / Billable hours
Day rate = Hourly rate × (working hours ÷ 5)
```

Freelancers invoice only a fraction of the hours they work; sales, admin and marketing go unbilled. The calculator adds expenses to target income to get required revenue, then divides by genuinely billable hours: weeks times weekly hours times the billable ratio. The day rate applies the same hourly economics to a standard five-day week.

## Assumptions & limitations
- Target income is pre-tax personal income; set it higher to cover self-employment taxes.
- Expenses are business costs billed to no one.
- Rates stay constant across clients and the year.

## How to use
1. **Set income and expenses**; Start from the salary you want to replace, then add business costs you currently get free as an employee.
2. **Be honest about capacity**; Subtract vacations from weeks and assume 60–75% billability until your pipeline proves otherwise.
3. **Read hourly and day rates**; Quote hourly for open-ended work and the day rate for projects; never the raw income divided by all hours.

## Example
To net $80,000 after $6,000 of expenses, working 40-hour weeks for 46 weeks with 70% billability, you must charge about $67/hour; roughly $534 per eight-hour-equivalent day.

Result for these inputs:

```
Required hourly rate: $66.77
```

## About this calculator
### Why half your hours fund the other half

New freelancers price by dividing desired income by 2,000 hours and then wonder why they earn less than baristas. In practice only about half of worked hours generate invoices: proposals, bookkeeping, marketing and learning consume the rest. Pricing only billable time; as this calculator does; is the single biggest correction most freelance quotes need.

### From hourly to project pricing

- Multiply your hourly rate by honest effort estimates to quote fixed prices.
- Keep the day rate for on-site or retainer arrangements where time is the unit sold.
- Re-run the calculation whenever expenses, utilization or income goals change.

As utilization improves, the required rate falls; experienced freelancers often discover their effective rate rises faster than their listed prices.

## FAQs
### Should I add taxes on top?

Yes; the income field is pre-tax take-home intent. Self-employed workers typically add 25–30%+ for income and self-employment taxes depending on jurisdiction.

### What billable ratio is realistic?

60–75% suits most independent consultants once admin and sales are counted; productized or agency models can push higher.

### Why is my required rate so much higher than my old salary’s hourly rate?

You now fund benefits, unpaid time off, equipment, taxes and non-billable hours yourself. A rate near double the employed hourly equivalent is common and correct.

## Related calculators
- [Salary to Hourly Calculator](https://codeasystem.com/calculators/salary/salary-to-hourly-calculator/)
- [Hourly to Salary Calculator](https://codeasystem.com/calculators/salary/hourly-to-salary-calculator/)
- [Profit Margin Calculator](https://codeasystem.com/calculators/business/profit-margin-calculator/)
- [Break-Even Calculator](https://codeasystem.com/calculators/business/break-even-calculator/)

---
Last updated: 2026-08-23 · Version: 1.0.0 · [HTML version](https://codeasystem.com/calculators/salary/freelance-rate-calculator/)
