ToolForge

Convert Seconds to Minutes

Seconds to minutes is the conversion you reach for when a duration is measured in seconds — a stopwatch split, a video length, a timer — and you want it in a more readable unit. One second is exactly 0.0166667 minutes, so the number always gets much smaller when you switch from seconds to minutes.

⇅ Swap direction

Seconds to Minutes conversion table

Common Seconds to Minutes conversions
Seconds (s)Minutes (min)
10.016667
20.033333
30.05
50.083333
100.166667
200.333333
500.833333
1001.666667
5008.333333
1,00016.666667

The formula

To convert seconds to minutes, divide the number of seconds by 60:

minutes = seconds ÷ 60

A worked example

Say you timed something at 90 seconds and want to know it in minutes:

90 ÷ 60 = 1.5 min

So 90 seconds is exactly 1 minute and 30 seconds — 1.5 minutes.

Why the number is exact

A minute is defined as exactly 60 seconds, so the relationship between the two units has no rounding or measurement error in it at all. The multiplier you use to go from seconds to minutes, 1/60, happens to be a fraction whose decimal form repeats (0.0166666…), but that's just how the fraction looks written out — the conversion itself, 60 seconds to 1 minute, is precise.

When you'll use it

Reading stopwatch or timer results, converting video and audio lengths, checking workout or interval times, and making sense of durations that come back from code or APIs in raw seconds.

Frequently asked questions

How many minutes are in a second?

A second is 1/60 of a minute, which works out to exactly 0.0166667 minutes. It's a small fraction because a minute is made up of 60 seconds.

Is the seconds to minutes conversion exact?

Yes. A minute is defined as exactly 60 seconds, so dividing by 60 is precise. The decimal 0.0166667 repeats forever because 1/60 doesn't end cleanly in decimal form, but the underlying relationship — 60 seconds make 1 minute — has no rounding in it at all.

What's a quick way to convert seconds to minutes in my head?

Divide by 60. 90 seconds is 1.5 minutes, 180 seconds is 3 minutes. For anything that isn't a round number of minutes, just divide the seconds by 60 and read off the decimal.