Home › Unit Conversion › Seconds to Milliseconds
Seconds to Milliseconds (s to ms)
Convert seconds to milliseconds: 1 s = 1000 ms. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.
Formula
1 s = 1000 ms
milliseconds = seconds × 1000 — reverse: seconds = milliseconds × 0.001
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 = 5000 ms
- 12.5 s = 12500 ms
- 100 s = 100000 ms
Seconds to milliseconds conversion table
| Seconds (s) | Milliseconds (ms) |
|---|---|
| 1 | 1000 |
| 2 | 2000 |
| 3 | 3000 |
| 4 | 4000 |
| 5 | 5000 |
| 6 | 6000 |
| 7 | 7000 |
| 8 | 8000 |
| 9 | 9000 |
| 10 | 10000 |
| 15 | 15000 |
| 20 | 20000 |
| 25 | 25000 |
| 30 | 30000 |
| 40 | 40000 |
| 50 | 50000 |
| 75 | 75000 |
| 100 | 100000 |
| 200 | 200000 |
| 250 | 250000 |
| 500 | 500000 |
| 1000 | 1000000 |
FAQ
How many milliseconds are in one second?
1 s = 1000 ms. 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 milliseconds?
Multiply the value in seconds by 1000: milliseconds = seconds × 1000. For example, 5 s = 5000 ms.
How do I convert milliseconds back to seconds?
Multiply by the inverse factor 0.001 (seconds = milliseconds × 0.001), or use the milliseconds-to-seconds page.
Related conversions
- Milliseconds to seconds (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=s&to_unit=ms - MCP: server
https://tttkmbb.com/mcp, toolconvert_unitswith{"value":5,"from_unit":"s","to_unit":"ms"} - Markdown: https://tttkmbb.com/conversion/seconds-to-milliseconds.md · JSON: https://tttkmbb.com/conversion/seconds-to-milliseconds.json (add
?value=for a result) · Units: /api/v1/units?quantity=time - OpenAPI operationId:
convert_units. Freshness:static. Authentication: none.