ToolNimba

Aa Title Case Converter, Capitalize Headlines the Right Way

Shihab Mia By Shihab Mia Β· Updated 2026-07-05

This title case converter turns any headline, heading, or sentence into properly capitalized title case in one step, keeping small words like "a", "of", and "the" lowercase the way editors expect. It also gives you Sentence case, UPPERCASE, lowercase, and Capitalize Each Word at the same time, each in its own box with a one-click copy button. Everything runs in your browser, so your text is never uploaded anywhere.

What is the Title Case Converter?

Title case is a capitalization style used for titles and headings where the important words start with a capital letter and the minor words stay lowercase. It is different from simply capitalizing every word: in true title case you write "The Quick Brown Fox Jumps Over the Lazy Dog", not "The Quick Brown Fox Jumps Over The Lazy Dog". The second "the" stays lowercase because it is a minor word sitting in the middle of the title. Getting this right is what separates a polished headline from one that looks like a beginner typed it.

The rule this converter follows is straightforward. Split the text into words, then always capitalize the first word and the last word no matter what they are. For every word in between, capitalize it unless it belongs to a short list of minor words, in which case it stays lowercase. The minor words are the common articles, short conjunctions, and short prepositions: a, an, and, as, at, but, by, for, if, in, nor, of, on, or, per, so, the, to, up, via, vs, and yet. This matches the spirit of the major editorial style guides while staying simple and predictable.

Because the first and last word are always capitalized, a title like "up in the air" becomes "Up in the Air": the leading "up" is capitalized as the first word, "in" and "the" stay lowercase as minor words in the middle, and "air" is capitalized as the last word. This edge rule is the single most common thing people get wrong when they capitalize titles by hand, and it is exactly what an automatic headline capitalization tool is for.

Alongside title case, the converter produces four other everyday cases so you rarely need a second tool. Sentence case lowercases everything and then capitalizes the first letter of each sentence, which is ideal for body copy and modern UI headings. UPPERCASE and lowercase are literal transforms of every letter. Capitalize Each Word capitalizes the first letter of every single word with no minor-word exceptions, which is what you want for proper-noun lists, name fields, or a strict start-case look.

A toggle labelled "Smart minor words" controls the difference between real title case and simple word capitalization. When it is on you get editorial title case with the minor-word list applied. When you turn it off, the Title Case box behaves like Capitalize Each Word so you can force every word to start with a capital, which is handy for brand names or stylised headings that intentionally capitalize small words.

Everything updates live as you type, so you can paste a draft, watch all five versions appear at once, and copy whichever one you need. There is no character limit imposed by a server because the tool does all the work locally in your browser using plain JavaScript.

When to use it

  • Capitalizing blog post titles, article headings, and H2 subheadings so they read like professionally edited copy.
  • Fixing headlines that were typed in all caps or all lowercase before publishing to a CMS.
  • Formatting book, song, movie, and course titles that follow title case conventions.
  • Cleaning up email subject lines and marketing headlines where the wrong capitalization looks unprofessional.
  • Converting a messy pasted paragraph into clean Sentence case for body text or UI microcopy.
  • Producing a strict Capitalize Each Word version for name fields, menus, or button labels.

How to use the Title Case Converter

  1. Type or paste your text into the input box at the top.
  2. Leave "Smart minor words" on for true editorial title case, or turn it off to capitalize every word.
  3. Read the five result boxes: Title Case, Sentence case, UPPERCASE, lowercase, and Capitalize Each Word.
  4. Click the Copy button on the box you want to grab that version instantly.
  5. Edit the input at any time; every box updates live as you type.

Formula & method

Title Case: split the text into words. Always capitalize the first word and the last word. For each middle word, if it is one of the minor words (a, an, and, as, at, but, by, for, if, in, nor, of, on, or, per, so, the, to, up, via, vs, yet) keep it lowercase; otherwise capitalize it. Capitalize means first letter uppercase, the rest lowercase.
Title Case rule: first and last always capitalized, minor words stay lowercaseTheQuickBrownFoxJumpsOvertheLazyDogBlue = capitalized major wordGreen = first or last word (always capitalized)Red = minor word kept lowercase (the)

Worked examples

The classic pangram, with smart minor words on.

  1. Input: the quick brown fox jumps over the lazy dog
  2. Word 1 "the" is the first word, so it is always capitalized to "The".
  3. Middle words "quick", "brown", "fox", "jumps", "over" are not minor words, so each is capitalized.
  4. The middle word "the" (the seventh word) is a minor word, so it stays lowercase as "the".
  5. Word "lazy" is capitalized, and "dog" is the last word so it is capitalized to "Dog".

Result: The Quick Brown Fox Jumps Over the Lazy Dog

A short title that starts and ends with minor words.

  1. Input: up in the air
  2. "up" is the first word, so it is capitalized to "Up" even though "up" is a minor word.
  3. "in" and "the" are minor words sitting in the middle, so both stay lowercase.
  4. "air" is the last word, so it is capitalized to "Air".

Result: Up in the Air

