How It Works
Both durations are converted to total seconds.
- The seconds are summed, then converted back to hours, minutes, and seconds using integer division and modulo.
- Total minutes = floor(total seconds ÷ 60).
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.
Both durations are converted to total seconds.
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.
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.
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.
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.
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.
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.
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.
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.
Exactly 3,600 seconds (60 seconds/minute × 60 minutes/hour).
90 ÷ 60 = 1 hour remainder 30 minutes, so 90 minutes = 1 hour 30 minutes.
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.
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.
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.
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.
Figures on this page are checked against primary, authoritative sources. Links open in a new tab.
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