Convert hours and minutes to decimal hours
Divide minutes by 60, then add the whole hours. Decimal minutes are fractions of an hour, not base-100 minutes.
Step by step
- Keep the whole hours.
- Divide minutes by 60.
- Add the values.
- Round only when a required policy specifies an increment.
Worked example
7 hours 45 minutes = 7 + 45 ÷ 60 = 7.75 hours.
Check your answer
Use the time duration calculator for clock intervals, time addition calculator for several durations, or decimal hours calculator for conversion.
Common questions
Should I use 12-hour or 24-hour time?
Either works when written consistently. A 24-hour clock makes day-boundary arithmetic easier.
When should I round?
Keep the exact value unless the task or applicable policy tells you to round.