Interactive circle of fifths, click any major key for its key signature, relative minor, scale and dominant
- Runs locally
- Category Text
- Best for Removing repetitive cleanup work from everyday writing and operations.
What this tool does
A free, interactive circle of fifths for fast key-signature lookup. The circle puts C at the top and walks clockwise in perfect fifths, so each step right adds one sharp and each step left adds one flat. Click any of the twelve major keys on the wheel and the tool tells you everything that key needs: how many sharps or flats it carries and exactly which notes they are, its relative minor (C major shares a key signature with A minor), its parallel minor, its dominant and subdominant neighbours on the circle, and the seven notes of the major scale spelled out in order. Sharps always appear in the order F C G D A E B, and flats in the exact reverse, B E A D G C F, so a four-sharp key is always E major with F# C# G# D#. Copy the whole key summary to the clipboard with one click, and the selected key rides in the URL so a shared link reopens on the same key. Everything is drawn as a crisp SVG and computed in your browser. No sign-in, no upload.
Tool details
- Input
- Form fields
- The page exposes text boxes, numeric controls, file pickers, or structured inputs depending on the tool.
- Output
- Live result + Copy + Preview
- The result area focuses on usable output, with copy, download, or preview actions when supported.
- Privacy
- Browser-side processing
- The main tool logic does not call an external API, so inputs normally stay in the current tab.
- Save / share
- Shareable URL state
- Key settings are encoded in the URL so another person can reopen the same setup.
- Performance budget
- Initial JS <= 11 KB
- No WASM budget is declared, keeping the tool quick to open on mobile.
- Best fit
- Text · Content Creator
- Category and role tags drive related tools, internal links, and quick fit checks.
How to use
-
1. Input
Paste or drop your content into the tool panel.
-
2. Process
Click the button. All processing is local in your browser.
-
3. Copy / Download
Copy the result or download to disk in one click.
How Circle of Fifths fits into your work
Use it to clean, compare, reshape, or extract plain text before it goes into a document, CMS, spreadsheet, or prompt.
Text jobs
- Removing repetitive cleanup work from everyday writing and operations.
- Making text easier to compare, paste, publish, or feed into another tool.
- Working with content locally when the text is private or unfinished.
Text checks
- Scan for unintended whitespace, duplicate lines, and lost punctuation.
- For long text, test the first few lines before applying the whole change.
- Copy the final output only after checking the preview.
Good next steps
These links move the current task into a more complete workflow.
- 1 Music Interval Calculator Two notes in, the interval out: name, semitones, frequency ratio and cents, plus a reverse build from root plus interval Open
- 2 Piano Chord Finder Piano chord finder — type any chord (Cmaj7, F#m, Bdim) and see the keys highlighted on a piano, with notes and inversions. Open
- 3 Note Frequency Calculator Note name ⇄ frequency (Hz) — A4 = 440/432/442, MIDI number, cents off — browser-only Open
Real-world use cases
Sight-read a new piece without guessing the key
You open sheet music with three sharps in the key signature and pause. Pull up the circle, count three steps clockwise from C, and land on A major, with the relative minor F# minor right beside it. Now you know to read F, C and G as sharps for the whole piece, and you can tell at a glance whether the tune sits in A major or its relative F# minor by checking which note the phrases resolve to.
Transpose a song to a singable key
A vocalist says the chorus sits too high. The song is in D, you want it in B-flat. The circle shows D and B-flat and the fifth-distance between them, so you can move every chord by the same interval and keep the relationships intact. Click each key to confirm the new accidentals before you rewrite the chart, so a I-IV-V in D becomes a clean I-IV-V in B-flat with no surprise sharps.
Teach key signatures to a music class
Explaining why E major has four sharps is far easier with the wheel on a projector. Walk students clockwise one fifth at a time, adding a sharp at each step in the F C G D A E B order, and the pattern clicks. Share the URL set to the key you are teaching so every student opens the same diagram on their own screen and can click around to explore.
Build chord progressions that sound right
Songwriters lean on the circle because adjacent keys share most of their notes, so neighbours make smooth modulations and the I, IV and V chords of any key sit right next to each other on the wheel. Pick your home key, read its dominant and subdominant straight off the circle, and you have the three chords behind a huge share of pop, folk and blues songs without trial and error.
Common pitfalls
Confusing the relative minor with the parallel minor. The relative minor shares the key signature (C major and A minor, both no sharps) and sits a minor third below the tonic. The parallel minor shares the tonic name (C major and C minor) but has a different signature, three flats. The tool labels both so you do not mix them up.
Adding accidentals in the wrong order. Sharps always go F C G D A E B and flats go the exact reverse B E A D G C F. A key with two sharps is always F# and C#, never some other pair. Memorising the fixed order means you can spell any key signature without recounting from scratch every time.
Reading the circle counterclockwise as if it added sharps. Clockwise adds sharps, counterclockwise adds flats. Going one step counterclockwise from C lands on F, which has one flat (B-flat), not one sharp. Always check the direction before you count, since reversing it flips every accidental.
Privacy
The whole tool is static. The twelve keys, every key signature, each major scale and relative minor are computed by JavaScript in your browser, and no click is ever sent to a server or logged. The only data that leaves the page is the shareable URL: it encodes the key you selected in the query string, so a link pasted into chat will record that key in the recipient server's access log. If you would rather not share which key you are working on, use the copy button to grab the text instead of sharing the URL.
FAQ
Tool combos
Folks in your role tend to reach for these alongside this tool.
- 24-Point Solver & Game 24-point solver and game — enter 4 numbers and get every solution instantly, or play random hands against the clock.
- Age Calculator Calculate your exact age — years, months, days, hours. Compare two dates or count to a future date.
- Airline Luggage Allowance Checker Airline luggage allowance — 50+ carriers' carry-on / checked baggage rules with size, weight, and excess fee.
- Annuity Calculator Annuity & retirement calculator — see monthly income from your savings, accumulation + payout phases, multiple scenarios.