Home › Unit Conversion › Hours to Seconds
Hours to Seconds (h to s)
Convert hours to seconds: 1 h = 3600 s. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.
Formula
1 h = 3600 s
seconds = hours × 3600 — reverse: hours = seconds × 0.0002777777778
The factor is derived from the SI definitions of both units (base unit: s) as listed in NIST SP 811; results on this page are shown to 6 significant figures, the API returns up to 12.
Worked examples
- 5 h = 18000 s
- 12.5 h = 45000 s
- 100 h = 360000 s
Hours to seconds conversion table
| Hours (h) | Seconds (s) |
|---|---|
| 1 | 3600 |
| 2 | 7200 |
| 3 | 10800 |
| 4 | 14400 |
| 5 | 18000 |
| 6 | 21600 |
| 7 | 25200 |
| 8 | 28800 |
| 9 | 32400 |
| 10 | 36000 |
| 15 | 54000 |
| 20 | 72000 |
| 25 | 90000 |
| 30 | 108000 |
| 40 | 144000 |
| 50 | 180000 |
| 75 | 270000 |
| 100 | 360000 |
| 200 | 720000 |
| 250 | 900000 |
| 500 | 1800000 |
| 1000 | 3600000 |
FAQ
How many seconds are in one hour?
1 h = 3600 s. The factor comes from the SI definitions of both units (NIST SP 811 / BIPM), so it is exact or correct to at least 10 significant figures.
What is the formula to convert hours to seconds?
Multiply the value in hours by 3600: seconds = hours × 3600. For example, 5 h = 18000 s.
How do I convert seconds back to hours?
Multiply by the inverse factor 0.0002777777778 (hours = seconds × 0.0002777777778), or use the seconds-to-hours page.
Related conversions
- Seconds to hours (reverse)
- Time Converter — all time units in one tool
- Hours to Minutes
- Minutes to Hours
- Minutes to Seconds
- Seconds to Minutes
- Days to Hours
- Hours to Days
- Weeks to Days
- Days to Weeks
Machine access
- API:
GET https://tttkmbb.com/api/v1/convert?value=5&from_unit=h&to_unit=s - MCP: server
https://tttkmbb.com/mcp, toolconvert_unitswith{"value":5,"from_unit":"h","to_unit":"s"} - Markdown: https://tttkmbb.com/conversion/hours-to-seconds.md · JSON: https://tttkmbb.com/conversion/hours-to-seconds.json (add
?value=for a result) · Units: /api/v1/units?quantity=time - OpenAPI operationId:
convert_units. Freshness:static. Authentication: none.