Adding Hours Calculator
Enter up to 8 time values in hours, minutes and seconds. Choose whether each entry is added or subtracted, and the calculator returns the combined total in HH:MM:SS format, decimal hours, total minutes and the number of full days. Results update as you type.
How to add hours, minutes and seconds
Time arithmetic does not work like ordinary arithmetic because minutes and seconds each reset at 60, not 100. To add two times, the standard method is to convert everything to seconds first, sum the values, then convert back. For example, adding 2 h 30 min and 1 h 45 min: convert each to seconds (9,000 and 6,300), sum them (15,300 seconds), then divide by 3,600 to get 4.25 hours, which is 4 hours and 15 minutes. This calculator does all that conversion behind the scenes, so you simply enter the hours, minutes and seconds for each entry.
Adding vs subtracting time entries
Each entry has an operation selector (Add or Subtract). Setting an entry to Subtract lets you deduct that block of time from the running total. This is useful when you want to find the remaining time in a budget, for example: enter your total allowed time as entry 1 (Add), then set each task duration as a subsequent entry (Subtract) to see what is left. The result will be negative if the subtracted amounts exceed the added ones, which the calculator displays clearly.
Decimal hours for payroll and timesheets
Payroll systems and many project management tools store time as a decimal number of hours rather than HH:MM. One hour and thirty minutes is 1.5 hours, one hour and fifteen minutes is 1.25, and forty-five minutes is 0.75. To convert minutes to a decimal fraction, divide by 60. This calculator shows the decimal hours result alongside the HH:MM:SS total, so you can copy the decimal value directly into a timesheet, invoice or spreadsheet without any extra steps.
Day overflow - when totals exceed 24 hours
Unlike a wall clock, this calculator does not reset at 24 hours. If you add multiple shifts that total more than 24 hours, the HH:MM:SS total will show hours beyond 23 (for example, 26:15:00), and the Full days field will show how many complete 24-hour periods are contained in that total. The remainder after days shows what is left over. This behaviour is intentional and matches how time tracking software handles multi-day projects.
Common time conversions
| Time value | Hours (decimal) | Minutes | Seconds |
|---|---|---|---|
| 1 second | 0.0003 | 0.0167 | 1 |
| 1 minute | 0.0167 | 1 | 60 |
| 15 minutes | 0.25 | 15 | 900 |
| 30 minutes | 0.5 | 30 | 1,800 |
| 45 minutes | 0.75 | 45 | 2,700 |
| 1 hour | 1.0 | 60 | 3,600 |
| 1.5 hours | 1.5 | 90 | 5,400 |
| 2 hours | 2.0 | 120 | 7,200 |
| 4 hours | 4.0 | 240 | 14,400 |
| 8 hours | 8.0 | 480 | 28,800 |
| 12 hours | 12.0 | 720 | 43,200 |
| 24 hours (1 day) | 24.0 | 1,440 | 86,400 |
Quick reference for converting between hours, minutes and seconds.
Frequently asked questions
How do I add hours and minutes correctly?
Enter the hours and minutes separately for each entry and let the calculator carry over automatically. For example, if you enter 1 h 50 min and 0 h 25 min, the calculator sums them as 135 minutes total, then carries 60 of those minutes into a full hour, giving 2 h 15 min. You never need to handle the carry manually.
Can I subtract time with this calculator?
Yes. Each entry has an operation selector. Set it to "Subtract (-)" and that block of time is deducted from the running total. You can mix add and subtract entries freely, making it easy to find time remaining in a budget or to remove break durations from a work block.
What is decimal hours and why does it matter?
Decimal hours express a duration as a plain number: 1 hour 30 minutes is 1.5 h, 45 minutes is 0.75 h. Most payroll software, billing systems and spreadsheets use decimal hours because they support arithmetic directly (for example, multiplying by an hourly rate to get pay). To convert HH:MM to decimal, divide the minutes by 60 and add to the hours.
Does the total reset at 24 hours like a clock?
No. This calculator tracks total elapsed time, so adding 10 hours and 16 hours gives 26:00:00, not 02:00:00. The "Full days" output tells you how many complete 24-hour periods are in that total, and the remainder shows what is left over. If you are tracking a cross-midnight shift, the raw HH:MM:SS total is the correct number to use.
How many time entries can I add?
The calculator supports up to 8 entries. Entries left at 0 hours, 0 minutes and 0 seconds are ignored, so you can use as few as two rows without affecting the result. For most timesheets and project logs, 8 rows is more than enough to capture a full day.
What does a negative total mean?
A negative total means your subtract entries exceed your add entries. This can happen if you are budgeting time and have overrun your allowance, for example: 1 hour budgeted but 1 h 30 min of tasks recorded leaves -0 h 30 min. The calculator shows a minus sign before the HH:MM:SS result in that case.
How do I convert the total to minutes only?
The "Total minutes" output already does this. Multiply total hours by 60 and add any remaining minutes. For example, 2 h 15 min is (2 x 60) + 15 = 135 minutes. The calculator shows this value directly so you can copy it into a spreadsheet or formula without extra steps.