Time to Decimal Calculator
Convert hours, minutes and seconds to decimal hours and back, add up timesheet rows and round for payroll
Last updated September 2026
Method: Decimal hours = hours + minutes ÷ 60 + seconds ÷ 3,600, computed exactly for every row and summed. Optional rounding to the nearest 0.25 hour (15 minutes) or 0.10 hour (6 minutes) follows the nearest-increment method described in 29 CFR 785.48.
Included: Up to 31 rows in either direction (time to decimal or decimal to time), per-row and total conversions, exact and rounded totals, the difference between rounding per row and rounding once, a full 1-60 minute lookup table, the quarter-hour rounding table and an optional gross pay figure.
Not included: Clock-in and clock-out time spans, the 40-hour overtime split, state daily-overtime rules, tax withholding and paid time off. Results are arithmetic, not payroll.
๐ข Total in decimal hours
๐ Row by row
| Row | h:mm:ss | Exact decimal |
|---|---|---|
| 1 | 8:15:00 | 8.2500 |
| 2 | 7:50:00 | 7.8333 |
| 3 | 8:05:00 | 8.0833 |
| 4 | 9:20:00 | 9.3333 |
| 5 | 6:45:00 | 6.7500 |
| Total | 40:15:00 | 40.2500 |
๐ Minutes to decimal hours: full 1-60 table
Decimal = minutes รท 60, shown to two places. 20 minutes is exactly 0.3333..., so it displays as 0.33.
๐ฐ Payroll rounding to the nearest 0.25 hour
| Minutes past the hour | Rounds to | Decimal |
|---|---|---|
| 0 - 7 | :00 | 0.00 |
| 8 - 22 | :15 | 0.25 |
| 23 - 37 | :30 | 0.50 |
| 38 - 52 | :45 | 0.75 |
| 53 - 59 | next hour | 1.00 |
Nearest-quarter-hour rounding (the "7-minute rule"): 1 to 7 minutes past a quarter mark round back, 8 to 14 round forward.
Pure arithmetic. Decimal hours = hours + minutes รท 60 + seconds รท 3600. Rounding follows your employer's payroll policy; the Department of Labor permits rounding only when it averages out fairly over time.
Time to decimal calculator: everything you need to know
A time to decimal calculator turns clock-style durations such as 8 hours 15 minutes into the decimal figure payroll and invoicing systems need: 8.25 hours. Enter as many rows as your timesheet has, and the tool converts each one, adds them up and, if you like, rounds to the nearest quarter hour. Five typical days totaling 40:15 come to 40.25 decimal hours, which at $22 an hour is $885.50 of gross pay.
Three neighboring tools answer adjacent questions. The Hours Calculator finds the span between a start and an end time, the Time Clock Calculator works from punch-in and punch-out times with lunch breaks and the weekly overtime split, and the Timesheet Calculator totals a full week of start, end and break entries. Use this page when you already know the durations and need them as decimals, or when you want to see exactly what quarter-hour rounding does to a total.
How the conversion works
Clock time is base 60: there are 60 minutes in an hour and 60 seconds in a minute. Decimal hours are base 10, so the minutes and seconds have to be expressed as fractions of an hour before they can be added to the whole hours. The formula is:
Decimal hours = H + M ÷ 60 + S ÷ 3,600 where H is whole hours, M is minutes and S is seconds. The reverse direction peels the parts off one at a time: the whole number is the hours, the remainder multiplied by 60 is the minutes, and whatever is left of that multiplied by 60 again is the seconds. For 7.65 hours that gives 7 hours, then 0.65 × 60 = 39 minutes, then 0 seconds, so 7.65 h = 7:39:00. For 1.125 hours it gives 1 hour, 0.125 × 60 = 7.5 minutes, and 0.5 × 60 = 30 seconds, so 1.125 h = 1:07:30.
Worked example: a five-day timesheet
Suppose a part-time bookkeeper logs 8:15 on Monday, 7:50 on Tuesday, 8:05 on Wednesday, 9:20 on Thursday and 6:45 on Friday. Each entry converts with the formula above: 8 + 15/60 = 8.25, 7 + 50/60 = 7.8333, 8 + 5/60 = 8.0833, 9 + 20/60 = 9.3333 and 6 + 45/60 = 6.75. Adding the five decimals gives 40.25 hours. As a check, the minutes alone are 15 + 50 + 5 + 20 + 45 = 135, which is 2 hours 15 minutes, and 8 + 7 + 8 + 9 + 6 = 38 hours, so the clock total is 40:15, and 15/60 = 0.25 confirms the decimal. At a $22 hourly rate the week is worth 40.25 × $22 = $885.50. If someone typed the clock total into a spreadsheet as 40.15 instead of 40.25, the pay would come out as $883.30, a $2.20 shortfall from a single misread. These are the default values loaded in the calculator above.
Minutes to decimal hours: the values that come up most
Some minute values convert to clean fractions and are worth memorizing. The rest are repeating decimals that you should keep to four places until the final rounding.
| Minutes | Fraction of an hour | Decimal (4 places) | Decimal (2 places) |
|---|---|---|---|
| 5 | 1/12 | 0.0833 | 0.08 |
| 6 | 1/10 | 0.1000 | 0.10 |
| 10 | 1/6 | 0.1667 | 0.17 |
| 12 | 1/5 | 0.2000 | 0.20 |
| 15 | 1/4 | 0.2500 | 0.25 |
| 20 | 1/3 | 0.3333 | 0.33 |
| 30 | 1/2 | 0.5000 | 0.50 |
| 40 | 2/3 | 0.6667 | 0.67 |
| 45 | 3/4 | 0.7500 | 0.75 |
| 50 | 5/6 | 0.8333 | 0.83 |
The calculator's collapsible table extends this to every minute from 1 to 60. Notice that 6 minutes is exactly one tenth of an hour, which is why tenth-hour rounding lands on 6-minute marks, and 15 minutes is exactly one quarter, which is why quarter-hour rounding lands on 15-minute marks.
Payroll rounding to the nearest quarter hour
Many employers round each day's hours to the nearest 0.25 before paying. Under the nearest-increment method, an entry that is 1 to 7 minutes past a quarter mark rounds back to that mark and one that is 8 to 14 minutes past rounds forward to the next one. Because 7 is the pivot, this is often called the 7-minute rule. The table below gives the outcome for every minute of the hour.
| Minutes past the hour | Rounds to | Decimal added | Example |
|---|---|---|---|
| 0 to 7 | :00 | 0.00 | 9:05 becomes 9.00 |
| 8 to 22 | :15 | 0.25 | 8:12 becomes 8.25 |
| 23 to 37 | :30 | 0.50 | 8:33 becomes 8.50 |
| 38 to 52 | :45 | 0.75 | 7:48 becomes 7.75 |
| 53 to 59 | next :00 | 1.00 | 6:57 becomes 7.00 |
The Department of Labor's regulation at 29 CFR 785.48(b) accepts rounding to the nearest 5 minutes, one-tenth of an hour or one-quarter of an hour, provided the practice does not, over a period of time, fail to compensate employees for all the time they have actually worked. In plain terms, rounding must cut both ways. A system that only ever rounds down is not neutral and is not permitted.
Second worked example: rounding row by row versus once
Take a week of 8:12, 7:48, 8:33, 9:05 and 6:57 at $19.50 an hour. The exact decimals are 8.2000, 7.8000, 8.5500, 9.0833 and 6.9500, which sum to 40.5833 hours (40:35 on the clock) and $791.38 of gross pay. Rounding each day to the nearest quarter hour gives 8.25, 7.75, 8.50, 9.00 and 7.00, a total of 40.50 hours and $789.75, so the rounding costs this worker $1.63 for the week. Rounding the exact total once instead (40:35 is 35 minutes past the hour, which falls in the 23-to-37 band) also gives 40.50. In this particular week both methods agree, but that is not guaranteed: five entries each rounded independently can drift a quarter hour away from the single rounding of their sum. The calculator prints both figures whenever rounding is switched on so you can see which one your payroll system is using.
How to use this calculator
- Pick the direction. "Time to decimal" takes hours, minutes and seconds and returns decimal hours. "Decimal to time" takes a figure such as 8.33 and returns h:mm:ss.
- Fill in the rows. Each row is one shift, task or day. Add rows with the button or remove one with the cross; the total updates as you type. Minutes above 59 are accepted and carried into hours, so 90 minutes reads as 1.50 hours.
- Choose the rounding. Leave it on Exact to see the true value, or select 0.25 h or 0.10 h to match a payroll policy. Rounding is applied to each row and the rounded rows are summed; the card also shows the exact total rounded once.
- Enter a rate if you want pay. The gross figure is hours multiplied by rate with no overtime or withholding. Leave it blank to keep the result purely about hours.
- Read the row table. With two or more rows the breakdown lists each entry in h:mm:ss, its exact decimal and, when rounding is on, the rounded value, ending with the total.
Who this calculator is for
- Hourly employees checking that a paycheck matches the hours on their timesheet after the employer's rounding rule is applied.
- Payroll and HR staff converting paper or emailed timesheets into the decimal format their software imports.
- Freelancers and consultants who track work in a stopwatch app (which reports h:mm:ss) and bill clients in decimal hours.
- Attorneys, accountants and agencies billing in tenth-hour increments and needing 6-minute rounding rather than quarter-hour rounding.
- Students and teachers working through unit conversion problems that mix base-60 clock time with base-10 arithmetic.
- Anyone with a spreadsheet that keeps showing 8.15 where 8.25 should be, and wants to understand why the totals are wrong.
Key terms
- Sexagesimal (base 60) time: the clock system of hours, minutes and seconds, where 60 of the smaller unit make one of the larger. It is why 8:30 is not 8.30.
- Decimal hours: a duration expressed as a base-10 number of hours, such as 8.5, so it can be multiplied by a rate. Also called industrial time or payroll hours.
- Hundredths of an hour: the second decimal place, worth 36 seconds each. Two-place decimals are the usual precision for pay and invoices.
- Tenth-hour billing: tracking time in 6-minute units (0.1 hour), common in legal and professional services.
- Nearest-increment rounding: moving a value to the closest multiple of a chosen step, which can go up or down. Distinct from rounding down (truncating) or rounding up (ceiling).
- Gross pay: hours multiplied by rate before any taxes or deductions. What this calculator shows when you enter a rate.
The cost of reading 8:30 as 8.30
The most common error with time and decimals is treating the minutes as if they were already hundredths. The table shows how far off that lands for typical entries and what it costs at a $20 hourly rate.
| Clock time | Correct decimal | Misread as | Hours lost | Pay lost at $20/h |
|---|---|---|---|---|
| 6:10 | 6.1667 | 6.10 | 0.0667 | $1.33 |
| 8:15 | 8.2500 | 8.15 | 0.1000 | $2.00 |
| 7:20 | 7.3333 | 7.20 | 0.1333 | $2.67 |
| 8:30 | 8.5000 | 8.30 | 0.2000 | $4.00 |
| 8:45 | 8.7500 | 8.45 | 0.3000 | $6.00 |
| 9:50 | 9.8333 | 9.50 | 0.3333 | $6.67 |
The error always runs against the worker, and it grows with the minute count: 50 minutes misread as 0.50 loses a third of an hour. A single 0.1-hour slip repeated on 250 working days is 25 hours, or $500 at $20 an hour.
What changes the result
- Rounding increment. Quarter-hour rounding can move a single entry by up to 7 minutes (0.1167 h); tenth-hour rounding by at most 3 minutes (0.05 h); exact mode by nothing.
- Where the minutes fall. An entry at 8 minutes past rounds up a full quarter, one at 7 minutes past rounds down. Habitually finishing at :52 rather than :53 costs a quarter hour every day under quarter-hour rounding.
- Per-row versus once. Rounding five entries separately and rounding their sum can differ by 0.25 h in either direction.
- Seconds. They are small (0.0003 h each) but a stopwatch total of 45 seconds a day across 30 days is 22.5 minutes.
- Decimal places kept. Truncating 20 minutes to 0.33 rather than 0.3333 drops 0.0033 h, or 12 seconds, per entry.
Tips for accurate timesheets
- Write durations with a colon (8:15) and decimals with a point (8.25) and never mix the two in one column.
- In a spreadsheet, store time as a time value and multiply by 24 to get decimal hours; typing 8.15 as a number will silently break the total.
- Ask which rounding rule your employer applies and whether it is per punch, per day or per week, then reproduce it here before questioning a paycheck.
- Keep four decimal places while adding and round only the final figure, or follow the payroll system's own order of operations.
- For invoices, state the increment you bill in (for example, "billed in 0.1-hour increments") so the client can reconcile your hours.
Limitations
- The calculator converts and totals durations. It does not compute a span from clock-in and clock-out times; use the Time Clock Calculator for that.
- Gross pay is a flat hours-times-rate figure with no overtime premium, shift differential or tax withholding.
- Rounding follows the nearest-increment method. Employers using round-down or round-up rules, or grace periods, will produce different totals.
- Rows are limited to 31, enough for a month of daily entries; the total is capped only by that row count.
- Values display to two or four decimal places. Internally the arithmetic is exact to the second.
Related calculators and when to use which
Use the Hours Calculator when you have a start and end time and need the span, the Time Calculator when you need to add or subtract two h:mm:ss values without any payroll context, the Timesheet Calculator for a full week of start, end and break entries, the Time Clock Calculator for punch times with lunch and rounding, the Overtime Calculator once you have the weekly decimal total and need the split at 40 hours, and the Hourly to Salary Calculator to turn a rate into annual pay. This page sits in the middle: durations in, decimals and a rounded total out.
Sources
- U.S. Department of Labor, Wage and Hour Division - Fact Sheet #21: Recordkeeping Requirements under the FLSA (timekeeping and rounding practices).
- 29 CFR 785.48 - Use of time clocks (nearest 5 minutes, one-tenth or one-quarter hour rounding).
- The conversion itself is arithmetic (minutes ÷ 60, seconds ÷ 3,600) and needs no external source.
๐ก Good to know
Spreadsheets already know the trick
If a cell holds a real time value, multiplying it by 24 returns decimal hours: 8:15 becomes 8.25. Format the result as a number, not as time, or the spreadsheet will show it as a clock reading again.
Rounding has to be neutral
Under 29 CFR 785.48, an employer may round to the nearest quarter hour only if the practice averages out and workers are paid for all hours actually worked. A policy that consistently rounds in the employer's favor does not qualify.
Two decimals is 36 seconds of precision
A hundredth of an hour is 36 seconds. That is fine for payroll, but if you bill by the minute, keep the four-place figure the calculator shows and round only on the invoice total.
โ ๏ธ Common mistakes & edge cases
Typing 8:30 as 8.30
The minutes are sixtieths, not hundredths. 8:30 is 8.50 hours; 8.30 is 8 hours 18 minutes. Every entry of this kind shorts the worker, by 0.20 hours in this case.
Adding decimals that were rounded too early
Six entries of 20 minutes are exactly 2.00 hours, but six entries written as 0.33 add to 1.98. Carry four places (0.3333) through the sum and round at the end.
Assuming rounding only goes down
Nearest-quarter rounding moves 8:08 up to 8.25 and 6:57 up to 7.00 just as it moves 8:07 down to 8.00. If your payroll always lands below the exact figure, the policy is not nearest-increment rounding and may not comply with 29 CFR 785.48.
Converting 8.33 back and expecting 8:20
8.33 is 8 hours 19 minutes 48 seconds, because 0.33 × 60 = 19.8 minutes. Only 8.3333 (repeating) is exactly 8:20. When a two-place decimal does not reverse cleanly, the original was a repeating fraction.
Mixing rounding per row with rounding the total
Payroll software typically rounds each punch or each day, then sums. Rounding the weekly total once can differ by a quarter hour. Match the method your employer uses before comparing figures.
Expecting the pay figure to include overtime
The gross figure here is hours times rate. A 45-hour week at $20 shows $900; with the federal 1.5x premium on the 5 overtime hours it would be $950. Take the decimal total to the Overtime Calculator for that step.
❓ Frequently asked questions
How do I convert time to decimal hours?
Keep the whole hours, divide the minutes by 60, divide any seconds by 3,600, and add the three parts together. 7 hours 38 minutes 30 seconds is 7 + 38/60 + 30/3600 = 7 + 0.6333 + 0.0083 = 7.6417 decimal hours. The calculator does this for every row you enter and adds the rows into one total.
What is 8 hours 15 minutes in decimal?
8.25 hours. Fifteen minutes is a quarter of an hour (15/60 = 0.25), so 8:15 becomes 8.25. The common mistake is to write 8.15, which is only 8 hours 9 minutes and short-changes the worker by 6 minutes on that entry.
What is 0.75 hours in minutes?
45 minutes. Multiply the decimal fraction by 60: 0.75 x 60 = 45. The same rule gives 0.25 = 15 minutes, 0.50 = 30 minutes, 0.10 = 6 minutes and 0.01 = 0.6 minutes (36 seconds). Switch the calculator to Decimal to time to convert any figure back to h:mm:ss.
Why do payroll systems use decimal hours instead of hours and minutes?
Because pay is hours multiplied by a rate, and you cannot multiply 40:15 by $22 directly. Converting to 40.25 hours makes the arithmetic straightforward: 40.25 x $22 = $885.50. Timesheets are written in clock time because that is how people think about a shift, but every payroll and invoicing system stores the value as a decimal.
How does rounding to the nearest quarter hour work?
Each entry is moved to the closest 15-minute mark: 1 to 7 minutes past a quarter round back, 8 to 14 minutes round forward. So 8:12 becomes 8:15 (8.25 h) and 8:33 becomes 8:30 (8.50 h). This is the practice described in the Department of Labor's regulation at 29 CFR 785.48, which permits rounding only if it averages out so employees are paid for all hours actually worked over time.
Should I round each entry or only the weekly total?
Use whatever your employer's policy or payroll software does, because that is what your paycheck reflects. The two methods can differ. In the example on this page, five daily entries totaling 40:35 come to 40.50 hours whichever way you round, but with other combinations rounding row by row can land a quarter hour above or below rounding the exact total once. The calculator shows both figures side by side when rounding is on.
What is the difference between 0.25-hour and 0.10-hour rounding?
Quarter-hour rounding moves entries to 15-minute marks (0.00, 0.25, 0.50, 0.75). Tenth-hour rounding moves them to 6-minute marks (0.1, 0.2, 0.3 and so on), which is finer and produces tidy one-decimal figures. 8:33 becomes 8.50 under quarter-hour rounding but 8.60 under tenth-hour rounding (33 minutes sits exactly between 30 and 36, and the calculator rounds ties up, while 8:32 would give 8.50 under both rules).
Does the calculator handle seconds?
Yes. Each row has a seconds field, and seconds are divided by 3,600 to become hours: 45 seconds is 0.0125 hours, and 1:30:30 is 1.5083 hours. Seconds matter for billing systems that meter usage precisely and for stopwatch or lap timing; for a normal timesheet you can leave the field at 0.
How many decimal places should I keep?
Two decimal places (0.01 hour = 36 seconds) is the standard for payroll and invoices, and it is what the headline figure shows. The calculator also displays four places so you can see the exact value: 20 minutes is 0.3333, not 0.33, and over many entries those thousandths add up. Round only at the very end, or follow your payroll system's rule.
Can I use this as a minutes to decimal calculator?
Yes. Leave the hours field at 0 and type the minutes: 50 minutes gives 0.83 (exactly 0.8333). The collapsible table under the calculator lists all sixty minute values, so you can also look up a conversion without typing anything.
Is a decimal hours calculator the same as a time card calculator?
They overlap but answer different questions. A time card or time clock calculator starts from clock-in and clock-out times and works out the span between them. This decimal hours calculator starts from durations you already know (8 hours 15 minutes, for example), converts each to a decimal and adds them. If you have punch times, use the Time Clock Calculator first, then bring the daily totals here to sum and round.
Does this calculator deal with overtime or taxes?
No. It converts and totals hours and, if you enter a rate, multiplies the two for a gross figure. It does not split hours at 40 per week, apply the 1.5x overtime premium, or withhold taxes. For the overtime split use the Overtime Calculator; for withholding use the Payroll Tax Calculator.