Duration Calculator

HH:MM:SS arithmetic

About This Calculator

A duration calculator performs arithmetic on time durations expressed in hours, minutes, and seconds (HH:MM:SS). It can add multiple durations (summing workout segments, video lengths, or time entries), find the total duration of a playlist, or calculate elapsed time between two timestamps on the same day.

Formula

Total seconds = H×3600 + M×60 + S for each duration, sum all
Convert back: Hours = total ÷ 3600; Minutes = (remainder) ÷ 60; Seconds = remaining
Subtraction: if negative seconds/minutes, borrow from next unit

Example Calculation

Sum three video lengths: 1:24:37 + 0:45:22 + 2:10:08

  1. Total seconds = (1×3600+24×60+37) + (45×60+22) + (2×3600+10×60+8)
  2. = 5077 + 2722 + 7808 = 15,607 seconds
  3. 15,607 ÷ 3600 = 4 hr 20 min 7 sec
Total duration: 4:20:07

Common Duration Conversions

DurationHoursMinutesSeconds
30 minutes0.5301,800
1 hour1603,600
1.5 hours1.5905,400
2 hours 30 min2.51509,000
8 hours848028,800
24 hours241,44086,400

Frequently Asked Questions

How do I add times that exceed 24 hours?
Duration calculators show total elapsed time without wrapping around the clock. Adding 20:00:00 + 6:00:00 gives 26:00:00 (26 hours), not 2:00:00 AM. This is important for multi-day project tracking, athletic event timing, and payroll.
What is the difference between duration and time of day?
Duration is an amount of time (2 hours 30 minutes). Time of day is a position on the clock (2:30 PM). Duration arithmetic doesn't wrap at 24 hours; clock time does. Adding a 10-hour duration to 18:00 gives either 28:00:00 total or 04:00 next day, depending on context.
How do professional timekeeping systems work?
Payroll systems often convert time to decimal hours (1:30 = 1.5 hours) for easier multiplication. Time-tracking software sums durations across entries. Some systems use a 15-minute rounding rule (round to nearest quarter hour) for simplicity.
Can I use this for sports timing?
Yes — summing lap times, calculating split times, comparing race durations, and tracking workout totals are all duration calculations. The HH:MM:SS format used in athletics maps directly to hours, minutes, and seconds arithmetic.