Music Practice Tool

Free Online Chromatic Tuner

A precise chromatic tuner that listens to your instrument through your device's microphone and shows the detected note, its deviation in cents, and whether you are flat, sharp, or perfectly in tune โ€” all in real time. Covers all 12 notes across every octave. Works with guitar, bass, violin, cello, ukulele, mandolin, and any other pitched instrument.

Open Tuner
Free Online Chromatic Tuner
Free Tool

Online Chromatic Tuner

Play any note on your instrument and the tuner will detect the pitch in real time. Works with guitar, violin, and any other acoustic or electric instrument.

๐„žEnable microphone to start
โˆ’50ยขflat0sharp+50ยข
Signal
Instrument

Guitar open strings

E2A2D3G3B3E4
Musician tuning a guitar using an online tuner on a laptop
01

Real-Time Pitch Detection

Try It Now
Tuner needle meter showing cents deviation
02

Cents Deviation Meter

See the Meter
Various musical instruments laid out on a table
03

Reference Tunings for Every Instrument

Select Your Instrument
How It Works

How to tune your instrument

1

Click "Start" to enable the microphone

Your browser will ask for microphone permission once. Approve it, and the tuner begins listening immediately. No account or sign-in is required.

2

Play a single note on your instrument

Pluck a string or blow a note โ€” the tuner detects the pitch within milliseconds and displays the note name, octave, frequency, and cents deviation.

3

Adjust until the meter turns green

Tighten the tuning peg to raise the pitch (remove flat) or loosen it to lower (remove sharp). Repeat for each string. Green and "In tune" means you're done.

Deep Dive

How the Online Tuner Works

Pitch detection in a browser requires real-time audio processing. This tuner uses the Web Audio API and an autocorrelation algorithm to identify the fundamental frequency of what you play.

How the Online Tuner Works
01

Autocorrelation Pitch Detection

The tuner captures audio at the device's native sample rate (typically 44,100 Hz) through a 2,048-sample AnalyserNode. It then runs an autocorrelation pass over that buffer โ€” comparing the signal to time-shifted copies of itself โ€” to find the period of the strongest repeating pattern, which corresponds to the fundamental frequency.

AlgorithmAutocorrelation with parabolic interpolation
Buffer size2,048 samples โ€” about 46 ms at 44,100 Hz
Frequency range60 Hz to 1,400 Hz (all standard instruments)
02

Silence Gate and Note Hold

A root-mean-square (RMS) silence gate ensures the tuner ignores ambient noise when no note is playing. Once a note is released, the last detected pitch is held on screen for 400 ms before clearing, preventing distracting flicker between notes.

Silence thresholdRMS < 0.015 (adjusts for quiet rooms)
Note hold400 ms after signal drops below threshold
03

Cents and Equal Temperament

In 12-tone equal temperament every semitone is exactly 100 cents. The tuner calculates the exact number of cents your note deviates from the nearest equal-tempered pitch by comparing logโ‚‚(detected frequency / reference frequency) ร— 1200. Deviations under ยฑ5 cents are considered "in tune."

Reference A4440 Hz (concert pitch standard)
"In tune" thresholdยฑ5 cents

The "close" (amber) zone is ยฑ18 cents. Beyond ยฑ18 cents the meter shows red, indicating a more significant adjustment is needed.

04

Audio Privacy

The microphone stream is connected directly to an AnalyserNode โ€” it is never recorded, encoded, or sent to any server. Audio processing happens entirely on your device. Clicking Stop releases the microphone immediately.

Data sent to serverNone
RecordingNo โ€” the stream is analysed only, never stored

You can verify this in your browser: the microphone indicator light goes off as soon as you click Stop.

All audio analysis happens locally in your browser. No audio data is ever sent to a server.

Benefits

Why Use This Tuner

๐ŸŽ™

Works with Any Instrument

Chromatic detection covers all 12 notes โ€” guitar, violin, brass, woodwinds, voice, anything pitched.

๐ŸŽฏ

Precise to the Cent

Parabolic interpolation gives sub-sample accuracy. Deviation is shown to one decimal cent.

๐Ÿ”’

Fully Private

Audio never leaves your device. The microphone stream is analysed locally and released the moment you click Stop.

โšก

Real-Time Response

Pitch is detected on every animation frame (~60 fps) so the meter reacts the instant you play.

