BPM Tap Tempo Calculator
Finding a Song's Tempo Without a Metronome
Beats per minute is easy to define and surprisingly hard to eyeball — most people can feel a beat far more reliably than they can count it against a clock. Tap-tempo tools solve this by measuring the elapsed time across several taps and averaging the interval between them, smoothing out the small timing errors any single tap introduces.
The Formula
BPM = 60 / Average Interval
Taps minus one is used because a sequence of N taps only defines N−1 intervals between them — the first tap just marks the starting point.
A Worked Example
Five taps spread across 2 seconds total define four intervals, so the average interval is 2 ÷ 4 = 0.5 seconds. Sixty divided by 0.5 seconds gives a tempo of 120 BPM — a common tempo for house and pop music.
Reference Tempos by Genre
| Genre / feel | Typical BPM range |
|---|---|
| Ballad / slow | 60–80 BPM |
| Hip-hop | 80–100 BPM |
| Pop | 100–120 BPM |
| House | 120–130 BPM |
| Techno / trance | 130–150 BPM |
| Drum and bass | 160–180 BPM |
These are commonly cited genre conventions, not fixed rules — individual tracks regularly fall outside their genre's typical range.
Where This Gets Used
- DJ beatmatching — confirming a track's tempo before syncing it with the next song in a set.
- Setting a DAW project tempo — tapping along to a reference recording to find the BPM before programming a click track or MIDI grid.
- Delay and LFO timing — many effects units let you tap tempo directly so echoes and modulation lock to the song's beat.
How to Use This Calculator
- Enter the number of taps you counted.
- Enter the total elapsed time in seconds across those taps.
- Select Calculate to see the average interval and resulting BPM.
Related Calculations
Once you know the tempo, work out wavelength-based delay timing with the Frequency Wavelength Calculator, or check the Decibel Calculator for level-matching between tracks.