Billable Hours Rounding Calculator

Professional services and payroll systems round worked time to a fixed increment: tenths of an hour (6 minutes), tenths of a quarter (15 minutes), and so on. This calculator takes the actual minutes worked, your billing increment, and a rounding direction (up, nearest, or down), then returns the rounded minutes, the billable hours in decimal form, and the rounding difference against the raw time. Use it to convert raw timer minutes into clean billable entries and to confirm your rounding policy stays neutral rather than consistently adding or shaving time.

0.00
0.00
0.00
0.00

Rounding formula

Units = minutes / increment
Up: increments = ceil(units)
Nearest: increments = round(units)
Down: increments = floor(units)
Billed minutes = increments * increment
Billable hours = billed minutes / 60
Difference = billed minutes - minutes worked

A 6-minute increment bills in tenths of an hour, a 15-minute increment in quarters. The difference column shows whether rounding added or removed time on this entry.

Billing increment context

  • Tenths of an hour (6-minute) billing is the dominant standard in legal and many consulting practices.
  • Quarter-hour (15-minute) rounding is common in hourly payroll timekeeping.
  • The Fair Labor Standards Act permits rounding if it does not, over time, underpay workers for hours worked.
  • Neutral rounding to the nearest increment is generally safer than always rounding up or down.
  • Some states require payment for all hours worked and limit rounding more tightly than federal rules.

Billable hours rounding: frequently asked questions

What is the tenth-of-an-hour billing increment?

Many professional services, especially law firms, bill in tenths of an hour: each increment is 6 minutes (0.1 hour). So 1 to 6 minutes rounds up to 0.1, 7 to 12 minutes to 0.2, and so on. Enter 6 as the increment to use this scheme.

What rounding direction should I choose?

Round up (ceiling) bills any partial increment as a full one, common in professional billing. Round to nearest is the fairest for payroll and is generally what the Fair Labor Standards Act expects for hours worked. Round down (floor) discards partial increments. This calculator offers all three.

How does rounding to the nearest increment work?

The worked minutes are divided by the increment, rounded to the closest whole number of increments, then multiplied back. With a 15-minute increment, 22 minutes is closer to one increment (15) than two (30), so it rounds to 15 minutes; 23 minutes rounds up to 30.

Is rounding payroll time legal?

Under federal Fair Labor Standards Act guidance, employers may round time to set increments (commonly to the nearest quarter hour), provided the practice does not, over a period of time, fail to compensate employees for all time actually worked. Neutral rounding to the nearest increment is the safest approach. State law may impose stricter rules.

What does the rounding difference tell me?

It is the billed minutes minus the actual minutes. A positive value means rounding added time (you billed more than worked); a negative value means time was shaved off. Tracking this difference across many entries helps confirm a rounding policy is neutral rather than systematically favoring one side.

Official sources

Reviewed by the CalculatorHub team, edited by James Graham, 17 June 2026. See our methodology.