Song Section Timing Calculator

Knowing how long each section of a song or score lasts in real time is essential for film scoring, arranging, and production planning. This calculator converts bar count at a given BPM and time signature into duration in seconds, minutes and seconds, and milliseconds. The formula is: duration (s) = bars * beats_per_bar * 60 / BPM. Enter the number of bars, your tempo, and beats per bar to see the section duration instantly. You can also sum multiple sections to get a total arrangement duration.

4 for 4/4, 3 for 3/4, 5 for 5/4
16.00 s
0:16
16,000.00 ms

Song section timing formula

Duration (s) = bars * beats_per_bar * 60 / BPM
Duration (ms) = bars * beats_per_bar * 60,000 / BPM
Minutes = floor(seconds / 60)
Remaining seconds = seconds mod 60

The beat duration is 60 / BPM seconds. Multiplying by beats per bar gives one bar duration, and multiplying by the number of bars gives the section duration. This is the direct inverse of the click track bars formula.

Section durations at 120 BPM in 4/4

  • 4 bars: 8.00 seconds.
  • 8 bars: 16.00 seconds (typical chorus).
  • 16 bars: 32.00 seconds (long verse).
  • 32 bars: 64.00 seconds (1 minute 4 seconds).
  • 64 bars: 128.00 seconds (2 minutes 8 seconds, typical song length section).

Song section timing: frequently asked questions

How do I calculate the duration of a song section in seconds?

Duration (seconds) = bars * beats_per_bar * 60 / BPM. For 8 bars of 4/4 at 120 BPM: 8 * 4 * 60 / 120 = 16 seconds.

Why do I need to know section durations?

Film composers must hit exact timecode cues (e.g. a crash at 0:32.5). Songwriters use section timing to balance verse-chorus proportions. Music editors align sections to video cuts. Knowing duration from bar count removes guesswork.

How does time signature affect section length?

A section of 8 bars in 3/4 at 120 BPM takes 8 * 3 * 60 / 120 = 12 seconds. The same 8 bars in 4/4 takes 16 seconds. Beats per bar scales the duration directly.

How do I convert from duration back to bars?

Bars = (duration in seconds * BPM) / (60 * beats_per_bar). This is the reverse of the timing formula. The Click Track Bars Calculator on this site handles that direction.

What is a typical verse-chorus bar structure?

Most pop songs: intro 4-8 bars, verse 8-16 bars, pre-chorus 4 bars, chorus 8 bars, bridge 8 bars. At 120 BPM in 4/4, a 16-bar verse is 32 seconds, and a 8-bar chorus is 16 seconds.

Official sources

  • MIDI Association: midi.org - MIDI timing and tempo specifications.
  • Audio Engineering Society (AES): aes.org - music production standards.

Reviewed by the CalculatorHub team, edited by James Graham, 15 June 2026. See our methodology.