Time calculators

Decimal to Minutes Calculator

Updated Sep 1, 2026 By Infinity Calculator
Rate Formulas
Decimal → Hours & Minutes
Positive decimal, up to 4 decimal places (example: 6.75 = 6 hours 45 minutes).
Change the unit and the result re-converts instantly.
Converted Result
Hours : Minutes (HH:MM)
6:45
Hours : Minutes : Seconds6:45:00
Total Minutes Only405 minutes
Total Seconds Only24,300 seconds
In Plain Language6 hours and 45 minutes

Same duration in other units
6.75 hr405 min24,300 s0.2813 days
Step-by-Step Solution
Breakdown of the Duration
Reverse: Convert Minutes to Decimal
Which input should be used?
Both input rows stay editable — the selected mode decides which one is converted.
Reverse Result
Decimal Value
6.75
decimal hours
Time Entered (HH:MM:SS)6:45:00
Total Minutes405 minutes
Total Seconds24,300 seconds
Worked calculation
Decimal to Hours:Minutes Reference Chart

Select any row (click, or focus it and press Enter / Space) to load that decimal value into the calculator above.

Decimal values 0.02 through 0.50 and their hours and minutes equivalents
DecimalHours:Minutes
Decimal values 0.52 through 1.00 and their hours and minutes equivalents
DecimalHours:Minutes

Introduction

This Decimal to Minutes Calculator turns a decimal time value into hours and minutes. Type a number like 6.75, and you get 6:45, which is 6 hours and 45 minutes. It works the other way too. Put in hours, minutes, and seconds, and it gives you the decimal number back.

Decimal time shows up on time cards, payroll sheets, and work logs. A shift of 7.25 hours is really 7 hours and 15 minutes. Doing that math in your head is slow and easy to get wrong. This tool does it for you right away.

You can convert decimal hours, minutes, seconds, days, or weeks. The results show HH:MM, HH:MM:SS, total minutes, and total seconds. A step-by-step section shows how the answer was found, so you can check the work. A chart breaks the time into parts you can see. For the reverse job on its own page, try the Minutes to Decimal Calculator.

There is also a quick reference chart. It lists common decimal values from 0.02 to 1.00, plus a longer list up to 12.00. Click any row to load that value into the calculator. It is a fast way to look up an answer without typing.

How to use our Decimal to Minutes Calculator

Type a decimal number, pick the unit it is in, and the calculator shows the time in hours and minutes, plus total minutes, total seconds, and a step-by-step answer.

Enter Decimal Hours: Type your decimal number here, like 6.75. Use positive numbers only, with up to 4 decimal places.

Unit of the Decimal Value: Choose what your number stands for: decimal hours, minutes, seconds, days, or weeks. The result updates right away.

Calculate button: Click it to convert your decimal to hours and minutes. Results also update as you type.

Reset button: Click it to clear your work and go back to the sample value of 6.75.

Which input should be used (reverse mode): Pick "Hours : Minutes : Seconds" to convert a clock-style time, or pick "Single total value" to convert one number.

Hours, Minutes, and Seconds: Type each part of your time in these three boxes. Leave a box empty or use 0 if you do not need it.

Single Total Value: Type one whole amount of time here, like 405. Use this box when you pick single total value mode.

Unit of Total Value: Tell the calculator if your single total is in seconds, minutes, hours, or days.

Show Decimal Value In: Choose the unit for your answer: decimal hours, minutes, seconds, or days.

Convert to Decimal button: Click it to turn your time into a decimal number, such as 6:45 into 6.75.

Reset Reverse button: Click it to clear the reverse boxes and start over.

Reference chart rows: Click any row in the decimal to hours and minutes chart to load that value into the calculator. Click "Show Extended Table" to see values from 1.25 up to 12.00.

Decimal to Minutes Converter: What It Does

Time can be written in two ways. One way uses hours and minutes, like 6:45. The other way uses a single decimal number, like 6.75 hours. Both mean the same amount of time. A decimal to minutes calculator changes the decimal form into hours and minutes so it is easier to read.

What Decimal Time Means

In decimal time, the part after the dot is a piece of one hour, not a count of minutes. So 6.75 does not mean 6 hours and 75 minutes. It means 6 whole hours plus 0.75 of an hour. Since one hour has 60 minutes, 0.75 × 60 = 45 minutes. The answer is 6 hours and 45 minutes.

