Skip to content

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

Last updated: June 2026

All calculations are estimates based on standard formulas. Always verify results for critical applications.