Seconds to Milliseconds Converter

Convert seconds to milliseconds instantly. Enter any value — the result updates as you type. 1 second = exactly 1,000 milliseconds. This is the simplest conversion in the entire series — a pure SI prefix multiplication by 1,000. No fractions, no Gregorian corrections, no calendar drift. Just ×1,000 and ÷1,000. Use the swap button to convert milliseconds back to seconds.

SecondsMilliseconds
0.0011
0.0110
0.1100
0.5500
11,000
22,000
55,000
1010,000
3030,000
6060,000
100100,000
1,0001,000,000

How to Convert Seconds to Milliseconds

Multiply seconds by 1,000 to get milliseconds. Divide milliseconds by 1,000 to get seconds. This is the SI metric prefix "milli" (m = 10⁻³), making it the most mathematically pure time conversion possible:

Milliseconds = Seconds × 1,000 Seconds = Milliseconds ÷ 1,000 1 second = 1,000 ms  |  1 ms = 0.001 s = 10⁻³ s "milli" = Latin for thousandth — the SI prefix for ×10⁻³

The second and millisecond are both SI units with a clean power-of-ten relationship. Unlike conversions involving minutes (×60), hours (×3,600), or days (×86,400), the second-to-millisecond conversion uses only a decimal shift. This is why virtually all programming languages, APIs, and measurement systems use milliseconds as their primary time unit — converting from seconds is trivial, and the millisecond provides enough precision for most real-world use cases without the overhead of nanosecond arithmetic.

Conversion table (Seconds × 1,000 = Milliseconds)

0.001 s = 1 ms (1 millisecond — the base unit) 0.01 s = 10 ms 0.1 s = 100 ms (a fast eye blink) 0.5 s = 500 ms (half second) 1 s = 1,000 ms (one second = 1,000 ms exactly) 2 s = 2,000 ms 5 s = 5,000 ms 10 s = 10,000 ms 30 s = 30,000 ms 60 s = 60,000 ms (1 minute = 60,000 ms) 100 s = 100,000 ms 1,000 s = 1,000,000 ms (1 million ms = ~16.7 minutes)Every integer number of seconds gives an exact integer number of milliseconds. No rounding, no approximation, ever.

The SI Milli Prefix: Why 1,000 is the Purest Time Conversion

The millisecond is defined by the International System of Units (SI) as exactly 10⁻³ seconds. This makes the second-to-millisecond conversion the only time conversion in this series that requires no calendar knowledge whatsoever — just a factor of 1,000:

SI time prefix hierarchy: 1 kilosecond (ks) = 1,000 s (16 min 40 s) 1 second (s) = 1 s (base unit) 1 millisecond (ms) = 0.001 s (10⁻³ s) 1 microsecond (μs) = 0.000001 s (10⁻⁶ s) 1 nanosecond (ns) = 0.000000001 s (10⁻⁹ s) 1 picosecond (ps) = 10⁻¹² sEach step: ×1,000 or ÷1,000 exactly. No ×60, no ×24, no ×7, no ×365.2425 — pure powers of 10.Why the millisecond is the dominant programming time unit: - Small enough for human-perceptible events (reaction time ~200ms) - Large enough to avoid overflow in 32-bit integers (2^31 ms = 24.8 days) - Exactly ×1,000 from the second (trivial conversion) - Matches Date.now(), performance.now(), System.currentTimeMillis() - Network latency in ms is the universal web performance metric

Seconds to Milliseconds: Photography, Shutter Speeds and Exposure

Every camera shutter speed is a fraction of a second — which is a number of milliseconds. Photographers intuitively know these millisecond values:

Shutter speed Seconds Milliseconds Use case 1/8000 0.000125 s 0.125 ms Freezing supersonic objects 1/4000 0.00025 s 0.25 ms Fast sports (tennis serve) 1/2000 0.0005 s 0.5 ms Sports, birds in flight 1/1000 0.001 s 1 ms Fast motion freeze 1/500 0.002 s 2 ms Running, jumping athletes 1/250 0.004 s 4 ms Handheld telephoto minimum 1/125 0.008 s 8 ms Portraits, street photography 1/60 0.01667 s 16.67 ms Minimum handheld (50mm) 1/30 0.03333 s 33.33 ms Slow shutter, some blur 1/15 0.06667 s 66.67 ms Tripod recommended 1/4 0.25 s 250 ms Long exposure starts 1 s 1 s 1,000 ms Long exposure 30 s 30 s 30,000 ms Night sky, light paintingKey: 1/1000s is exactly 1ms — one of the most-used shutter speeds, and numerically the clearest expression of the s→ms conversion.

