Adding Hours Calculator

Add up to three time durations given in hours and minutes. Get the sum as H:MM, decimal hours, total minutes, and a days-plus-hours breakdown.

Quick Facts

Method
Convert each duration to minutes, sum, then convert back
Total minutes = Σ(hours × 60 + minutes); decimal hours = total minutes ÷ 60.
Carrying
60 minutes always becomes 1 hour
Any minute total of 60 or more rolls over into whole hours, same as carrying in base-10 addition.

Your Results

Calculated
Total time
-
Sum of all three durations (H:MM)
Decimal hours
-
Total expressed as hours + minutes/60
Total minutes
-
Grand total in minutes
Days + hours
-
Total split into 24-hour days, hours, minutes

Ready

Enter up to three durations in hours and minutes, then press Calculate.

Understanding the Adding Hours Calculator

This tool adds up to three time durations — each entered as whole hours and minutes — into a single total. It is the same arithmetic behind a manual timesheet: three shifts of, say, 3h45m, 2h30m, and 1h15m need to be summed into one grand total without losing track of the 60-minutes-per-hour rollover.

The formula

Every duration is first converted entirely into minutes: minutes = hours × 60 + minutes. All three durations are added together in minutes, then the grand total is converted back into a clock-style result:

  • Total minutes = Σ(hoursi × 60 + minutesi) for the three entries.
  • Hours part = the total minutes divided by 60, rounded down (integer division).
  • Minutes part = what remains after removing whole hours (total minutes mod 60).
  • Decimal hours = total minutes ÷ 60, useful for multiplying by an hourly rate.
  • Days breakdown = the hours part divided by 24 (whole days), with the remaining hours and minutes shown alongside — this assumes a plain 24-hour day, not a work-day definition.

Worked example

Adding 3h45m + 2h30m + 1h15m: converted to minutes that is 225 + 150 + 75 = 450 minutes. Dividing by 60 gives 7 whole hours with 30 minutes left over, so the total is 7h 30m — equivalently 7.50 decimal hours or 450 minutes. Since 7 hours is less than 24, the days breakdown stays at 0 days, 7h 30m.

Frequently Asked Questions

How do you add hours and minutes together?
Convert each duration entirely into minutes (hours times 60, plus minutes), add up all the minutes, then convert the total back to hours and minutes: divide by 60 for the whole hours and keep the remainder as leftover minutes. For example, 3h45m + 2h30m = 225 + 150 = 375 minutes = 6h15m.
Why does my total show more hours once minutes pass 60?
Minutes carry into hours the same way ones carry into tens in normal addition, except the base is 60 instead of 10. If your summed minutes reach 60 or more, every full group of 60 becomes one more hour and only the remainder stays as minutes — so 45m + 30m becomes 1h15m, not 75m.
How do I convert the total into decimal hours for payroll?
Divide the total minutes by 60. A total of 7h30m is 450 minutes, and 450 divided by 60 is 7.50 decimal hours. Payroll systems commonly use this decimal form so total hours can be multiplied directly by an hourly rate.
Can I add more than three time entries?
This calculator sums three durations at once. To add a fourth, first calculate the total of any three entries, then enter that result's hours and minutes into one of the fields alongside your remaining durations and calculate again.