Minutes to Hours Converter

Convert between minutes and decimal hours.

Convert Decimal hours Payroll-ready
Rate this calculator · 4.3 (4)

Minutes ↔ Hours

Exact 60:1 ratio · payroll-ready decimal

Instructions — Minutes to Hours Converter

1

Enter minutes or hours

Type a value in minutes on the left or decimal hours on the right. The conversion updates instantly. Default is 60 min — exactly one hour.

2

Pick a standard duration

Quick-pick buttons cover the most common values: 15 min (quarter hour), 60 min (one hour), 90 min (movie), 240 min (half workday).

3

Adjust precision

2 decimal places is enough for invoicing and payroll. Use 4 decimals if you need sub-minute resolution (0.0167 = 1 min).

Quick rule: minutes ÷ 60 = hours. 90 min = 1.5 h. 247 min = 4.117 h.
Reverse: hours × 60 = minutes. 5.75 h = 345 min. 2.5 h = 150 min.

Formulas

The minute and hour are both SI-accepted time units (not base units, but officially defined). One hour equals exactly 60 minutes — the relationship is mathematically clean.

Minutes to Hours (decimal)
$$ h = \frac{m}{60} $$
Divide minutes by 60 to get decimal hours. 90 min ÷ 60 = 1.5 h. Used in payroll and billing software.
Hours to Minutes
$$ m = h \times 60 $$
Multiply decimal hours by 60 to get minutes. 1.5 h × 60 = 90 min. 5.75 h × 60 = 345 min.
Minutes to Hours and Minutes
$$ H = \lfloor m / 60 \rfloor,\;M = m \bmod 60 $$
For HH:MM format: divide minutes by 60 and take the integer (hours), then the remainder (minutes). 145 min = 2h 25m.
Decimal Hours to HH:MM
$$ H = \lfloor h \rfloor,\;M = (h - H) \times 60 $$
For HH:MM format: take the whole-number part of decimal hours; the fractional part × 60 gives minutes. 5.75 h = 5h 45m.
Why 60? The Babylonian legacy
$$ 60 = 2 \times 2 \times 3 \times 5 $$
60 has more divisors than any number under 100 — divisible by 1, 2, 3, 4, 5, 6, 10, 12, 15, 20, 30, 60. Babylonian astronomers chose it around 2000 BCE for that reason.
Total Billable
$$ \text{invoice} = \frac{m}{60} \times \text{rate} $$
For invoicing: convert tracked minutes to decimal hours, then multiply by the hourly rate. 247 min × $50/h = 4.117 × $50 = $205.83.

Reference

Quick Reference — Decimal Hours and HH:MM
MinutesDecimal hoursHH:MM
15 min0.25 h0:15
30 min0.5 h0:30
45 min0.75 h0:45
60 min1.0 h1:00
90 min1.5 h1:30
120 min2.0 h2:00
240 min4.0 h4:00
360 min6.0 h6:00
480 min8.0 h8:00
600 min10.0 h10:00
720 min12.0 h12:00
1440 min24.0 h24:00

Minutes to hours by use case

Different industries round to different increments for billing and payroll.

Payroll & freelance
MinutesDecimal
6 min0.1 h (legal min)
15 min0.25 h (quarter)
30 min0.5 h (half)
60 min1.0 h (unit)
240 min4.0 h (half shift)
480 min8.0 h (full shift)
Quick math
MinutesHours
5 min0.083 h
10 min0.167 h
20 min0.333 h
40 min0.667 h
50 min0.833 h
247 min4.117 h

Lawyers and consultants bill in 0.1-hour (6-minute) increments. Freelance writers and designers typically bill in 0.25-hour (15-minute) blocks. Software contractors often use 0.5-hour units.

Article — Minutes to Hours Converter

Minutes to hours: convert with the exact 60-minute hour

