Seconds to Minutes Converter
Enter any number of seconds to convert it to minutes in decimal form and in MM:SS clock notation. You also get a full breakdown into hours, minutes, and remaining seconds, plus quick-reference values for common time spans. The result updates as you type.
Formula
Worked example
To convert 150 seconds: 150 ÷ 60 = 2.5 minutes. In clock notation, floor(150 / 60) = 2 whole minutes, 150 mod 60 = 30 remaining seconds, so 2:30.
How to convert seconds to minutes
The conversion is straightforward: divide the number of seconds by 60 because there are exactly 60 seconds in one minute. The result is decimal minutes. For example, 90 seconds divided by 60 equals 1.5 minutes. If you prefer a clock-style display, take the whole number part (1) as the minutes and multiply the decimal remainder (0.5) by 60 to get the remaining seconds (30), giving you 1:30 in MM:SS format. This calculator handles both forms automatically.
Decimal minutes vs. MM:SS clock format
Decimal minutes are convenient for arithmetic - you can add, subtract, or multiply them like any other number. Clock format (MM:SS) is easier to read at a glance and matches what you see on a stopwatch or video player. For example, a 195-second video clip is 3.25 minutes in decimal form and 3:15 in clock format. Sports timing, music, audio editing, and video production almost always display durations in MM:SS or HH:MM:SS, while science and data analysis tend to use decimal values. Both are correct; they represent the same duration in different notations.
Converting larger time spans
For longer durations you may want hours and days as well. Divide seconds by 3600 for hours (since 60 minutes per hour x 60 seconds per minute = 3600 seconds per hour), or by 86400 for days (3600 x 24). This calculator shows all four simultaneously so you can pick the most natural unit for your context. A broadcast running 7200 seconds is exactly 2 hours; a database timestamp of 172800 seconds is exactly 2 days.
Practical uses for seconds-to-minutes conversion
This conversion comes up constantly in everyday computing, science, and media. Fitness trackers and sports apps record workout durations in seconds internally and display them in minutes. Video editors work in timecodes such as 00:02:35 but export render-time estimates in total seconds. Science experiments and lab timers output elapsed time in seconds, which researchers convert to minutes for reports. GPS and mapping software expresses travel times in seconds for calculations, then converts for display. Cooking timers, music track lengths, podcast durations, server uptime counters, and loading benchmarks all benefit from a quick conversion between the two units.
Seconds to minutes quick-reference table
| Seconds (s) | Decimal minutes (min) | MM:SS | Context |
|---|---|---|---|
| 1 | 0.016667 | 0:01 | One second |
| 5 | 0.083333 | 0:05 | Short pause |
| 10 | 0.166667 | 0:10 | 10-second countdown |
| 15 | 0.25 | 0:15 | Quarter-minute |
| 30 | 0.5 | 0:30 | Half-minute |
| 45 | 0.75 | 0:45 | Three-quarter minute |
| 60 | 1.0 | 1:00 | One minute |
| 90 | 1.5 | 1:30 | 90 seconds |
| 120 | 2.0 | 2:00 | Two minutes |
| 180 | 3.0 | 3:00 | Three minutes |
| 300 | 5.0 | 5:00 | Five minutes |
| 600 | 10.0 | 10:00 | Ten minutes |
| 900 | 15.0 | 15:00 | Quarter-hour |
| 1800 | 30.0 | 30:00 | Half-hour |
| 3600 | 60.0 | 60:00 | One hour |
| 7200 | 120.0 | 120:00 | Two hours |
| 86400 | 1440.0 | 1440:00 | One day |
Common second values converted to decimal minutes and MM:SS format.
Frequently asked questions
How many seconds are in a minute?
There are exactly 60 seconds in one minute. This is a definition: the minute was historically divided into 60 equal parts called seconds, a convention inherited from ancient Babylonian base-60 arithmetic. Dividing any number of seconds by 60 therefore gives you the equivalent in minutes.
How do I convert seconds to minutes and seconds (MM:SS)?
Divide the total seconds by 60 and take the integer part as the minutes. The remainder is the leftover seconds. For example, 195 seconds: 195 / 60 = 3 remainder 15, so the result is 3 minutes and 15 seconds, written 3:15. This calculator does this automatically and displays both the decimal and MM:SS forms.
What is 90 seconds in minutes?
90 seconds is 1.5 minutes, or 1 minute and 30 seconds (1:30 in MM:SS format). The calculation is 90 divided by 60 = 1.5.
What is 3600 seconds in minutes?
3600 seconds equals 60 minutes, which is exactly one hour. The calculation is 3600 / 60 = 60. This is also the number of seconds in an hour, which is why there are 60 minutes in an hour.
How do I convert minutes back to seconds?
Multiply the minutes by 60. For example, 2.5 minutes x 60 = 150 seconds. If your starting value is in MM:SS format, multiply the whole minutes by 60 and add the seconds: for 3:45 that is (3 x 60) + 45 = 225 seconds.
Why does dividing by 60 give decimal minutes?
Each minute contains 60 equal parts called seconds. Dividing the count of seconds by 60 tells you how many complete minutes plus the fractional remainder. For instance, 75 seconds / 60 = 1.25 minutes, meaning one whole minute and a quarter of another (which is 15 seconds, since 0.25 x 60 = 15).
How many minutes are in a day?
A day has 24 hours x 60 minutes per hour = 1,440 minutes, which equals 86,400 seconds. You can verify this with the converter by entering 86400 seconds.