Blogging-Guides.Com

Best Tips and Tricks Sharing Platform

2022 · 09 — 2026 · 09  |  50 entries

En Dash vs. Em Dash: Differences, Examples, and How to Type Them

Filed under Blogging, SEO  —  Labels Punctuation, Writing Guides  —  permalink

The short answer: an en dash (–) usually connects endpoints in a range, as in pages 12–18 or Monday–Friday. An em dash (—) marks a break in a sentence, adds emphasis, or sets off an interruption. A hyphen (-) joins words, while a minus sign (−) represents subtraction or a negative value. These four marks look similar, but they do different jobs.

The distinction matters whenever you edit a blog post, report, book, press release, or interface. It also has one important complication: spacing and even the choice of dash can change with a publication's house style. The reliable method is to choose the mark by function first, then apply the style guide you are required to follow.

En dash vs. em dash at a glance

MarkNameMain jobExampleUnicode
En dashConnect a range or relationship2019–2024U+2013
Em dashShow a break, interruption, or emphatic asideThe draft—finally—was ready.U+2014
-Hyphen-minusJoin words or parts of wordswell-edited articleU+002D
Minus signShow subtraction or a negative number8 − 3 = 5U+2212

The names come from traditional typesetting measurements. An em is associated with the type size, and an en is traditionally half that width. Modern fonts do not have to preserve an exact two-to-one relationship, so identify the characters by their purpose and code point rather than by appearance alone. The Unicode punctuation FAQ makes the same distinction.

What is an en dash?

An en dash is the medium-length mark . Its most common job is to connect two endpoints and express an inclusive span. In that role, it usually means to or through.

  • Years: the 2024–2026 editorial calendar
  • Pages: read pages 41–57
  • Times: the 9:00–11:30 session
  • Scores: a 3–1 result
  • Places or relationships: the Delhi–Mumbai route; the writer–editor relationship

Do not mix a dash with words that already introduce the range. Write from 2024 to 2026, not from 2024–2026. Likewise, write between pages 41 and 57, not between pages 41–57. The words from and between need their matching partners.

En dashes in compound modifiers

Some editorial styles use an en dash when one side of a compound modifier is already an open compound or a proper name containing a space. Chicago gives constructions such as post–World War II; MLA illustrates the same principle with Academy Award–winning. The longer connector shows that the prefix or following word applies to the complete multiword expression, not merely to the nearest word.

This is a precision tool, not a requirement in every form of everyday writing. Many readers will accept a hyphen in these compounds, and some house styles avoid the en dash entirely. Use the convention consistently rather than switching marks at random.

What is an em dash?

An em dash is the longer mark . It creates a stronger break than a comma and a more abrupt interruption than parentheses. Writers use it to redirect a sentence, insert an emphatic aside, introduce an explanation, or show interrupted speech.

  • Break in thought: I opened the analytics report—and immediately found the problem.
  • Emphatic aside: The headline—not the illustration—caused the confusion.
  • Explanation: The revision solved one issue—the examples were finally unambiguous.
  • Interrupted speech: “I thought the draft was—” “It is not finished,” the editor said.

A pair of em dashes can do work similar to parentheses, but the effect is different. Parentheses make an aside quieter. Commas integrate it gently. Em dashes make the interruption conspicuous. If the interruption does not deserve that emphasis, commas, parentheses, a colon, or a new sentence may read better.

Both the Chicago Manual of Style and the Microsoft Writing Style Guide warn against overuse. The mark is flexible, which is exactly why several em dashes in one paragraph can make the prose feel restless. When in doubt, test a full stop.

How to choose the correct dash

  1. Is it a word compound? Start with a hyphen: well-researched guide.
  2. Does it mean “to,” “through,” or a connection between endpoints? Use an en dash if your house style permits it: chapters 3–7.
  3. Does it interrupt or amplify a sentence? Use an em dash: The final edit—after three careful passes—was shorter.
  4. Is it mathematical? Use a true minus sign: −4°C or 10 − 6 = 4.
  5. Are you writing to a prescribed style? Apply that guide's spacing and substitution rules before publishing.

