Note Frequency Chart: Every Note in Hz

Every musical note from C0 to B8 with its frequency in hertz and MIDI note number, computed from equal temperament with A4 at 440 Hz, plus a note to frequency converter.

Note to frequency
440.00Hz
A4 in equal temperament (A4 = 440 Hz) · MIDI 69
Frequency to nearest note
A4
Exactly in tune · target 440.00 Hz · MIDI 69
Modern concert pitch, the ISO 16 standard
Note frequency table in Hz, with MIDI note numbers

Values use twelve tone equal temperament with A4 fixed at 440 Hz, computed from the formula rather than typed in. The small number under each frequency is the MIDI note number in scientific pitch notation, where middle C is C4 and MIDI 60. Sharps share a pitch with the enharmonic flat, so C# equals Db.

Common frequencies and the note they land on
FrequencyNearest noteExact note HzCents off
20 HzD#019.45+49
30 HzB030.87-49
40 HzD#138.89+49
50 HzG149.00+35
60 HzB161.74-49
80 HzD#277.78+49
100 HzG298.00+35
120 HzB2123.47-49
150 HzD3146.83+37
200 HzG3196.00+35
250 HzB3246.94+21
300 HzD4293.66+37
400 HzG4392.00+35
432 HzA4440.00-32
440 HzA4440.000
500 HzB4493.88+21
512 HzC5523.25-38
600 HzD5587.33+37
800 HzG5783.99+35
1000 HzB5987.77+21
1500 HzF#61480.0+23
2000 HzB61975.5+21
4000 HzB73951.1+21
8000 HzB87902.1+21
10000 HzD#99956.1+8
15000 HzA#914917.2+10

A round number in hertz almost never lands exactly on a note. The cents column shows how far off it is, where 100 cents is one semitone.

Middle C (C4) is 261.63 Hz and concert A (A4) is 440 Hz. The table on this page gives the same answer for all 108 notes from C0 at 16.35 Hz to B8 at 7902.13 Hz, with the MIDI note number beside every value. Nothing here is typed in by hand: each frequency is calculated at build time from the equal temperament formula, so the chart cannot contain a transcription error. Switch the reference pitch to 432, 442 or 443 Hz and the whole table is recalculated.

How are note frequencies calculated?

Twelve tone equal temperament divides every octave into twelve steps of exactly the same ratio. That ratio is the twelfth root of two, about 1.059463, because multiplying by it twelve times doubles the frequency and a doubling is an octave. Fix one note as the anchor and the rest of the keyboard follows automatically.

The anchor is A4. Written for MIDI note numbers, where A4 is note 69, the formula is f = 440 x 2^((m - 69) / 12). Middle C is MIDI 60, nine semitones below, so f = 440 x 2^(-9/12) = 261.63 Hz. E2, the low string of a guitar, is MIDI 40: f = 440 x 2^(-29/12) = 82.41 Hz. Work the other way and an octave is trivial, because doubling and halving need no calculator at all: A3 is 220 Hz, A5 is 880 Hz, A6 is 1760 Hz.

One consequence worth understanding is that the gaps between notes are not evenly spaced in hertz. The semitone from C0 to C#0 is under one hertz wide, while the semitone from A#8 to B8 is more than four hundred hertz wide. That is why tuners report cents, a proportional unit where one semitone is always 100 cents, instead of reporting how many hertz you are off.

What is the standard frequency for A4?

A4 = 440 Hz. This is the modern standard tuning frequency, specified by ISO 16, and it is what almost every electronic tuner, keyboard and piece of music software defaults to. When a chart or an app says nothing about its reference, assume 440 Hz.

In practice orchestral pitch is a convention rather than a rule, and it is not fixed everywhere at 440. Many ensembles in central Europe tune slightly higher, commonly to 442 Hz, and some go to 443, a choice usually explained as producing a brighter, more projecting sound in a large hall. Historically informed performance runs the other way and often uses roughly 415 Hz, close to a semitone below modern pitch, while the 19th century French diapason normal was 435 Hz. The gap from 440 to 442 is small, about 7.85 cents, but it is enough to matter when a wind player with a fixed-length instrument meets a piano.

Because the reference only scales the whole system, changing it never changes the music. Multiply every frequency in the table by your reference divided by 440 and every interval stays exactly as it was. The reference selector above the table does that calculation for you.

Source: ISO 16:1975, Acoustics, Standard tuning frequency

Why does C3 mean different things in different apps?

This is the single most common source of confusion around note frequencies, and it is not your mistake. The MIDI specification fixes middle C as note number 60 but never says what to call the octave it sits in, so manufacturers picked different names for the same pitch.

