About the Hours to Decimal Calculator
This tool converts a clock-format duration — hours, minutes, and seconds — into a single decimal number of hours, the format most payroll, invoicing, and spreadsheet systems expect. It applies the standard conversion formula directly, with no estimation involved.
The formula
Decimal hours are calculated as:
- Decimal Hours = H + (M ÷ 60) + (S ÷ 3600), where H is whole hours, M is minutes (0–59), and S is seconds (0–59).
- Each minute contributes 1/60 of an hour (about 0.016667), and each second contributes 1/3600 of an hour.
- Example: 7 hours, 30 minutes, 0 seconds → 7 + 30/60 + 0/3600 = 7 + 0.5 = 7.5 decimal hours.
Payroll rounding
Because exact decimal hours can run to many digits (for example, 7h 22m = 7.366667), many timesheet and payroll systems round to a fixed increment before totaling pay. The most common increments are the nearest 0.25 hour (quarter hour) and the nearest 0.1 hour (six-minute) step; some systems use hundredths for near-exact tracking. This calculator shows the unrounded exact value alongside a value rounded to whichever increment you select, using standard round-half-up rounding.
Quick reference: minutes to decimal hours
- 6 minutes = 0.10 hr
- 15 minutes = 0.25 hr
- 30 minutes = 0.50 hr
- 45 minutes = 0.75 hr
- 36 minutes = 0.60 hr