This function-first check catches the most common mistake: selecting punctuation by length alone. It also helps during a final blog article editing pass, because each search-and-replace decision has a clear grammatical reason.

Spacing depends on your style guide

There is no universal spacing rule across English-language publishing. The correct treatment is the one required by your chosen house style.

StyleEm dash treatmentEn dash treatment
ChicagoNormally closed up with no spacesUsed for ranges and certain complex compounds, normally without spaces
MLAUses em dashes for sentence breaks, shown without surrounding spacesUses en dashes in number ranges and selected complex compounds
MicrosoftNo spaces; use for a break or immediate clarificationNo spaces in ordinary ranges; documented UI exceptions exist
APA space on either side, except in sports agateHistorically not used in AP copy

The AP distinction is especially important for press releases and news copy. In a 2025 explainer, an AP Stylebook editor states that AP em dashes take spaces and explains that AP historically avoided en dashes because of old wire-service transmission limits. That convention is different from Chicago, MLA, and Microsoft's closed-up examples; it is not evidence that one group typed the mark incorrectly.

If no external guide controls the document, write a one-line house rule and use it throughout. For example: “Chicago-style closed em dashes; en dashes for inclusive ranges; true minus signs in data.” Consistency is more useful to readers than silently changing style from paragraph to paragraph.

Common en dash and em dash mistakes

Using a hyphen for every horizontal mark

Weak: The 2022-2025 report - our longest study - is complete.
Edited: The 2022–2025 report—our longest study—is complete.

The original uses the keyboard hyphen for both a range and a sentence break. The edit gives each relationship its own mark. If the publication follows AP, the em dash would instead have spaces around it.

Using an en dash as a minus sign

Wrong character: The temperature fell to –7°C.
Mathematical form: The temperature fell to −7°C.

The difference can be hard to see in some fonts, but the characters are not equivalent. Microsoft explicitly recommends the proper minus sign for negative numbers and subtraction, including for accessibility.

Adding an en dash after “from”

Awkward: The office is open from Monday–Friday.
Correct: The office is open from Monday to Friday.
Also correct as a compact label: Office hours: Monday–Friday.

Overloading one sentence with em dashes

An em dash can rescue a sentence from nested commas, but it cannot rescue an idea that needs to be divided. If a sentence has two separate pairs of dashes, try periods or move secondary information into the next paragraph. This is the same clarity check worth applying when you refresh an older blog post.

How to type an en dash and em dash

EnvironmentEn dashEm dash
Windows Alt code with numeric keypadAlt+0150Alt+0151
Microsoft Word on WindowsCtrl + numeric-keypad minusCtrl+Alt + numeric-keypad minus
macOSOption+HyphenShift+Option+Hyphen
HTML named entity–—
HTML numeric entity–—
UnicodeU+2013U+2014

You can also copy the characters directly: and . In a CMS, save the page as UTF-8 and confirm that the published page displays the intended characters. Do not assume two hyphens will always be converted: plain-text systems, code editors, form fields, and imported content may leave them unchanged.

Dash choices for web editors

Use real characters in visible prose, but keep the page slug simple: /en-dash-vs-em-dash/ is clearer than trying to include punctuation in the URL. The title, heading, opening answer, examples, and comparison table should satisfy the reader's question; repeating the exact keyword in every subheading will not improve the explanation.

Before publication, check the rendered page rather than only the editor. Confirm that dashes have not turned into mojibake, that ranges do not wrap confusingly in narrow tables, and that code examples remain literal. Then review internal links and metadata as part of the site's broader SEO maintenance routine.

A concise editing checklist

  • Use an en dash for a span or connection when the house style calls for it.
  • Use an em dash for an interruption, abrupt turn, or emphatic aside.
  • Use a hyphen for compounds and a minus sign for mathematics.
  • Do not combine from with a dash or between with a dash.
  • Check whether the publication closes em dashes or spaces them.
  • Replace repeated em dashes with calmer punctuation when emphasis is not needed.
  • Verify the final UTF-8 page on desktop and mobile.

The practical difference is simple: the en dash connects; the em dash interrupts. Remember that distinction, check the relevant style guide, and the correct mark becomes much easier to choose.

Sources and further reading

Labels