One hour equals exactly 60 minutes. To convert minutes to hours, divide by 60. The result is in decimal hours (90 min = 1.5 h) or, if you prefer, hours-and-minutes format (90 min = 1h 30m). The 60-minute hour has been the standard for over 4,000 years, traced to the Babylonian base-60 number system.

The calculator at the top of this page converts in either direction. The article below covers the history of the 60-minute hour, why payroll software prefers decimal hours, and how rounding rules differ across countries and industries.

What is a minute?

A minute is a unit of time equal to 60 seconds, or 1/60 of an hour. The word comes from the Latin pars minuta prima, meaning "first small part" — the first division of an hour into smaller pieces. The second is the "second small part" (pars minuta secunda).

The minute is not an SI base unit — only the second is. But minutes, hours, and days are officially accepted for use with the SI system per the BIPM's SI Brochure. They appear in essentially every clock, calendar, and time-tracking system in the world.

What is an hour?

An hour equals 60 minutes or 3,600 seconds. The 24-hour day comes from ancient Egypt, where 12 daylight hours and 12 nighttime hours combined, with twilight handled at the boundaries into a full cycle. The Greeks and later the Romans standardized on 24 equal hours regardless of daylight length.

The hour is now defined backwards from the second. Since 1967, the SI second has been defined by the cesium-133 atom's hyperfine transition frequency: exactly 9,192,631,770 oscillations. Every hour, minute, and day on Earth ultimately derives from that atomic clock standard.

Did you know

Babylonian astronomers chose 60 as their counting base around 2000 BCE because 60 is divisible by 1, 2, 3, 4, 5, 6, 10, 12, 15, 20, 30, and 60 — more divisors than any other number under 100. That made fractions easy to write without decimals. The legacy: 60 seconds per minute, 60 minutes per hour, 360 degrees per circle, all from the same Babylonian preference for sixty.

The minutes to hours formula

To convert minutes to decimal hours, divide by 60. To convert decimal hours to minutes, multiply by 60. Both operations are exact.

The math
minutes ÷ 60 = decimal hours
hours × 60 = minutes
floor(min ÷ 60) = whole hours
min mod 60 = leftover minutes

For HH:MM (hours and minutes) format, take the whole-number part of the division as hours and the remainder as minutes. 145 min ÷ 60 = 2 remainder 25, so 145 min = 2h 25m. Modern timesheets and payroll software typically accept either decimal or HH:MM, with decimal being the more common internal format.

Common minutes to hours conversions

The conversions people search for most frequently, with everyday context:

  • 15 min = 0.25 h (a quarter hour, common break)
  • 30 min = 0.5 h (half hour, lunch)
  • 45 min = 0.75 h (three quarters, class period)
  • 60 min = 1.0 h (one hour, standard unit)
  • 90 min = 1.5 h (a film, gym session)
  • 120 min = 2.0 h (long movie, commute)
  • 240 min = 4.0 h (half a workday)
  • 480 min = 8.0 h (full workday)

Decimal hours vs. HH:MM format

Two formats dominate. Decimal hours (5.75 h) and HH:MM (5h 45m) describe the same duration but serve different purposes.

Decimal hours
5.75 h
Payroll, billing, spreadsheets
HH:MM format
5h 45m
Clocks, timetables, schedules

Decimal hours work well in spreadsheets and accounting software because they multiply cleanly. 5.75 h × $20/h = $115 is a direct calculation. The same in HH:MM format requires conversion first.

HH:MM format is easier for humans to read in schedules and clocks. "Meeting at 5:45 PM" makes more sense than "Meeting at 5.75 PM." Hospital shift schedules, transit timetables, and TV broadcast schedules all use HH:MM.

Minutes to hours for payroll and billing

Most modern time-tracking systems log work in minutes and convert to decimal hours at invoice time. This avoids cumulative rounding errors. Tracking 6 + 7 + 5 = 18 minutes and converting once gives 0.3 h. Converting each entry separately (0.1 + 0.117 + 0.083 = 0.3) gives the same answer but compounds rounding error across hundreds of entries.

