Convert Hours to Minutes

Convert hours to minutes by multiplying by 60. Covers time tracking, billing calculations, scheduling, and fractional hour conversions for project management.

Time

Detailed Explanation

Hours to Minutes Conversion

The formula is straightforward:

minutes = hours × 60

Quick Reference Table

Hours Minutes Context
0.25 15 Quarter hour
0.5 30 Half hour
0.75 45 Three-quarter hour
1 60 Standard hour
1.5 90 Movie length (typical)
2 120 Long meeting
3 180 Half work day
8 480 Standard work day
24 1440 Full day
40 2400 Standard work week

Decimal Hours for Time Tracking

Many timesheet systems use decimal hours. Converting the decimal portion to minutes:

Decimal Minutes
.10 6
.17 10
.25 15
.33 20
.50 30
.67 40
.75 45
.83 50
.92 55

Billing Calculations

Professionals who bill by the hour need precise conversions:

  • 6-minute increments (0.1 hours) are common in legal billing
  • 15-minute increments (0.25 hours) are common in consulting
  • A task taking 1 hour 42 minutes = 1.7 hours (for billing at 6-min increments)

Programming Context

In software development, time-related conversions appear in:

  • Cron job scheduling
  • API rate limiting (requests per hour → per minute)
  • Cache TTL (time-to-live) settings
  • Session timeout configurations
  • CI/CD pipeline time budgets

Use Case

A freelancer using decimal hour billing needs to convert 2.75 hours to 2 hours and 45 minutes to present a clear invoice to their client.

Try It — Unit Converter

Open full tool