How this instrument works
A minute carries no physical definition of its own — BIPM lists it, alongside the hour and day, among non-SI units merely accepted for use with SI, fixed at exactly 60 seconds of the one genuine base unit, itself defined since 1967 by 9,192,631,770 cycles of caesium-133 radiation. Because 60 is a whole number, converting minutes to seconds is the rare direction in time arithmetic that never produces a repeating decimal: 5 minutes is 300 seconds exactly, 5.5 minutes is 330 seconds exactly, with nothing to round at any number of digits.
Base 60 is not the only division of a day humans have tried seriously. While Babylonian sexagesimal counting, filtered through Hellenistic astronomy, gave the West its sixty-part minute, imperial China ran a parallel decimal system for well over a thousand years: the ke, dividing a full day into 100 equal parts of 14.4 minutes each, measured by water clocks with a graduated floating indicator rod. Ke stayed the standard until 1628, when Jesuit-influenced reforms switched China to 96 ke a day, four per Western-style hour, to line up with the imported twenty-four-hour clock.
Modern kitchens and laboratories quietly run the same sixty-fold conversion this page performs. A sous-vide immersion circulator or a smart oven timer typically stores its countdown internally in seconds, even when its dial or app displays minutes, so entering '5 min' on the interface and having the device count down from 300 is this exact multiplication happening inside the firmware, invisibly, every time a recipe step begins.
- Type your duration into the Minutes (min) field — 5 is preloaded, a common short-timer length.
- Read Seconds (s) beneath it; the figure recalculates on every keystroke.
- Enter minutes as a plain decimal, not clock notation — two and a half minutes is 2.5, never 2.30.
- Reversing direction, divide any Seconds (s) figure by 60 to recover minutes.
- Negative entries are refused, since a duration cannot run to less than zero.
Worked example — a 5-minute soft-boiled egg
A recipe calls for a large egg to simmer for exactly 5 minutes for a soft-set yolk, but the digital thermometer-timer clipped to the pot only accepts a countdown in seconds. Enter 5 into Minutes (min) and Seconds (s) returns 300 — set the timer to 300 and it matches the recipe precisely.
The result carries no hidden rounding at all: 5 × 60 = 300 is closed integer arithmetic, unlike converting the other way, where 300 seconds back to minutes would still land exactly on 5, but a stray reading like 310 seconds returns 5.1666666667 minutes, a figure most kitchen dials cannot display anyway.
Questions
Is a minute always exactly 60 seconds?
Yes, by definition rather than measurement. BIPM fixes the minute at precisely 60 seconds of the SI base unit, itself defined by a caesium-133 transition since 1967, so this ratio carries zero uncertainty at any scale. The one civil-timekeeping exception is a leap-second minute in UTC, which briefly runs 61 seconds; elapsed-duration conversions like this one are unaffected, since they never touch the leap-second calendar at all.
Does multiplying minutes by 60 ever produce a rounding error?
No, not for the multiplication itself. Because 60 is an exact whole number, any minute value with a terminating decimal representation converts to seconds with no rounding whatsoever — 5, 2.5 and 0.25 minutes become exactly 300, 150 and 15 seconds. This is the reverse of dividing by 60, which almost always produces a repeating decimal; multiplying by a whole number is the one direction in sexagesimal time conversion that stays perfectly clean.
Why did the West settle on base 60 while other cultures used base 100?
Different starting points, both defensible. Babylonian astronomers already counted in base 60, a number with far more divisors than 100 — halves, thirds, quarters, fifths and sixths of it are all whole numbers — and that arithmetic passed through Greek astronomy into the medieval minute and second. Imperial China instead ran a purely decimal ke system, splitting a full day into 100 equal parts, which stayed standard for over a thousand years until 1628, when it was replaced to align with an imported twenty-four-hour clock.
How do I convert seconds back into minutes?
Divide by 60. A 90-second interval becomes 1.5 minutes; a 400-second one becomes 6.6666666667 minutes, a repeating decimal that this direction cannot avoid. For a mixed clock-style reading, keep the whole minutes aside and multiply whatever fraction remains by 60 again — 6.6666666667 minutes gives 6 minutes plus roughly 40 seconds.
Why do smart kitchen timers store durations in seconds internally?
Because seconds are the finer, unambiguous unit — a device can always reconstruct '5 minutes' from 300 stored seconds, but storing '5' with an assumed unit invites bugs if that assumption ever changes. Sous-vide circulators, oven probes and many programmable appliances follow this pattern, converting whatever a user enters on the dial into seconds before the countdown ever starts, then converting back only for display.
Is a '5-minute' recipe step always exactly 300 seconds, even on a digital timer?
Yes, provided the device is counting real elapsed time rather than rounding to some coarser display step. A well-built kitchen timer set from a 5-minute entry counts down from 300 seconds precisely, since the underlying conversion is exact integer arithmetic; any discrepancy a cook notices is almost always the appliance's own clock drift, not an error in the 60-second-per-minute relationship itself.