Conversion

Time to Decimal Calculator

Settings
Reset
Share
Save
Embed
Report a bug

Share calculator

Add our free calculator to your website

Please enter a valid URL. Only HTTPS URLs are supported.


Use as default values for the embed calculator what is currently in input fields of the calculator on the page.


Input border focus color, switchbox checked color, select item hover color etc.


Please agree to the Terms of Use.

Preview

Save calculator

Calculator Settings

Please enter a value within the allowed range.

Please enter a value within the allowed range.

Please enter a value within the allowed range.

Please enter a value within the allowed range.

Share calculator

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:

decimal hours=h+m60+s3600\text{decimal hours} = h + \frac{m}{60} + \frac{s}{3600}

where hh is the whole hours, mm is the minutes, and ss is the seconds. The same duration expressed in decimal minutes is:

decimal minutes=60h+m+s60\text{decimal minutes} = 60h + m + \frac{s}{60}

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 h=1h = 1, m=30m = 30, s=0s = 0:

decimal hours=1+3060=1.5\text{decimal hours} = 1 + \frac{30}{60} = 1.5 decimal minutes=60×1+30=90\text{decimal minutes} = 60 \times 1 + 30 = 90

So 1 h 30 min equals 1.5 decimal hours, or 90 decimal minutes.

Example 2 — 2 hours 15 minutes. With h=2h = 2, m=15m = 15:

decimal hours=2+1560=2.25\text{decimal hours} = 2 + \frac{15}{60} = 2.25

A quarter of an hour is 0.25, so the result is 2.25 decimal hours.

Example 3 — 45 minutes only. With h=0h = 0, m=45m = 45:

decimal hours=0+4560=0.75\text{decimal hours} = 0 + \frac{45}{60} = 0.75

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.

Report a bug

This field is required.