Scientific pitch notation, the convention this chart uses, calls middle C by the name C4, which makes MIDI note 0 into C-1 and MIDI note 127 into G9. Roland chose the same C4 labelling for note 60 in its documentation. Yamaha instead labelled note 60 as C3, which pushes MIDI note 0 down to C-2 and the top note to G8. Plenty of DAWs and synths follow Yamaha, so the same physical key can read C3 on one screen and C4 on another. A few older programs shift things again and call middle C by the name C5.

The practical rule: the pitch never changes, only the label. If your synth shows a note one octave lower than this chart, it is using the Yamaha convention, and you can convert by adding one to the octave number. When you need certainty, compare MIDI note numbers or frequencies instead of note names, which is why the MIDI number is printed under every value in the table.

Source: MIDI Association, MIDI octave and note numbering standard

How do I convert a frequency in Hz back to a note?

Invert the formula. The MIDI number for a frequency f is m = 69 + 12 x log2(f / 440). Round that to the nearest whole number to get the note, and the leftover fraction, multiplied by 100, is how many cents sharp or flat you are. A reading of 512 Hz, for example, gives m = 69 + 12 x log2(512 / 440) = 71.62, which rounds to MIDI note 72, so the nearest note is C5 at 523.25 Hz and 512 Hz sits about 38 cents flat of it. That is why round numbers in hertz rarely sound like clean musical notes.

The second converter above does this for you, and the common frequency table lists the answer for the round numbers people search for most, from 20 Hz at the bottom of hearing up to 15,000 Hz. The chromatic tuner runs the identical calculation on a live microphone signal, which is why the two always agree.

How do I use this chart in practice?

For tuning by ear, find the note you need, then set the tone generator to that frequency and match your instrument to the steady tone. For synth programming and sound design, the MIDI numbers let you set an oscillator or a filter cutoff to a musically meaningful pitch rather than an arbitrary number. For mixing, knowing that the low E of a bass guitar is 41.20 Hz and the low E of a guitar is 82.41 Hz tells you exactly where a high-pass filter starts eating the fundamental.

For room acoustics and speaker testing, pair the frequency with its wavelength: sound travels at roughly 343 m/s in air at 20 degrees Celsius, so a 100 Hz tone is about 3.4 m long and interacts strongly with a room of ordinary dimensions. Each individual note page works through those numbers for one note, including the harmonic series above it and the exact hertz band a tuner will still read as that note.

Frequently asked questions

What frequency is A4?

A4 is 440 Hz, the standard tuning frequency set out in ISO 16. Every other note on the chart is derived from it with equal temperament, so A3 is 220 Hz, A5 is 880 Hz and A6 is 1760 Hz.

What is the frequency of middle C?

Middle C is C4 in scientific pitch notation and 261.63 Hz when A4 is 440 Hz. It is MIDI note 60 and key 40 of an 88-key piano. Software using the Yamaha octave convention labels the same key C3.

What is the lowest and highest note on this chart?

The chart runs from C0 at 16.35 Hz, which is below the lowest note of a standard piano and close to the bottom of human hearing, up to B8 at 7902.13 Hz, above the top key of a piano. A standard 88-key piano covers A0 at 27.50 Hz to C8 at 4186.01 Hz.

Why are sharps and flats the same frequency?

In twelve tone equal temperament, enharmonic notes such as C sharp and D flat are tuned to the identical pitch, so they share one row in the table. They are spelled differently for harmonic reasons, but no tuner can tell them apart. In older unequal temperaments they genuinely were different pitches.

Can I use a reference other than 440 Hz?

Yes. Use the reference selector to switch between 415, 432, 435, 440, 442 and 443 Hz and the entire table recalculates. To do it by hand, multiply any 440 Hz value by your reference divided by 440. Every interval stays the same because the whole system scales together.

Why do the numbers include MIDI note numbers?

Because note names are ambiguous across software and MIDI numbers are not. MIDI note 60 is always middle C regardless of whether your DAW calls it C3, C4 or C5, so quoting the number removes the octave confusion entirely.

Look up a single note

Every note has its own reference page with the exact frequency at six different tuning references, the MIDI number, the piano key, the harmonic series above it, the wavelength and the hertz band a tuner still reads as that note.

Octave 0

Octave 1

Octave 2

Octave 3

Octave 4

Octave 5

Octave 6

Octave 7

Octave 8

Take the data

Every value on this page is available as a keyless JSON file under CC BY 4.0: /api/notes.json for the notes and /api/tunings.json for the tunings. See the dataset page for the schema and the attribution line.

More music tools

Frequencies on this page are computed at build time from twelve tone equal temperament with A4 = 440 Hz, using the twelfth root of two (about 1.059463) per semitone. Nothing is typed in by hand. See the full method and sources. Maintained by FusionStudios. Last reviewed: .