Average Time Calculator

Last Updated: June 24, 2026

Calculate the average of multiple time values, including lap times, splits, and clock times, in hours, minutes, and seconds.

Average Time Calculator

Enter two or more time durations as hours, minutes and seconds. Leave a field blank to count it as zero. Blank rows are ignored.

Times
Hours Minutes Seconds AM/PM

Average Time Formula

The average time is the arithmetic mean of a set of time values. You convert each time into a single unit (usually seconds), add them, divide by how many there are, then convert the result back into hours, minutes, and seconds.

Average = (t1 + t2 + ... + tn) / n

Where each time value is first expressed in total seconds:

t = (hours * 3600) + (minutes * 60) + seconds

Where:

  • Average is the mean time, returned in seconds and then formatted back into HH:MM:SS.
  • t1 ... tn are the individual time values you enter.
  • n is the number of time values.
  • hours, minutes, seconds are the parts of each time value.

The calculator has two modes. In time durations mode it averages lengths of time, such as lap times, task times, or splits, and it accepts totals beyond 24 hours. In times of day mode it averages clock times by converting each one to the number of seconds past midnight, averaging those, and converting the result back to a clock time in 12 or 24 hour format.

Time to Seconds Reference

Every average starts by putting each time on the same scale. This table shows how many seconds each common unit is worth, which is the conversion the calculator runs before averaging.

UnitEqualsSeconds
1 second1 second1
1 minute60 seconds60
1 hour60 minutes3,600
1 day24 hours86,400

The table below shows when to use each mode so your result makes sense.

ModeUse it forExample inputs
Time durationsLap times, task times, splits, video lengths1:30, 1:45, 2:05
Times of dayClock times, arrival times, timestamps8:00 AM, 9:15 AM, 10:30 AM

Example Problems

Example 1: Averaging durations. You record three lap times of 1:00, 1:30, and 2:00 (minutes:seconds). Convert each to seconds: 60, 90, and 120. Add them to get 270 seconds. Divide by 3 to get 90 seconds, which is 1:30. The average lap time is 1 minute and 30 seconds.

Example 2: Averaging clock times. Three deliveries arrive at 8:00 AM, 9:00 AM, and 10:00 AM. As seconds past midnight these are 28,800, 32,400, and 36,000. The sum is 97,200 and there are 3 values, so the average is 32,400 seconds past midnight, which is 9:00 AM.

FAQ

How do you calculate the average of several times? Convert every time to one unit such as seconds, add all the values, then divide by the number of values. Convert the result back to hours, minutes, and seconds. The calculator does each step for you and keeps the format you choose.

Can it average durations longer than 24 hours? Yes. In time durations mode there is no 24 hour ceiling, so totals like 30:15:00 are handled normally. The 24 hour limit only applies to times of day mode, where values represent points on a clock.

What is the difference between averaging durations and clock times? A duration is a length of time, so two 45 minute tasks simply average to 45 minutes. A clock time is a point in the day, so the calculator treats it as seconds past midnight before averaging. Pick the mode that matches what your numbers represent, because mixing them gives a meaningless result.

Average Time Calculator