Title Case Converter: Chicago, AP, MLA and APA Rules

UPPERLOWERCASE.COMTitle Case ConverterChicago · AP · MLA · APAbeforethe lord of the ringsafterThe Lord of the Rings

A title case converter capitalizes the significant words of a title and leaves short articles, conjunctions and prepositions in lowercase. the lord of the rings becomes The Lord of the Rings — not The Lord Of The Rings. The converter below applies the real rules of four style guides, and it keeps acronyms and brand names intact.

Title Case

Most tools that claim to do title case simply capitalize every word. That is a different style, it matches no published guide, and it is why so many headlines look slightly wrong. This page explains what title case actually is, where the four major style guides disagree, and how to apply the correct one in Word, Excel, Google Docs and code.

What title case is

Title case is the capitalization style used for the titles of books, films, articles and headlines. Its rule has three parts:

  1. Capitalize the significant words — nouns, verbs, adjectives, adverbs and pronouns.
  2. Leave the minor words lowercase — articles, coordinating conjunctions and short prepositions.
  3. Always capitalize the first and last word, whatever they are, and the first word after a colon.

That third rule is the one people forget, and it is why What Are You Waiting For capitalizes For: it closes the title. The full list of words that stay lowercase is in our guide to words that are not capitalized in titles.

Title case in the four style guides

The guides agree on the shape of the rule and disagree on where the line falls for prepositions. This is the whole difference, and the converter above implements each one separately.

RuleChicagoAPMLAAPA
Articles (a, an, the)lowercaselowercaselowercaselowercase
Coordinating conjunctionslowercaselowercaselowercaselowercase
Short prepositions (of, to, in)lowercaselowercaselowercaselowercase
4-letter prepositions (with, from)lowercaseCapitalizedlowercaseCapitalized
Long prepositions (through, between)CapitalizedCapitalizedlowercaseCapitalized
Verbs, even short (Is, Be, Are)CapitalizedCapitalizedCapitalizedCapitalized
First and last wordCapitalizedCapitalizedCapitalizedCapitalized
Word after a colonCapitalizedCapitalizedCapitalizedCapitalized
Used byBooks, publishingNewsroomsHumanitiesSocial sciences

If nobody has chosen a guide for you, pick Chicago. It is the most widely used for general writing, and on a typical headline it agrees with AP most of the time. The disagreements cluster on five words: with, from, into, over, upon.

The same title in all four styles

StyleResult
Raw texta walk through the park with my dog
ChicagoA Walk Through the Park with My Dog
APA Walk Through the Park With My Dog
MLAA Walk through the Park with My Dog
APAA Walk Through the Park With My Dog

Three words move: through and with. Everything else is identical. That is the practical size of the disagreement between style guides, and it is why consistency matters more than the choice.

Which words stay lowercase

CategoryWords
Articlesa, an, the
Coordinating conjunctionsand, but, or, nor, for, so, yet
Prepositions of 2 lettersas, at, by, in, of, on, to, up
Prepositions of 3 lettersoff, out, per, via
Chicago and MLA also lowercasewith, from, into, onto, over, down, upon
MLA alone also lowercasesabout, above, after, among, under, through, between, against, without

Note what is not on that list: verbs. Is, Are, Be, Was and Do are short but they are verbs, so every guide capitalizes them. The same goes for pronouns: It, He, We, You.

Twenty worked examples

Raw textTitle case (Chicago)
the lord of the ringsThe Lord of the Rings
a tale of two citiesA Tale of Two Cities
what are you waiting forWhat Are You Waiting For
to kill a mockingbirdTo Kill a Mockingbird
gone with the windGone with the Wind
the guide: a new beginningThe Guide: A New Beginning
how to change case in excelHow to Change Case in Excel
salt and pepperSalt and Pepper
i was tired so i leftI Was Tired So I Left
small yet powerfulSmall Yet Powerful
run as fast as you canRun as Fast as You Can
a well-known secretA Well-Known Secret
the twenty-first centuryThe Twenty-First Century
the best HTML editorThe Best HTML Editor
how to use iPhone at workHow to Use iPhone at Work
meet me at 3 p.m. in the parkMeet Me at 3 p.m. in the Park
the things we dream ofThe Things We Dream Of
life before the warLife Before the War
a walk with the dogA Walk with the Dog
this is the wayThis Is the Way

The five edge cases converters get wrong

CaseNaive toolCorrect
AcronymThe Best Html EditorThe Best HTML Editor
Brand with inner capitalHow to Use IphoneHow to Use iPhone
Abbreviation with a periodMeet Me at 3 P.m. In the ParkMeet Me at 3 p.m. in the Park
Hyphenated wordA Well-known SecretA Well-Known Secret
Last word is a prepositionThe Things We Dream ofThe Things We Dream Of

The converter on this page handles all five: it detects all-capital words, words with an internal capital, and hyphenated compounds, and it capitalizes both the first and the last word regardless of what they are.

Title case is not Capitalize Each Word

Microsoft Word offers Capitalize Each Word in its Aa menu. It is not title case. It capitalizes every word, including of, to and the, and it matches no published style guide.

