Decimal Hour Calculator
Convert hours and minutes, decimal hours, or total minutes into the formats used for timesheets, payroll, billing, and spreadsheets. This time decimal converter supports three modes: enter a time in hours and minutes to get the decimal equivalent, enter a decimal value to see hours and minutes, or enter total minutes for the decimal result.
Ready to convert
Enter hours and minutes and click Calculate.
How to use this decimal time calculator
Convert hours and minutes to decimal hours
Use the H:M → Decimal tab. Enter the hours and minutes values and click Calculate. The formula is:
decimal hours = hours + (minutes ÷ 60)
Example: 2 hours 45 minutes = 2 + 45 ÷ 60 = 2.75 decimal hours (165 total minutes, 9,900 seconds). This is the most common conversion for entering timesheet or billing data into a spreadsheet or payroll system.
Convert decimal hours to hours and minutes
Use the Decimal → Time tab. Enter the decimal hours value and click Calculate. The formula is:
hours = floor(decimal), minutes = round((decimal − floor(decimal)) × 60)
Example: 7.75 hours → floor(7.75) = 7 hours, round(0.75 × 60) = 45 minutes → 7 hours 45 minutes (465 total minutes, 27,900 seconds). Rounding is applied automatically to prevent floating-point drift — for example, 7.9999999 normalizes to 8h, not 7h 60m.
Convert minutes to decimal hours
Use the Min → Decimal tab. Enter the total minutes and click Calculate. The formula is:
decimal hours = total minutes ÷ 60
Example: 135 minutes ÷ 60 = 2.25 decimal hours (2 hours 15 minutes, 8,100 seconds). Use this mode when your raw data is in minutes — for example, 90 minutes = 1.50 hours, 45 minutes = 0.75 hours.
Why decimal hours are used in payroll, billing, and spreadsheets
Decimal hours express a time duration as a single number. This makes arithmetic straightforward: multiplying by a rate, summing a column, or averaging across a week all work with standard operators. As a time decimal converter, this calculator bridges the gap between clock-time records (H:M format) and the decimal-hours format required by most professional tools.
Common use cases where converting to decimal hours is necessary:
- Freelancer billing: multiply decimal hours by hourly rate to calculate invoice amounts
- Payroll preparation: convert timesheet H:M entries to decimal before importing into payroll software
- Excel and Google Sheets: SUM and AVERAGE functions work directly on decimal hours; H:M format requires special handling
- Project tracking: time tracking apps and project management tools typically export logs in decimal hours
- School and training records: course duration and attendance hours are often stored as decimals
This calculator converts between time formats only. It does not calculate wages, salaries, or any monetary amounts.
Quick decimal hour reference
Common conversions for timesheets and billing — the time calculator in decimals format most systems expect.
| Hours and minutes | Decimal hours | Total minutes |
|---|---|---|
| 15 min | 0.25 | 15 |
| 30 min | 0.50 | 30 |
| 45 min | 0.75 | 45 |
| 1h | 1.00 | 60 |
| 1h 15m | 1.25 | 75 |
| 1h 30m | 1.50 | 90 |
| 1h 45m | 1.75 | 105 |
| 2h | 2.00 | 120 |
| 2h 30m | 2.50 | 150 |
| 7h 30m | 7.50 | 450 |
| 7h 45m | 7.75 | 465 |
| 8h | 8.00 | 480 |
How this differs from related calculators
Minutes to Hours Calculator — converts between minutes, decimal hours, and hours and minutes with four modes, including an Hours → Min mode not available here. Use it for general minute-to-hour questions. Use this calculator when the context is decimal-hours conversion for payroll, billing, or spreadsheet use.
Hours and Minutes Calculator — supports duration arithmetic (adding and subtracting two H:M values) plus conversion modes. Use it when you need to add or subtract two durations. The Decimal Hour Calculator is conversion-only — it does not add or subtract.
Time Duration Calculator — calculates elapsed time between two specific clock times or date-time points, with optional break subtraction and cross-midnight support. Use it when you need to know how long a period lasted. The Decimal Hour Calculator has no clock time inputs — it converts a standalone time value between formats.
Hours Calculator — calculates elapsed hours between clock start and end times and includes break deductions. Use it for questions like “how many hours from 09:00 to 17:30?”
Time Addition Calculator — adds or subtracts multiple time rows with full HH:MM:SS input and a sign per row. Use it when your inputs include seconds or you need to sum three or more durations. The Decimal Hour Calculator handles single-value conversions only.
Related calculators
Other tools in the Date & Time collection.
Decimal hour calculator FAQ
Common questions about converting decimal hours, timesheet formats, and payroll time.