How to Convert Decimal Hours to Minutes

  1. Keep the whole number. That is your hours.
  2. Take the decimal part and multiply it by 60. That is your minutes.
  3. If minutes still have a decimal left, multiply that piece by 60 to get seconds.

Example: 3.4 hours → 3 hours, then 0.4 × 60 = 24 minutes. So 3.4 hours = 3:24.

Going Backward: Minutes to Decimal

To go the other way, divide the minutes by 60 and add the hours. For example, 2 hours 30 minutes = 30 ÷ 60 = 0.5, so the answer is 2.5 decimal hours. To find the gap between two clock times before converting, use the Time Duration Calculator.

Common Decimal Hour Values

  • 0.25 = 15 minutes
  • 0.50 = 30 minutes
  • 0.75 = 45 minutes
  • 0.10 = 6 minutes
  • 0.33 = about 20 minutes

Why People Use Decimal Time

Payroll systems, timesheets, and billing software use decimal hours because math is simpler. It is easy to multiply 7.5 hours by a pay rate. It is harder to multiply 7 hours and 30 minutes. Workers who track hours, freelancers who bill clients, drivers, nurses, lawyers, and students doing homework all run into decimal time.

Watch Out for Rounding

Some decimals do not split into whole minutes. For example, 1.234 hours is 1 hour, 14 minutes, and about 2 seconds. Many payroll systems round to the nearest minute or to the nearest quarter hour (0.25, 0.50, 0.75). Small rounding gaps can add up over a full month, so check the rules your job uses.

Other Units Work the Same Way

The same idea works for days, minutes, and seconds. One day has 24 hours, one hour has 60 minutes, and one minute has 60 seconds. So 0.5 days = 12 hours, and 2.5 minutes = 2 minutes and 30 seconds.


Formulas used

Convert the entered decimal value to seconds
T = V \times f_u \quad \text{where } f_u \in \{1,\ 60,\ 3600,\ 86400,\ 604800\}
Whole hours
H = \left\lfloor \frac{T}{3600} \right\rfloor
Remaining seconds after whole hours
R = T - (H \times 3600)
Whole minutes and leftover seconds
M = \left\lfloor \frac{R}{60} \right\rfloor, \qquad S = R - (M \times 60)
Total minutes and rounded HH:MM
M_{total} = \frac{T}{60}, \qquad M_{round} = \operatorname{round}\left(\frac{T}{60}\right), \qquad HH{:}MM = \left\lfloor \frac{M_{round}}{60} \right\rfloor : (M_{round} \bmod 60)
Reverse: hours, minutes, seconds to total seconds
T = (h \times 3600) + (m \times 60) + s
Reverse: total seconds to decimal value in chosen unit
D = \frac{T}{f_{out}}

Frequently asked questions

Why does my HH:MM answer say it was rounded to the nearest minute?

Some decimals do not split into whole minutes. For example, 1.234 hours is 1 hour, 14 minutes, and 2 seconds. The big HH:MM number rounds to the closest minute, so it shows 1:14. The Hours : Minutes : Seconds row and the total seconds row keep the extra detail.

What happens if I use more than 4 decimal places?

It still works. The math uses your full number, but the shown values round to a few decimal places so they stay easy to read. For time cards, 4 decimal places is more than enough.

How do I convert 405 minutes into hours and minutes?

Two ways:

  • In the top box, type 405 and set the unit to Decimal minutes. You get 6:45.
  • In reverse mode, pick Single total value, type 405, and set the unit to Minutes.

What is the difference between HH:MM and total minutes?

HH:MM splits the time into two parts, like 6:45. Total minutes puts it all in one number, like 405 minutes. Both are the same length of time, just written in different ways.

What is 0.01 of an hour in minutes?

0.01 hours is 0.6 minutes, which is 36 seconds. Small decimals matter on long timesheets, so check the seconds row when the number is tiny.

How do I go the other way and get a decimal answer?

Use the reverse section. Pick Hours : Minutes : Seconds, type your time, then choose the unit you want under Show Decimal Value In. For example, 6 hours 45 minutes gives 6.75 decimal hours.

Why does everything convert to seconds first?

Seconds are the base time unit, so one shared number keeps every result matching. Hours, minutes, days, and weeks are all built from seconds, which stops small rounding errors from creeping in.

Can I convert decimal days or weeks too?

Yes. Pick Decimal days or Decimal weeks in the unit list. For example, 0.5 days is 12:00, and 0.25 weeks is 42:00.