๐Ÿ“‹

Instrument Reference

Built-in open-string reference for guitar, bass, ukulele, violin, viola, cello, mandolin, banjo, and double bass.

๐Ÿ“ต

No Install, No Sign-In

Open the page, click the mic button, and tune. Nothing to download or create an account for.

Who Uses It

Who Uses an Online Tuner

From beginners tuning their first guitar to performers doing a quick check before going on stage.

Different musicians using a tuner in various settings
01

Guitar Players

Standard guitar tuning is E A D G B E. Tune the low E string first, then work upward. Pluck each open string and adjust the tuning peg until the meter is green. Repeat from the top to confirm โ€” tuning one string slightly affects string tension across the neck.

Tip: if a string is very out of tune, tune up to the correct pitch rather than down, to reduce string tension and minimise slipping.

02

Violin, Viola, and Cello

Bowed strings are sensitive to humidity and temperature. Tune before every practice session. Bow the string slowly at the frog to get the cleanest fundamental. Viola strings (C G D A) and cello strings (C G D A, one octave below) are listed in the reference panel.

03

Ukulele and Banjo

Ukulele uses a re-entrant tuning: G C E A, where the G string (4th) is pitched higher than the C string (1st). The reference panel shows the exact octave for each string so you know whether to tune up or down.

Ukulele tuningG4 C4 E4 A4
04

Bass Guitar

Bass strings vibrate at lower frequencies (E1โ€“G2), where pitch detection is more challenging. Pluck the string firmly and hold the note steady for best results. Avoid touching the string after plucking as damping shortens the sustain the tuner reads.

05

Before Gigs and Recordings

A quick tuning check before performance or tracking ensures everyone in the ensemble is on the same reference pitch. Open the tuner on your phone or laptop, run through each string, and you're ready.

06

Music Students and Teachers

A well-tuned instrument is essential for ear training โ€” playing out-of-tune notes reinforces incorrect pitch memory. Use the tuner at the start of every practice session and at the end to confirm the instrument held pitch.

Free to use. No account, no download, no time limit.

Frequently Asked Questions

What instruments can I tune with this?

This is a chromatic tuner, so it detects all 12 notes across every octave. It works with guitar, bass guitar, ukulele, banjo, mandolin, violin, viola, cello, double bass, and any other pitched instrument โ€” including voice, brass, and woodwinds. The reference panel provides open-string notes for the most common string instruments.

How accurate is the tuner?

The tuner uses an autocorrelation algorithm with parabolic interpolation, giving sub-sample accuracy. Deviation is displayed to one decimal cent. "In tune" is defined as within ยฑ5 cents, which is indistinguishable to most listeners.

Does the tuner record my microphone audio?

No. The audio stream is connected directly to a Web Audio AnalyserNode for pitch analysis only. It is never recorded, stored, or sent to any server. Clicking Stop releases the microphone immediately โ€” you can see the browser's microphone indicator go off.

Why does the needle jump around?

The needle reflects the instantaneous detected pitch. When you first pluck a string the attack transient can contain inharmonic content that briefly shifts the reading. Let the note sustain for half a second and the needle will settle onto the correct pitch. A silence gate also prevents noise from triggering readings when no note is playing.

I play bass โ€” can it detect the low E string?

Yes. The tuner detects frequencies down to 60 Hz, which covers the low E on a 4-string bass (E1 โ‰ˆ 41 Hz would need extended range โ€” standard bass low E is E1 โ‰ˆ 41 Hz, but practical detection starts around 60 Hz, so ensure you pluck firmly and let the note sustain. For best results, use a quality microphone and play in a quiet room.

What does "flat" and "sharp" mean?

"Flat" means the note is lower in pitch than it should be โ€” tighten the tuning peg to raise it. "Sharp" means the note is higher than it should be โ€” loosen the tuning peg to lower it. The number of cents shown tells you how far off you are: 100 cents is one full semitone.

Why is A4 = 440 Hz?

440 Hz is the international standard concert pitch (ISO 16:1975). Some orchestras and early music ensembles tune to 415 Hz or 442 Hz, but 440 Hz is the universal default used by electronic tuners, digital audio workstations, and this tuner.

Get Started Free

Ready to Tune?

Click the mic button, play a note, and let the meter guide you to perfect pitch.