Home › Unit Conversion › Seconds to Minutes
Seconds to Minutes (s to min)
Convert seconds to minutes: 1 s = 0.0166667 min. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.
Formula
1 s = 0.0166667 min
minutes = seconds × 0.01666666667 — reverse: seconds = minutes × 60
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 s = 0.0833333 min
- 12.5 s = 0.208333 min
- 100 s = 1.66667 min
Seconds to minutes conversion table
| Seconds (s) | Minutes (min) |
|---|---|
| 1 | 0.0166667 |
| 2 | 0.0333333 |
| 3 | 0.05 |
| 4 | 0.0666667 |
| 5 | 0.0833333 |
| 6 | 0.1 |
| 7 | 0.116667 |
| 8 | 0.133333 |
| 9 | 0.15 |
| 10 | 0.166667 |
| 15 | 0.25 |
| 20 | 0.333333 |
| 25 | 0.416667 |
| 30 | 0.5 |
| 40 | 0.666667 |
| 50 | 0.833333 |
| 75 | 1.25 |
| 100 | 1.66667 |
| 200 | 3.33333 |
| 250 | 4.16667 |
| 500 | 8.33333 |
| 1000 | 16.6667 |
FAQ
How many minutes are in one second?
1 s = 0.0166667 min. 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 seconds to minutes?
Multiply the value in seconds by 0.01666666667: minutes = seconds × 0.01666666667. For example, 5 s = 0.0833333 min.
How do I convert minutes back to seconds?
Multiply by the inverse factor 60 (seconds = minutes × 60), or use the minutes-to-seconds page.
Related conversions
- Minutes to seconds (reverse)
- Time Converter — all time units in one tool
- Hours to Minutes
- Minutes to Hours
- Days to Hours
- Hours to Days
- Weeks to Days
- Days to Weeks
- Years (365 days) to Days
- Days to Years (365 days)
Machine access
- API:
GET https://tttkmbb.com/api/v1/convert?value=5&from_unit=s&to_unit=min - MCP: server
https://tttkmbb.com/mcp, toolconvert_unitswith{"value":5,"from_unit":"s","to_unit":"min"} - Markdown: https://tttkmbb.com/conversion/seconds-to-minutes.md · JSON: https://tttkmbb.com/conversion/seconds-to-minutes.json (add
?value=for a result) · Units: /api/v1/units?quantity=time - OpenAPI operationId:
convert_units. Freshness:static. Authentication: none.