Conversion

Hours to seconds converter

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 an hours to seconds converter?

The hours to seconds converter is a small online tool that turns a duration expressed in hours into the equivalent number of seconds, and back again. Because hours, minutes, and seconds are all standard divisions of the same day, the conversion is exact and never depends on the calendar, the time zone, or the date. You type a value into any one of the three fields and the other two update at the same time.

This kind of conversion shows up far more often than people expect. Stopwatches and lap timers report seconds, video editors work in seconds and frames, science experiments log measurements per second, and computer programs almost always store durations as seconds. Being able to move quickly between hours and seconds keeps all of those workflows aligned without mental arithmetic or rounding mistakes.

Understanding the basic concept

An hour, a minute, and a second are nested units of time. Each larger unit is made of 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}

The factor of 3600 is simply 60 minutes per hour multiplied by 60 seconds per minute. Like the 60-minute hour, these divisions come from the ancient base-60 (sexagesimal) counting system, which is why both minutes and seconds use 60 rather than a power of ten.

How does the calculator work?

The converter keeps the three fields - hours, seconds, and minutes - in sync. Whenever you change one field, it is treated as the source value and the other two are recomputed from it. If you clear every field, all results disappear, and non-numeric text is ignored so no false result is shown.

The core formulas are:

S=H×3600S = H \times 3600 Minutes=H×60\text{Minutes} = H \times 60 H=S3600H = \frac{S}{3600}

Where:

  • HH = number of hours
  • SS = number of seconds
  • 36003600 = seconds in one hour
  • 6060 = minutes in one hour

Fractional inputs work exactly the same way: half an hour scales straight through to 1800 seconds.

Worked examples

Example 1: Convert 1 hour to seconds and minutes

S=1×3600=3600 secondsS = 1 \times 3600 = 3600 \text{ seconds} Minutes=1×60=60 minutes\text{Minutes} = 1 \times 60 = 60 \text{ minutes}

So 1 hour = 3600 seconds = 60 minutes.

Example 2: Convert 2 hours to seconds

S=2×3600=7200 secondsS = 2 \times 3600 = 7200 \text{ seconds}

Two hours therefore equal 7200 seconds.

Example 3: Convert 90 minutes to hours and seconds

First convert the minutes to hours, then to seconds:

H=9060=1.5 hoursH = \frac{90}{60} = 1.5 \text{ hours} S=90×60=5400 secondsS = 90 \times 60 = 5400 \text{ seconds}

So 90 minutes = 1.5 hours = 5400 seconds.

Common conversions table

HoursMinutesSeconds
0.2515900
0.5301800
1603600
1.5905400
21207200
318010800
636021600
1272043200
24144086400

The bottom row is a useful landmark: there are 86,400 seconds in a full day.

Practical applications

Programmers and system administrators frequently set timeouts, cache lifetimes, and scheduled jobs in seconds, even though humans think in hours. Converting “this token lasts 2 hours” into 7200 seconds is a daily task in configuration files.

Coaches, runners, and swimmers track performance in seconds while planning training blocks in hours. Turning a 1.5-hour session into 5400 seconds makes it easy to budget interval and rest time precisely.

In science and engineering, rates are almost always expressed per second, so durations recorded in hours must be converted before a calculation. Accurate hours-to-seconds conversion keeps those rate computations consistent.

Frequently asked questions

How many seconds are in an hour?

There are exactly 3600 seconds in one hour, because an hour contains 60 minutes and each minute contains 60 seconds.

How do I convert hours to seconds?

Multiply the number of hours by 3600. For example, 2 hours equals 2×3600=72002 \times 3600 = 7200 seconds.

How many seconds are in 90 minutes?

Ninety minutes is 1.5 hours, which equals 90×60=540090 \times 60 = 5400 seconds.

How many seconds are in half an hour?

0.5×3600=1800 seconds0.5 \times 3600 = 1800 \text{ seconds}

So half an hour is 1800 seconds.

How many seconds are in a full day?

A day is 24 hours, so it contains 24×3600=8640024 \times 3600 = 86400 seconds.

How do I convert seconds back to hours?

Divide the number of seconds by 3600. For example, 7200 seconds equals 7200÷3600=27200 \div 3600 = 2 hours. To convert minutes instead, use the hours to minutes converter or the minutes to seconds converter.

Report a bug

This field is required.