Dates & Time

Hours & Minutes Calculator (Time Between, Add, Convert)

Three tools in one: find the hours and minutes between two clock times, add or subtract a duration, or turn HH:MM into decimal hours. You can knock off a break when measuring a span.

Reviewed and updated

How to use
  1. Pick a mode: time between two clocks, add/subtract a duration, or HH:MM to decimal.
  2. Enter your start and end times, or the duration you want to apply.
  3. Add a break length if you want it deducted, then read the result.
Date math uses your inputs as given; check time-zone and leap-year edge cases.
Was this helpful?

Duration is just the two times, in the same units

To find how long something lasted, convert both times to a single scale — minutes past midnight is easiest — and subtract. The calculator does this in seconds so it never loses the odd minute or second.

duration = end time start time

The only real trap is 12-hour clock time. 12 AM is midnight (00:00) and 12 PM is noon (12:00) — they are not interchangeable. Convert to a 24-hour clock first and the subtraction is trivial.

Minutes, decimal hours and days — same span, three units

Clock readingTotal minutesDecimal hoursAs days
1 hr 30 min901.500.0625
5 hr 30 min3305.500.229
8 hr 0 min4808.000.333
9 hr 30 min5709.500.396
24 hr 0 min1,44024.001.000

To convert minutes to decimal hours, divide by 60: 45 minutes is 45 ÷ 60 = 0.75. A full day is 1,440 minutes or 86,400 seconds.

The overnight case: why the end time looks smaller

When a shift crosses midnight, the end reading on the clock is lower than the start, so a plain subtraction goes negative. Adding 24 hours to the end fixes it — the same 8-hour span, just measured across the day boundary.

same day start → endplain subtraction
overnight end < startadd 24 h, then subtract

If the end time is earlier on the clock than the start, the true end is on the next day — add 24 hours before subtracting.

  • Breaks — a paid-hours figure subtracts unpaid lunch: an 8-hour span with a 1-hour break is 7 worked hours.
  • Time zones — this measures elapsed time within one zone; convert both readings to the same zone first if they differ.

Common questions

How do I work out hours between two times in my head?

Count up to the next whole hour, then count whole hours, then the leftover minutes. From a quarter past to a half past five hours later is 45 minutes plus 4 hours plus 30 minutes, so 5 hours 15 minutes.

How does the calculator handle an overnight shift?

If the end time is earlier than the start time, it assumes the end is on the next day and adds 24 hours. So a late-evening start ending in the early morning comes out positive, not negative.

What are decimal hours and why does payroll use them?

Decimal hours express minutes as a fraction of an hour: 30 minutes is 0.5, 15 minutes is 0.25, 6 minutes is 0.1. Payroll multiplies decimal hours by the pay rate, which is cleaner than working in hours and minutes.

From the blog

Guides & how-tos

All articles →