Conversion

Time to Minutes Calculator

Settings
Reset
Share
Save
Embed
Report a bug

Share calculator

Add our free calculator to your website

Please enter a valid URL. Only HTTPS URLs are supported.


Use as default values for the embed calculator what is currently in input fields of the calculator on the page.


Input border focus color, switchbox checked color, select item hover color etc.


Please agree to the Terms of Use.

Preview

Save calculator

Calculator Settings

Please enter a value within the allowed range.

Please enter a value within the allowed range.

Please enter a value within the allowed range.

Please enter a value within the allowed range.

Share calculator

What is a time to minutes calculator?

A time to minutes calculator takes a duration written in the familiar hours, minutes, and seconds format and collapses it into a single number: the total number of minutes. It also reports the same duration expressed as total seconds. You enter however many hours, minutes, and seconds you have, and the tool adds the contributions of each unit together for you.

This is useful whenever a schedule, a spreadsheet, or a piece of software expects a duration as one plain count of minutes rather than as a split hours:minutes:seconds value. Timesheets, billing intervals, meeting lengths, cooking times, and pace calculations often live in minutes, even though people naturally read and write time in mixed units.

Understanding the basic concept

Hours, minutes, and seconds are nested units of time. Each larger unit is built from a whole number of the next smaller one:

1 hour=60 minutes=3600 seconds1 \text{ hour} = 60 \text{ minutes} = 3600 \text{ seconds} 1 minute=60 seconds1 \text{ minute} = 60 \text{ seconds}

Because every part of a duration can be expressed in minutes, a combined time can be flattened into a single minute count by converting each piece and summing the results. An hour contributes 60 minutes, the minutes pass through unchanged, and the seconds add a fractional minute by being divided by 60.

How does the calculator work?

The calculator reads three fields - hours, minutes, and seconds - and combines them. Any field left blank is treated as zero, so you can enter only the parts you actually have. If all three fields are empty, no result is shown, and non-numeric text is ignored.

The total minutes are computed with:

M=h×60+m+s60M = h \times 60 + m + \frac{s}{60}

The same duration in total seconds is:

S=h×3600+m×60+sS = h \times 3600 + m \times 60 + s

Where:

  • hh = number of hours
  • mm = number of minutes
  • ss = number of seconds
  • MM = total minutes
  • SS = total seconds

Fractional inputs are allowed and scale through cleanly, so 90 seconds contributes exactly 1.5 minutes, just as you would expect.

Worked examples

Example 1: Convert 1 hour 30 minutes 0 seconds

M=1×60+30+060=60+30+0=90 minutesM = 1 \times 60 + 30 + \frac{0}{60} = 60 + 30 + 0 = 90 \text{ minutes} S=1×3600+30×60+0=3600+1800+0=5400 secondsS = 1 \times 3600 + 30 \times 60 + 0 = 3600 + 1800 + 0 = 5400 \text{ seconds}

So 1 h 30 min = 90 minutes = 5400 seconds.

Example 2: Convert 2 hours 0 minutes 0 seconds

M=2×60+0+060=120 minutesM = 2 \times 60 + 0 + \frac{0}{60} = 120 \text{ minutes}

Two hours therefore equal 120 minutes.

Example 3: Convert 0 hours 0 minutes 90 seconds

M=0×60+0+9060=1.5 minutesM = 0 \times 60 + 0 + \frac{90}{60} = 1.5 \text{ minutes}

A raw 90 seconds is exactly 1.5 minutes, showing how the seconds field feeds a fractional minute into the result.

Common conversions table

HoursMinutesSecondsTotal minutes
00300.5
00901.5
030030
10060
130090
200120
24001440

The last row is a useful landmark: a full 24-hour day contains 1,440 minutes.

Practical applications

Project managers and freelancers track billable work in minutes, even when a task is described as “an hour and a half.” Turning “1 hour 30 minutes” into 90 minutes is a routine step when filling in a timesheet or reconciling logged hours.

Coaches and runners convert split times to minutes to compare paces and plan sessions. Flattening a workout to a single minute count makes it easy to divide distance by time or to budget rest intervals precisely.

Schedulers and broadcasters lay out programs in minutes, so a segment recorded as hours, minutes, and seconds must first be reduced to one number. A reliable time-to-minutes conversion keeps those plans consistent and free of arithmetic slips.

Frequently asked questions

How do I convert hours, minutes, and seconds to total minutes?

Multiply the hours by 60, add the minutes as they are, divide the seconds by 60, and add the three results together. For example, 1 h 30 min 0 s gives 1×60+30+0=901 \times 60 + 30 + 0 = 90 minutes.

How many minutes are in 1 hour and 30 minutes?

There are 90 minutes, because 1×60+30=60+30=901 \times 60 + 30 = 60 + 30 = 90.

How do I turn the result back into seconds?

Multiply the total minutes by 60, or read the total seconds field directly. For 90 minutes that is 90×60=540090 \times 60 = 5400 seconds. You can also use the time to seconds converter.

Can I enter only seconds or only hours?

Yes. Any field you leave blank counts as zero, so you can fill in just the parts you have. To convert between single units, try the hours to minutes converter or the minutes to hours converter.

How many minutes are in a full day?

A day is 24 hours, so it holds 24×60=144024 \times 60 = 1440 minutes. Twenty-four hours laid out end to end therefore span 1,440 minutes.

Report a bug

This field is required.