Time Duration Calculator (Add/Subtract Hours, Minutes, Seconds)

Add and subtract time durations like 1:30:00 + 0:45:00 - 0:10:00 across multiple rows, with automatic carrying between seconds, minutes and hours. Handy for timesheet totals and stacking recipe times.

Tips

  • Both notations are supported: kanji-style like "1時間30分" and colon-separated like "1:30:00".
  • Add as many rows as you need to sum multiple durations. Pick "-" for rows you want to subtract, such as break time.
  • A negative total is shown with a leading minus sign, like "-0:15:00", and highlighted in a different color for clarity.
  • Click "Load sample" to instantly see a worked example (1h30m + 45m - 10m).
  • An entry with 60 or more minutes or seconds is treated as an invalid format and excluded from the total.

Frequently Asked Questions

This tool adds and subtracts durations of time, like "1 hour 30 minutes". If you instead want the number of days between two calendar dates — for example "how many days from January 1 to March 1, 2026?" — use a date difference calculator instead.

90 minutes equals 1 hour 30 minutes. Enter "90分" or "1:30" and the tool automatically carries the minutes over, displaying "1:30:00".

If the total works out negative, it is displayed with a leading minus sign, such as "-0:15:00", and the text color changes so a negative result is immediately obvious.

Yes. Enter your work periods with "+", and enter any break time with "-" to subtract it, giving you the actual hours worked once everything is summed.
ツールくん

Side Note — Why time still runs on base 60, not base 10

While most measurements — meters, currency — settled on base 10, time still runs on base 60: 60 seconds to a minute, 60 minutes to an hour. This convention traces back to ancient Babylonian mathematics, where 60 was prized because it divides evenly by 2, 3, 4, 5, 6, 10, 12, 15, 20 and 30, making fraction arithmetic far easier with the tools available at the time.

During the French Revolution, in 1793, France briefly adopted decimal time: 10 hours per day, 100 minutes per hour, 100 seconds per minute. It was logically elegant, but the cost of rebuilding every clock and the mismatch with astronomical calculations meant it never caught on with the public, and it was formally abandoned within a few years, remembered today only as a historical curiosity.

In computing, by contrast, timestamps are almost always converted into decimal "Unix time" (a plain count of seconds) before any arithmetic happens. This tool works the same way internally: every duration you enter is first converted into total seconds, added or subtracted with its sign applied, and only converted back into the familiar base-60 display at the very end, which avoids rounding drift from repeated carrying.

→ Browse all trivia