Skip to main content
CodeLint.Dev Dev Tools

Note Frequency Table — Equal Temperament

Frequencies for every note across the MIDI range, with an adjustable A4 reference.

NoteMIDIFrequency (Hz)Wavelength (m)Period (ms)
C-1 08.175841.953122.312
C#-1 18.662039.598115.447
D-1 29.177037.376108.968
D#-1 39.722735.278102.852
E-1 410.3033.29897.079
F-1 510.9131.42991.631
F#-1 611.5629.66586.488
G-1 712.2528.00081.634
G#-1 812.9826.42977.052
A-1 913.7524.94572.727
A#-1 1014.5723.54568.645
B-1 1115.4322.22464.793
C0 1216.3520.97761.156
C#0 1317.3219.79957.724
D0 1418.3518.68854.484
D#0 1519.4517.63951.426
E0 1620.6016.64948.540
F0 1721.8315.71545.815
F#0 1823.1214.83343.244
G0 1924.5014.00040.817
G#0 2025.9613.21438.526
A0 2127.5012.47336.364
A#0 2229.1411.77334.323
B0 2330.8711.11232.396
C1 2432.7010.48830.578
C#1 2534.659.90028.862
D1 2636.719.34427.242
D#1 2738.898.82025.713
E1 2841.208.32524.270
F1 2943.657.85722.908
F#1 3046.257.41621.622
G1 3149.007.00020.408
G#1 3251.916.60719.263
A1 3355.006.23618.182
A#1 3458.275.88617.161
B1 3561.745.55616.198
C2 3665.415.24415.289
C#2 3769.304.95014.431
D2 3873.424.67213.621
D#2 3977.784.41012.856
E2 4082.414.16212.135
F2 4187.313.92911.454
F#2 4292.503.70810.811
G2 4398.003.50010.204
G#2 44103.833.3049.631
A2 45110.003.1189.091
A#2 46116.542.9438.581
B2 47123.472.7788.099
C3 48130.812.6227.645
C#3 49138.592.4757.215
D3 50146.832.3366.810
D#3 51155.562.2056.428
E3 52164.812.0816.067
F3 53174.611.9645.727
F#3 54185.001.8545.405
G3 55196.001.7505.102
G#3 56207.651.6524.816
A3 57220.001.5594.545
A#3 58233.081.4724.290
B3 59246.941.3894.050
C4 60261.631.3113.822
C#4 61277.181.2373.608
D4 62293.661.1683.405
D#4 63311.131.1023.214
E4 64329.631.0413.034
F4 65349.230.9822.863
F#4 66369.990.9272.703
G4 67392.000.8752.551
G#4 68415.300.8262.408
A4 A44069440.000.7802.273
A#4 70466.160.7362.145
B4 71493.880.6942.025
C5 72523.250.6561.911
C#5 73554.370.6191.804
D5 74587.330.5841.703
D#5 75622.250.5511.607
E5 76659.260.5201.517
F5 77698.460.4911.432
F#5 78739.990.4641.351
G5 79783.990.4381.276
G#5 80830.610.4131.204
A5 81880.000.3901.136
A#5 82932.330.3681.073
B5 83987.770.3471.012
C6 841046.50.3280.956
C#6 851108.70.3090.902
D6 861174.70.2920.851
D#6 871244.50.2760.804
E6 881318.50.2600.758
F6 891396.90.2460.716
F#6 901480.00.2320.676
G6 911568.00.2190.638
G#6 921661.20.2060.602
A6 931760.00.1950.568
A#6 941864.70.1840.536
B6 951975.50.1740.506
C7 962093.00.1640.478
C#7 972217.50.1550.451
D7 982349.30.1460.426
D#7 992489.00.1380.402
E7 1002637.00.1300.379
F7 1012793.80.1230.358
F#7 1022960.00.1160.338
G7 1033136.00.1090.319
G#7 1043322.40.1030.301
A7 1053520.00.0970.284
A#7 1063729.30.0920.268
B7 1073951.10.0870.253
C8 1084186.00.0820.239
C#8 1094434.90.0770.225
D8 1104698.60.0730.213
D#8 1114978.00.0690.201
E8 1125274.00.0650.190
F8 1135587.70.0610.179
F#8 1145919.90.0580.169
G8 1156271.90.0550.159
G#8 1166644.90.0520.150
A8 1177040.00.0490.142
A#8 1187458.60.0460.134
B8 1197902.10.0430.127
C9 1208372.00.0410.119
C#9 1218869.80.0390.113
D9 1229397.30.0360.106
D#9 1239956.10.0340.100
E9 12410548.10.0330.095
F9 12511175.30.0310.089
F#9 12611839.80.0290.084
G9 12712543.90.0270.080
128 of 128 notes · A4 = 440 Hz · Speed of sound = 343 m/s

