Minutes Between Two Times Calculator

Measure the exact minutes between two clock times, with overnight wraparound when the end time passes midnight.

This is useful for work shifts, appointments, cooking, study sessions, and any quick time-gap check.

Calculated Result

--

--

Run the calculation to see the duration.

Quick Answer

Subtract the start time from the end time. If the end time is earlier than the start time, add 24 hours before subtracting so overnight shifts still return a positive duration.

How to Calculate Minutes Between Two Times

  1. Enter the start and end times in 24-hour clock format.
  2. Click Calculate to convert each time into minutes after midnight.
  3. If the end time is earlier, the calculator assumes the next day.
  4. Read the result in minutes and in hours and minutes.

Formula

Minutes = (End minutes after midnight - Start minutes after midnight + 1440) mod 1440

Worked Examples

Example 1: 09:15 to 13:45 = 270 minutes = 4 hours 30 minutes.

Example 2: 22:30 to 01:10 = 160 minutes = 2 hours 40 minutes overnight.

Example 3: 08:00 to 08:00 = 0 minutes.

How to Interpret Your Results

RangeMeaningAction
Under 15A very short gapUseful for quick breaks and handoffs
15 to 120Typical meeting or task windowGood for planning focused work
Over 120Longer spanCheck for scheduling or overnight wraparound

Frequently Asked Questions

The calculator assumes the end time is on the next day and wraps the difference across midnight.

Yes. It is a good fit for work shifts, night duty, commute timing, and any interval between two clock times.

Yes. The result includes both total minutes and a readable hours-and-minutes breakdown.

Related Calculators

References