Song Length Calculator
Calculate total song length in minutes and seconds from number of bars, BPM, and time signature.
How to use this tool
- Enter number of bars, bpm, beats per bar and beat unit in the fields above.
- Results update instantly as you type — or click Calculate.
- Read your total seconds and the full breakdown beneath it.
Convert bars (measures) to total song duration in minutes and seconds.
Formula
Bar duration (ms) = (60 000 ÷ BPM) × (4 ÷ beat unit) × beats per bar
Total duration (s) = bar duration (ms) × number of bars ÷ 1000
Minutes = ⌊total seconds ÷ 60⌋ | Remaining seconds = total seconds mod 60
How it works
This calculator multiplies the duration of a single bar by the total number of bars to give song length in seconds, then converts to a minutes-and-seconds display. It first derives bar duration from BPM and time signature, using the same normalisation to quarter notes as a standard metronome.
The result assumes a constant tempo throughout the song and uniform bar lengths. It does not account for intro counts, tempo changes, or partial bars at the end of a track.
Worked example
Worked example
- 32 bars at 120 BPM, 4/4 time (beat unit = 4).
- Bar duration = (60 000 / 120) × (4 / 4) × 4 = 500 × 1 × 4 = 2 000 ms.
- Total = 2 000 ms × 32 = 64 000 ms = 64 s.
- Minutes = ⌊64 / 60⌋ = 1; remaining seconds = 64 mod 60 = 4.
Total: 64 s | Duration: 1:04
Key terms
- Bar (measure)
- A fixed rhythmic unit of music containing the number of beats specified by the time signature numerator.
- BPM
- Beats per minute; the tempo of the piece. Higher BPM means faster tempo and shorter bar durations.
- Time signature
- The fraction-like notation (e.g. 4/4, 3/4, 6/8) that defines the number and type of beats per bar.
- Beat unit
- The note value that counts as one beat, given by the denominator of the time signature (4 = quarter note, 8 = eighth note).
- Song form
- The structural layout of a song in bars, such as verse–chorus arrangements. Knowing bar count and BPM lets you calculate total duration before mixing or recording.
Frequently asked questions
- How long is a 32-bar song at 120 BPM?
- At 120 BPM in 4/4 each bar is 2 seconds, so 32 bars = 64 seconds (1 minute 4 seconds).