How this instrument works
Adding two durations sounds trivial until the minutes carry over: 2 hours 30 minutes plus 1 hour 45 minutes isn't '3h 75m' — the 75 minutes needs to fold back into an extra hour and 15 leftover minutes, giving 4h 15m. This calculator does that carrying step for you, converting both durations to total minutes first, adding them, then splitting the sum back into whole hours and a remainder under 60.
It also reports the same total as decimal hours — 4.25 rather than '4h 15m' — because that's the form most timesheet, payroll, and invoicing systems actually expect. Decimal hours treat every fraction of an hour as a fraction of 60 minutes (15 minutes is 0.25, not 0.15), which is easy to get wrong doing the conversion by hand, especially once a workday accumulates several separate time blocks.
This handles exactly two durations at a time. If you're combining more than two blocks of time across a longer day, add them two at a time using this tool's own decimal-hours output as one of the next pair's inputs, or use the hours-to-decimal converter on each block first and sum the decimal figures directly.
- Enter Duration 1 — hours and Duration 1 — minutes for the first time block.
- Enter Duration 2 — hours and Duration 2 — minutes for the second time block.
- Read Total (decimal hours) for the combined duration as a single decimal number, ready for payroll or billing.
- Read Total — whole hours and Total — remainder minutes for the same combined duration in plain hours-and-minutes form.
- Keep each minutes field under 60 — enter 90 minutes as 1 hour 30 minutes rather than 0 hours 90 minutes for a clean result.
Worked example — two work shifts on the same timesheet
A freelancer logs a morning session of 2 hours 30 minutes and an afternoon session of 1 hour 45 minutes on the same invoice line. Entering 2/30 and 1/45 converts both to minutes first — 150 and 105 — for a combined 255 minutes.
Total — whole hours reads 4 and Total — remainder minutes reads 15, the plain-language '4h 15m' most people would say out loud. Total (decimal hours) reads 4.25, the figure that actually belongs in an hourly-rate invoice line: 4.25 hours billed at, say, $60/hour comes to $255.00, not the $246 you'd get by mistakenly treating '4h 15m' as 4.15 decimal.
Questions
Why does it give me both a decimal total and an hours-and-minutes total?
Because each form serves a different purpose. The hours-and-minutes total (4h 15m) is how you'd naturally describe the combined time out loud or on a printed schedule. The decimal total (4.25) is what payroll software, hourly-rate invoicing, and most spreadsheet time formulas actually expect as input — entering '4.15' by mistake for '4h 15m' is a common and costly error this tool is built to prevent.
Can I add more than two durations at once?
Not directly in a single pass — this instrument is built for exactly two duration inputs. To combine three or more blocks, add the first two here, note the decimal-hours result, then either add that decimal figure to a running total by hand or run it back through as one side of a second two-duration addition.
What if I enter 90 for one of the minutes fields?
The calculator will still add it correctly into the total minute count internally, but it's clearer to enter durations already reduced to under 60 minutes each — 1 hour 30 minutes rather than 0 hours 90 minutes — since that's the conventional way to write a duration and avoids any confusion when reading the inputs back later.
Why is 15 minutes 0.25 decimal hours and not 0.15?
Because decimal hours are fractions of 60 minutes, not fractions of 100. 15 minutes is 15/60 of an hour, which reduces to 0.25 — a common source of payroll errors is treating the minutes portion as if it were already a decimal (writing '4.15' for '4h 15m' instead of the correct 4.25), which understates the true total by nearly a tenth of an hour.
Does this round the decimal-hours result?
The decimal total is shown to four decimal places, precise enough that any real combination of whole-minute durations will display cleanly (for example, 20 minutes shows as exactly 0.3333 hours rounded at that precision, not a longer repeating decimal), so you shouldn't need to round it further before using it in payroll or billing.