The same title with smart minor words turned off.

  1. Input: up in the air
  2. With the minor-word rule disabled, every word is capitalized.
  3. "up" becomes "Up", "in" becomes "In", "the" becomes "The", "air" becomes "Air".

Result: Up In The Air

The five cases this converter produces from one input

CaseRule in plain wordsExample output from "hello from new york"
Title CaseCapitalize important words, keep minor words lowercase (first and last always capitalized).Hello from New York
Sentence caseLowercase everything, then capitalize the first letter of each sentence.Hello from new york
UPPERCASEEvery letter becomes a capital.HELLO FROM NEW YORK
lowercaseEvery letter becomes small.hello from new york
Capitalize Each WordCapitalize the first letter of every word, no exceptions.Hello From New York

Minor words kept lowercase in Title Case (unless first or last)

TypeWords
Articlesa, an, the
Short conjunctionsand, as, but, if, nor, or, so, yet
Short prepositionsat, by, for, in, of, on, per, to, up, via
Other short wordsvs

Common mistakes to avoid

  • Capitalizing every word and calling it title case. Writing "The Quick Brown Fox Over The Lazy Dog" with a capital on the middle "The" is start case, not title case. True title case keeps minor words like "the", "of", and "to" lowercase when they sit in the middle of the title.
  • Leaving the first or last word lowercase. Minor words are only lowercase in the middle. The first and last word are always capitalized, so "up in the air" is "Up in the Air", not "up in the Air". This tool applies that edge rule automatically.
  • Using title case for full sentences. Title case is for titles and headings, not running text. For body copy use Sentence case, which capitalizes only the first letter of each sentence and leaves the rest lowercase.
  • Expecting proper nouns to be detected. The converter capitalizes by position and word list, not by meaning. In Sentence case a name like "new york" will not be auto-capitalized because the tool cannot know it is a place. Fix proper nouns by hand or use Capitalize Each Word.
  • Assuming every style guide uses the same minor words. Different style guides draw the minor-word line slightly differently, especially for prepositions of four letters or more. This tool uses a widely accepted short list; if your publication has its own rule, adjust the output afterward.

Glossary

Title case
A capitalization style for titles where important words are capitalized and minor words stay lowercase, with the first and last word always capitalized.
Sentence case
A style where only the first letter of each sentence (and proper nouns) is capitalized, like normal prose.
Start case
A style where every word is capitalized with no exceptions, the same as Capitalize Each Word.
Minor word
A short article, conjunction, or preposition such as a, of, the, and, or to that stays lowercase in the middle of a title.
Article
The words a, an, and the, which are minor words in title case.
Preposition
A word such as in, on, at, or by that links other words; short ones are kept lowercase in title case.
Conjunction
A joining word such as and, but, or, or nor; short ones are treated as minor words in title case.
Pangram
A sentence that uses every letter of the alphabet, such as "the quick brown fox jumps over the lazy dog", often used to test capitalization tools.

Frequently asked questions

What does a title case converter do?

A title case converter takes your text and capitalizes it the way titles and headlines should be written: important words get a capital letter while minor words like "a", "of", and "the" stay lowercase, and the first and last word are always capitalized.

What are the rules for capitalizing titles?

Capitalize the first and last word no matter what. Capitalize all other words except short articles, conjunctions, and prepositions such as a, an, the, and, or, but, of, to, in, and on, which stay lowercase when they fall in the middle of the title.

What is the difference between title case and capitalize each word?

Capitalize Each Word puts a capital on every single word with no exceptions. Title case is smarter: it keeps minor words like "the" and "of" lowercase in the middle, so "the lord of the rings" becomes "The Lord of the Rings" in title case but "The Lord Of The Rings" when you capitalize each word.

Which small words stay lowercase in title case?

This tool keeps a, an, and, as, at, but, by, for, if, in, nor, of, on, or, per, so, the, to, up, via, vs, and yet lowercase, unless one of them is the first or last word in the title.

How do I convert a title to sentence case?

Paste your text and read the Sentence case box. The sentence case converter lowercases everything, then capitalizes the first letter of each sentence, which is ideal for body text and modern headings.

Can I change uppercase to lowercase with this tool?

Yes. Whatever you paste is shown in both UPPERCASE and lowercase boxes at the same time, so converting uppercase to lowercase (or the reverse) is a single copy click.

Does the first word always get capitalized even if it is a small word?

Yes. The first and last word of a title are always capitalized, so a headline that begins with "of" or "the" still starts with a capital letter, matching standard headline capitalization.

Why is a word in my sentence case output not capitalized?

Sentence case only capitalizes the first letter of each sentence, so proper nouns in the middle of a sentence are not detected automatically. The tool has no way to know a word is a name, so capitalize those by hand or use Capitalize Each Word.

Is there a limit on how much text I can convert?

There is no server-imposed limit. The converter runs entirely in your browser, so you can convert to title case as much text as your device can comfortably handle, and nothing is uploaded.

Is my text private?

Yes. All processing happens locally in your browser using JavaScript. Your text is never sent to a server, so it stays private on your own device.