Skip to main content
Unit ConvertersFree · no sign-up

Seconds to Hours Converter

Convert seconds to hours — for logs, media durations and anything a machine timed.

Updated

hours

1.000h

3,600 s = 1.000 h

In short

How many hours is 10,000 seconds?

2.778 hours, which on a clock is 2:46:40. An hour is exactly 3,600 seconds, so divide by 3,600 for the decimal. To read it back in clock form, take the whole hours, multiply what is left by 60 for minutes, and again by 60 for seconds.

The decimal answer and the h:mm:ss answer are the same number. Which one you want depends on whether it is going into a spreadsheet or a sentence.

seconds to hours — quick reference

seconds (s)hours (h)
60 s0.017 h
300 s0.083 h
900 s0.250 h
1,800 s0.500 h
3,600 s1.000 h
7,200 s2.000 h
21,600 s6.000 h
86,400 s24.000 h
Computed from the exact factor — rounded only for display.

The formula, worked line by line

One division, and a definition rather than a measurement behind it. An hour is sixty minutes and a minute is sixty seconds, so an hour is 3,600 seconds and always has been. There is no averaging, no calendar rule and no constant to choose, which makes this the simplest page in the time set.

The second is defined by taking the fixed numerical value of the caesium frequency to be 9 192 631 770 when expressed in the unit Hz.
SI Brochure, 9th edition, following Resolution 1 of the 26th CGPM (2018)

Worth reading closely: the definition fixes a frequency, and the second falls out of it. That is the opposite of the older approach, where the second was a fraction of a day and the day was the thing measured. The modern second does not depend on the Earth at all.

hours = seconds / 3,600
60 x 60 = 3,600 seconds in an hour
24 x 3,600 = 86,400 seconds in a day
7 x 86,400 = 604,800 seconds in a week
10,000 / 3,600 = 2.778 h = 2:46:40
The hour nested into minutes and secondsAn hour is 60 minutes of 60 seconds each, giving exactly 3,600 seconds. The sixty-based division is inherited from Babylonian arithmetic.AN HOUR IS SIXTY SIXTIES1 hour = 60 minutesx60one minute, magnified — 60 seconds60 x 60 = 3,600 seconds in an hour, 86,400 in a day
An hour is sixty minutes of sixty seconds: 3,600 in total, and 86,400 in a day.
From decimal hours back to a clock
Decimal hours
2.7778
Whole hours
2
Fraction x 60
0.7778 x 60 = 46.67 minutes
Fraction x 60 again
0.67 x 60 = 40 seconds
Clock form
2:46:40

Two multiplications, both by sixty. Doing only the first gives 2 hours 46.67 minutes, which is correct but awkward; doing neither gives the classic error of reading the decimal as minutes.

Why the day is the awkward step

Seconds, minutes and hours nest cleanly in sixties. The day breaks the pattern at 24, and the week breaks it again at 7. That is why converting seconds to hours is trivial and converting seconds to months is a judgement call about which month length to assume.

The leap second, precisely

A leap second never makes the unit hour 3,601 seconds. It inserts an extra second labelled 23:59:60 at the end of a UTC day, so one particular labelled hour spans 3,601 SI seconds while the unit stays exactly 3,600. Twenty-seven have been inserted since 1972, all of them positive.

Where the extra second does and does not show up
The SI hour
always 3,600 s
The labelled UTC hour containing 23:59:60
3,601 SI seconds
A POSIX day
always 86,400 s, leap second not represented
Leap seconds inserted since 1972
27, all positive

The 2022 CGPM resolution decided that the permitted maximum of the UT1 minus UTC difference will be increased in or before 2035. It did not abolish the leap second on a date.

How to use the seconds to hours converter

An hour is 3,600 seconds exactly, because it is sixty minutes of sixty seconds each. Nothing here is measured or averaged. The conversion is one division, and the reason a page exists for it is that the answer is usually wanted in a form the division does not give you.

Machines report durations in whole seconds. Video lengths, request timings, cache lifetimes, session limits, encoding settings and log deltas all arrive as an integer count. People read durations on a clock. The gap between 10,000 seconds and 2:46:40 is the actual work, and it is two more multiplications rather than one division.

3,600 s

One hour

60 x 60, exactly

86,400 s

One day

as POSIX defines it

2:46:40

What 10,000 seconds looks like

the same 2.778 hours

The sixty-based division is inherited rather than designed. Sexagesimal arithmetic came from Mesopotamia through Greek astronomy, where a degree was divided into sixtieths and then into sixtieths again — the "second minute" that gives the second its name. Fixed-length hours and everyday minute hands arrived much later, and why sixty was chosen originally is not actually known.

