Single Quotes vs. Double Quotes: What's the Difference?
Learn when to use single or double quotation marks in American and British English, nested quotations, headlines, and technical text.
American English normally uses double quotation marks for a direct quotation and single marks for a quotation inside it. British English often reverses that order. Follow the required style consistently, and preserve quotation marks that have a technical function in code or data.
Working with a longer passage? Use our free AI text summarizer to turn it into a focused overview, then return here to check the wording.
At 2:05 p.m., a US newsletter opens a quotation with single marks, switches to double marks in the next paragraph, and leaves readers wondering whether the change signals nesting. One consistent house style removes the ambiguity.
Single Quotes vs. Double Quotes at a glance
| Word | Typical role | Meaning | Example |
|---|---|---|---|
| single quotes | Quotation marks: ‘ ’ | usually a nested quotation in US style | Maya said, “The client called it ‘a major improvement.’” |
| double quotes | Quotation marks: “ ” | usually a main quotation in US style | The reviewer wrote, “The instructions are easy to follow.” |
How to use single quotes
In common American style, single quotation marks enclose a quotation inside a quotation. British styles often use single marks for the main quotation instead. Single marks may also identify words in specialist linguistic conventions.
Maya said, “The client called it ‘a major improvement.’”
How to use double quotes
Double quotation marks are the usual outer marks for direct speech and quoted text in American prose. In styles that begin with single marks, double marks take the nested role. They are not interchangeable with straight keyboard characters in polished typography.
The reviewer wrote, “The instructions are easy to follow.”
Rules that make the choice easier
Follow the regional or house style
US publishing commonly starts with double marks; many UK styles start with single marks. Neither sequence is universal, so consistency matters more than personal preference.
Alternate marks for nested quotations
A quotation inside another quotation switches to the other mark. If a third level is unavoidable, alternate again—or rewrite for readability.
Separate prose rules from technical syntax
Programming languages, search operators, measurements, and data formats can give quote characters fixed meanings. Do not apply editorial punctuation rules inside code.
Common mistakes to avoid
- Do not switch outer quotation styles without a reason.
- Do not use apostrophes as makeshift opening and closing quotation marks in polished text.
- Do not alter quote characters inside code samples or exact search strings.
Quick practice
1. Which marks usually enclose a main quotation in US style?
Answer: double quotation marks
2. Which marks usually enclose a quote inside that quote?
Answer: single quotation marks
3. Can a UK house style reverse the order?
Answer: Yes
Frequently asked questions
Should I use single or double quotes?
Use the form required by your regional or house style and keep it consistent.
What does American English usually use?
American English usually uses double marks outside and single marks for a nested quotation.
What does British English usually use?
Many British styles use single marks outside and double marks for a nested quotation.
Are quotation-mark rules the same in code?
No. Code and data formats may assign fixed technical meanings to single and double quote characters.