Article — Seconds to Minutes Converter
Seconds to minutes converter: the full SI-exact guide
One minute is exactly 60 seconds. The minute is not an SI base unit, but the SI brochure formally accepts it for use, with the relation 1 min = 60 s defined exactly. To convert seconds to minutes, divide by 60. To go back, multiply. The SI second itself was redefined in 1967 from the caesium-133 hyperfine transition (9,192,631,770 oscillations), and every minute on every wall clock and screen ultimately traces back to that atomic standard.
The trick of this converter is reading the result correctly. 90 seconds is 1.5 minutes in decimal, or 1:30 in MM:SS — same duration, different notation. Mixing them is the most common error in cooking, sports, and audio timing math.
What is a second?
The second is the SI base unit of time. Since 1967 the BIPM definition has been the duration of 9,192,631,770 periods of the radiation corresponding to the transition between the two hyperfine levels of the unperturbed ground state of caesium-133. That switch from Earth-rotation-based time to atomic time was prompted by the discovery that Earth's rotation is not uniform — tides, atmospheric mass shifts, and core dynamics make the day vary by milliseconds.
Before 1967, a second was 1/86,400 of the mean solar day. Before that, in the ephemeris definition (1956–1967), it was 1/31,556,925.9747 of the tropical year 1900. The atomic definition won because cesium clocks could be built and replicated to one part in 10¹³ within a decade — far more stable than the Earth itself.
NIST's NIST-F2 fountain clock, in service since 2014, is so stable it would gain or lose less than one second over 300 million years. The optical clocks now in development at NIST and BIPM reach 10⁻¹⁸ — meaning a second of error would take longer than the current age of the universe to accumulate.
Seconds to minutes conversion math
The math is a single division. Seconds divided by 60 gives minutes. The factor 60 is exact, set by the SI acceptance of the minute. There is no measurement and no rounding. 30 seconds is 0.5 min. 90 seconds is 1.5 min. 300 seconds is 5 min. 3,600 seconds is 60 min, which is also 1 hour.
Going the other way is just as straightforward. Minutes times 60 gives seconds. 2.5 min times 60 = 150 s. 7 min = 420 s. 30 min = 1,800 s. The exact-by-definition relationship is the same as kilometres-to-metres (factor of 1,000) or hours-to-seconds (factor of 3,600).
seconds ÷ 60 = minutes minutes × 60 = seconds1 min = 60 s (exact) 1 h = 60 min = 3,600 sThe 60-second minute is a sexagesimal inheritance from Babylonian astronomy. Sumerian mathematicians built their counting system on base 60 around 2,000 BCE because 60 has more divisors (2, 3, 4, 5, 6, 10, 12, 15, 20, 30) than any smaller number — convenient for fraction-heavy work without a positional system. The same legacy gives us 60 minutes per hour and 360 degrees in a circle.
Seconds to minutes reference table
The table below covers the seconds values most commonly searched. Each is shown as decimal minutes and as MM:SS.
- 1 s = 0.0167 min (0:01)
- 15 s = 0.25 min (0:15)
- 30 s = 0.5 min (0:30)
- 45 s = 0.75 min (0:45)
- 60 s = 1 min exactly (1:00)
- 90 s = 1.5 min (1:30)
- 120 s = 2 min (2:00)
- 180 s = 3 min (3:00)
- 300 s = 5 min (5:00)
- 600 s = 10 min (10:00)
- 1,800 s = 30 min (30:00)
- 3,600 s = 60 min, or 1 hour (1:00:00)
Most app timers, cookie expiries, and rate-limit windows use seconds as the underlying unit. JWT lifetimes are typically 300 or 3,600 seconds (5 minutes or 1 hour). Microwave timers and stove ovens read in MM:SS. Cooking recipes default to minutes. Athletic timing splits show minutes-plus-seconds-plus-hundredths.
Decimal minutes versus MM:SS
The same duration can be written two ways. Decimal: 1.5 min. MM:SS: 1:30. Both mean 90 seconds. The confusion is that 1:30 looks like a decimal — but the part after the colon is seconds, not hundredths of a minute. 1:30 is one minute thirty seconds (90 s). 1.30 minutes is one minute eighteen seconds (1.30 × 60 = 78 s). Different numbers, different durations.
Reading 1:30 as "one point three zero minutes" is a frequent error in time math, especially in spreadsheets where Excel can store the same value as 1:30 (time format) or 0.0625 (fraction of a day) depending on cell formatting. Always confirm whether a duration field is in MM:SS or in decimal minutes before doing arithmetic on it.
The decimal form is preferred for arithmetic. Adding 1.5 + 2.25 + 0.75 = 4.5 minutes is trivial. Adding 1:30 + 2:15 + 0:45 = 4:30 requires the same answer but a different mental model — you carry from seconds to minutes when the seconds sum exceeds 60. Stopwatches show MM:SS because it reads naturally; data analysis converts to decimal.
Seconds to minutes in sport and music
Athletic timing lives in seconds with sub-second precision. The 100 m sprint record (Usain Bolt, 9.58 s) is recorded to two decimals; the 800 m record (David Rudisha, 1:40.91) crosses the minute boundary and uses MM:SS.ss notation. Swimming pool splits show every 25 m or 50 m lap timed to the hundredth of a second, with cumulative time in MM:SS.
Music timing is similar. A typical pop song is 3 to 3.5 minutes (180 to 210 seconds). Spotify's data shows average pop song length dropped from 245 s in 2000 to 197 s in 2024, as algorithmic playlists reward early-song hooks. TV advertisements run 15 to 30 seconds; radio jingles 30 to 60. Classical movements stretch from 4 to 15 minutes.
Seconds to minutes in tech and SLAs
Service-level agreements use seconds and minutes interchangeably. A 99.9% uptime SLA permits 8.77 hours of downtime per year, which is 526.2 minutes or 31,571 seconds. A 99.99% SLA permits 52.6 minutes per year. A 99.999% ("five nines") SLA permits 5.26 minutes per year. Cloud providers publish all three, with seconds-level monitoring driving the calculation.
When sizing a timeout, think in seconds even if the config takes minutes. Most HTTP libraries default to 30 to 60 seconds for the read timeout. A "5 minute" rate-limit window is 300 seconds — useful to remember when correlating logs.
Cron jobs cannot run more often than once per minute (60 s) on most systems. For sub-minute schedules, use systemd timers, sleep loops, or specialized schedulers like Celery Beat or Hangfire. The 60-second floor traces back to the original Unix cron implementation in the 1970s, which scans the crontab once per minute.
Common seconds to minutes mistakes
The most frequent error is treating MM:SS as a decimal. 1:30 is not 1.30 minutes; it is 1.5. Going the other way, 4.75 minutes is 4:45 (45 seconds), not 4:75. The colon separates minute count from second count, with seconds running 0 to 59 only.
A second pitfall is forgetting to carry when adding times. 2:45 + 0:30 is 3:15, not 2:75. The carry happens whenever the second sum reaches 60. Spreadsheets handle this automatically if the cells are formatted as time; manually summing MM:SS strings without conversion is error-prone.
A third pitfall is using "minutes" for less than 60 seconds and "seconds" for over 60. Both are unit choices, not duration thresholds. A 30 s timer can be written 0.5 min if the context calls for it (cooking apps often do). A 120 s timer can be written 120 s rather than 2 min for clarity in a stopwatch UI. Pick the unit that matches the precision your user expects.