About TheGuitarTuner
A free, in-browser chromatic tuner for guitarists who want an accurate reading without installing anything.
What this site is
TheGuitarTuner.com is a single-purpose web app: open the page, allow microphone access, and tune. The detector listens through your device's microphone, identifies the pitch you're playing, and shows how many cents flat or sharp you are from the nearest note. Reference tones for standard tuning are built in for anyone who prefers tuning by ear or works in a noisy room.
There is no account to create, nothing to install, and no paywall. The same tool runs on a phone, a tablet, or a laptop — anywhere a modern browser can read a microphone.
Who it's for
- Beginners who need a quick, visual way to check each string before practising.
- Self-taught players who want a free alternative to clip-on tuners and paid apps.
- Teachers and students sharing a screen for short remote lessons.
- Anyone with an unfamiliar instrument — chromatic mode means it works for ukulele, bass, mandolin, and most stringed instruments, not only six-string guitar.
How the tuner works
The page uses the browser's Web Audio API to read a live audio stream from your microphone. A time-domain autocorrelation routine estimates the fundamental frequency of whatever you're playing, ignoring the harmonics that sit above it. The detected frequency is converted to the nearest equal-tempered note relative to A=440 Hz, and the meter shows the offset in cents.
Because all of this happens inside your browser, your audio never leaves the device. There is no upload, no server-side processing, and no recording. When you close the tab, the audio context is released.
A more detailed walk-through of the detection pipeline lives on the how an online tuner works page.
How content is produced
The guides on this site are written in plain English and aimed at the player at the music stand, not the audio engineer. Drafts are based on widely accepted music-theory references, common conventions from guitar method books, and the behaviour you can verify directly with the tuner on the homepage. Pages are reviewed periodically and the "Last reviewed" date at the foot of each guide reflects the most recent check.
When something is a matter of preference or convention rather than fact — for example, whether to tune the low string first or last — we say so rather than presenting one habit as the only correct method. Corrections from readers are welcome and credited in the change history of the page where appropriate.
What this site is not
It is not a music school, a luthier service, or a gear-recommendation site. It will not tell you which strings to buy or diagnose a mechanical problem with your guitar. For those, your local technician or teacher is a better resource. The tuner is a measurement tool: it tells you where the note sits, and the player decides what to do about it.
Editorial principles
- Free and ad-supported — the tuner and every guide are free to use. The site is funded by display advertising, which keeps the tool available to everyone.
- Private by design — microphone audio is processed locally; nothing is sent to a server.
- No accounts — there is nothing to log into and no profile to maintain.
- Cross-device — the same page works on phones, tablets, and laptops without a separate app.
- Plain explanations — guides use the words a guitarist already knows and only introduce technical terms when they earn their place.
Technical details, for the curious
- Web Audio API for low-latency audio capture.
- Time-domain autocorrelation for pitch estimation across the guitar's usable range.
- Canvas-based waveform visualiser running on requestAnimationFrame.
- Plain JavaScript, no frameworks, no build step.
- Responsive layout intended to work down to small phone screens.
If you'd like to suggest a feature, report a problem, or send a correction, the contact page has the email address and a short note on what to include.
Further reading on the site
The guides below sit alongside the tuner and answer the questions readers most often ask after using it:
- Standard guitar tuning explained — what each string is tuned to, and why E A D G B E rather than something more regular.
- Alternate guitar tunings — a practical reference for Drop D, DADGAD, Open G, Open D, half-step down, and a few others.
- How an online guitar tuner works — the audio pipeline, the math behind pitch detection, and an honest comparison with clip-on and strobe tuners.
- How to tune a guitar by ear — the fifth-fret method, harmonic tuning, and what to listen for.
- Why a guitar won't stay in tune — diagnosing the small mechanical causes before assuming the worst.