Both marks spend their lives at a sentence's hinge, which is why they get swapped for each other constantly. The fix is not memorizing punctuation tables — it's learning the one job each mark does. A semicolon is a connector; a colon is an arrow.
What each mark actually does
Semicolon (;) — join. It links two complete sentences that are closely related, standing in for a period or a comma-plus-conjunction: "The build failed; the logs were empty." It also acts as a super-comma in complex lists: "The tour stops in Austin, Texas; Boulder, Colorado; and Portland, Oregon."
Colon (:) — introduce. It points forward to something that completes or illustrates the clause before it: a list, an explanation, a quotation, a punchline. "The review verdict was simple: ship it." The clause before a colon must be able to stand alone as a complete sentence (with rare conventional exceptions like a salutation, "Dear team:").
The semicolon's two jobs in practice
- Job 1 — merge two sentences: "The survey closed at noon. Only six people responded." → "The survey closed at noon; only six people responded." The semicolon says these facts belong together.
- Job 2 — super-comma: when list items already contain commas, semicolons keep the boundaries visible: "The team includes Kim, the designer; Leo, the engineer; and Ana, the writer."
The classic semicolon error is using it where a colon belongs: "I have one rule; honesty." The part after the mark isn't a sentence, so nothing is being joined — that's an introduction, and introductions take a colon. (And if two full sentences are joined by only a comma, that's a different bug altogether — see the comma splice guide.)
The colon's three jobs (and its one rule)
- Introduce a list: "We need three things: time, money, and luck."
- Introduce an explanation: "The result surprised everyone: engagement doubled."
- Introduce emphasis: "There was only one problem: everything."
The one rule underneath all three: what comes before the colon must read as a complete clause. That's why "My favorite tools are:" is wrong — "my favorite tools are" is not a sentence by itself. Either finish the sentence ("My favorite tools are the obvious ones:") or drop the colon ("My favorite tools are WordlyCount, a notebook, and strong coffee."). Lowercase almost always follows a colon; use a capital only when a complete sentence follows and your style guide calls for it, or when a proper noun shows up.
Wrong → right, at a glance
| ✗ Wrong | ✓ Right | Rule |
|---|---|---|
| The reason is simple; speed. | The reason is simple: speed. | Colon introduces; nothing to join |
| Bring three things: and leave early. | Bring three things; leave early. | Two sentences get joined, not introduced |
| I packed: socks, a map, and a knife. | I packed the essentials: socks, a map, and a knife. | Clause before colon must be complete |
| She quoted Whitman: that "the powerful play goes on." | She quoted Whitman: "the powerful play goes on." | Colon introduces the quote directly |
| We visited Rome, Italy, Paris, France, and Lisbon, Portugal. | We visited Rome, Italy; Paris, France; and Lisbon, Portugal. | Super-comma for list items with commas |
When to skip both
An em dash can perform the colon's introduction job with more drama — "The verdict was simple — ship it" — and a pair of dashes can carve an aside out of either structure. Semicolons are also the formal end of the pool; conversational writing often prefers a period, and that's fine. The hierarchy of choice: if the second half could stand alone and the two belong together, semicolon; if the second half exists to complete the first, colon; if you want the reader to feel the pause, dash. When you're polishing a piece to length, paste it into the WordlyCount counter — readability scores dip when sentences run long, and a well-placed colon or semicolon is often the difference between clear and cramped.