Time Calculator
Add or subtract hours, minutes, and seconds โ or sum a list of time entries for a total duration.
Jump to section โพ
How to Use the Time Calculator
Switch between Add/Subtract and Sum Multiple modes. In Add/Subtract mode, enter a start time, then the hours, minutes, and seconds to add or subtract. In Sum Multiple mode, add time entries one by one and the tool calculates a running total.
About This Toolโพ
Add or subtract time values, or sum multiple time entries for a total.
Concrete scenarios: a podcast editor summing six interview segments (12:34 + 8:15 + 14:02 + ...) to check the episode comes in under a 60-minute sponsorship slot; a marathon runner adding split times across 10 km checkpoints to estimate pace; a cook combining "20 min prep + 45 min simmer + 10 min rest" to find when dinner will actually be ready. Each involves moving between minutes, hours, and seconds in ways that basic arithmetic is easy to get wrong when minute-sums spill past 60.
Under the hood, every input is normalized to total seconds, the operation runs in integer arithmetic (so there's no floating-point drift on long sums), and the result is converted back to HH:MM:SS via integer-division and modulo on 3600 and 60. Sums larger than 24 hours display as HH:MM:SS regardless of magnitude โ a 72-hour total shows as 72:00:00, not wrapped. The midnight-wrapping behavior only kicks in when you specifically use the Add/Subtract mode with a start-of-day reference, in which case a day indicator surfaces ("next day" or "previous day") so you see the rollover.
Edge cases worth knowing: negative totals in Sum mode (from subtracting a larger value) display as "-HH:MM:SS" rather than rolling back to 24-hour clock time, since the answer is a duration, not a clock time. Compared to a stopwatch app or a spreadsheet [H]:MM:SS format, this tool is quicker for ad-hoc math because you don't need to remember the [H] bracket trick or worry about Excel silently reformatting the cell. Pairs with the Hours Calculator for shift tracking and the Time Duration Calculator for date-and-time spans.
Frequently Asked Questions
Does this handle times crossing midnight?
Yes. If the result crosses midnight, the time wraps correctly and a day indicator shows whether the result falls on the next or previous day.
What format should I enter time in?
Use the time input fields which accept hours, minutes, and seconds. The tool handles the conversion and overflow automatically.
Can I sum more than two time entries?
Yes. The Sum Multiple mode lets you add as many time entries as you need. The running total updates as you add each entry.
Does the Time Calculator persist my time entries between sessions?
No. The Time Calculator works in memory only โ you enter start and end times (or HH:MM:SS durations) and get the arithmetic result instantly. Nothing is written to localStorage, cookies, or any server. This is by design for privacy: time logs from sensitive contexts (legal, medical, shift work) stay fully under your control.
Can I use this to add up video or audio durations?
Yes. The Sum Multiple mode is ideal for totaling video clip lengths, podcast episode durations, or any series of time values. Add each duration and the running total shows hours, minutes, and seconds.
Created by The Toobits Team ยท Engineering & Editorial
Toobits is built, tested, and maintained by a small independent engineering team. Every tool is written in TypeScript, runs entirely in the browser, and is reviewed against its source formulas before publication.
Editorial policy ยท Updated April 2026
Related tools
Hand-picked companions that pair well with this tool.
Hours Calculator
Calculate total hours between start and end times.
Date & TimeโณTime Duration Calculator
Calculate the duration between two date-times precisely.
Date & Time๐Date Calculator
Add or subtract days, weeks, months, and years from any date.
Date & Time๐Time Zone Calculator
Convert times across 400+ time zones with DST handling.
Date & Time๐๏ธTime Card Calculator
Track work shifts with break deductions and overtime.
Date & Time๐Day of the Week Calculator
Find what day of the week any date falls on.
Date & TimeMore from Date & Time
Other tools in the same category.