How note frequencies are calculated

Equal temperament divides the octave into twelve equal ratios, so every semitone is the same multiplicative step.

f = A4 × 2^((n − 69) / 12)

f
Frequency of the note in hertz
A4
Reference pitch, conventionally 440 Hz
n
MIDI note number — A4 is 69, middle C (C4) is 60
2^(1/12)
The semitone ratio, approximately 1.059463

Worked example

Note
C5 (MIDI 72)
Calculation
440 × 2^((72 − 69) / 12)
Exponent
3/12 = 0.25

523.25 Hz

Octaves are exact doublings: A3 is 220 Hz, A4 is 440, A5 is 880. Every other interval is irrational — which is exactly the compromise equal temperament makes.

Why A = 440 Hz, and when it is not

A4 = 440 Hz was standardised by ISO in 1955 and reaffirmed in 1975. Before that, concert pitch varied widely: Baroque ensembles commonly worked around 415 Hz (roughly a semitone flat), and nineteenth-century orchestras drifted steadily upward as higher tuning was perceived as brighter — a trend that only stopped because it was straining singers and instruments.

Deviations you will still meet:

  • A = 442 or 443 Hz. Many European orchestras tune slightly sharp of 440 for a brighter sound. Vienna and Berlin have historically used 443.
  • A = 415 Hz. Baroque performance practice, a semitone below modern pitch.
  • A = 432 Hz. Promoted with various claims about natural resonance and wellbeing. There is no scientific support for any of them, and the historical arguments do not hold up either — but it is harmless, and if you are playing solo it makes no difference to anything except which recordings you can play along with.

What matters in practice is that everyone playing together uses the same reference. The absolute value is convention.

About

The Note Frequencies table lists all 128 MIDI notes (C−1 to G9) with their exact frequency in Hz calculated relative to the A4 = 440 Hz standard pitch. It also shows the MIDI note number (0–127), the wavelength in metres at the speed of sound (343 m/s), and the period in milliseconds. Filter by octave or search by note name, frequency, or MIDI number.

How to use

  1. 1 Browse all 128 MIDI notes in the table.
  2. 2 Filter by octave using the Oct 0–Oct 8 buttons.
  3. 3 Search by note name (e.g. "A4"), frequency (e.g. "440"), or MIDI number.
  4. 4 A4 (440 Hz) is highlighted as the universal reference pitch.
Why is A4 = 440 Hz the standard reference pitch?
A4 = 440 Hz was standardised by ISO 16 in 1975 and adopted by most orchestras, instrument manufacturers, and tuning devices worldwide. Before standardisation, concert A ranged from 415 Hz to 466 Hz depending on country and era. Some orchestras and early music ensembles still use A = 415 Hz (Baroque pitch) or A = 432 Hz (promoted in some alternative tuning communities, though not supported by scientific evidence).
How is the frequency of each note calculated?
Every semitone up or down multiplies or divides the frequency by the 12th root of 2 (≈1.05946). Starting from A4 = 440 Hz: A#4 = 440 × 2^(1/12) ≈ 466.16 Hz; G4 = 440 × 2^(-2/12) ≈ 392 Hz. Each octave exactly doubles the frequency — A5 = 880 Hz, A3 = 220 Hz. This equal temperament system divides the octave into 12 equal semitones.
What is a MIDI note number and how does it relate to note names?
MIDI note numbers are integers from 0 to 127 used by electronic instruments and DAWs to represent pitches. Middle C (C4) is MIDI note 60 in most DAWs. A4 (440 Hz) is MIDI note 69. Each semitone is one MIDI number apart. Note names use the convention: C4 = middle C, with each octave starting at C. Some DAWs use C3 = middle C (MIDI 60) — always check your DAW's convention.