That distinction matters for anything that subtracts two timestamps. POSIX defines every represented day as exactly 86,400 seconds, so a POSIX epoch count skips leap seconds entirely rather than counting them. Two POSIX timestamps a decade apart differ by fewer seconds than actually elapsed, and no arithmetic on those numbers can recover the difference.

Durations you will meet in whole seconds
300 s
0.083 h — a five-minute cache
1,800 s
0.5 h — a common session timeout
3,600 s
1 h exactly
86,400 s
24 h — one day
604,800 s
168 h — one week
2,147,483,647 s
596,523 h — the signed 32-bit ceiling

The last row is the one that bites: it is the largest value a signed 32-bit seconds field can hold, and several protocols cap there rather than at the unsigned limit.

Add up durations without converting first

If you are summing several spans rather than converting one, that page takes start and end times directly and returns the total in hours, minutes and seconds.

Open the duration calculator

Seconds converted to hours, with the clock form alongside. The third column is what you want when the figure has to be read aloud or put in a report.

SecondsHoursAs h:mm:ss
60 s0.017 h0:01:00
300 s0.083 h0:05:00
600 s0.167 h0:10:00
1,800 s0.500 h0:30:00
3,600 s1.000 h1:00:00
5,400 s1.500 h1:30:00
7,200 s2.000 h2:00:00
10,000 s2.778 h2:46:40
18,000 s5.000 h5:00:00
36,000 s10.000 h10:00:00
86,400 s24.000 h24:00:00
100,000 s27.778 h27:46:40
604,800 s168.000 h168:00:00
An hour is exactly 3,600 seconds by definition. The day row uses the POSIX convention of exactly 86,400 seconds, which ignores leap seconds.

Reading a second count back as clock time

The decimal answer is right and unhelpful. Nobody says a video is 2.778 hours long. Converting back to h:mm:ss is a mixed-radix operation: the hours are base ten, the minutes and seconds are base sixty, and the mistake almost everyone makes is treating the decimal fraction as minutes.

Ten thousand seconds, converted twice
Seconds
10,000
Divided by 3,600
2.7778 hours
Whole hours
2, leaving 2,800 seconds
2,800 divided by 60
46 minutes, leaving 40 seconds
Clock form
2:46:40

The wrong answer here is "2 hours 78 minutes", which comes from reading 2.7778 as hours and minutes. The fraction 0.7778 of an hour is 46.67 minutes, not 78, and the two differ by more than half an hour.

Machine formats avoid the ambiguity by not using clock notation at all. ISO 8601 writes a duration as PT2H46M40S, or as PT10000S, with a leading P and a T before the time components. Only the smallest component may carry a decimal fraction, so PT1.5S is valid and PT1.5H2M is not.

Why sixty, and not a hundred

Decimal time has been tried and did not survive. The reason sixty persists is not that it is optimal but that it is inherited: sexagesimal notation came from Sumerian and Babylonian arithmetic into Greek astronomy, and the division of a unit into sixtieths and then sixtieths again is a Ptolemaic habit that the clock later borrowed wholesale.

The nesting, unit by unit
1 minute
60 seconds
1 hour
60 minutes = 3,600 seconds
1 day
24 hours = 1,440 minutes = 86,400 seconds
1 week
168 hours = 604,800 seconds

Only the step from hours to days breaks the pattern, at 24 rather than 60. That break is why day arithmetic is harder than hour arithmetic.

The second itself has been redefined since. It is no longer a fraction of a day: since 2018 the SI second is fixed by taking the caesium-133 hyperfine transition frequency to be exactly 9,192,631,770 hertz. The number dates from 1967, but the phrasing that defines the unit by fixing a constant is the newer one.

Every seconds value, worked out

44 common seconds figures each get their own page, with the answer at full precision, the arithmetic, what rounding costs, and the nearest real-world reference point on the scale.

Questions people ask

Sources

Where the constants and formulas on this page come from. Each line names the figure it backs.

  1. The SI second is defined by fixing the caesium-133 hyperfine transition frequency at 9,192,631,770 hertz, in the wording adopted in 2018.

    The International System of Units (SI), 9th editionBureau International des Poids et Mesures

  2. A positive leap second is inserted as 23:59:60 at the end of a UTC month, preferably June or December.

    Recommendation ITU-R TF.460-6 — Standard-frequency and time-signal emissionsInternational Telecommunication Union

  3. POSIX defines every represented day as exactly 86,400 seconds, so epoch timestamps do not count leap seconds.

    POSIX.1-2024, Base Definitions, Seconds Since the EpochThe Open Group

  4. Sexagesimal division reached the clock through Babylonian arithmetic and Greek astronomy rather than being invented for timekeeping.

    Why is a minute divided into 60 seconds, an hour into 60 minutes?National Institute of Standards and Technology