Time calculators

Decimal to Time Calculator

Updated Sep 1, 2026 By Jehan Wadia
Rate Formulas
Conversion Direction
Decimal Time Converting a decimal value into HH:MM:SS time.
Decimal Value to Convert
Positive numbers only — e.g. 6.75
Unit of the value you typed above.
Unchecked rounds to whole seconds (42:45:22); checked shows hundredths (42:45:21.60).
Conversion Result
Time (HH:MM:SS)
6:45:00
Compact (HH:MM:SS) 6:45:00
Verbose 6 hours, 45 minutes, 0 seconds
Same duration expressed as a decimal
Days
0.2813
Hours
6.7500
Minutes
405.00
Seconds
24,300.00
Duration Composition

Step-by-Step Solution
Hide steps
Decimal → Time Reference Chart

Highlighted row matches the minutes in your current result.

Decimal 0.02 to 0.50 (1 to 30 minutes) with HH:MM:SS equivalents
DecimalHH:MM:SS
Decimal 0.52 to 1.00 (31 to 60 minutes) with HH:MM:SS equivalents
DecimalHH:MM:SS
Time → Decimal Reference Chart

Every minute from 00:01 to 01:00 as a 4-decimal value. Highlighted row matches your current result.

Time (HH:MM) from 00:01 to 01:00 converted to decimal hours, minutes and seconds
Time (HH:MM)Decimal HoursMinutesSeconds

Introduction

This Decimal to Time Calculator turns a decimal number like 6.75 into clock time like 6:45:00. It also works the other way. Type in hours, minutes, and seconds, and it gives you the decimal back.

You pick what your number means: days, hours, minutes, or seconds. Then the tool runs the conversion. It shows the answer in HH:MM:SS, in plain words, and as a decimal in every unit. If the time is longer than 24 hours, it also splits it into days.

This helps with timesheets, payroll, billing hours, school projects, and sports times. A worker who logs 7.25 hours worked 7 hours and 15 minutes. A run of 1.5 hours took 1 hour and 30 minutes.

You also get step-by-step math so you can see how the answer was found, a chart of the parts, and two quick reference tables for common decimal and time values. Want more detail? Check the box to show hundredths of a second.

How to use our Decimal to Time Calculator

Enter a decimal number or a time, and this calculator shows you the answer in HH:MM:SS format or as a decimal, plus a step-by-step solution and a chart.

Conversion Direction: Click "Switch Direction" to pick which way you want to convert. Choose Decimal → Time to turn a number like 6.75 into 6:45:00, or Time → Decimal to turn 6 hours 45 minutes into 6.75.

Decimal value: Type the number you want to convert, such as 6.75 or 0.25. Use positive numbers only.

This decimal represents: Pick the unit of the number you typed (days, hours, minutes, or seconds). This tells the calculator what 6.75 means.

Hours: Type the number of hours in your time, like 6.

Minutes: Type the number of minutes, like 45.

Seconds: Type the number of seconds, like 30. Leave it as 0 if you don't need seconds.

Show decimal result in: Pick the unit for your decimal answer (days, hours, minutes, or seconds).

Show hundredths of seconds: Check this box for extra precision, like 42:45:21.60. Leave it unchecked to round to whole seconds.

Convert: Click this button to see your result. Click "Clear" to start over with the default values.

Decimal to Time Conversion Explained

Clocks count in 60s. Calculators count in 10s. That mix-up is why 6.75 hours is 6 hours and 45 minutes, not 6 hours and 75 minutes. Converting between decimal numbers and clock time (HH:MM:SS) fixes that gap.

What Is Decimal Time?

Decimal time writes a length of time as one plain number. The part before the dot is the whole unit. The part after the dot is a fraction of that unit. So 2.5 hours means 2 whole hours plus half an hour (30 minutes). Timesheets, payroll systems, and spreadsheets almost always use this style because it is easy to add and multiply.

How the Math Works

Every conversion uses the same three facts:

  • 1 day = 24 hours
  • 1 hour = 60 minutes = 3,600 seconds
  • 1 minute = 60 seconds

Decimal to time: multiply the decimal by the seconds in its unit, then pull out whole hours, whole minutes, and the seconds left over. Example: 6.75 hours × 3,600 = 24,300 seconds → 6 hours, 45 minutes, 0 seconds.

Time to decimal: turn the whole time into seconds, then divide by the seconds in the unit you want. Example: 6h 45m = 24,300 seconds ÷ 3,600 = 6.75 hours.

