Adding Hours and Minutes Calculator

Add up to three hours-and-minutes durations together. The calculator converts everything to minutes, sums them, and carries every full 60 minutes into an extra hour — giving you the total as H:MM, decimal hours, minutes, and seconds.

Quick Facts

Method
Convert each entry to minutes, sum, then convert back
Total minutes = Σ(hours × 60 + minutes); final hours = total ÷ 60 rounded down, final minutes = the remainder.
Carry rule
60 minutes always rolls into 1 hour
Just like a clock: 45 + 30 minutes is not "75 minutes," it's 1 hour 15 minutes.

Your Results

Calculated
Total time
-
Hours and minutes (H:MM)
Decimal hours
-
Total expressed as hours.hundredths
Total minutes
-
Sum of all entries in minutes
Total seconds
-
Sum of all entries in seconds

Ready

Enter up to three durations and press Add Times.

Understanding the Adding Hours and Minutes Calculator

Adding time durations is not ordinary base-10 addition, because minutes wrap at 60, not 100. This calculator adds up to three hours : minutes entries — for example, work blocks, exercise sessions, or task durations — and returns the combined total in four formats: hours and minutes (H:MM), decimal hours, total minutes, and total seconds.

The formula

Every duration is first converted to a single number of minutes, then summed, then converted back with the standard base-60 carry:

  • Step 1 — convert to minutes: for each entry, minutes = (hours × 60) + minutes.
  • Step 2 — sum: total minutes = the sum of every entry's minutes.
  • Step 3 — convert back: final hours = ⌊total minutes ÷ 60⌋ (rounded down); final minutes = total minutes mod 60 (the remainder).

Worked example: 2h 30m + 1h 45m + 0h 15m → (150) + (105) + (15) = 270 total minutes → 270 ÷ 60 = 4 remainder 30, so the total is 4h 30m. The same 270 minutes equals 4.50 decimal hours (270 ÷ 60) and 16,200 seconds (270 × 60).

Decimal hours vs. hours and minutes

Clock-style H:MM is intuitive for reading a duration, but decimal hours (hours as a single number with a fractional part) are what most timesheet, payroll, and billing systems expect, since decimal values divide evenly by an hourly rate. To convert, divide total minutes by 60 — 45 minutes becomes 0.75 hours, not "0.45."

How to use the results

Enter each duration's whole hours and minutes (0-59) in the three rows — leave a row at 0h 0m if you only have two durations to add. Press Add Times to see the combined total in all four formats at once, then use whichever format your task calls for: H:MM for a schedule, decimal hours for payroll, or total minutes/seconds for a technical calculation.

Frequently Asked Questions

How do you add hours and minutes together?
Convert every duration to total minutes (hours times 60 plus minutes), add all the minute totals together, then convert back: the final hours equal the sum divided by 60 rounded down, and the final minutes equal the remainder after that division. For example, 2h 45m plus 1h 30m is 165 minutes plus 90 minutes = 255 minutes, which converts back to 4h 15m.
Why do minutes carry over into hours?
Time uses base 60 for minutes, so any total of 60 minutes or more must roll over into an extra hour, the same way a clock does. If you simply added the minute digits without carrying, 45 + 30 would show as 75 minutes instead of correctly becoming 1 hour 15 minutes.
How do I convert the total to decimal hours?
Divide the total minutes by 60. For instance, 4 hours 15 minutes equals (4×60+15)/60 = 4.25 decimal hours. Decimal hours are the format most payroll and timesheet systems expect, since minutes on their own do not divide evenly into a base-10 pay rate.
Can I add more than three time entries?
This calculator sums three duration rows at once. For more entries, add your durations in two batches and then add the two totals together using the same tool — the underlying minutes-based math works the same way no matter how many durations you combine.