Time Calculator
Add or subtract two time durations made up of hours, minutes, and seconds.
Common uses for time addition and subtraction
Adding or subtracting time durations comes up constantly in scheduling, cooking (combining prep and cook times), travel planning (layover durations, total trip time), and project time tracking.
Unlike regular decimal math, time calculations require careful handling of the 60-minute-per-hour boundary — which is exactly the kind of calculation this tool automates to avoid manual carrying errors.
A worked example
Adding 2 hours 45 minutes and 1 hour 30 minutes: total minutes equals 165 plus 90, or 255 minutes, which converts to 4 hours 15 minutes.
Subtracting instead (2h45m minus 1h30m): the result is 1 hour 15 minutes, or 75 total minutes — useful for calculating elapsed time between two duration measurements.
Working with time in hours and minutes
Time arithmetic is different from decimal arithmetic because it's base-60 (60 minutes per hour) rather than base-10, which is why simply subtracting or adding the numbers as if they were decimals gives the wrong answer — this calculator handles the base-60 conversion automatically.
This kind of calculation is useful for tallying total time across multiple activities, adjusting a schedule, or figuring out how much time remains between two durations without manually converting everything to minutes first.
Frequently asked questions
What happens if subtraction goes negative?
The result shows a negative duration, indicating the second time value is larger than the first.
Can I add more than two time values?
This calculator handles two time values at once — for more, calculate the first two, then use that result as one of the inputs in a second calculation.
What if my subtraction result would be negative?
The calculator will show a negative duration, indicating the second time value exceeds the first — useful for identifying scheduling conflicts or overruns.
Why can't I just subtract times like regular numbers?
Because time uses a base-60 system (60 minutes per hour), not base-10 — direct decimal subtraction gives an incorrect result unless minutes are properly carried over or borrowed, which this calculator handles automatically.