Seconds to Milliseconds: Sports Timing and the Millisecond in Athletics

World Athletics (formerly IAAF) requires timing to 1/1,000 of a second (1 ms) for sprint events. Every world record in running is defined to the millisecond:

World record Time (s) Time (ms) ms per metre 100m (Bolt, 9.58s) 9.58 s 9,580 ms 95.8 ms/m 200m (Bolt, 19.19s) 19.19 s 19,190 ms 95.95 ms/m 400m (Warholm, 45.94s)45.94 s 45,940 ms 114.85 ms/m 800m (Rudisha, 1:40.91) 100.91 s 100,910ms 126.14 ms/m Mile WR (3:43.13) 223.13 s 223,130 ms 138.62 ms/m Marathon WR (2:00:35)7,235 s 7,235,000 ms 171.56 ms/mTiming precision matters: 100m WR margin (Bolt 9.58 vs Thompson 9.69): 110ms = 0.11s False start threshold: reaction time < 100ms → disqualification Photo-finish resolution: 1/10,000s = 0.1ms (sub-millisecond!) Photo-finish can separate runners by 0.001s = 1ms at the finish lineRomanian athletics context: Florin Ciobanu 100m national record ≈ 10.22s = 10,220ms Romanian 4×100m relay national record ≈ 38.94s = 38,940ms

Seconds to Milliseconds: The Human Body in Milliseconds

  • Eye blink (150–400 ms = 0.15–0.40 s): The fastest involuntary human action. A voluntary blink: ~300–400 ms. The "blink of an eye" = 150–400 ms = 0.15–0.40 seconds
  • Reaction time (150–250 ms = 0.15–0.25 s): Visual reaction (light stimulus): 150–200 ms. Auditory reaction (sound): 120–160 ms. Sports reaction (trained athlete): ~100–120 ms. False start threshold in sprinting: <100 ms (considered impossible for human reaction)
  • ECG intervals: PR interval (atrial conduction): 120–200 ms (0.12–0.20 s). QRS complex (ventricular depolarisation): 80–120 ms. QT interval: 350–450 ms. R-R interval at 75 bpm: 800 ms = 0.8 s. Each of these is clinically measured to the nearest millisecond
  • Nerve conduction velocity: Motor nerve conduction: 40–70 m/s. Sensory nerve: 40–60 m/s. A nerve impulse travels 40–70 mm per millisecond. Pain signal (C fibres, slow): 0.5–2 m/s = 0.5–2 mm per millisecond
  • Audio perception: Two sounds separated by <1 ms (0.001 s) are perceived as simultaneous. Interaural time difference (ITD) for sound localisation: 0–690 μs = 0–0.69 ms. Humans can detect audio delays as small as 2–6 ms = 0.002–0.006 s

Seconds to Milliseconds: Computing, Networks and the Digital Millisecond

Computing operation Seconds Milliseconds CPU clock cycle (3 GHz) 0.000000000333 s 0.000000333 ms (0.333 ns) RAM access time 0.0000001 s 0.0001 ms (100 ns) SSD read latency 0.0001 s 0.1 ms HDD seek time 0.008 s 8 ms Intra-datacenter ping 0.001 s 1 ms Cross-continent ping (US↔EU) 0.1 s 100 ms Google page load target 3 s 3,000 ms HTTP timeout (default) 30 s 30,000 msJavaScript time API: Date.now() → ms since Unix epoch performance.now() → ms since page load (sub-ms precision) setTimeout(fn, 1000) → 1 second = 1,000 ms setInterval(fn, 16.667) → ~60fps = 16.667ms per frameCore Web Vitals (Google): LCP (Largest Contentful Paint) target: < 2,500 ms = 2.5 s FID (First Input Delay) target: < 100 ms = 0.1 s CLS measured in layout shift score (not ms) INP target: < 200 ms = 0.2 s

Seconds to Milliseconds: Speed of Light and Physics

  • Speed of light in 1 second: 299,792,458 m = 299,792.458 km per second = 299.792 km per millisecond. In 1 ms, light travels 299.8 km — roughly the distance from London to Paris
  • Speed of sound in 1 second: ~343 m/s at 20°C = 0.343 m per millisecond. The "30 seconds for 10km" lightning rule uses seconds; in ms: lightning is 0.343 m/ms from thunder
  • GPS timing precision: GPS signals are timestamped to 20 nanoseconds = 0.000020 ms = 0.000000020 s. The GPS receiver computes position from timing differences of ~67 ms (signal travel from satellite at 20,200 km altitude). 1 ms of GPS timing error = ~300 km of position error
  • Atomic clock stability (Cs-133): Accurate to ~10⁻¹⁶ s/s = 10⁻¹³ ms/ms. Over 1 second of operation, drift is <10⁻¹⁶ s = 10⁻¹³ ms. Over 1 millisecond of operation, drift is <10⁻¹⁹ ms

