How this instrument works
People naturally describe time worked as '7h 45m,' but most payroll software, hourly-rate invoices, and spreadsheet time formulas need that same duration as a single decimal number — 7.75 — so it can be multiplied directly against an hourly rate or summed against other entries without special-case parsing. This calculator takes the hours-and-minutes form most people think in and converts it to the decimal form most systems require.
The conversion is a straightforward division: the leftover minutes divided by 60, added to the whole hours. What trips people up doing it by hand is that they don't map onto decimal fractions the way a base-100 system would suggest — 45 of them isn't 0.45 of an hour, it's 45/60 = 0.75. Entering that raw figure directly as decimal digits (writing 7.45 instead of the correct 7.75) is a common and meaningfully-sized billing error this tool avoids.
This runs the exact inverse of the site's hours-minutes converter, which takes a decimal figure and splits it back into hours and remainder minutes. Start from whichever format matches the number you already have.
- Enter Hours — the whole-hour portion of the duration.
- Enter Minutes — the remaining minutes, from 0 to 59.
- Read Decimal hours for the combined figure, ready to multiply against an hourly rate or enter into a payroll or invoicing system.
- Double-check that Minutes is under 60 before reading the result — enter a duration over an hour as, for example, 2 hours 15 minutes rather than 1 hour 75 minutes.
- Need to go the other direction, from a decimal figure back to hours and minutes? Use the hours-minutes converter on this site instead.
Worked example — invoicing a 7 hour 45 minute consulting block
A consultant logs 7 hours 45 minutes of work on a single project and needs to enter that duration into an invoicing tool that only accepts decimal hours. Entering 7 for Hours and 45 for Minutes gives Decimal hours = 7 + 45/60 = 7 + 0.75 = 7.75.
Billed at $120 per hour, that comes to 7.75 x $120 = $930.00 exactly. Had the consultant mistakenly typed '7.45' into the invoicing tool instead — reading the '45' minutes straight across as decimal digits — the line item would have understated the bill at 7.45 x $120 = $894.00, a $36 shortfall from a single easy-to-make conversion error.
Questions
Why isn't 45 minutes just 0.45 of an hour?
Because an hour is divided into 60 minutes, not 100, so the conversion divides by 60 rather than reading the figure as decimal digits. 45 of them is 45/60 = 0.75 of an hour. Treating the raw count as if it were already a decimal — writing 7.45 instead of 7.75 for '7h 45m' — is one of the most common manual timesheet errors, and it's exactly what this calculator is built to prevent.
Why do payroll and invoicing systems want decimal hours instead of hours and minutes?
A single decimal number is far easier for software to sum, average, and multiply directly against an hourly rate than a compound value with two different units inside it. Entering hours and minutes separately here, then reading off the combined decimal figure, gets you the input those systems actually expect without doing the mental division yourself.
What if my minutes value is 60 or more?
Reduce it first — a duration of, say, 1 hour 75 minutes should be entered as 2 hours 15 instead, carrying the extra 60 into an additional whole hour. The calculator's Minutes field is intended for values from 0 to 59; entering a value of 60 or above will still compute a number, but it won't represent the duration the way a conventional hours-and-minutes reading would.
How precise is the decimal hours output?
The result is shown to four decimal places, which is more than enough precision for any real combination of whole minutes — for instance, 20 minutes converts to exactly 0.3333 decimal hours at that precision, with no meaningful rounding error carried into a payroll total or hourly-rate calculation.
Is this the same conversion an online timesheet or HR system uses?
The underlying arithmetic — minutes divided by 60, added to whole hours — is the standard conversion nearly every payroll and timesheet system uses internally to store durations as decimal hours, so the figure this calculator returns should match what a properly configured HR or invoicing system would compute from the same hours-and-minutes entry.