Metronome — Tunerium

Free & Browser Based

Metronome Tuner

Precise, drift-free timing for practice. Works on desktop and mobile — no app, no download.

Stopped
120 BPM

Moderato

Time Signature

Tempo Presets

Click accents on beat one so you can always feel where each measure begins. Best used with your browser tab in the foreground for the steadiest timing.

Online Metronome: The Complete Guide

A metronome's only job is to be perfectly, boringly consistent — every beat exactly the same distance from the last. This one is built specifically for that: instead of relying on ordinary browser timers, which can drift under load, it uses the Web Audio API's own high-precision clock to schedule every click in advance, so tempo stays accurate even during a long practice session.

How does an online metronome stay accurate?

Simple timers in JavaScript are not built for audio-grade precision — they can lag if the browser is busy with something else, causing a metronome to drift out of time over a few minutes. This metronome instead uses a scheduling technique built on the Web Audio API's own clock: it looks a fraction of a second into the future, schedules the next several clicks in advance using precise audio timestamps, and continuously re-checks itself many times per second. The result is a click track that stays locked to tempo rather than gradually sliding early or late.

How to Use This Metronome

  1. Set your tempo using the − and + buttons, the slider, or by tapping "Tap Tempo" in rhythm at least four times.
  2. Choose a time signature from the chips above the tap tempo button — this determines how many beats are grouped per measure and where the accented first beat falls.
  3. Tap "Start Metronome" to begin. The beat dots above the tempo display pulse in sync, with the first beat of each measure shown larger and in a different color.
  4. Practice with the click, adjusting tempo up or down as needed without stopping — the BPM display updates live even while the metronome is running.
  5. Tap "Stop Metronome" when you're done.

Tempo Terms and Their BPM Ranges

Classical tempo markings describe a general feel more than an exact number, but they map roughly to these beats-per-minute ranges — this is also what the label beneath the BPM display reflects as you adjust tempo:

Marking BPM Range Feel
Largo40–60Very slow, broad
Adagio60–76Slow, expressive
Andante76–108Walking pace
Moderato108–120Moderate
Allegro120–168Fast, lively
Presto168–200+Very fast

Understanding Time Signatures

A time signature tells you how many beats make up one measure and which note value counts as one beat. The metronome's beat indicator groups clicks accordingly and accents the first beat of every measure so it's easier to feel the underlying pulse rather than just hearing an even stream of clicks:

  • 2/4 — two beats per measure, common in marches and polkas.
  • 3/4 — three beats per measure, the foundation of waltzes.
  • 4/4 — four beats per measure, the most common time signature in popular and classical music.
  • 5/4 — five beats per measure, an asymmetric meter used in jazz and progressive styles.
  • 6/8 — six eighth-note beats per measure, often felt as two larger groups of three, common in ballads and compound-meter pieces.

Why Practicing With a Metronome Matters

Playing without a steady external reference makes it easy to unconsciously speed up during easy passages and slow down during difficult ones — a habit that's hard to notice on your own but obvious to anyone listening. Practicing regularly with a metronome trains a more even internal sense of time, which matters for playing with other musicians, recording, and simply sounding more confident and controlled. A common and effective approach is to set the tempo well below your target speed, play a passage accurately several times in a row, then increase the tempo by a small increment and repeat.

Common Metronome Problems (and How to Fix Them)

The click seems to drift or feel uneven

This is usually caused by the browser tab being in the background or the device being under heavy load from other applications. Keep this tab in the foreground and close unnecessary background tabs for the steadiest possible timing.

I can't hear anything when I press start

Some browsers block audio from starting automatically until you've interacted with the page. Pressing "Start Metronome" itself counts as that interaction, so if there's still no sound, check that your device's volume isn't muted and that no other application has exclusive control of the audio output.

Tap tempo gives an inconsistent result

Tap tempo works by averaging the time between your last several taps, so a single early or late tap can throw off the result. Tap steadily at least four or five times in the tempo you want, and the reading will stabilize as more taps are averaged in.

Frequently Asked Questions

Is this online metronome free to use?

Yes. This metronome is completely free, runs in your browser, and does not require an account, download, or app install.

Is a browser-based metronome accurate enough for practice?

Yes. This metronome uses the Web Audio API's own clock to schedule clicks in advance, rather than relying on general-purpose browser timers, which keeps timing accurate and drift-free even during long practice sessions.

What is tap tempo?

Tap tempo lets you set the BPM by tapping a button in rhythm, usually four or more times in a row. The metronome measures the average time between taps and converts it to beats per minute automatically.

Why do metronome clicks sound different on some beats?

The first beat of each measure is accented with a slightly higher-pitched click so it stands out from the other beats, making it easier to feel where each measure begins, especially in less common time signatures.

This metronome only produces sound — it does not use your microphone, and no audio is recorded, stored, or sent to a server.