TimeStopwatch

Time Calculator

Add or subtract durations in HH:MM:SS format.

Result
02:15:15
= 8,115 seconds ยท 135.25 minutes ยท 2.2542 hours

Add or subtract two time durations in HH:MM:SS format. Useful for timesheet calculations, race splits and cumulative video-runtime.

How it works

Both inputs are parsed into total seconds. We add or subtract, then reformat the result as HH:MM:SS.

Key features

  • HH:MM:SS input format
  • Add and subtract operations
  • Handles negative results (for subtraction)
  • Displays result as seconds, minutes and hours too

Common use cases

Timesheets
7:30 worked + 4:15 worked = 11:45 total.
Race splits
Combine lap times to find total race duration.
Music playlist runtime
Sum all track durations.

Pro tips

  • โ—†Use leading zeros (00:05:00) for consistency but the parser accepts 5:00 too.

Common mistakes to avoid

  • โœ•Adding times as if they were decimals โ€” 1:30 + 1:30 = 3:00, not 2:60.

Frequently asked questions

Can I subtract a larger time from a smaller one?โ–ผ

Yes โ€” the result will be negative.