Date, Time & Health

Date & time calculator

Time Duration Calculator

Add two time durations together and see the combined result in hours, minutes, and seconds, plus total minutes and total seconds. Useful for scheduling, workouts, and project tracking.

Updated 3 June 2026No sign-in requiredDate, Time & Health calculator

Enter Your Numbers

Hours for the first time duration.

Minutes for the first time duration (0–59).

Seconds for the first time duration (0–59).

Hours for the second time duration.

Minutes for the second time duration (0–59).

Seconds for the second time duration (0–59).

Combined Hours

2

Complete hours in the combined duration.

Minutes (Remainder)

15

Remaining minutes after complete hours.

Seconds (Remainder)

30

Remaining seconds after complete minutes.

Total Minutes

135

Total combined duration in minutes.

Total Seconds

8,130

Total combined duration in seconds.

Report an issue

How It Works

Both durations are converted to total seconds.

Total seconds = (h1×3600 + m1×60 + s1) + (h2×3600 + m2×60 + s2) | Extract hours, minutes, seconds by successive division
  • The seconds are summed, then converted back to hours, minutes, and seconds using integer division and modulo.
  • Total minutes = floor(total seconds ÷ 60).

Worked Example

Adding 1 hour 30 minutes + 0 hours 45 minutes 30 seconds:

Duration 1

1:30:00 (5,400 seconds)

Duration 2

0:45:30 (2,730 seconds)

Total seconds

5,400 + 2,730 = 8,130 seconds

Combined

2 hours, 15 minutes, 30 seconds

Total minutes

135 minutes

Two workout sessions totaling 1 hour 30 minutes and 45 minutes 30 seconds give a combined workout of 2 hours 15 minutes 30 seconds.

How to Use the Time Duration Calculator

What this calculator does

This tool adds two lengths of time together and shows the combined total in hours, minutes, and seconds, as well as total minutes and total seconds. It is handy for stacking workout sessions, combining task times, adding up recordings, or planning back-to-back activities.

Enter each duration as hours, minutes, and seconds, and the calculator merges them into one clean total. It works purely with elapsed time, so you do not need a start or end clock time.

How it adds the durations

Both durations are first converted into a single unit — total seconds — which removes any confusion about carrying minutes into hours. The two second-totals are added, then converted back into hours, minutes, and seconds.

Because everything passes through seconds, the carry-over happens automatically: 45 seconds plus 30 seconds becomes 1 minute 15 seconds, and 40 minutes plus 45 minutes becomes 1 hour 25 minutes, with no manual adjustment.

How to read your result

The hours-minutes-seconds line is the natural way to read the combined time. The total-minutes and total-seconds figures express the very same duration in a single unit, which is what you usually need for pace, billing, or data entry.

Note that the result keeps counting in hours rather than rolling into days, so a long total appears as, say, 27 hours rather than 1 day 3 hours. That matches how timesheets and stopwatch totals are normally written.

Common mistakes to avoid

A frequent slip is adding hours and minutes as if they were decimals — for instance, treating 1 hour 45 minutes as 1.45. Minutes run 0 to 59, not 0 to 99, so 1 hour 45 minutes is 1.75 in decimal, not 1.45.

Another is forgetting that this tool only adds. To subtract one duration from another, work out the difference manually or use the total-seconds figures and subtract before converting back.

Practical tips

For payroll or invoicing, read the total-minutes value and divide by 60 to get decimal hours. For example, 135 minutes is 2.25 hours, which most billing systems expect.

To add three or more durations, sum the first two, then feed that result back in as Duration 1 and add the next one. Repeat as needed to chain several time blocks together.

Limitations to keep in mind

This calculator adds two positive durations and does not subtract, and it does not group the result into days. It also assumes plain elapsed time with no daylight saving or time-zone effects.

For scheduling or billing where exact figures matter, cross-check the combined total against your own timekeeping system before relying on it.

Assumptions & Best Uses

  • Minutes and seconds inputs should be 0–59; values outside this range are still processed mathematically.
  • Both durations are positive; the calculator adds them together.

Limitations

  • Does not subtract durations (to subtract, set Duration 2 to zero and manually subtract from the result).
  • Does not account for days — results over 24 hours continue as hours (e.g., 25 hours, not 1 day 1 hour).

Frequently Asked Questions

How do I add hours and minutes together?

Convert everything to minutes (hours × 60 + minutes), add the totals, then convert back. For example: 1h 30m + 0h 45m = 90 + 45 = 135 minutes = 2h 15m.

How many seconds are in an hour?

Exactly 3,600 seconds (60 seconds/minute × 60 minutes/hour).

How do I convert 90 minutes to hours and minutes?

90 ÷ 60 = 1 hour remainder 30 minutes, so 90 minutes = 1 hour 30 minutes.

Can I add more than two durations?

This calculator adds two durations. To add three, first calculate the sum of two, then enter that result as Duration 1 and the third duration as Duration 2.

What if my minutes or seconds are more than 59?

The math still works — the calculator converts everything to total seconds first, so entering 90 minutes is treated as 1 hour 30 minutes in the result. For tidy input, though, keep minutes and seconds in the 0–59 range.

Why does the result show 25 hours instead of 1 day 1 hour?

This calculator expresses the total in hours, minutes, and seconds and does not roll over into days. A combined duration of 25 hours is shown as 25 hours, which is the usual way to read elapsed time for timesheets and workouts.

How do I convert the total into decimal hours?

Take the total minutes and divide by 60. For example, 135 total minutes ÷ 60 = 2.25 decimal hours. Decimal hours are often needed for payroll or billing.

Sources & References

Figures on this page are checked against primary, authoritative sources. Links open in a new tab.

Related Calculators

Note

This calculator is provided for general informational and educational use. Double-check important results before relying on them.

Built and maintained by Calculator Matters, an independent calculator project. Method checked against published formulas and primary sources · Last reviewed 3 June 2026 · How we calculate · Found an error? corrections@calculatormatters.com