AudioCalcs
Key Transposition Calculator — Transpose Music Keys
Transpose chords and notes between musical keys by any number of semitones.
How We Calculate This
Each note is assigned a number (C=0, C#=1, D=2... B=11). To transpose, add the number of semitones and take the result modulo 12.
New note index = (original index + semitones) mod 12
The resulting pitch classes are then spelled to match the new key signature: flat keys (F, Bb, Eb, Ab, Db) use flats, the rest use sharps. Diatonic chord roots follow the major-scale degree pattern — I at +0, IV at +5, V at +7 and vi at +9 semitones above the tonic.
Frequently Asked Questions
Transposition means moving all the notes of a piece of music up or down by the same interval (number of semitones). This changes the key while preserving all the melodic and harmonic relationships.
Common reasons include matching a singer's vocal range, making a piece easier to play on a particular instrument, accommodating transposing instruments (like Bb trumpet or Eb saxophone), or key-matching tracks for DJ mixing.
Half step = 1 semitone, whole step = 2, minor third = 3, major third = 4, perfect fourth = 5, tritone = 6, perfect fifth = 7, octave = 12. Transposing by 12 semitones returns to the same note name, one octave higher.
Note names are spelled to match the resulting key signature. The flat keys (F, Bb, Eb, Ab, Db) and their chords are written with flats, so transposing C up a perfect fourth gives F major whose IV chord is Bb (not A#). The remaining keys (C, G, D, A, E, B, F#) are written with sharps.
Every major key shares its exact notes with a minor key whose tonic lies a minor third below — for example C major and A minor share the same key signature. The calculator can show the relative minor of the transposed key when the option is enabled.
Related Calculators
Interval Calculator
Find the musical interval between any two notes with semitone count, frequency ratio and cents. Free interval calculator for musicians.
Chord Calculator
Build chords from any root note and view the notes, intervals and frequency ratios. Free online chord building calculator for musicians.
BPM Calculator
Tap to detect BPM or convert between beats per minute and milliseconds per beat. Free online tempo detection tool for musicians and DJs.
Scale Calculator
Generate musical scales from any root note including major, minor, pentatonic, blues and modal scales. Free online scale calculator.
Note Frequency Calculator
Find the exact frequency in Hz of any musical note in any octave using equal temperament tuning. Free online note frequency calculator.
Was this calculator helpful?
Last updated: June 2026
All calculations are estimates based on standard formulas. Always verify results for critical applications.