Skip to main content

Minutes to Hours Converter

Convert minutes to hours and back, in decimal and Hh Mm formats.

Written by Golam Rabbani, Founder & Lead Engineer

How to use this minutes to hours converter

  1. Pick the input unit — minutes or hours.
  2. Type the value you want to convert.
  3. Press Convert to see the result in decimal hours, hours-and-minutes, total minutes, and total seconds.
  4. Flip the unit toggle to round-trip the value into the other format.
  5. Use Copy to grab the result, or Reset to start over.

About this minutes to hours converter

The minutes-to-hours converter turns a duration in minutes into a duration in hours, expressed three ways: decimal hours (e.g. 1.5), hours-and-minutes (e.g. 1h 30m), and total seconds. It also runs in reverse — type a decimal-hour value and it returns the matching minutes and H:M breakdown.

Internally the conversion is a single multiplication or division: minutes ÷ 60 for decimal hours, with the floor-and-remainder split producing the H:M form. The unit toggle is non-destructive — flipping it converts the existing value rather than wiping it, so you can paste a number once and read it in both units. We assume positive values; negative durations are not meaningful for this conversion and return an inline error.

For example, 135 minutes becomes 2.25 hours, formatted as 2h 15m, with 8,100 total seconds. Going the other way, 1.75 hours becomes 105 minutes, formatted as 1h 45m. Use it when a form asks for hours in decimal but you have the figure in minutes, or vice versa — particularly common in payroll, billing, and project-tracking software.

FAQ

Why does decimal hours show four decimal places?
Because minute-level inputs do not always divide evenly by 60. Showing four decimals preserves the exact value (every whole-minute input has a representation that terminates within four decimals) without forcing you to truncate.
What does the unit toggle do?
It converts your current value to the other unit rather than wiping it. So if you have 90 in the minutes field and flip to hours, the field shows 1.5 — ready for you to read or copy.
Can I convert negative durations?
No. Durations are non-negative by definition; the calculator returns an inline error for negative inputs.
Why is the seconds figure useful?
Some APIs and command-line tools (cron sleep intervals, ffmpeg durations, exercise timers) prefer seconds as a single integer. The seconds figure saves you a second conversion step.
Is the converter free?
Yes. It runs entirely in your browser, with no signup, no rate limit, and no data sent to a server.