Time to decimal calculator

Convert HH:MM or HH:MM:SS durations into decimal hours.

What this calculator covers

Use this calculator when you have a time duration in HH:MM or HH:MM:SS form and need the decimal-hour version for totals, exports, or downstream calculations.

The walkthrough keeps the total-second step visible so the conversion is easy to verify instead of feeling like a black-box formatter.

Frequently asked questions

What input formats are accepted?
The calculator accepts HH:MM and HH:MM:SS. Minutes and seconds must each be between 0 and 59, but the hours field is unbounded, so durations longer than 24 hours like 36:00 are valid.
Why go through total seconds instead of converting directly?
Reducing everything to seconds first makes the math straightforward and easy to audit: seconds divided by 3,600 gives decimal hours in one step regardless of how the original time was formatted.
How many decimal places does the result show?
The decimal-hour result is displayed to up to six decimal places, which is precise enough for payroll exports, spreadsheet imports, and most billing systems.
Can I use this for clock times rather than durations?
The calculator is designed for durations like 7:15 or 1:30:00, not for converting a clock time such as 9:45 AM into a fraction of a day. For a single clock-time span, use the time duration calculator instead.

Tool

Run the calculation

Result

RESULT · DECIMAL HOURS

â„–129

07:15:00 converts to 7.25 decimal hours.

Time input
07:15:00
Whole seconds
26,100 seconds
Decimal hours
7.25 hours

Step-by-step solution

  1. 1.Read 07:15:00 as hours, minutes, and optional seconds.
  2. 2.Convert the full duration into total seconds: 26,100 seconds.
  3. 3.Divide the whole-second total by 3,600 to reach 7.25 decimal hours.

Walkthrough

Visual walkthrough

HH:MM and HH:MM:SS only become decimal hours after everything is reduced to one common unit.

  1. 01

    Parse the duration string

    07:15:00

    The calculator accepts HH:MM or HH:MM:SS and keeps the hours field unbounded.

  2. 02

    Collapse to total seconds

    26,100 s

    Seconds are the shared base unit that makes the conversion direct and audit-friendly.

  3. 03

    Divide by 3,600

    7.25

    The final decimal-hour value is rounded to six decimal places for display.

    7.25 hours