CalculatorNeo
Fast calculators for modern life

Minutes to Hours Calculator

Convert minutes to hours and minutes, convert decimal hours to total minutes, convert hours and minutes to decimal hours, or convert decimal hours to H:M format. Choose a mode below, enter your value, and click Calculate.

decimal hoursconvert minutesconvert hours

Minutes & hours

Choose a conversion mode and click Calculate.

Live

Enter total minutes to convert to hours and minutes.

Enter a whole number of minutes. For example, 90 for 1 hour 30 minutes, or 135 for 2 hours 15 minutes. Zero is valid.
min

Results update only after you click Calculate.

Ready to convert

Enter total minutes and click Calculate.

How to convert between minutes, hours, and decimal time

How to convert minutes to hours

Divide the total minutes by 60 to get decimal hours. Then take the whole number as the hours and multiply the remainder by 60 to get the minutes component.

Formula: hours = floor(minutes ÷ 60), remaining minutes = total minutes mod 60

Example: 135 minutes ÷ 60 = 2 remainder 15, so 2 hours 15 minutes (2.25 decimal hours, 8,100 seconds). Use the Min → Hours tab and enter 135 to verify.

How to convert hours to minutes

Multiply decimal hours by 60 to get total minutes.

Formula: total minutes = decimal hours × 60

Example: 2.5 hours × 60 = 150 minutes (2 hours 30 minutes, 9,000 seconds). Use the Hours → Min tab and enter 2.5 to verify.

How to convert hours and minutes to decimal hours

Add the hours to the minutes divided by 60.

Formula: decimal hours = hours + (minutes ÷ 60)

Example: 2 hours 30 minutes = 2 + 30 ÷ 60 = 2.50 decimal hours (150 total minutes, 9,000 seconds). Use the H:M → Decimal tab, enter 2 hours and 30 minutes, and click Calculate.

How to convert decimal hours to hours and minutes

Take the whole number part as hours. Multiply the fractional part by 60 to get minutes.

Formula: hours = floor(decimal), minutes = round((decimal − floor(decimal)) × 60)

Example: 4.75 hours → hours = floor(4.75) = 4, minutes = round(0.75 × 60) = 45, so 4 hours 45 minutes (285 total minutes, 17,100 seconds). Use the Decimal → H:M tab and enter 4.75.

Why decimal hours matter for spreadsheets and time tracking

Decimal hours express a duration as a single number — for example, 2.5 instead of “2 hours 30 minutes”. This format is easier to work with in spreadsheets, payroll systems, billing software, and time-tracking tools because you can multiply directly without converting first.

Common examples where decimal hours are useful:

  • Billing: multiply decimal hours by an hourly rate to calculate charges
  • Payroll preparation: convert timesheet entries from H:M to decimal before importing
  • Spreadsheets: SUM and AVERAGE functions work directly on decimal hours
  • Time tracking software: most apps store and export hours as decimals

This calculator does not compute wages, salaries, or any monetary amounts. It converts between time formats only.

Quick reference table

Common minute-to-hours conversions for quick reference.

MinutesDecimal HoursHours and MinutesTotal Seconds
150.2515 min900
300.5030 min1,800
450.7545 min2,700
601.001h3,600
901.501h 30m5,400
1202.002h7,200
1352.252h 15m8,100
1502.502h 30m9,000
1803.003h10,800
2404.004h14,400
2854.754h 45m17,100

How this differs from related calculators

Hours and Minutes Calculator — supports duration arithmetic (adding and subtracting two H:M durations) plus conversion modes. Use it when you need to add or subtract two durations. The Minutes to Hours Calculator is conversion-only, with no arithmetic operators.

Time Addition Calculator — adds or subtracts multiple time rows including seconds, with a separate sign per row. Use it for batch totals of three or more durations, or when seconds precision matters. The Minutes to Hours Calculator handles single-value conversions only.

Hours Calculator — calculates elapsed hours between clock start and end times, handles break deductions, and supports multiple hour entries. Use it for clock-time questions like “how many hours from 08:30 to 17:00?”. The Minutes to Hours Calculator has no clock time inputs — it converts standalone time values between formats.

Time Duration Calculator — calculates elapsed duration between two specific date and time points. The Minutes to Hours Calculator does not use date or clock time inputs.

Other tools in the Date & Time collection.

Minutes to hours calculator FAQ

Common questions about converting minutes, hours, and decimal time.