Aa

Title Case Converter — Capitalize Every Word in Your Text Instantly

This title case converter capitalizes every word instantly — paste a blog headline, YouTube video title, or product name and get a properly formatted result in one click. The converter applies universal title case (every word capitalized), which is the standard on YouTube, Amazon, Shopify, and Etsy. For strict AP Style or Chicago Manual of Style compliance — where articles (a, an, the), coordinating conjunctions, and short prepositions stay lowercase — use the output as a starting point and manually lowercase those words.

Advertisement
Words: 0Characters: 0Characters (no spaces): 0Sentences: 0Lines: 0
Advertisement

What is Title Case?

The title case converter capitalizes the first letter of every word instantly — paste a rough title and get a properly formatted headline in one click. Use it for blog post titles, YouTube video titles, email subject lines, and product names. This converter applies universal title case (every word capitalized), which works correctly for most digital publishing, SEO, and social media contexts.

Example
the fox and the houndThe Fox and the Hound

Key Features

Smart First & Last Word Rule

The first and last word of every title are always capitalized — no exceptions — matching AP Style, Chicago Manual of Style (section 8.159), APA 7th Edition, and MLA 9th Edition on this universal rule.

Works on Any Length — No Limit

One headline or one thousand product titles. Paste a single YouTube title or an entire CSV of e-commerce listings — every title converts instantly with no character limit.

Safe for Unreleased Book Titles and Confidential Product Names

Your titles never leave your device. Paste confidential product names, unreleased book titles, or unpublished article headlines safely — nothing is transmitted to any server.

Bulk E-Commerce Title Formatting — No Row Limit

Paste an entire column of product titles from Amazon Seller Central, Shopify, or Etsy bulk exports and convert all of them at once — one title per line, unlimited rows, no account required.

Before & After: Title Case Examples

Real input → output pairs showing exactly how the converter behaves

InputTitle Case Output
the quick brown foxThe Quick Brown Fox
a tale of two citiesA Tale of Two Cities
gone with the windGone with the Wind
how to use title case in apaHow to Use Title Case in APA
the art of warThe Art of War

When to Use Title Case

✓ Use it for

Use Title Case for article headlines, book titles, product names, H1/H2 page headings, and navigation links where each item deserves visual emphasis.

✗ Avoid it for

Do not use Title Case for body paragraph text, captions, or long descriptive sentences — it makes prose harder to read and looks unnatural at length.

Title Case vs Other Formats

FormatExampleBest For
Title CaseThe Quick Brown FoxBlog headlines, YouTube titles, book chapters, product names, navigation labels, email subject lines
Sentence caseThe quick brown foxUI labels, meta descriptions, social media captions, email body text, SaaS app headings
UPPERCASETHE QUICK BROWN FOXSQL keywords, environment variables, programming constants, legal warranty clauses, short poster headlines
Proper CaseThe Quick Brown FoxIdentical output to universal title case — capitalizes every word with no style-guide exceptions

Who Should Use This Tool?

Content Creators & Bloggers

Instantly format blog post titles, YouTube video names, and social media headlines to proper title case without guessing which words to capitalize. Pair with the sentence case converter for body text.

E-commerce Sellers

Normalize product listing titles across Amazon, Etsy, Shopify, and WooCommerce — consistent title case improves click-through rates and looks professional on search result pages.

Students & Academic Writers

Format essay titles, chapter headings, and bibliography entries correctly for MLA 9th Edition, APA 7th Edition, or Chicago Style papers with one click — then manually lowercase articles and short prepositions for strict compliance.

Industry Standard

The Chicago Manual of Style (CMOS) and APA Style both prescribe Title Case for headings and titles, though they differ slightly on which words to capitalize (articles, prepositions). Our converter applies a universal Title Case rule capitalizing all words.

Title Case Rules: How It Works

Always Capitalize
  • First and last word of every title — no exceptions across all style guides
  • Nouns — "fox", "city", "developer", "London"
  • Verbs — "run", "is", "be", "are", "seems"
  • Adjectives and adverbs — "quick", "beautiful", "truly"
  • Any word 5+ letters long — "about", "after", "against", "between"
Keep Lowercase (unless first or last)
  • ×Articles — a, an, the
  • ×Coordinating conjunctions (FANBOYS) — for, and, nor, but, or, yet, so
  • ×Short prepositions (≤4 letters) — at, by, in, of, on, to, up, via, with

How to Use This Title Case Converter

  1. Paste or type your text into the Input Text box on the left.
  2. The output is converted to Title Case instantly on the right.
  3. Click Copy to copy the result to your clipboard.
  4. Use Clear to reset and convert new text.

Key Use Cases

  • Format YouTube video titles — properly capitalized titles score higher CTR in search results and the suggested feed; YouTube recommends title case for video names.
  • Publish blog post headlines to WordPress, Ghost, or Substack — paste a draft title typed in lowercase and get a publication-ready headline in one click.
  • Standardize e-commerce product titles across Shopify, WooCommerce, Amazon Seller Central, and Etsy — consistent title case improves click-through rate and looks professional on search pages.
  • Format bibliography entries and academic paper titles for MLA 9th Edition, APA 7th Edition, and Chicago style submissions — then manually lowercase articles and short prepositions for strict compliance.
  • Fix imported podcast episode names, song titles, or book chapter metadata that arrived in ALL CAPS or all lowercase from a CMS export or audio distribution platform.

