Music Interval Calculator

Transpose a frequency by any interval and see ratios in cents.

Ad placeholder (leaderboard)
Enjoying the tools? Go Pro for £4.99 (one-time) and remove all ads — forever, on this device. Remove ads — £4.99

This calculator moves a base frequency up or down by a number of semitones and returns the exact target pitch, the equal-temperament ratio, the size in cents, and the interval name with its just-intonation ratio for comparison. It is for musicians, tuners and audio developers.

How it works

In 12-tone equal temperament each semitone multiplies frequency by the twelfth root of two, so an interval of n semitones has a frequency ratio of:

ratio = 2^(n / 12) · target = base × ratio · cents = n × 100

The interval is named by reducing the semitone count within one octave (n mod 12) and looking it up — 0 unison, 7 perfect fifth, 12 octave — alongside its pure just-intonation ratio (e.g. 3:2 for a fifth). Negative semitones transpose downward.

Example

Starting from A4 = 440 Hz and going up a perfect fifth (7 semitones):

ratio = 2^(7/12) ≈ 1.4983; target = 440 × 1.4983 ≈ 659.26 Hz (E5); size = 700 cents; just ratio 3:2.

SemitonesIntervalET ratioCents
0Perfect unison1.00000
4Major 3rd1.2599400
7Perfect 5th1.4983700
12Octave2.00001200

Everything is computed in your browser — nothing leaves your device.

Ad placeholder (rectangle)