Minutes Calculator
Add or subtract minutes, convert minutes to hours, seconds, or decimal. Easy online minutes calculator for time calculations.
Add or Subtract Minutes
Convert Minutes to Other Units
Minutes Conversion Reference
Quick reference for common minute conversions
| Minutes | Hours:Minutes | Decimal Hours | Seconds | Milliseconds |
|---|---|---|---|---|
| 15 | 0:15 | 0.25 | 900 | 900,000 |
| 30 | 0:30 | 0.5 | 1,800 | 1,800,000 |
| 45 | 0:45 | 0.75 | 2,700 | 2,700,000 |
| 60 | 1:00 | 1.0 | 3,600 | 3,600,000 |
| 90 | 1:30 | 1.5 | 5,400 | 5,400,000 |
| 120 | 2:00 | 2.0 | 7,200 | 7,200,000 |
| 180 | 3:00 | 3.0 | 10,800 | 10,800,000 |
| 240 | 4:00 | 4.0 | 14,400 | 14,400,000 |
| 480 | 8:00 | 8.0 | 28,800 | 28,800,000 |
| 1440 | 24:00 | 24.0 | 86,400 | 86,400,000 |
The Complete Guide to Minutes Calculations
Minutes are the most commonly used unit for expressing short-to-medium durations in everyday life. Meeting lengths, commute times, cooking durations, workout sessions, and break periods are all naturally measured in minutes. Yet converting between minutes, hours, seconds, and decimal formats often trips people up because time uses a base-60 system rather than the base-10 system we use for most arithmetic. Our minutes calculator handles both arithmetic (add/subtract) and unit conversion in a single tool.
Minutes → Hours: divide by 60 (e.g., 90 min ÷ 60 = 1.5 hours)
Minutes → Seconds: multiply by 60 (e.g., 90 min × 60 = 5,400 seconds)
Minutes → Decimal Hours: divide by 60 (e.g., 45 min ÷ 60 = 0.75 hours)
Minutes → Milliseconds: multiply by 60,000 (e.g., 90 min × 60,000 = 5,400,000 ms)
Worked Examples
Morning break: 15 minutes
Lunch break: 45 minutes
Afternoon break: 10 minutes
Total break time: 15 + 45 + 10 = 70 minutes = 1 hour 10 minutes = 1.17 decimal hours
Total shift: 480 minutes (8 hours)
Subtract lunch: 480 − 30 = 450 minutes
Subtract breaks: 450 − 30 = 420 minutes = 7 hours = 7.00 decimal hours
Recipe calls for 135 minutes at 350°F
In hours: 135 ÷ 60 = 2 hours 15 minutes (2.25 decimal hours)
In seconds: 135 × 60 = 8,100 seconds (useful for precision timing)
Minutes to Hours Conversion Reference
The table below covers the most frequently looked-up minute-to-hour conversions. These values appear constantly in payroll, billing, scheduling, and recipe calculations.
| Minutes | Hours:Minutes | Decimal Hours | Common Use |
|---|---|---|---|
| 5 | 0:05 | 0.08 | Quick phone call |
| 10 | 0:10 | 0.17 | Short break |
| 15 | 0:15 | 0.25 | Quarter-hour billing increment |
| 20 | 0:20 | 0.33 | Commute segment |
| 30 | 0:30 | 0.50 | Half-hour meeting |
| 45 | 0:45 | 0.75 | Standard class period |
| 60 | 1:00 | 1.00 | One hour |
| 90 | 1:30 | 1.50 | Feature film length |
| 120 | 2:00 | 2.00 | Two hours |
| 150 | 2:30 | 2.50 | Long meeting or workshop |
| 180 | 3:00 | 3.00 | Half-day training |
| 240 | 4:00 | 4.00 | Half shift |
| 480 | 8:00 | 8.00 | Standard workday |
Cooking Time Calculations
Recipes frequently specify cooking times in minutes, especially for steps like simmering, baking, or marinating. When a recipe says "bake for 75 minutes," knowing this equals 1 hour 15 minutes helps you plan your kitchen schedule. If you're preparing a multi-course meal with one dish baking for 90 minutes, a sauce simmering for 25 minutes, and a salad needing 10 minutes of prep, our calculator helps you sum everything to understand total kitchen time: 90 + 25 + 10 = 125 minutes = 2 hours 5 minutes.
Slow cooker recipes often list cooking times in hours (e.g., "cook on low for 8 hours"), but many stovetop and oven recipes use minutes. Converting between the two helps you decide which dishes can run simultaneously and when to start each one to have everything ready at the same time.
Minutes in Programming and Technology
Software developers frequently work with time in seconds and milliseconds. JavaScript's setTimeout() and setInterval() functions accept milliseconds, so a 5-minute timer requires 5 × 60,000 = 300,000 ms. Database timestamps often store epoch seconds, and converting between minutes, seconds, and milliseconds is a daily task for backend developers. Our converter provides all of these values simultaneously.
System administrators monitoring server uptime, CI/CD pipeline durations, and API response times also benefit from quick minute conversions. A deployment pipeline that takes 12 minutes is 720 seconds—useful when setting timeout thresholds in configuration files.
Our minutes calculator is free and runs entirely in your browser. For more tools, try our Hours and Minutes Calculator, Time to Decimal Converter, or Time Duration Calculator.