Connect via MCP →

Enter Calculation

Formula

Advertisement

Results

't
Total Time
4 h 15 m
hours and minutes
Total minutes 255 min
Decimal hours 4.25 h

What is the Adding Hours and Minutes Calculator?

This calculator adds two time durations expressed in hours and minutes and returns a clean combined total. It is handy for adding up work shifts, travel legs, cooking steps, study sessions, or any pair of durations where the minutes might roll over past 60 into an extra hour.

How to use it

Enter the hours and minutes for your first duration, then the hours and minutes for your second duration, and submit. The calculator shows the result three ways: as combined hours and minutes (e.g. 4 h 15 m), as total minutes, and as decimal hours (useful for timesheets and billing).

The formula explained

Each time is first converted entirely into minutes: \(\text{hours} \times 60 + \text{minutes}\). The two minute totals are added.

$$\text{Total} = (h_1 \times 60 + m_1) + (h_2 \times 60 + m_2)\ \text{minutes}$$

To convert the sum back, the whole-hour part is the total divided by 60 and rounded down, while the leftover minutes are the remainder (total mod 60). Decimal hours are simply total minutes \(\div\) 60.

$$\text{Hours} = \left\lfloor \tfrac{T}{60} \right\rfloor,\quad \text{Minutes} = T \bmod 60$$
Diagram converting two hours-and-minutes values into total minutes and summing them
Each time is converted to minutes, the minutes are added, then converted back to hours and minutes.

Worked example

Add 2 h 45 m and 1 h 30 m. First time = \(2 \times 60 + 45 = 165\) minutes. Second time = \(1 \times 60 + 30 = 90\) minutes.

$$\text{Total} = 165 + 90 = 255\ \text{minutes}$$

Dividing 255 by 60 gives 4 with a remainder of 15, so the answer is 4 hours 15 minutes, or 4.25 decimal hours.

Worked example showing a sum of two times expressed as hours and minutes, total minutes, and decimal hours
The total can be shown as hours:minutes, total minutes, or decimal hours.

Minutes to Decimal Hours Conversion Table

When you add times together, the minutes portion of your result is often easier to work with as a decimal fraction of an hour — for example on a timesheet or invoice. To convert minutes to decimal hours, divide by 60: \(\text{decimal hours} = \dfrac{\text{minutes}}{60}\). The table below lists common minute values rounded to two decimal places.

Minutes Fraction of an hour Decimal hours
5 min 1/12 0.08
10 min 1/6 0.17
15 min 1/4 0.25
20 min 1/3 0.33
30 min 1/2 0.50
40 min 2/3 0.67
45 min 3/4 0.75
50 min 5/6 0.83
60 min 1 1.00

For example, 15 minutes equals 0.25 decimal hours, and 45 minutes equals 0.75 decimal hours. Values that don't divide evenly (such as 10 or 20 minutes) produce repeating decimals and are shown rounded.

FAQ

Can minutes be more than 59? Yes. Enter any non-negative minute value; the calculator automatically carries extra minutes into hours.

Does it handle large hour values? Yes, you can add long durations such as project totals — there is no upper limit on hours.

What are decimal hours for? Many payroll and billing systems use decimal hours (e.g. 4.25 h) rather than minutes, so the calculator provides both formats.

Last updated: