A billable hours calculator converts a matter’s time entries into a clean fee summary in seconds. Law firms bill multiple rate tiers on a single matter — partners, associates, and paralegals each at a different rate — and clients want to see the breakdown plus the effective blended rate. This tool sums hours per timekeeper, applies each rate, and reports per-tier subtotals, the total fee, and the average rate across the work.
How it works
The arithmetic is straightforward but easy to fumble across many entries. For each timekeeper the fee is rate × hours. The matter total is the sum of every timekeeper’s fee. The blended rate — the headline figure clients ask for — is total fee ÷ total hours, the single average hourly rate once all tiers are combined.
Legal time is conventionally recorded in tenths of an hour, where 0.1 equals six minutes. The tool accepts decimal hours directly, so a 0.3 entry (eighteen minutes) and a 2.5 entry (two and a half hours) both sum exactly. An optional write-down percentage reduces the gross fee to a net amount, modelling a courtesy discount or a write-off of unproductive time.
Total fee = Σ (rate × hours); blended rate = total fee ÷ total hours.
Example and notes
A matter has a partner at $550/hr for 3.2 hours, an associate at $320/hr for 8.5 hours, and a paralegal at $150/hr for 5.0 hours. The subtotals are $1,760, $2,720, and $750, for a total of $5,230 over 16.7 hours — a blended rate of about $313/hr. Apply a 10% courtesy write-down and the net fee falls to $4,707.
Use the blended figure when proposing a single rate to a price-sensitive client, and the per-tier breakdown for the formal invoice. All figures stay in your browser; copy the summary before closing the tab.