Typical billing increments by industry:

  • Law: 0.1 h (6-minute) — the legal minimum billable unit
  • Consulting: 0.1 h or 0.25 h depending on firm
  • Freelance writing/design: 0.25 h (15-minute) increments
  • Software contracting: 0.5 h (30-minute) blocks
  • Hourly contractors: 1.0 h minimum, often with a half-day floor
Tip

If you bill in 15-minute increments, set your time-tracking app to log in minutes and convert at invoice time. Logging directly in quarter-hours overstates short tasks and understates long ones, biasing your effective hourly rate down.

Rounding and the law

Labor law in different countries treats time rounding differently. In the US, the Fair Labor Standards Act allows employers to round time to the nearest 15-minute increment, provided rounding is fair and consistent — it cannot systematically favor the employer. A worker clocking in at 8:07 may be paid from 8:00 (rounded down) only if a worker clocking out at 5:07 is paid through 5:15 (rounded up).

The European Union's working-time directive generally requires nearest-minute precision unless workers consent to broader rounding. Canada varies by province; federal employees in Canada must be paid to the nearest minute, while private-sector rules differ. Most modern time-clock software defaults to minute-level precision and lets management apply rounding only at the report stage.

Did you know

The US Department of Labor has won several class-action settlements against major employers for rounding time entries unfairly. The 2018 California Supreme Court case Troester v. Starbucks ruled that even small amounts of off-the-clock time — a few minutes here and there — are compensable when they recur regularly. Modern timekeeping has moved toward minute-level logging to avoid these disputes.

Common minutes-to-hours mistakes

Confusing 0.5 hours with 0.5 minutes. 0.5 h = 30 minutes; 0.5 min = 30 seconds. In payroll context "0.5" always means 0.5 hours unless explicitly labeled otherwise.

Writing 5.30 when you mean 5h 30m. 5.30 in decimal is 5 hours and 18 minutes (0.30 × 60 = 18). The correct decimal for 5h 30m is 5.50. Worth double-checking when filling out a timesheet.

Treating 1:30 PM on a clock as 1.5 hours of duration. Clock times and durations are different. 1:30 PM is a moment; 1.5 hours is a span. They use similar notation but mean different things.

Forgetting that "an hour" is 60 minutes, not 100. Decimal hours can mislead. 0.50 h looks like "half" because of the decimal, and it is — but the underlying unit is sixty. 0.10 h is 6 minutes, not 10.

FAQ

90 minutes = 1.5 hours (decimal) or 1 hour 30 minutes (HH:MM). The math: 90 ÷ 60 = 1.5.
Divide the number of minutes by 60. For example, 247 min ÷ 60 = 4.117 hours (decimal). For HH:MM format, take the whole part (4 hours) and multiply the fractional part by 60: 0.117 × 60 ≈ 7 minutes, giving 4 hours 7 minutes.
5.75 hours = 5 hours 45 minutes. The integer part is 5; the fractional 0.75 × 60 = 45 minutes.
1 hour = 60 minutes, exactly. The 60-minute hour comes from the Babylonian sexagesimal (base-60) number system, adopted by Greek astronomers and inherited by modern timekeeping.
Decimal hours simplify spreadsheet math. 4.5 hours × $20/hour = $90 is a straightforward multiplication; trying to multiply 4h 30m by $20/hour requires conversion first. Most modern HR and accounting software stores time as decimal hours internally.
0.5 hours = 30 minutes. Multiply 0.5 × 60 = 30. Quarter and half hour conversions are the most common: 0.25 h = 15 min, 0.75 h = 45 min.
Track in minutes for accuracy, then convert at invoice time. This avoids cumulative rounding errors. The legal minimum billable unit for lawyers is 0.1 hour (6 minutes); freelancers typically use 0.25 h (15 min) increments.
A standard 8-hour workday = 480 minutes. A full-time 40-hour week = 2400 minutes. With overtime (50 h/week) it is 3000 minutes.