This average time calculator finds the mean of several durations. Paste your times, one per line, and it adds them up and divides by how many there are to give the average in hours, minutes, and seconds.
For example, the average of one hour, two hours, and thirty minutes is 1 hour 10 minutes 0 seconds.
How It Works
Each line is read as a duration and converted into seconds. The calculator adds all of them, divides by the number of valid entries, and converts the result back into a readable time. It also shows the combined total and how many entries it counted.
Accepted Formats
- HH:MM:SS such as 1:30:45 for one hour, thirty minutes, forty five seconds.
- MM:SS such as 4:30 for four minutes thirty seconds.
- A plain number such as 45, which is read as forty five minutes.
What People Use It For
- Averaging lap or split times in running and cycling
- Finding the typical length of a task across attempts
- Working out average call or session length
- Comparing performance over several rounds
Common Questions
As many as you like. Add one per line and the calculator counts every valid entry.
Invalid lines are skipped, and only valid durations are included in the average.