Conversion

Milliseconds to seconds (ms to s) converter

Settings
Reset
Share
Save
Embed
Report a bug

Share calculator

Add our free calculator to your website

Source

Please enter a valid URL. Only HTTPS URLs are supported.

Styling

Input border focus color, switchbox checked color, select item hover color etc.

Advanced

Please agree to the Terms of Use.

Preview

Save calculator

Calculator Settings

Please enter a value within the allowed range.

Please enter a value within the allowed range.

Please enter a value within the allowed range.

Please enter a value within the allowed range.

Share calculator

What is a milliseconds to seconds converter?

A milliseconds to seconds converter is an online tool that translates a duration expressed in milliseconds (ms) into its equivalent in seconds (s), and back again. Both units measure time, and both belong to the metric (SI) family, so the relationship between them is fixed and exact: a second is simply one thousand milliseconds. The converter removes the manual arithmetic of shifting the decimal point three places and lets you switch freely between milliseconds, seconds, minutes, and hours.

Milliseconds are the natural unit whenever durations are short and precision matters. They appear in stopwatch readouts, audio and video timing, animation frame budgets, network latency measurements, and programming, where most timestamps and timers are reported in milliseconds. Seconds, by contrast, are the everyday unit people reason about. Moving between the two is one of the most common time conversions there is.

How does the converter work?

Enter a value in either field. Type a number of milliseconds and the seconds field updates instantly; type a value in seconds and the milliseconds field follows. Each field also has a unit selector, so you are not limited to the two units in the name. The left field accepts milliseconds, seconds, or minutes, and the right field accepts seconds, milliseconds, minutes, or hours.

Behind the scenes every input is first reduced to a common base (seconds), then re-expressed in the unit you asked for. Because all of these units are exact multiples of one another, the results are not approximations: 1000 ms is exactly 1 s, and 1 minute is exactly 60 s. Select the units you want before typing, since changing a unit re-interprets the number already in the box.

Formula for conversion

To convert milliseconds to seconds, divide by 1000 (or, equivalently, multiply by 0.001):

seconds=milliseconds1000\text{seconds} = \frac{\text{milliseconds}}{1000}

To convert seconds back to milliseconds, multiply by 1000:

milliseconds=seconds×1000\text{milliseconds} = \text{seconds} \times 1000

Because the converter also offers minutes and hours, it helps to know the larger steps too. One minute is 60 seconds, and one hour is 3600 seconds:

seconds=minutes×60=hours×3600\text{seconds} = \text{minutes} \times 60 = \text{hours} \times 3600

Conversion table

The table below lists common millisecond values together with their equivalents in seconds and minutes.

Milliseconds (ms)Seconds (s)Minutes (min)
10.0010.0000167
1000.10.001667
5000.50.008333
100010.016667
25002.50.041667
500050.083333
10000100.166667
30000300.5
60000601

Examples

Example 1: 1000 milliseconds to seconds

Divide the millisecond value by 1000:

10001000=1 s\frac{1000}{1000} = 1 \text{ s}

So 1000 ms is exactly 1 second.

Example 2: 2500 milliseconds to seconds

A page that takes 2500 ms to load:

25001000=2.5 s\frac{2500}{1000} = 2.5 \text{ s}

2500 ms equals 2.5 seconds.

Example 3: 1 second to milliseconds

Going the other way, multiply by 1000:

1×1000=1000 ms1 \times 1000 = 1000 \text{ ms}

One second is 1000 milliseconds.

Example 4: 1 minute to seconds

Using the minute unit on the left field:

1×60=60 s1 \times 60 = 60 \text{ s}

One minute equals 60 seconds.

Notes

  • The millisecond-to-second relationship is exact, not rounded: there are always 1000 milliseconds in a second.
  • The prefix “milli” always means one thousandth, which is why the divisor is 1000 rather than some other figure.
  • When chaining units, convert through seconds: minutes and hours relate to seconds by factors of 60 and 3600, and to milliseconds by 60000 and 3600000.
  • For very short durations, scientists also use microseconds (1000 µs = 1 ms) and nanoseconds, but those are not offered here.

Frequently asked questions

How many milliseconds are in a second?

There are exactly 1000 milliseconds in one second. The prefix “milli” means one thousandth, so a millisecond is one thousandth of a second.

How do I convert milliseconds to seconds?

Divide the number of milliseconds by 1000. For example, 2500 ms divided by 1000 gives 2.5 seconds. You can also multiply by 0.001 to get the same answer.

How do I convert seconds to milliseconds?

Multiply the number of seconds by 1000. One second becomes 1000 ms, and 2.5 seconds becomes 2500 ms.

Is the conversion between milliseconds and seconds exact?

Yes. Unlike conversions between metric and imperial units, milliseconds and seconds are both SI units defined as exact multiples, so 1000 ms is precisely 1 s with no rounding involved.

How many milliseconds are in a minute?

There are 60000 milliseconds in a minute, because a minute is 60 seconds and each second is 1000 milliseconds. To go from minutes straight to seconds, multiply by 60.

Why are durations in computing usually given in milliseconds?

Many events on a computer happen faster than a second but slower than a microsecond, so milliseconds offer a convenient level of precision for things like response times, animations, and timers without using awkward decimal seconds.

Report a bug

This field is required.