Home › Unit Conversion › Milliseconds to Seconds
Milliseconds to Seconds (ms to s)
Convert milliseconds to seconds: 1 ms = 0.001 s. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.
Formula
1 ms = 0.001 s
seconds = milliseconds × 0.001 — reverse: milliseconds = seconds × 1000
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 ms = 0.005 s
- 12.5 ms = 0.0125 s
- 100 ms = 0.1 s
Milliseconds to seconds conversion table
| Milliseconds (ms) | Seconds (s) |
|---|---|
| 1 | 0.001 |
| 2 | 0.002 |
| 3 | 0.003 |
| 4 | 0.004 |
| 5 | 0.005 |
| 6 | 0.006 |
| 7 | 0.007 |
| 8 | 0.008 |
| 9 | 0.009 |
| 10 | 0.01 |
| 15 | 0.015 |
| 20 | 0.02 |
| 25 | 0.025 |
| 30 | 0.03 |
| 40 | 0.04 |
| 50 | 0.05 |
| 75 | 0.075 |
| 100 | 0.1 |
| 200 | 0.2 |
| 250 | 0.25 |
| 500 | 0.5 |
| 1000 | 1 |
FAQ
How many seconds are in one millisecond?
1 ms = 0.001 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 milliseconds to seconds?
Multiply the value in milliseconds by 0.001: seconds = milliseconds × 0.001. For example, 5 ms = 0.005 s.
How do I convert seconds back to milliseconds?
Multiply by the inverse factor 1000 (milliseconds = seconds × 1000), or use the seconds-to-milliseconds page.
Related conversions
- Seconds to milliseconds (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=ms&to_unit=s - MCP: server
https://tttkmbb.com/mcp, toolconvert_unitswith{"value":5,"from_unit":"ms","to_unit":"s"} - Markdown: https://tttkmbb.com/conversion/milliseconds-to-seconds.md · JSON: https://tttkmbb.com/conversion/milliseconds-to-seconds.json (add
?value=for a result) · Units: /api/v1/units?quantity=time - OpenAPI operationId:
convert_units. Freshness:static. Authentication: none.