1ms to seconds
One millisecond equals 0.001 seconds. To convert milliseconds to seconds, divide the millisecond value by 1,000.
How it works
The prefix “milli” represents one thousandth of the base unit. A millisecond is therefore one thousandth of a second. Written as a decimal, 1 ms is 0.001 s. For any conversion from milliseconds to seconds, move the decimal point three places to the left or divide by 1,000. To convert seconds back to milliseconds, multiply by 1,000.
1 ms = 0.001 s 10 ms = 0.01 s 100 ms = 0.1 s 1,000 ms = 1 s Milliseconds are tiny, but software can fit an impressive amount of waiting into them.
Writing time values clearly
Use “ms” for milliseconds and “s” for seconds. Keep the unit beside the value, especially in technical notes, configuration files, test results, and performance reports. A bare value such as “1” does not reveal whether the writer intended seconds, milliseconds, or another unit.
Decimal notation is often the clearest format for seconds. Thus one millisecond becomes 0.001 seconds. Scientific notation can also express the same quantity as 1 × 10 to the power of −3 seconds, but ordinary decimal notation is usually easier for a general audience.
Identify the original unit as milliseconds. Divide the value by 1,000. Write the result with the seconds unit. Preserve enough decimal places to retain the intended precision.
Formats and common mistakes
Do not confuse milliseconds with microseconds. Their abbreviations and scale are different. Also avoid interpreting “1ms” as one minute and one second; in standard time-unit notation, it means one millisecond.
Software interfaces may expect a duration in a particular unit even when the field name is unclear. Check the relevant documentation before entering a value. Supplying 1 where a program expects milliseconds is very different from supplying 1 where it expects seconds.
Rounding can erase a small duration. If a display shows only two decimal places in seconds, 0.001 seconds may appear as 0.00 seconds even though the underlying value is not zero. Retain additional decimal places when the millisecond matters.
Questions and answers
- How many seconds are in 1 ms?
- There are 0.001 seconds in one millisecond.
- How do I convert seconds to milliseconds?
- Multiply the number of seconds by 1,000.
- Is 1 ms the same as zero seconds?
- No. It is a nonzero duration equal to one thousandth of a second, although a rounded display may show zero.
Related guides
100 seconds
100 seconds equals one minute forty seconds, or 100 s, or PT1M40S. It is a short duration. It is not 1:00, and it is not a hundred on a digital clock.
120 minutes in hour
120 minutes is 2 hours, because one hour holds 60 minutes. Write it as 2:00 or as two hours; it is not 120 hours.
13 hour cast
A 13 hour cast writes thirteen hours as a label in front of the word cast. Most people who type it want the actors in the film 13 Hours. The number is a duration, not a clock time.