Minutes to Hours Converter

Enter a time in any unit and see hours, minutes and seconds instantly.

Supports seconds, minutes, hours, days, weeks, months and years, plus hrs:min:sec-style compound units.

Updated August 15, 2026
Frank Zhao - Creator
CreatorFrank Zhao
Loading calculator…

Introduction

The Minutes to Hours Converter shows one duration in every common time unit at once. Type a value into any one of the four fields — Hours, Minutes, Seconds or Time — and the other three update immediately, so you never do the base-60 arithmetic by hand.

All four fields always hold the same duration, just written differently:

  • Hours, Minutes and Seconds each take a plain number, for example 2.52.5 hours.
  • Time starts in compact hrs:min:sec\mathrm{hrs{:}min{:}sec} notation (three sub-boxes), and its unit menu also offers days, weeks, months, years and combined forms like min:sec\mathrm{min{:}sec} or days:hrs\mathrm{days{:}hrs}.

Anyone who records work hours, computes per-hour rates, plans projects, or just wants one duration in the unit their spreadsheet, timesheet or next tool expects will find it faster here than reaching for a calculator. The conversion runs both ways, so you can correct any single value and the others follow.

How to use / quick start

  1. 1Type the duration you already have into any field. Use the Time field (three sub-boxes for hours, minutes and seconds) for a value like 2hrs30min2\,\mathrm{hrs}\,30\,\mathrm{min}, or a plain field for a decimal value like 2.52.5 hours.
  2. 2Read the converted values — the other three fields update as you type, so you see every equivalent at a glance without pressing anything.
  3. 3If you need a unit the Time field isn't showing, switch its unit menu — seconds, minutes, hours, days, weeks, months, years, or a combined form — and the same duration is re-read in that unit.
  4. 4Copy the value your spreadsheet, timesheet, log or next calculation expects. You can correct any single field later and the rest follow automatically.

Worked example — 2.52.5 hours in minutes, seconds and hrs:min:sec

Type 2.52.5 into the Hours field. The calculator first converts to seconds, then back out into every other unit:

2.5×36002.5 \times 3600==9,000 s9{,}000\ \mathrm{s}
9,000÷609{,}000 \div 60==150 min150\ \mathrm{min}

So 2.52.5 hours reads back as 150150 minutes, 9,0009{,}000 seconds, and 2:30:002{:}30{:}00 in hrs:min:sec — the whole hours come from the integer part and the remaining half-hour is the minutes.

Because every field holds the same duration, you can also type the value the other way round — enter 2:30:002{:}30{:}00 into the Time field and the Hours box fills in with 2.52.5.

Calculation method

Everything flows through seconds. Each unit has an exact number of seconds, and any duration is first converted to seconds, then re-expressed in the unit you're reading. The base rule:

1 hr1\ \mathrm{hr}==60 min60\ \mathrm{min}==3,600 s3{,}600\ \mathrm{s}

From hrs:min:sec to seconds

Each part is multiplied by its seconds-per-unit factor and added together:

SS==H×3600H \times 3600++M×60M \times 60++ss

From seconds back to hrs:min:sec

The whole hours come from the integer part of the seconds divided by 36003600, the leftover is split into minutes and seconds:

HH==S/3600\lfloor S / 3600 \rfloor
MM==SH360060\left\lfloor \dfrac{S - H \cdot 3600}{60} \right\rfloor
ss==SS-H3600H \cdot 3600-M60M \cdot 60

For example, 3,661 s3{,}661\ \mathrm{s} == 1:01:011{:}01{:}01 — one hour, one minute and one second.

Seconds per unit

UnitSecondsAlso equal to
1 second1 s
1 minute60 s160 hr\tfrac{1}{60}\ \mathrm{hr}
1 hour3,600 s60 min
1 day86,400 s24 h
1 week604,800 s7 days
1 month2,629,800 s30.44 days
1 year31,557,600 s365.25 days

Months and years here use a 365.25-day average (one year is 365.25 days, and one month is a twelfth of that), which keeps large-duration conversions consistent.

Overflow is carried for you

