Connect via MCP →

Enter Calculation

Formula

Advertisement

Results

Result
2 h 30 min
from 150 total minutes
Hours 2
Remaining minutes 30
Decimal hours 2.5

What This Converter Does

The Minutes to Hours and Minutes Converter takes any whole number of minutes and breaks it down into full hours plus the leftover minutes. For example, 150 minutes becomes 2 hours and 30 minutes. It also shows the equivalent value in decimal hours (2.5), which is handy for timesheets, billing, and spreadsheets that expect a decimal format.

How to Use It

Type the total number of minutes into the input box and the calculator instantly returns three values: the whole hours, the remaining minutes, and the decimal-hour equivalent. There are no units to choose and no other settings — it works for any positive number of minutes.

The Formula Explained

The conversion relies on two simple operations. The number of whole hours is the floor (round-down) of the minutes divided by 60: \(\text{hours} = \left\lfloor \text{min} / 60 \right\rfloor\). The leftover minutes are what remains after removing those whole hours: \(\text{remMin} = \text{min} \bmod 60\). The decimal-hour value is simply \(\text{min} / 60\) without rounding down.

$$\text{hours} = \left\lfloor \frac{\text{min}}{60} \right\rfloor \qquad \text{remMin} = \text{min} - 60 \times \text{hours}$$

$$\text{Decimal Hours} = \frac{\text{min}}{60}$$

Total minutes split into whole hours and remaining minutes using division by 60
Dividing total minutes by 60 gives whole hours, and the remainder gives the leftover minutes.

Worked Example

Suppose you have 200 minutes. Dividing by 60 gives 3.33, and the floor is 3, so there are 3 whole hours. The remainder is $$200 - (3 \times 60) = 200 - 180 = 20$$ minutes. So 200 minutes equals 3 hours and 20 minutes, or about 3.33 decimal hours.

Example converting 150 minutes into 2 hours and 30 minutes
Example: 150 minutes equals 2 hours and 30 minutes.

FAQ

How many hours is 90 minutes? 90 minutes is 1 hour and 30 minutes (1.5 decimal hours).

What is the difference between "2:30" and "2.5 hours"? "2:30" means 2 hours and 30 minutes (hours and minutes format), while "2.5 hours" is the same duration written in decimal form. This tool gives you both.

Can I enter a large number like 1000 minutes? Yes. 1000 minutes converts to 16 hours and 40 minutes (about 16.67 decimal hours).

Last updated: