Title Case Converter

Convert text to Title Case — capitalize the first letter of every important word for headings, book titles, and headlines.

Example: how to write a book titleHow to Write a Book Title

Title Case — capitalising the first letter of every important word — is the standard for book titles, song titles, movie titles, headlines, chapter headings, and academic paper titles. The rules vary slightly between style guides (AP, Chicago, APA), but the core convention is shared.

Our converter follows AP style by default: capitalise everything except articles (a, an, the), short prepositions (of, in, to, at, by, on, for, up), and coordinating conjunctions (and, but, or, nor) — unless they're the first or last word.

When to use it

Book and article titles

"How to Win Friends and Influence People", "The Catcher in the Rye", "Pride and Prejudice". Title Case is the default convention for published works.

Chapter and section headings

Most academic style guides recommend Title Case for chapter and section headings. Body subheadings vary — APA uses Title Case at top levels and Sentence case for nested headings.

Press releases and news headlines

AP-style press releases and traditional newspaper headlines use Title Case. Modern web journalism (BuzzFeed, Vox) increasingly uses Sentence case for a more conversational tone.

Brand and product names

Product names, course titles, and event names are conventionally Title Case in marketing copy.

Bullet-list emphasis

Title Case in bullet points draws the eye to each item's key term, making lists scannable at a glance.

How the conversion works

The tool tokenizes input text into words using Unicode word boundaries. Each word is then checked against a configurable list of lowercase exceptions (articles, coordinating conjunctions, and short prepositions — typically 3 letters or fewer, e.g., a, an, the, and, but, for, nor, or, so, yet, at, by, for, in, of, on, to, up, as, it). The first and last words of the string are always capitalized, regardless of the exception list. Acronyms (e.g., NASA) are preserved if they are already uppercase — the tool does not downcase them first. Words with internal capitals (e.g., iPhone) are left unchanged. The default logic follows AP style, but the rule set can be tuned programmatically. The algorithm does not rely on simple string methods; it uses proper word segmentation to handle punctuation, possessives, and hyphenated compounds (e.g., Part-Time → both parts capitalized).

How to use it

  1. Type or paste your text into the input area.
  2. The converted title case appears instantly in the output box.
  3. Review the result — check that acronyms and proper nouns are correct.
  4. Click the copy icon to copy the transformed text to your clipboard.

Edge cases this converter handles

Acronyms
All-uppercase acronyms like NASA or NATO are preserved as-is, not downcased.
Possessives
A word ending in 's (e.g., John's) is capitalized only on the first letter: John's remains John's.
Hyphenated compounds
Each segment of a hyphenated word is capitalized (e.g., Part-Time → Part-Time) unless it is a short preposition (e.g., In-Depth).
Contractions
Only the first letter of the word is capitalized; e.g., don't → Don't (not Don'T).

Pro tips for case conversion

  • Always manually verify proper nouns (e.g., eBay should stay eBay) — the tool does not recognize names.
  • Use this converter before pasting into CMS fields to ensure consistent headline formatting across your site.
  • If your style guide differs (e.g., Chicago style caps longer prepositions), adjust the exception list by editing the configuration.
  • For social media titles, keep the first word and last word capitalized even if they are short articles or prepositions.

vs other ways to change case

Compared to other title case methods, this tool gives AP-style results with minimal effort.

This toolMicrosoft Word Title CaseManual Editing
AccuracyFollows AP exception list; handles acronyms and hyphenated words.Word's algorithm capitalizes every word, ignoring exceptions like 'the' or 'and'.Fully customizable but error-prone and time-consuming.
Ease of UseOne click — paste and copy.Apply via Format > Change Case, but no real-time preview.Must manually capitalize each word; no automation.
SpeedInstant conversion of any text length.Works on entire document; slower for large selections.Very slow for any text over a few words.
CustomizationException list can be modified (by developer).No customization of exceptions.Total control, but requires careful review.

A bit of history

Title case conventions emerged in medieval manuscript culture, where scribes highlighted initial letters. Modern English title case was formalized by style guides in the 20th century. The Associated Press Stylebook (first published 1953) established the widely used rule of capitalizing major words while leaving articles, conjunctions, and short prepositions lowercase — a system adopted by many news outlets and publishers. Earlier guides like the Chicago Manual of Style (1906) offered different rules, but AP's concise approach became the default for digital text conversions, balancing readability and typographic elegance.

Common questions about case conversion

AP vs Chicago vs APA Title Case — what's the difference?

AP capitalises words of 4+ letters and keeps short prepositions/articles lowercase. Chicago is similar but capitalises some additional words by tradition. APA capitalises words of 4+ letters in titles, but uses Sentence case for headings within papers. Our converter follows AP style by default — close enough for most non-academic uses.

Why are some short words lowercase in Title Case?

Articles (a, an, the), short prepositions (of, in, to, at, on, for), and coordinating conjunctions (and, but, or, nor) are lowercased mid-title because they're functional rather than meaningful — the eye glides over them while content words pop.

What about hyphenated words?

Convention varies. AP capitalises both halves of hyphenated compounds in titles ("Self-Care"); Chicago capitalises only the first half ("Self-care"). Our converter capitalises both sides; edit manually if you need Chicago.

Is Title Case the same as Capital Case?

Almost. "Capital Case" usually means capitalising every word — even short prepositions. "Title Case" lowercases short connectors. The terms are sometimes used interchangeably; the AP / Chicago / APA versions are the formally-defined ones.

When should I avoid Title Case?

For body copy, web UI labels, and modern-voice headlines. The trend across web design has been toward Sentence case for everything except brand-name logotypes.

Embed our tools on your website

Free for any site. No signup. Iframe loads from our servers and stays up-to-date automatically.

📋 Embed the Word Counter

Copy this snippet:

Live preview:

📋 Embed this Title Case Converter

Copy this snippet:

Live preview:

Want more options? All embeddable tools →