What this conversion means in practice
You already have values in Hour (hours) and need Minute (minutes) for the same material, drawing, or dataset. The factor below is the exact reciprocal of the forward direction; use it when sources quote the “other” unit first.
Hour totals from billing systems, sleep trackers, or flight schedules often need to be expressed as minutes for APIs that only accept integer minutes or for spreadsheets that sum minute columns.
Multiply hours by 60; the failure mode is usually forgetting a meeting block that crossed midnight—handle wall-clock spans separately from plain duration math.
The key relationship on this page is 1 hours = 60 minutes. Use it for quick sanity checks: if the order of magnitude looks wrong, re-read the source unit and whether the value was already converted.
How to convert hour to minute
Multiply the hour value by 60 to get minute.
Example: 2 hours × 60 = 120 minutes
Quick pattern: 1.5 hours = 90 minutes; 24 hours = 1,440 minutes.
Hour
Definition: One hour is 3,600 seconds (60 minutes).
History and origin: Rooted in Babylonian and later medieval divisions of the day; now fixed by the second.
Current use: Work shifts, travel time, billing, media length, and engineering rates.
Minute
Definition: One minute is 60 seconds; it is a non-SI unit accepted for use with SI.
History and origin: Derived from ancient sexagesimal divisions; standardized globally for civil timekeeping.
Current use: Scheduling, cooking, fitness, broadcasting, and everyday duration estimates.
Hour to Minute conversion table
| Hour (hours) | Minute (minutes) |
|---|---|
| 0.25 hours | 15 minutes |
| 0.5 hours | 30 minutes |
| 1 hours | 60 minutes |
| 1.5 hours | 90 minutes |
| 2 hours | 120 minutes |
| 6 hours | 360 minutes |
| 12 hours | 720 minutes |
| 24 hours | 1,440 minutes |
Hour to Minute FAQ
Quick answers for Hour-to-Minute rounding (reverse workflow), precision, and common mistakes.
How many minutes are in one hour?
Exactly 60. Multiply hours by 60 to get minutes.
Why is 0.1 hours not exactly 6 minutes?
0.1 × 60 = 6 minutes exactly; if you see drift, check floating formatting in the spreadsheet, not the conversion factor.
Does this handle DST?
No. This converts plain elapsed hours to minutes. Daylight saving jumps need timezone-aware date math.