Because 60s=1min60\,\mathrm{s} = 1\,\mathrm{min} and 60min=1hr60\,\mathrm{min} = 1\,\mathrm{hr} (and, at larger scale, 24h=1day24\,\mathrm{h} = 1\,\mathrm{day}, 7days=1wk7\,\mathrm{days} = 1\,\mathrm{wk} and 12mos=1yr12\,\mathrm{mos} = 1\,\mathrm{yr}), the calculator normalizes any overflow. Enter 5:75:305{:}75{:}30 and it reads back as 6:15:306{:}15{:}30.

Decimal values are fine too — 2.72.7 hours is 2:42:002{:}42{:}00, because the 0.70.7 hour is 4242 minutes.

Real-world examples

Hourly fuel consumption from a short run

A generator ran for 23 min 47 s23\ \mathrm{min}\ 47\ \mathrm{s} and burned 6.4 L6.4\ \mathrm{L} of fuel. To find the consumption per hour, first convert the run time to decimal hours. Type 2323, 4747 and 00 into the Time field's hrs:min:sec boxes — the Hours field fills in with 0.39640.3964.

23×6023 \times 60++4747==1,427 s1{,}427\ \mathrm{s}
1,427÷36001{,}427 \div 3600==0.3964 hrs0.3964\ \mathrm{hrs}

Now divide the fuel used by the hours run:

6.4÷0.39646.4 \div 0.3964\approx16.1 L/hr16.1\ \mathrm{L/hr}

The generator burns about 16.116.1 litres per hour — a per-hour figure you can compare directly against the spec sheet.

A long project logged in days and weeks

A renovation log shows 366366 hours of work so far, and the crew wants to compare it against a two-week deadline. Switch the Time field's unit to weeks / days and type 366366 into the Hours field:

366÷24366 \div 24==15.25 days15.25\ \mathrm{days}
15.25 days15.25\ \mathrm{days}==2 wk2\ \mathrm{wk}++1.25 days1.25\ \mathrm{days}

The Time field reads 2 wk 1.25 days2\ \mathrm{wk}\ 1.25\ \mathrm{days} (switch to days / hours and it shows 15 days 6 hrs15\ \mathrm{days}\ 6\ \mathrm{hrs}). The crew is past two weeks and roughly a quarter of a day over — a quick check of whether the deadline is realistic.

Related: once you know a duration in hours, the Time Percentage Calculator shows what share of a day, week or month that duration represents.

Tips & best practices

Decimal hours are accepted

You don't need whole numbers — 2.72.7 hours is a valid input. The calculator splits the fractional hour into minutes and seconds automatically (2:42:002{:}42{:}00).

Results are only as precise as your input

A duration entered with one decimal gives results rounded to about that level. If seconds look unstable, the source value simply needs more decimal places — the converter adds no accuracy of its own.

Pick the unit that fits the size

A 9090-minute task reads more naturally as 1.51.5 hours than as 5,4005{,}400 seconds. For long stretches, switch to days or weeks instead of counting thousands of minutes.

Keep minutes and seconds under 60

Typing 1:90:001{:}90{:}00 works, but the calculator carries it to 2:30:002{:}30{:}00. Entering already-normalized values keeps your input easy to double-check.

Frequently asked questions

Q

Why did 75 minutes come back as 1 hour 15 minutes?

Because time carries at 6060, the same rule that turns 6060 seconds into a minute. The calculator normalizes any value that overflows, so 7575 minutes is the same duration as 1:15:001{:}15{:}00 and is shown that way. This carry also works at larger scale — 2424 hours become a day, and 77 days become a week.

Q

Why is a month exactly 2,629,800 seconds when months aren't all the same length?

This converter uses a fixed 365.25-day year — the average that accounts for leap years — and divides it into twelve equal months, giving 365.25÷12365.25 \div 12==30.4430.44 days per month. Calendar months vary from 2828 to 3131 days, so for a date-to-date span use the days or weeks units instead, where every day is exact.

Limitations

  • This calculator changes how a duration is written — it does not measure time or add accuracy beyond the numbers you type. Results are only as precise as the input.
  • Months and years use a fixed 365.25-day average. Real calendar months run 28283131 days and calendar years have 365365 or 366366 days, so these units are for consistent large-duration estimates, not exact calendar math.
  • Negative durations are not accepted. For payroll, scheduling or contractual use, confirm the units and rounding your employer, contract or regulator expects.
Minutes to Hours Converter – Convert Hours, Minutes and Seconds