How to Calculate Minutes To Decimal
What is Minutes To Decimal?
A minutes to decimal converter changes HH:MM time to decimal hours used in payroll, billing, and time tracking. 30 minutes = 0.5 decimal hours, for example.
Formula
Decimal hours = hours + (minutes / 60) + (seconds / 3600); Minutes to hours = minutes / 60
- h
- Hours (count)
- m
- Minutes (0-59)
- s
- Seconds (0-59)
- D
- Decimal hours (decimal)
Step-by-Step Guide
- 1Decimal hours = Hours + (Minutes / 60)
- 215 min = 0.25; 30 min = 0.50; 45 min = 0.75
- 3Seconds: add seconds/3600 to the decimal
- 4Round to nearest 0.25 for 15-minute increment payroll
Worked Examples
Input
2 hours 40 minutes
Result
2 + 40/60 = 2.667 decimal hours
Frequently Asked Questions
Why convert to decimal time?
Easier calculations for payroll, billing, project tracking. 1.5 hours = 1h30m.
How do I convert 45 minutes to decimal?
45 / 60 = 0.75 hours or 0.75 of an hour.
What's 2h15m in decimal?
2 + (15/60) = 2 + 0.25 = 2.25 hours.