Exact decimal hours vs billable rounding
These are different numbers. Exact decimal hours convert elapsed time literally: 18 minutes = 0.3 hours exactly. Billable rounding applies your client agreement: the same 18 minutes might bill as 0.3 hours under six-minute round-up, but 1 minute could bill as 0.1 hours (six minutes) when rounded up.
Always label which number you are using on an invoice. Corcava stores tracked duration; your billing increment policy determines what goes on the client invoice line.
How six-minute (tenth-hour) billing works
Many agencies, consultancies, and professional firms bill in six-minute increments — each block is 0.1 of an hour. With round-up policy, any partial block counts as a full block: a seven-minute call bills as twelve minutes (0.2 hr), not seven.
The increment chart tab defaults to this pattern because it matches common agency and consulting contracts. Use the Convert tab for other increments (5, 10, 15, 30, or 60 minutes) and round-down or nearest policies.
Formulas
exact_decimal_hours = (hours × 60 + minutes) ÷ 60
billable_minutes = round_policy(actual_minutes, increment)
billable_amount = billable_decimal_hours × hourly_rate
Round up: ceil(minutes ÷ increment) × increment (0 min stays 0). Round down: floor. Nearest: half-up to the closest increment. Exact: no rounding — use for internal reporting, not typical client billing.
Who uses billing increment charts?
Consultants and lawyers often bill six-minute units with round-up. Agencies may use six- or fifteen-minute blocks on T&M work. Bookkeepers and accountants frequently use six- or ten-minute increments. Developers on hourly contracts sometimes bill exact time or quarter-hour blocks — check the SOW.
This page is a calculator, not legal advice. Use the increment and rounding rules in your client contract and any professional obligations that apply to you.
From tracked time to invoice
Manual calculators help at invoice time; time tracking reduces end-of-week reconstruction. Billable entries on projects feed invoicing line items; spent vs billed context lives in Project Finances and reports.
For practice-level workflow, see consulting software and billable work.
Stop re-entering hours at invoice time
Corcava tracks billable and non-billable time per task and project, then generates invoices from approved entries.
Start free trial →No credit card required
Related tools:Utilization calculator · Billable rate calculator · How to track billable hours
Frequently asked questions
What is the 6-minute increment rule?
Each six-minute block equals 0.1 billable hour. With round-up billing, partial blocks count as a full block — 1 minute often bills as 0.1 hr (six minutes). Exact conversion would make 1 minute ≈ 0.0167 hr.
How do I convert minutes to decimal hours?
Divide minutes by 60. Use the Convert tab for exact decimals, or apply your billing increment and rounding policy for invoice-ready billable hours.
Should I round up or use exact time?
Follow your client contract. Round-up six-minute billing is common in professional services; exact time is common on some dev contracts. The calculator shows both so you can compare.
What utilization rate should I target?
Many billable teams aim for roughly 70–85% utilization, but targets vary by role — partners doing sales run lower; individual contributors often run higher. Use the Utilization tab for period math, not as a universal benchmark.