Blogβ€ΊHow to Calculate Billable Hours as a Freelancer

How to Calculate Billable Hours as a Freelancer

Β·7 min read

The problem every hourly freelancer knows

If you bill by the hour, you know the scene: the session ends, you check the clock, and you wrote down something like 5 hours and 19 minutes. Now you need to turn that into a number for the client.

The manual path is usually:

  1. Convert minutes to decimal
  2. Add them to the hours
  3. Multiply by your hourly rate
  4. Format the money and send it

It sounds simple β€” until you do it every week, under time pressure, in a chat app, with no spreadsheet open. That is where bad rounding and inaccurate invoices come from.

That is exactly why we built the work hours calculator: to turn time into money with less friction.

The right formula (and the most common mistake)

The correct conversion is:

decimal hours = hours + (minutes Γ· 60)
total value = decimal hours Γ— hourly rate

Example: 5h 19min at $100/hour

  • 19 Γ· 60 = 0.3166…
  • 5 + 0.3166… = 5.3166… hours
  • 5.3166… Γ— 100 = $531.67

The classic mistake

Treating 19 minutes as 0.19. That would give 5.19 Γ— 100 = $519.00 β€” almost $13 less in this example alone. Over longer projects, the undercharge (or the awkward client conversation) adds up.

Minutes always sit on top of 60, never as if they were hundredths.

How to calculate billable hours with the Weads tool

  1. Open the [Work Hours Calculator](/en/work-hours-calculator)
  2. Enter hours and minutes
  3. Type your hourly rate
  4. Choose the currency ($ or R$)
  5. Check the summary with time, rate, and total
  6. Copy the total or screenshot the summary to send

Your hourly rate and currency are saved in the browser. Hours and minutes reset on reload β€” perfect for a fresh calculation after each job.

Everything runs in the browser. No billing data is sent to servers.

When decimal hours matter

Decimal hours are the default in:

  • Timesheet spreadsheets
  • Invoicing and accounting systems
  • Agency estimates
  • Consulting reports

So it makes sense to calculate in decimal from the start: the number you send the client is the same one that lands in the spreadsheet later.

Quick examples

TimeDecimalHourly rateTotal
1h 30min1.50 h$80$120.00
2h 15min2.25 h$120$270.00
5h 19min~5.32 h$100$531.67
8h 00min8.00 h$150$1,200.00

In the table, ~5.32 h is a display rounding; the calculation uses minutes Γ· 60 with full precision.

Best practices for hourly billing

Log real time. Always rounding up without agreement erodes trust. Always rounding down leaves money on the table.

Keep a default hourly rate and change it only when your pricing changes. In the calculator, that rate is remembered in the browser.

Pick the right share format:

  • Total only β†’ copy button
  • Full breakdown (time + rate + total) β†’ screenshot the Summary card

Split meeting vs execution if your contract uses different rates. Run two calculations and add them up.

International clients: use the currency selector when you bill in another currency.

Calculator vs spreadsheet vs timesheet app

OptionBest forLimitation
[Weads calculator](/en/work-hours-calculator)Quick value to send right nowNot a full project history
SpreadsheetMonthly reports and archivesSlower for a one-off total
Timesheet appTracking many tasks across a dayOverkill when you only need the total now

Use the calculator at billing time; use a spreadsheet or app when you need history.

Frequently asked questions

How do I convert 45 minutes to decimal?

45 Γ· 60 = 0.75. So 2h45 = 2.75 hours.

Does it work on mobile?

Yes. The page works in mobile browsers. Fill the fields and copy the total or screenshot the summary.

Is the tool free?

Yes β€” no signup and nothing to install.

Is my hourly rate saved?

Yes, in the browser's localStorage, along with the currency. On another computer or in a private window you will need to enter it again.

Can I send a screenshot to the client?

Yes. The Summary card was designed for that: hours worked, hourly rate, and total in a clean layout.

Conclusion

Hourly billing does not need to become a mini math problem every time. With the correct minutes conversion and a work hours calculator nearby, you can close the number in seconds β€” and still have a summary ready to share.

If you also ship digital work every day, check out other free Weads tools like the image optimizer and the WhatsApp link generator.

Try it now β€” free tool

Use our online tool, no installation or account required.

Work Hours Calculator β†’