MIDI note lookup

Convert between MIDI numbers, note names and frequencies

MIDI note number (0–127)
C4
MIDI 60 · 261.63 Hz · Middle C
60
MIDI number
261.63 Hz
Frequency
4
Octave
131.87 cm
Wavelength
Instrument ranges
Full MIDI reference (0–127) — click any row
MIDINoteFreq (Hz)OctaveInstruments
What is MIDI and how do note numbers work?

MIDI (Musical Instrument Digital Interface) is a protocol developed in 1983 that allows electronic instruments, computers, and software to communicate. Rather than transmitting audio, MIDI transmits instructions — which note to play, how loud, how long, and on which channel.

Notes in MIDI are represented as numbers from 0 to 127 — a total of 128 possible pitches spanning over ten octaves. Each number maps to a specific pitch: MIDI 69 is A4, the concert A at 440 Hz. Every semitone step corresponds to one MIDI number, and every octave spans exactly 12 numbers.

The frequency of any MIDI note can be calculated with the formula: frequency = 440 × 2^((midi − 69) / 12). This is why each octave doubles the frequency — A3 is 220 Hz, A4 is 440 Hz, A5 is 880 Hz.

Key MIDI note reference points
MIDINoteFrequencySignificance
0C-18.18 HzLowest MIDI note (below human hearing range)
21A027.50 HzLowest key on a standard 88-key piano
36C265.41 HzTypical bass guitar low E (open string = E1, 41 Hz)
60C4261.63 HzMiddle C — the central reference note
69A4440.00 HzConcert A — the international tuning standard
72C5523.25 HzOne octave above middle C
108C84186.01 HzHighest key on a standard 88-key piano
127G912,543.85 HzHighest MIDI note
Instrument MIDI ranges

Different instruments can only play certain notes. These ranges determine which MIDI notes will produce a realistic sound from a given instrument — notes outside the range may be silent, transposed, or produce an unnatural timbre in a virtual instrument.

InstrumentLow noteHigh noteMIDI range
Piano (88-key)A0 (27.5 Hz)C8 (4186 Hz)21 – 108
Guitar (standard)E2 (82.4 Hz)E6 (1319 Hz)40 – 88
Bass guitarE1 (41.2 Hz)C4 (262 Hz)28 – 60
ViolinG3 (196 Hz)B7 (3951 Hz)55 – 103
Human voice (avg)C3 (131 Hz)C6 (1047 Hz)48 – 84
TrumpetE3 (165 Hz)Bb5 (932 Hz)52 – 82
FluteC4 (262 Hz)D7 (2349 Hz)60 – 98
Frequently asked questions
You might also need
About this tool

Look up any MIDI note number (0–127) to see the note name, octave, frequency in Hz, and acoustic wavelength. Reverse lookup converts note names (C4, A#3, Bb5) to MIDI numbers. Instrument range badges show which standard instruments can play each note. The full 128-note reference table is scrollable and clickable. Use the Play tone button to hear the note via the Web Audio API.