StyleSame headlineStandard?
Title CaseHow to Change Case in ExcelYes — Chicago, AP, MLA, APA
Capitalize Each WordHow To Change Case In ExcelNo
Sentence caseHow to change case in ExcelYes — web, apps, journals
Proper CaseHow To Change Case In ExcelOnly for names in data
ALL CAPSHOW TO CHANGE CASE IN EXCELShort labels only

The difference between title case and sentence case is covered in detail in our guide to sentence case, and the question of whether every letter of a title should be capitalized is answered in should all letters in a title be capitalized.

Where to use title case, and where not to

You are writingUse
A book, film or album titleTitle case
An article title in a reference list (MLA, Chicago)Title case
A US newspaper headlineTitle case, AP rules
A web page headingEither — sentence case is the modern default
An email subject lineSentence case
A button or menu labelSentence case
An article title in an APA reference listSentence case
A UK newspaper headlineSentence case

Title case in other tools

ToolMethodReal title case?
This pagePaste, choose a guide, click ConvertYes, all four guides
Microsoft WordHome > Aa > Capitalize Each WordNo — capitalizes every word
Google DocsFormat > Text > Capitalization > Title CaseNo — same problem
Excel=PROPER(A1)No — and it breaks acronyms
Pythontext.title()No — and it breaks apostrophes
CSStext-transform: capitalizeNo — display only, every word

Every built-in option in that table produces Capitalize Each Word rather than title case. None of them has a minor-word list. That is the gap this converter fills. The spreadsheet side is covered in upper and lower case in Excel, and the Word procedure in changing case in Word.

Does title case help SEO?

Not directly. Capitalization is not a ranking factor, and search engines normalize case when they match a query to a page. A title in title case and the same title in sentence case rank identically.

What it can change is the click-through rate of a result, and the evidence points both ways depending on the audience: title case reads as more formal and authoritative, sentence case as more direct. Test it on your own pages rather than trusting a rule of thumb.

The one thing that measurably matters is consistency. A site whose headings switch between three conventions looks careless to a reader, and that cost is real regardless of what the algorithm does.

Need more than title case? The upper lower case converter on our home page does twelve styles — UPPERCASE, lowercase, Sentence case, Proper Case, camelCase, snake_case and six more — with a live word and character count. Free, no sign-up.

The other case styles, and where each belongs

Title Case is one answer to one question: how should a headline be capitalized? These are the neighbouring questions and the guides that answer them.

You needStyleGuide
A headline or book titleTitle CaseThis page
Body text and web headingsSentence caseSentence case explained
Names in a spreadsheetProper caseProper case converter
Column headers and labelsCapitalize Each WordCapitalize Each Word
Text that arrived in capitalslowercase, then fixUndo all caps
Any text, lowercasedlowercaseLowercase converter
Variables in JavaScript or JavacamelCasecamelCase converter
Columns in a databasesnake_caseSnake case converter
Capitals applied by a stylesheetCSS, not the texttext-transform in CSS
A length limit to respectCount firstWord and character counter
Case tools inside Google DocsFormat menuChange case in Google Docs

One rule cuts across all of them: capitalization is not a ranking factor, so the choice is about how the text reads rather than how it ranks. What does cost you is inconsistency, and the way to avoid it is to decide once per element type and apply the same decision everywhere.

Frequently asked questions

What is a title case converter?

A tool that capitalizes the significant words of a title and leaves articles, conjunctions and short prepositions lowercase, following a published style guide rather than capitalizing every word.

Which words are lowercase in title case?

Articles (a, an, the), coordinating conjunctions (and, but, or, nor, for, so, yet) and short prepositions (as, at, by, in, of, on, to, up, off, out, per, via). The first and last word are always capitalized regardless.

What is the difference between Chicago and AP title case?

AP capitalizes prepositions of four letters or more, so it writes With and From. Chicago leaves them lowercase. On a typical headline that is the only difference.

Does title case capitalize is and are?

Yes. They are verbs, and every style guide capitalizes verbs in a title regardless of length. This Is the Way, not This is the Way.

How do I do title case in Word?

Word has no true title case option. Its Capitalize Each Word capitalizes of, to and the as well, which no style guide does. Use a converter that has a minor-word list.

Does the converter keep acronyms and brand names?

Yes. All-capital words such as HTML and NASA, and words with an internal capital such as iPhone and eBay, are detected and left exactly as they are.

How are hyphenated words capitalized in a title?

Both halves take a capital: A Well-Known Secret, The Twenty-First Century. Chicago lowercases the second part only after a prefix such as anti- or re-.

Is title case better than sentence case for SEO?

No. Capitalization is not a ranking factor. It can affect click-through rate, and consistency across a site matters more than which style you pick.

The short version

Title case capitalizes the significant words and leaves articles, coordinating conjunctions and short prepositions lowercase, with the first word, the last word and the word after a colon always capitalized. The four style guides differ only on prepositions of four letters and more. Choose Chicago unless your organization says otherwise, keep acronyms and brand names intact, and never use the Capitalize Each Word option in a word processor for a headline — it follows no standard at all.

Next Post Previous Post