Title Case in Programming Languages

JavaScriptstr.replace(/\b\w/g, c => c.toUpperCase())
Pythonstr.title()
PHPucwords(strtolower($str))
Rubystr.split.map(&:capitalize).join(' ')

This Converter vs Manual Methods

MethodLimitation
Shift+F3 in Microsoft WordCapitalizes every word including articles and prepositions — no AP/Chicago compliance
Format → Capitalization in Google DocsSame all-words rule; only works inside Google Docs; no bulk conversion
Excel =PROPER() functionBreaks apostrophes — "It's" becomes "It'S"; formula-based, not direct editing
Grammarly / Hemingway EditorSuggestion only; requires paid plan for full access; not a bulk converter
This converterNone — free, unlimited, browser-based, instant

Common Mistakes & Pro Tips

  • !Applying title case to UI button and label text — Google Material Design, Microsoft Fluent UI, and Apple's Human Interface Guidelines all recommend sentence case for app UI elements ("Save changes", not "Save Changes"). Title case belongs on published article headlines, page headings, and product names — not form labels or buttons.
  • !Capitalizing every preposition and article for AP or Chicago submissions — "The Art Of War" is wrong; "The Art of War" is correct. AP Style lowercases prepositions of 3 letters or fewer; Chicago Manual (section 8.159) lowercases prepositions of 4 letters or fewer. This converter uses the all-words rule — verify short prepositions and articles manually for formal publications.
  • !Running code identifiers through title case — camelCase ("getUserName"), snake_case ("get_user_name"), or kebab-case ("get-user-name") identifiers are permanently corrupted by title case conversion. Only use this tool on natural-language text, never on code variable names or API field keys.

Frequently Asked Questions

Everything you need to know about Title Case

Which style guide does this title case converter follow?

+

The converter capitalizes the first letter of every word — a simple all-words rule that matches YouTube, Amazon, Shopify, and most websites. Strict AP Style lowercases prepositions of 3 letters or fewer (in, of, on, at, by, for) and all coordinating conjunctions unless they start the title. Chicago Manual of Style section 8.159 lowercases prepositions of 4 letters or fewer. APA 7th Edition matches AP on prepositions. MLA 9th Edition lowercases all prepositions regardless of length. For formal publications, verify short prepositions and conjunctions after conversion.

Should articles like "a", "an", "the" be capitalized in titles?

+

Only when they are the first word of the title. AP Style, Chicago Manual of Style, APA 7th Edition, and MLA 9th Edition all agree that articles (a, an, the) and short prepositions (of, in, on, at, for) should remain lowercase when they fall mid-title. "The Art of War" is correct — not "The Art Of War". This converter capitalizes all words for universal compatibility; manually lowercase these words for strict style guide compliance.

Is title case the same as proper case?

+

"Proper case" is an informal term used by Excel's =PROPER() function and many online tools. It means capitalizing the first letter of every word — identical output to universal title case. "Strict title case" as defined by AP Style and Chicago Manual differs in that it keeps articles, conjunctions, and short prepositions lowercase mid-title. For practical purposes — YouTube, Amazon, blogs — proper case and title case produce the same result.

What is the difference between title case and sentence case?

+

Sentence case capitalizes only the first word of each sentence and proper nouns: "The quick brown fox jumps over the lazy dog." Title case capitalizes every major word: "The Quick Brown Fox Jumps over the Lazy Dog." Google Material Design and Microsoft Fluent UI prefer sentence case for app UI; AP Style, Chicago Manual, and publishing in general prefer title case for article headlines and book titles.

Can I use this for headings in Google Docs or Word?

+

Yes. Paste your heading text here, convert it, then copy the result back into your document. Google Docs also has a built-in option: select text → Format → Text → Capitalization → Title Case. Microsoft Word: select text → Home → Font → Change Case → Title Case, or press Shift+F3 to cycle through cases. Both built-in tools use the all-words rule — same as this converter.

What words should NOT be capitalized in title case?

+

Three categories stay lowercase when they appear in the middle of a title (but always capitalize them if they are the first or last word): (1) Articles — a, an, the; (2) Coordinating conjunctions — for, and, nor, but, or, yet, so (the FANBOYS); (3) Short prepositions — at, by, in, of, off, on, per, to, up, via. Preposition length threshold varies by style guide: MLA lowercases all prepositions; AP lowercases prepositions of 3 letters or fewer; Chicago lowercases prepositions of 4 letters or fewer; APA matches AP.

How do I convert to title case in Microsoft Word, Google Docs, and Notion?

+

Microsoft Word: select text → Home tab → Font group → Change Case → Title Case, or press Shift+F3 to cycle. Google Docs: select text → Format → Text → Capitalization → Title Case. Notion: Notion has no built-in title case option — paste your title into this converter, convert it, and paste it back. For bulk conversion of many titles at once, this converter is faster than all built-in tools since there is no character limit and you can process content from any source.

Related Tools

FM
Written by Foysal Mostafa · Developer & Tool Builder · Last reviewed: September 1, 2026
Advertisement