Minutes to Hours Converter - Decimal & HH:MM Tool

Convert minutes to hours instantly. Get results in both decimal hours and hours:minutes format. Perfect for time tracking, payroll, and scheduling.

Minutes to Hours Converter

Convert minutes to hours instantly with precise decimal and hours:minutes format.

Enter any number of minutes (whole numbers)

Decimal Hours

20.18

hours (decimal)

1211 minutes = 20.18 hours

Hours:Minutes Format

20:11

20 hours 11 minutes

Quick Reference

Common minute to hour conversions

Example Conversions

Click to load common minute values

Basic

Work

Time

Daily

Travel

Minutes to Hours Converter: Decimal Hours and HH:MM Format for Time Tracking

Converting minutes to hours is a constant need in time tracking, payroll processing, project management, and scheduling. Our converter gives you both formats simultaneously - decimal hours for payroll calculations and the HH:MM format for human-readable display.

Enter any number of minutes and instantly see the result in both formats, with quick presets for common values like workday lengths, meeting durations, and travel times.

Formula
Decimal Hours = Minutes / 60 Hours (whole) = floor(Minutes / 60) Remaining Minutes = Minutes mod 60 HH:MM = Hours + ":" + padded(RemainingMinutes)

The two output formats are calculated as follows:

When to Use Each Format

Decimal Hours - Use for payroll and billing. Multiply decimal hours by hourly rate: 7.5 hours x $50/hr = $375. Most time tracking apps (Harvest, Toggl) can export in decimal format.

HH:MM Format - Use for human communication, schedules, and any display where minutes matter. 7:30 is immediately understood as 7 hours 30 minutes without mental math.

Common Payroll Conversions

Payroll often rounds to the nearest quarter hour (15 minutes = 0.25 hours):
0-7 min → 0.0 hours
8-22 min → 0.25 hours
23-37 min → 0.5 hours
38-52 min → 0.75 hours
53-60 min → 1.0 hours

Practical Examples

Payroll calculation

  • 1.Worked: 2,340 minutes in a week
  • 2.Decimal: 2340 / 60 = 39 hours
  • 3.Pay: 39 hours x $25/hr = $975

Project time tracking

  • 1.Tracked: 483 minutes across tasks
  • 2.Decimal: 8.05 hours
  • 3.HH:MM: 8:03 (8 hours 3 minutes)

Frequently Asked Questions

How do I convert minutes to hours?

Divide the number of minutes by 60. For example, 90 minutes / 60 = 1.5 hours. For the HH:MM format, use the whole number as hours and the remainder as minutes: 90 minutes = 1 hour 30 minutes.

What is decimal hours format?

Decimal hours express time as a single number with a decimal point. For example, 1 hour 30 minutes = 1.5 hours, 1 hour 45 minutes = 1.75 hours. This format is commonly used in payroll systems, timesheets, and billing software.

How do I convert 90 minutes to hours?

90 minutes / 60 = 1.5 hours, or 1 hour 30 minutes (1:30 format).

How do I convert 480 minutes to hours?

480 minutes / 60 = 8 hours exactly, which equals a standard workday (1:00 format with no remainder).

Why do timesheets use decimal hours?

Payroll and billing systems calculate pay by multiplying hours worked by hourly rate. Decimal format (1.5 hours) makes this arithmetic simple. HH:MM format requires conversion before multiplication, so decimal is standard in professional time tracking.

How many minutes is 0.25 hours?

0.25 hours x 60 = 15 minutes. Similarly: 0.5 hours = 30 minutes, 0.75 hours = 45 minutes, 1.25 hours = 75 minutes.

How do I convert hours back to minutes?

Multiply the hours by 60. For example, 2.5 hours x 60 = 150 minutes. For HH:MM format: (hours x 60) + minutes = total minutes.

Is this tool accurate for payroll calculations?

Yes. The decimal calculation uses exact floating-point division (minutes / 60) with no rounding until display. The HH:MM format uses integer floor division for hours and modulo for remaining minutes.