Title Case vs Sentence Case: When to Use Each
Capitalization rules are more contested than they appear. Should your blog post headline use Title Case or Sentence case? Should your button labels match your headings? The choice depends on your style guide, your platform, and your audience.
What is title case?
Title case capitalizes the first letter of most words in a heading. The major style guides agree on capitalizing nouns, verbs, adjectives, adverbs, and pronouns. Where they differ is on smaller words.
Chicago Manual of Style capitalizes everything except articles (a, an, the), coordinating conjunctions (and, but, or), and short prepositions (in, on, at, by) — unless they start the title. AP Style is similar to Chicago but capitalizes prepositions of four or more letters. APA capitalizes all major words and all words of four letters or more.
Example in title case: "The Quick Brown Fox Jumps Over the Lazy Dog"
What is sentence case?
Sentence case capitalizes only the first word of a heading and any proper nouns. It matches the capitalization of a normal English sentence.
Example in sentence case: "The quick brown fox jumps over the lazy dog"
Sentence case is increasingly preferred by modern publications, including The Guardian, BBC, and many technology companies. It reads as more conversational and is easier to process at a glance, especially for web interfaces and mobile screens.
When to use title case
Use title case for book, film, and album titles. Newspaper and magazine headlines under AP style use title case. Product names and brand names are typically title case. Academic paper titles under APA, MLA, and Chicago style use title case. Professional reports and formal documents conventionally use title case for section headings.
If your organization uses a formal style guide, follow its specific rules for which words to capitalize in title case — the differences between AP, Chicago, and APA are meaningful in professional publishing contexts.
When to use sentence case
Use sentence case for blog post and article headings on modern web publications. Email subject lines written in sentence case feel more personal and conversational. Social media captions, UI copy in products following Material Design or Fluent Design guidelines, and button labels all typically use sentence case.
Many technology companies — including Google in its Material Design guidelines — explicitly recommend sentence case for interface copy because it feels less formal and is more readable at small sizes on mobile devices.
The most important rule: consistency
The most important rule is not which style you choose — it is consistency. Mixing title case and sentence case within the same document or website makes the content look unpolished and unedited.
Choose one style and apply it everywhere. If you use title case for H1 headings, use title case for H2 and H3 headings too. Proper nouns — names, places, brand names, product names — are always capitalized regardless of the style you choose.
Frequently asked questions
Does Google prefer title case or sentence case for page titles?
Google has no stated preference. Both title case and sentence case appear in top search results. Use whichever matches your brand style guide and apply it consistently across your site.
What is camelCase?
camelCase starts with a lowercase letter and capitalizes the first letter of each subsequent word: myVariableName. It is used in programming for variable and function names — not for prose headings.
What is the difference between title case and proper case?
"Proper case" is sometimes used interchangeably with "title case." Both typically mean capitalizing the first letter of each major word. The exact rules for which words qualify as "major" vary by style guide.
Does sentence case handle proper nouns automatically?
The Text Case Converter does not automatically detect proper nouns. It capitalizes only the first word of each sentence. Review the output and manually re-capitalize proper nouns such as names, places, and brand names.
Try the tool