How to Practise With a Metronome
The most boring practice tool ever invented is also the one that improves players fastest — if you use it properly.
Why the click is worth the tedium
Almost every musician has been told to practise with a metronome, and almost every musician has quietly avoided it. It is unforgiving, it exposes exactly where your playing wobbles, and it makes an enjoyable passage feel like an exam. That discomfort is precisely the point: the click is an honest external reference, and without one it is remarkably easy to speed up in the easy bars and slow down in the hard ones without noticing at all.
What you are really training is not obedience to a machine but an internal clock. Over time the steady pulse gets absorbed, and you stop needing the device to stay level. That internal sense is what lets an ensemble stay together, what makes a recording sit properly in a grid, and what allows you to stretch time deliberately for expression rather than drifting by accident. Try theonline metronomealongside this guide.
Choosing the right practice tempo
The single most common mistake is practising too fast. Playing a passage at nearly the target tempo with small errors feels productive, but every repetition of a mistake makes that mistake more automatic — you are rehearsing the error, not the music. The rule that fixes this is blunt: find the fastest tempo at which you can play the passage perfectly, then practise slower than that.
The standard progression is simple and works for everyone. Set a tempo where the passage is comfortably clean. Play it correctly three to five times in a row — if you miss, reset the count. Then raise the tempo by about 5 BPM and repeat. If a step falls apart, drop back 10 BPM and rebuild. Progress feels slow for a session or two and then accelerates sharply, because you are building on a foundation that does not have errors baked into it.
| Situation | What to do |
|---|---|
| Clean 5× in a row | Raise by 5 BPM |
| One slip | Reset the count, stay at this tempo |
| Repeated slips | Drop 10 BPM and rebuild |
| One bar keeps failing | Isolate just that bar; don't drill the whole piece |
Reading tempo markings
Written music usually gives tempo as an Italian word rather than a number, and translating them is useful when you are setting a starting point. Largo is broad and slow, around 40–60 BPM. Adagio sits at a relaxed 60–75. Andante is a walking pace, roughly 76–107. Moderato is moderate at 108–119, and Allegro — the most common marking of all — is a brisk 120–155. Above that, Vivace, Presto and Prestissimo climb toward the limits of playability.
These are guidelines rather than laws; composers and performers interpret them differently, and the character of the music matters more than the exact number. But they give you a sensible target, and the metronome shows the matching marking as you change tempo so the vocabulary becomes familiar without effort.
Subdivisions: the secret weapon
A click on every beat tells you whether you arrived on time, but not what happened in between. That is where subdivisions come in — extra quieter clicks dividing each beat into eighths, triplets or sixteenths. They are genuinely transformative for two problems in particular.
The first is off-beat accuracy. If your syncopated notes feel slightly out but you cannot say why, turning on eighths immediately reveals whether you are early or late, because now there is a reference exactly where those notes fall. The second is slow-tempo drift: at 50 BPM the gaps between clicks are so long that it is easy to wander in the middle of a beat. Subdividing fills those gaps and keeps you honest. Triplet subdivision is especially valuable for swung or compound-time music, where the beat divides into three rather than two.
Accents and finding "one"
An accented first beat turns an undifferentiated stream of clicks into actual bars. This matters more than it sounds: much of what makes playing feel confident is knowing where one is at all times, and an accented downbeat trains that awareness. Setting the time signature correctly also stops the common experience of practising a waltz against a four-beat click and feeling perpetually out of phase.
Once the basics are solid, a powerful exercise is to remove support deliberately. Set the metronome to click only on beats 2 and 4 (practise in 2/4 to approximate this), or slow it to one click per bar. Suddenly you must hold the tempo yourself between references, and any tendency to rush or drag becomes glaringly obvious. Drummers and jazz musicians use this constantly, and it develops time-keeping far faster than a click on every beat.
Why browser metronomes often drift
A technical point that matters if you have ever felt an online metronome was subtly unsteady. The naïve way to build one is to call setInterval and play a sound each time it fires. But JavaScript timers are explicitly not precise: they fire when the main thread is free, and they are throttled in background tabs. Under any load the spacing between clicks wanders by tens of milliseconds — small enough to seem fine, large enough to feel wrong when you play along.
The correct approach, and the one this metronome uses, is a lookahead scheduler. A timer runs frequently but does nothing except queue up clicks slightly in the future against the audio hardware clock, which is sample-accurate and independent of the main thread. The timer only decides when to schedule; the audio system decides when to sound. The result is timing you can trust, which is the entire reason a metronome exists.
Tap tempo and everyday uses
Tap tempo answers a question musicians ask constantly: how fast is this song? Tap along with a recording for a few beats and the metronome averages your taps into a BPM. Averaging matters — a single interval reflects whatever your reaction time did on that one tap, while the mean of several taps converges quickly on the true tempo. It is the fastest way to find the tempo of a track you want to learn, set up a backing loop, or match a click to a video.
- Learning a song: tap the original recording, then practise at 70% of that tempo and work up.
- Recording: set the session tempo so edits and loops line up to the grid.
- Ensembles: agree a count-in tempo so everyone starts together.
- Fitness and dance: steady BPM references are useful well outside music.
Keeping the music human
The common objection to metronome practice is that it produces mechanical playing. It is a fair worry, and the answer is that the click is a training tool, not a performance partner. Real music breathes: phrases push forward, cadences relax, rubato stretches time expressively. None of that is possible if your timing is unreliable, because listeners cannot tell intentional flexibility from accidental drift.
So use the metronome to build the foundation, then deliberately practise without it. Record yourself playing freely and listen back for unintended tempo changes. A useful cycle is to spend most practice with the click, then run the piece once without it at the end of a session, and compare. What you are aiming for is not the ability to play like a machine but the ability to choose when to depart from the pulse — and that choice only exists once the pulse is solid.
A two-hundred-year-old argument
The mechanical metronome was patented in 1815 by Johann Maelzel, building on an earlier design by Dietrich Winkel — a dispute that has followed the invention ever since. Beethoven was among the first major composers to adopt it enthusiastically, adding precise numeric markings to his scores so performers would know exactly what he intended. That is why you still see "M.M." (Maelzel's Metronome) in older editions.
Ironically, Beethoven's own markings have been argued over for two centuries, with many musicians insisting several are implausibly fast. Theories range from a faulty device to a misreading of where on the sliding scale the number should be taken. The episode is a useful reminder that a tempo marking is a strong suggestion rather than a law — but also that the desire for an objective, shareable measure of speed is not a modern obsession. Musicians have wanted a trustworthy click for a very long time; browsers just finally made one free.
Five exercises that actually build time
Turning the click on and playing along is the baseline. These drills push further, and each targets a different weakness.
| Exercise | Setup | Trains |
|---|---|---|
| Ladder | +5 BPM after 5 clean reps | Accurate speed building |
| Subdivide | Eighths or triplets on | Off-beat placement |
| Sparse click | One click per bar | Internal pulse |
| Backbeat | Hear the click as beats 2 & 4 | Groove and feel |
| Slow burn | Half your usual tempo | Tone, accuracy, control |
The backbeat drill deserves special mention because it is the one most likely to change how your playing feels. Instead of treating the click as beat one, decide that it represents beats two and four — the snare positions in most popular music. Suddenly you have to place beat one yourself, in the silence, and everything locks into a groove rather than a march. It is disorienting for a minute and genuinely transformative after a week.
"I just can't stay with the click"
This is an extremely common complaint and it is almost never a talent problem. Nearly always it is one of three fixable things. The first is simply that the tempo is too fast — at speed, small timing errors compound and it feels like the click is moving. Halving the tempo usually reveals that you can lock in perfectly well.
The second is listening late: many players react to the click rather than playing with it, which puts every note fractionally behind. The cure is to feel the pulse ahead of time, counting a bar or two silently before you start so you are anticipating rather than chasing. The third is volume — if the click is buried under your instrument you are guessing at where it is. Turn it up until it is comfortably audible, or use the wood-block voice, whose sharper attack cuts through better than a pure beep for many instruments.
Beyond music
A steady pulse turns out to be useful well outside a practice room. Dancers rehearse choreography to a fixed tempo so counts stay consistent between sessions. Runners and cyclists use a click to hold cadence — around 170–180 steps per minute is a commonly cited target for efficient running form, which sits comfortably in a metronome's range. Speech coaches and actors use one to control pacing, and some therapists use rhythmic auditory cues to help patients regain a regular walking gait after injury or illness.
The common thread is that humans are unreliable judges of their own timing but excellent at synchronising to an external pulse. Give someone a click and they will lock to it almost involuntarily; take it away and their timing quietly drifts. That asymmetry is precisely why the device has survived two centuries with essentially no change to its purpose.
One last practical note: build the click into a routine rather than reaching for it only when something goes wrong. A useful shape for a session is five minutes of scales or rudiments with a sparse click to warm up your internal pulse, then focused laddering on whichever passage is currently hardest, then a full run-through without the metronome at the end to check that the timing holds up on its own. Fifteen minutes structured that way beats an hour of unfocused repetition, because every part of it has a specific job.
The metronome is not glamorous, but no other practice tool exposes weaknesses so quickly or fixes them so reliably. Set a tempo you can play cleanly, add a subdivision where the beat is slippery, accent the downbeat so you always know where you are, and climb 5 BPM at a time. Open theonline metronome— space bar starts it, the arrow keys nudge the tempo, and the timing is scheduled on the audio clock so the pulse stays exactly where it should be.