Time Calculator

Add and subtract clock times (hours and minutes).

Add two durations (hours and minutes, 24-hour style).

This time calculator adds or subtracts durations given in hours, minutes, and seconds — for example, combining several work shifts, study blocks, or workout segments into a single total duration. Results are expressed in normalized hours, minutes, and seconds rather than wrapped to a 24-hour clock.

Duration math is subtly different from clock-time math: a duration of 27 hours is perfectly valid (three shifts of 9 hours each, say), even though a wall clock only ever displays 0 through 23 hours within a single day.

Time Calculator — free online tool illustration
On this page

Adding Durations Correctly

To add two durations, sum the seconds, minutes, and hours separately, then "carry over" any overflow: 60 seconds becomes 1 extra minute, and 60 minutes becomes 1 extra hour, similar to carrying in ordinary addition.

For example, adding 2 hours 45 minutes and 1 hour 30 minutes: minutes total 75, which carries over as 1 hour 15 minutes; hours total 2 + 1 + 1 (carried) = 4; the final result is 4 hours 15 minutes.

Subtracting Durations and Borrowing

Subtraction works similarly but may require "borrowing" when the minutes or seconds being subtracted are larger than the available amount — borrow 60 minutes from the hours column, or 60 seconds from the minutes column, exactly as you would borrow 10 in ordinary column subtraction.

If the total duration ends up negative (the second time is larger than the first), that usually signals a schedule overrun or an input error worth double-checking rather than a valid duration.

A practical check: subtracting a 2-hour budget from a 3-hour 20-minute actual session should leave 1 hour 20 minutes of overrun to report, not a negative value — if you see a negative, swap the two inputs and confirm which duration represents the plan versus the reality.

Durations Beyond 24 Hours

Because this calculator handles pure durations rather than clock times, results are not wrapped back to a 0–23-hour day. A total of 30 hours 15 minutes, for instance, remains exactly that — it does not roll over to "6 hours 15 minutes the next day" the way an alarm clock display might.

If you need the actual wall-clock arrival time after adding a duration to a specific start time (for example, "if my flight departs at 23:30 and takes 14 hours 40 minutes, what time do I land, and on which day?"), use a full calendar-aware scheduling tool that tracks date rollover, since this calculator focuses on duration totals only.

Video editors and podcast producers often stack segment lengths in this format before exporting — knowing a rough cut totals 1 hour 47 minutes helps choose packaging and chapter markers without mentally converting back to a clock face.

Converting Decimal Hours

Payroll systems, spreadsheets, and invoices often express time in decimal hours (for example, 7.5 hours) rather than hours and minutes (7 hours 30 minutes). To convert decimal hours to minutes, multiply the fractional part by 60: 0.5 hours × 60 = 30 minutes. To convert the other way, divide minutes by 60 and add to the whole hours: 45 minutes ÷ 60 = 0.75, so 7 hours 45 minutes equals 7.75 decimal hours.

Everyday Duration Math Examples

A student tracking three study blocks — 1 hour 20 minutes, 45 minutes, and 2 hours 10 minutes — can add them in one pass to see a total of 4 hours 15 minutes for the day, which is easier to log in a planner than three separate entries.

Fitness enthusiasts combining a 35-minute warm-up, a 50-minute main workout, and a 15-minute cool-down get 1 hour 40 minutes total training time. Comparing that weekly total against a goal (say, 5 hours) is straightforward once durations are normalized.

Project managers estimating task time often receive estimates in mixed formats: one teammate says "about 2.5 hours," another says "90 minutes." Converting both to a common hours-and-minutes total before summing avoids accidentally treating 2.5 as 2 hours 5 minutes instead of 2 hours 30 minutes.

When you need net hours from a clock-in and clock-out with a lunch break, the Hours Calculator is the better fit; when you need the number of calendar days between two dates, use the Date Calculator instead.

Related calculators