Time Duration Calculator
Add or subtract hours, minutes, and seconds — calculate total time duration
Time Duration Calculator
Add or subtract hours, minutes, and seconds
Enter hours, minutes, and seconds to add
Total seconds = hours x 3600 + minutes x 60 + secondsWhat Is a Time Duration Calculator?
The time duration calculator lets you add multiple time intervals together or subtract one from another. It's useful for tracking total time across tasks, summing up video lengths, calculating how long a road trip takes with stops, or figuring out the remaining time in a schedule. Whether you're a project manager tracking billable hours or a student planning study sessions, this tool keeps your time math error-free.
Unlike regular math, time uses a base-60 system — 60 seconds per minute, 60 minutes per hour. That means you can't just add the digits like plain numbers. This tool handles all the carryover automatically, so you get clean hours:minutes:seconds results without doing the mental gymnastics. Just enter your durations, choose add or subtract, and let it do the work.
How to Use the Time Duration Calculator
- Enter the first time duration in hours:minutes:seconds format (e.g., 1:30:00 for 1 hour 30 minutes).
- Add more time intervals as needed using the additional input fields.
- Choose whether to add or subtract the durations.
- Click Calculate to see the total duration displayed in H:M:S format.
Time Duration Formula
Convert to total seconds:
Total = hours × 3600 + minutes × 60 + seconds
Add durations:
Sum = Duration1 + Duration2 + ... (in seconds)
Convert back to H:M:S:
Hours = floor(Sum / 3600)
Minutes = floor((Sum % 3600) / 60)
Seconds = Sum % 60
Example: 1:45:30 + 2:20:45
= (1×3600 + 45×60 + 30) + (2×3600 + 20×60 + 45)
= 6330 + 8445 = 14775 seconds
= 4h 6m 15sTime arithmetic wraps at 60 — 75 minutes equals 1 hour 15 minutes, not 1:75. This calculator handles all carries automatically, so your result is always in clean H:M:S notation no matter how large the numbers get.
Worked Examples
Summing Three Video Lengths
You have three video clips: 12:34, 8:45, and 15:20. Adding them together: 12m 34s + 8m 45s + 15m 20s = 36 minutes 39 seconds total. Perfect for estimating total watch time or editing session length.
Time Remaining in a Workday
Your workday is 8 hours (8:00:00). You spent 1:15:00 in meetings. Subtracting gives 6:45:00 of productive working time remaining. Useful for tracking availability when scheduling tasks.
Road Trip Total Travel Time
You drove 2:30 before a rest stop, took a 0:45 break, then drove another 1:15. Adding 2:30:00 + 0:45:00 + 1:15:00 = 4:30:00 total trip time. Great for planning arrival times and fuel stops.