Common Decimal Hour Values

Decimal HoursClock Time
0.100:06
0.250:15
0.330:20
0.500:30
0.750:45
1.001:00

Where People Use This

Payroll clerks change worked hours like 7h 20m into 7.33 so they can multiply by a pay rate. Lawyers and freelancers bill in decimal tenths of an hour. Runners and swimmers read split times in decimals. Teachers, drivers, and project managers use it to log shifts and tasks.

Tips to Avoid Mistakes

  • Never read the decimal as minutes. 0.5 is 30 minutes, not 5 or 50.
  • Some decimals repeat, like 20 minutes = 0.3333 hours. Keep four decimal places for accurate pay.
  • Check your unit first. 6.75 days and 6.75 hours are very different lengths.
  • Over 24 hours, split the answer into days plus hours so it is easier to read. For spans across calendar dates, use the Date Duration Calculator instead.
  • Working with a 24-hour clock on a timesheet? The Military Time Calculator converts those readings before you run them through here.

Formulas used

Decimal value to total seconds
T = V \times k,\quad k \in \{86400,\ 3600,\ 60,\ 1\}
Time components to total seconds
T = h \times 3600 + m \times 60 + s
Rounding to selected precision
T = \frac{\left\lfloor 100\,T_{exact} + 0.5 \right\rfloor}{100} \quad \text{or} \quad T = \left\lfloor T_{exact} + 0.5 \right\rfloor
Whole hours and remainder
H = \left\lfloor \frac{T}{3600} \right\rfloor,\qquad R_1 = T - 3600H
Whole minutes and remaining seconds
M = \left\lfloor \frac{R_1}{60} \right\rfloor,\qquad S = R_1 - 60M
Day breakdown for durations over 24 hours
D = \left\lfloor \frac{H}{24} \right\rfloor,\qquad H' = H - 24D
Total seconds back to a decimal unit
V_{out} = \frac{T}{k_{out}}
Decimal equivalents of the duration
d = \frac{T}{86400},\quad h = \frac{T}{3600},\quad m = \frac{T}{60},\quad s = T

Frequently asked questions

What does 6.75 hours mean in hours and minutes?

6.75 hours is 6 hours and 45 minutes. The .75 is three quarters of an hour, and three quarters of 60 minutes is 45 minutes.

To check it yourself: 0.75 × 60 = 45.

How do I turn a decimal into minutes by hand?

Multiply the part after the dot by 60.

  • 0.2 hours → 0.2 × 60 = 12 minutes
  • 0.4 hours → 0.4 × 60 = 24 minutes
  • 0.9 hours → 0.9 × 60 = 54 minutes

If you get a decimal again, multiply that leftover by 60 to get seconds.

What is 0.1 of an hour?

0.1 hour is 6 minutes. Each tenth of an hour equals 6 minutes, which is why many lawyers and freelancers bill in tenths.

Why does my answer end in .9999 or .0001?

Some decimals never end, like 0.3333 hours for 20 minutes. Computers cut them off, so tiny gaps show up.

The calculator rounds to whole seconds by default, so you still see a clean answer like 0:20:00.

What is 1.5 hours in time?

1.5 hours is 1 hour and 30 minutes, shown as 1:30:00. Half of 60 minutes is 30 minutes.

How do I convert minutes into decimal hours?

Divide the minutes by 60.

  • 15 minutes ÷ 60 = 0.25
  • 20 minutes ÷ 60 = 0.3333
  • 45 minutes ÷ 60 = 0.75

Switch the tool to Time → Decimal and type the minutes to see it done for you.

Why do I have to pick a unit for my decimal?

Because the same number means very different lengths. 6.75 days is over a week, but 6.75 hours is part of one day, and 6.75 minutes is under seven minutes.

Picking days, hours, minutes, or seconds tells the calculator what to multiply by.

What are the four small boxes under the result?

They show the same length of time in four units at once: days, hours, minutes, and seconds. This lets you grab whichever unit your form or payroll system asks for without running a new conversion.

Is 7.5 hours the same as 7 hours 50 minutes?

No. 7.5 hours is 7 hours and 30 minutes. The digit after the dot is a fraction of an hour, not a count of minutes. Reading it as minutes is the most common mistake people make.

How many decimal places should I keep for payroll?

Keep at least two, and four is safer for repeating values like 0.3333 hours. Cutting 20 minutes down to 0.33 loses a little pay on every shift, and that adds up over a year.