Tips and Recommendations

  • Formula: Milliseconds = Seconds × 1,000. Seconds = Milliseconds ÷ 1,000. No approximation ever — exact for all real numbers.
  • In JavaScript: const ms = seconds * 1000;. Seconds from Date: Date.now() / 1000. Performance timing: performance.now() returns ms. setTimeout(fn, seconds * 1000). Note: JavaScript's Date uses ms internally; dividing by 1,000 gives Unix timestamp in seconds
  • In Python: ms = seconds * 1000. From time.time() (returns seconds): ms = time.time() * 1000. time.sleep(seconds) takes seconds; use time.sleep(ms / 1000) for ms-based delays. datetime.timedelta: delta.total_seconds() * 1000
  • In Excel: =A1*1000 (seconds to ms). =A1/1000 (ms to seconds). Time cells store fractions of a day: =A1*86400*1000 converts Excel time to ms
  • The decimal shift shortcut: To convert seconds to ms: move the decimal point 3 places right (×1,000). To convert ms to seconds: move the decimal point 3 places left (÷1,000). Example: 0.045 s → 45 ms. 750 ms → 0.750 s
  • Common values to memorise: 1s = 1,000ms. 0.1s = 100ms (human perception threshold). 0.016s ≈ 16ms (60fps frame). 0.001s = 1ms (sports timing, 1/1000 shutter)

Seconds to Milliseconds — Frequently Asked Questions

How many milliseconds are in 1 second?

Exactly 1,000 milliseconds. This is defined by the SI prefix "milli" (= 10⁻³), making it the most exact time conversion: 1 s = 10³ ms with no approximation or calendar correction ever needed.

How many milliseconds is 0.5 seconds?

0.5 × 1,000 = exactly 500 milliseconds.

How many seconds is 1,000 milliseconds?

1,000 ÷ 1,000 = exactly 1 second. 1,000 ms is the definition of 1 second.

How many milliseconds is a human blink?

A voluntary eye blink takes approximately 300–400 milliseconds (0.3–0.4 seconds). The fastest involuntary blink can be as short as 150 ms (0.15 s). The common phrase "in the blink of an eye" describes an interval of 150–400 ms.

What shutter speed equals exactly 1 millisecond?

A shutter speed of 1/1000 s equals exactly 1 millisecond. This is one of the most common shutter speeds used in sports and action photography.

Why does JavaScript use milliseconds instead of seconds?

JavaScript's Date.now() returns the number of milliseconds since January 1, 1970 (Unix epoch). Milliseconds provide enough precision for web events (animations, network timing, user interactions) while remaining as simple integers without decimal seconds. Convert to seconds: Date.now() / 1000.

How do I convert seconds to milliseconds in JavaScript?

const ms = seconds * 1000;. For setTimeout: setTimeout(fn, seconds * 1000). Current time in ms: Date.now(). Performance timing in ms: performance.now().

How do I convert seconds to milliseconds in Python?

ms = seconds * 1000. From time.time(): ms = time.time() * 1000. From timedelta: delta.total_seconds() * 1000. Sleep in ms: time.sleep(ms / 1000).

How do I convert seconds to milliseconds in Excel?

=A1*1000. Reverse: =A1/1000. From Excel time values (stored as fraction of a day): =A1*86400*1000.

How far does light travel in 1 millisecond?

Light travels 299,792,458 m/s. In 1 ms (0.001 s): 299,792,458 × 0.001 = 299,792.458 m ≈ 300 km. In 1 millisecond, light travels roughly the distance from London to Paris, or from Bucharest to Cluj-Napoca.

How far does sound travel in 1 millisecond?

Sound travels ~343 m/s at 20°C. In 1 ms: 343 × 0.001 = 0.343 m ≈ 34 cm. Sound travels about one foot (30 cm) per millisecond in air.

Is 1 ms the minimum reaction time for athletes?

No — it's far below human capability. World Athletics rules disqualify sprinters for false starts if reaction time is <100 ms (0.1 s), as no human can react to a stimulus in under 100 ms. 1 ms = 0.001 s is 100 times faster than the minimum human reaction time.