# BPM Calculator

Calculate BPM, milliseconds per beat, bars per minute, and musical tempo markings. Includes tap tempo calculation for counting beats by hand.

## What this calculates

Enter a BPM value and this calculator shows you milliseconds per beat (useful for setting delay effects), bars per minute, and the Italian tempo marking. You can also calculate BPM from tapping by entering how many beats you counted over a time period.

## Inputs

- **BPM (Beats per Minute)** — min 1, max 300 — Enter BPM or use the tap tempo section below
- **Time Signature (beats/bar)** — options: 2/4 (March), 3/4 (Waltz), 4/4 (Common time), 6/8 (Compound), 5/4 (Odd meter), 7/8 (Odd meter) — How many beats in one measure/bar
- **Tap Count (for tap tempo)** — min 0, max 1000 — Number of taps/beats you counted
- **Tap Duration** (seconds) — min 0, max 600 — Seconds over which you counted taps

## Outputs

- **Milliseconds per Beat**
- **Seconds per Beat**
- **Bars per Minute**
- **Tempo Marking** — formatted as text
- **Tap Tempo Result** — formatted as text

## Details

The core formulas:

  - ms per beat = 60,000 / BPM

  - Bars per minute = BPM / beats per bar

  - Tap BPM = (tap count - 1) / seconds x 60

Musical Tempo Markings

  MarkingBPM RangeCharacter
  Largo40-55Slow and broad
  Adagio55-76Slow, at ease
  Andante76-92Walking pace
  Moderato92-108Moderate speed
  Allegro120-156Fast, bright
  Vivace156-176Lively, fast
  Presto176-200Very fast

Common BPM Values in Music

  - Hip-hop: 80-115 BPM

  - Pop: 100-130 BPM

  - House music: 120-130 BPM

  - Techno: 130-150 BPM

  - Drum and bass: 160-180 BPM

Pro tip for delay effects: Set your delay time to the ms-per-beat value (or half/quarter of it) for delays that sync perfectly with the music. At 120 BPM, that's 500ms for quarter notes and 250ms for eighth notes.

## Frequently Asked Questions

**Q: How do I find the BPM of a song?**

A: The easiest method is tap tempo: tap along with the beat for 10-15 seconds, count the taps, and use the formula (taps - 1) / seconds x 60. Or use the tap tempo section of this calculator. Many music apps and DAWs also have built-in BPM detection.

**Q: What BPM is most pop music?**

A: Most pop songs fall between 100 and 130 BPM. The most common BPM for hit songs is around 120, which is a natural, energetic tempo that matches the pace of walking. Songs like "Uptown Funk" are at 115 BPM and "Shake It Off" is at 160 BPM.

**Q: How do I calculate delay time from BPM?**

A: Quarter note delay = 60,000 / BPM in milliseconds. For other note values: eighth note = half that value, dotted eighth = 75% of the quarter note value, triplet = two-thirds. At 120 BPM: quarter = 500ms, eighth = 250ms, dotted eighth = 375ms.

**Q: What do the Italian tempo markings mean?**

A: Italian tempo markings are traditional labels used in sheet music. The main ones are: Largo (slow, 40-55 BPM), Adagio (slow/at ease, 55-76), Andante (walking pace, 76-92), Moderato (moderate, 92-108), Allegro (fast, 120-156), and Presto (very fast, 176-200). They describe the feel, not just the speed.

**Q: Why is tap tempo calculated as (taps - 1)?**

A: Because you're counting intervals between taps, not the taps themselves. If you tap 5 times, there are only 4 intervals between those taps. The first tap starts the count at zero. This is a common source of error in manual BPM counting.

---

Source: https://vastcalc.com/calculators/everyday/bpm
Category: Everyday Life
Last updated: 2026-04-08
