What is a time to decimal calculator?
A time to decimal calculator converts a duration expressed in the familiar hours, minutes, and seconds format into a single decimal number. Instead of writing a span of time as “1 hour and 30 minutes,” it expresses the same duration as 1.5 decimal hours. This format is essential whenever time has to be multiplied, added, or fed into a spreadsheet, because decimal values follow ordinary arithmetic while the sexagesimal (base-60) clock format does not.
The tool reports two results at once: the duration as decimal hours and the same duration as decimal minutes. You can fill in any combination of hours, minutes, and seconds, and any field you leave blank is treated as zero.
How does it work?
Time on a clock is measured in base 60: there are 60 seconds in a minute and 60 minutes in an hour. To convert to decimal hours, each unit is scaled to a fraction of an hour and summed:
where is the whole hours, is the minutes, and is the seconds. The same duration expressed in decimal minutes is:
Because one hour contains 60 minutes and 3600 seconds, dividing minutes by 60 and seconds by 3600 turns each remainder into the correct fraction of an hour.
Worked examples
Example 1 — 1 hour 30 minutes. Substituting , , :
So 1 h 30 min equals 1.5 decimal hours, or 90 decimal minutes.
Example 2 — 2 hours 15 minutes. With , :
A quarter of an hour is 0.25, so the result is 2.25 decimal hours.
Example 3 — 45 minutes only. With , :
Three quarters of an hour is 0.75 decimal hours.
Practical notes
Decimal time is the standard format for payroll and billing systems. Most timesheet and accounting software expects hours as a decimal so that a wage rate can be multiplied directly: a 0.75 hour entry at an hourly rate yields the correct pay, whereas multiplying by 45 minutes would not.
A few common fractions are worth memorizing: 15 minutes is 0.25 h, 20 minutes is roughly 0.333 h, 30 minutes is 0.5 h, and 45 minutes is 0.75 h. For the reverse direction, multiply the decimal part by 60 to recover the minutes — for instance, 2.25 h gives 0.25 × 60 = 15 minutes, confirming 2 h 15 min.
If you only need to convert between whole units, the related hours to minutes and minutes to hours converters are quicker, and hours to seconds handles second-level precision.