Decimal Time Converter

Convert clock time to decimal hours or convert decimal hours back into a clock-time breakdown.

This is useful for payroll, reporting, logging work hours, and time-based calculations.

Result

--

Run the calculation to see the conversion.

MetricValue
Decimal hours--
Decimal minutes--
Decimal days--
Clock time--

Quick Answer

Clock time converts to decimal hours by turning minutes and seconds into fractions of an hour, and the reverse conversion splits the decimal back into hours, minutes, and seconds.

How to Calculate

  1. Pick a conversion direction.
  2. Enter the time values.
  3. Click Calculate.
  4. Read the decimal and clock equivalents.

Formula

Decimal hours = hours + minutes / 60 + seconds / 3600

Clock time = decimal hours split into hours, minutes, and seconds

Worked Examples

Example 1: 2 hours 30 minutes = 2.5 decimal hours.

Example 2: 7.25 decimal hours = 7 hours 15 minutes.

Example 3: 1 hour 45 minutes 30 seconds = 1.7583 decimal hours.

How to Interpret Your Results

OutputMeaningAction
Decimal hoursTime expressed in base-10 hours.Use it for payroll or reporting.
Clock timeThe same duration split into hours, minutes, and seconds.Use it for schedules and logs.
Decimal daysTime expressed as a fraction of a day.Useful for broader time analysis.

Frequently Asked Questions

Decimal time is easier to add, subtract, and compare in spreadsheets and work logs.

The display is rounded for readability, while the internal math uses seconds.

Yes. Decimal hours greater than 24 are converted normally into total clock time.

Related Calculators

References