Title Case vs Sentence Case: When to Use Each
Should the button say “Save Changes” or “Save changes”?
It looks like a coin toss. It isn't — there's an actual answer — and the fact that two thoughtful people on the same team will cheerfully disagree about it is exactly why title case vs sentence case earns ten minutes of your attention. Get the distinction straight once, and a hundred little decisions downstream stop being decisions at all.
Here's where we're headed: what each style actually is, the small set of rules that governs them, and — the part most style debates skip right past — how to choose one on purpose instead of by reflex.
Think of capitalization styles like the dress code printed on an invitation. Title case is black-tie: formal, deliberate, every significant word dressed up for the occasion. Sentence case is smart-casual: relaxed, only the first word stands to attention. Neither is better in the abstract — you'd just look out of place wearing the wrong one to the wrong event. Hold onto that invitation; we'll come back to it.
What title case actually is
In title case, you capitalize the first word, the last word, and every “major” word in between — the nouns, verbs, adjectives, adverbs, and pronouns that carry the meaning. You leave the “minor” words lowercase: the short articles (a, an, the), the coordinating conjunctions (and, but, or), and the short prepositions (of, to, in, on). So a film title becomes “The Lord of the Rings” — capitals on Lord and Rings, lowercase on of and the.
If that felt like a lot of categories to hold in your head, you've spotted title case's catch: it asks you to make a grammatical judgment about every single word. And here's the part that surprises people — there isn't one title case. Style guides disagree on the details, especially prepositions: some lowercase every preposition, others capitalize any preposition of five letters or more, so one guide writes “Notes on a Scandal” and another writes “Notes On a Scandal.” Same style, different rulebook.
What sentence case actually is
Sentence case is the one you already know without being taught, because it's how you were taught to write a sentence in the first place. Capitalize the first word. Capitalize proper nouns — names, brands, places. Leave everything else lowercase. That's the entire rule. “How to reset your password” is sentence case, and there's no per-word judgment to make, because the only capital you have to reason about is the one at the very front.
That simplicity is the whole appeal, and it's why it scales. If that clicked, the reason sentence case has quietly taken over software is downhill from here.
Why so much modern writing drifted to sentence case
Walk through the interface of most products built in the last decade and you'll notice the buttons and menus lean sentence case — “Save changes,” not “Save Changes.” That wasn't fashion. Sentence case is measurably easier to be consistent with, because there's no debate about whether “Is” counts as a major word. It does, by the way — it's a verb — and people lowercase it constantly in title case, which is one of the most common mistakes I see.
It's also kinder to a few readers at once. It reads a little faster, it's gentler on people working in a second language, and it behaves far better when your text is stitched together from dynamic pieces — a product name dropped into a sentence doesn't need re-capitalizing. When the same label might appear in five places, one simple rule beats a rule that needs a grammar check every time.
The rules that actually trip people up
Most title case mistakes come from the same handful of blind spots, so keep these close:
- Short verbs still get capitals. Is, Are, Be, Do — they're tiny, but they're verbs, so title case capitalizes them. It's “What It Is,” not “What It is.”
- The first word is always capitalized — even if it's normally a lowercase minor word. “The Girl on the Train” keeps its capital T because it leads.
- Hyphenated words usually capitalize both parts in title case (“Well-Being”), though — you guessed it — guides differ.
Sentence case, by contrast, barely has trip-ups. The only one worth naming is the colon: when a sentence-case heading has a subtitle after a colon, most styles capitalize the first word after it. Small thing, easy to forget.
Choosing one on purpose — back to the invitation
Remember the dress code. You don't pick black-tie or smart-casual by personal taste; you pick it by matching the event. Capitalization works the same way.
Reach for title case when the context is formal and title-like: headlines, book and movie titles, the names of things, a byline-driven brand that wants a classic feel. Reach for sentence case for interface text, buttons, form labels, notifications, and most modern web writing — anywhere clarity and consistency matter more than formality. Then do the one thing that matters more than the choice itself: pick a style, write it down, and apply it everywhere. A reader never notices which convention you chose. They absolutely notice when you use three of them on the same page.
When you've settled on a house style, changing text over in bulk is the tedious part — a text case converter flips a whole list between title case, sentence case, upper, and lower in one pass, so you're not re-typing headings by hand. If your labels have to fit a fixed space, a character counter and a word counter tell you whether “Save changes” survives the button width before a designer does. And when you're reconciling two versions of the same copy, a text diff checker shows exactly which words changed case and which changed meaning.
One last neighbor worth knowing: a URL has its own capitalization convention that overrides both of these — it's lowercase by design. If you're wondering why your heading and your web address don't match, what a URL slug is explains that third case rule in the room. And if headings are your daily work, the online word counter guide covers the length side of the same craft.
So: “Save Changes” or “Save changes”? If it's a formal title, dress it up. If it's a button in a modern app — and it is — sentence case, every time. Not because one is correct and the other is wrong, but because you looked at the invitation and wore the right thing.
Try the tools
Frequently Asked Questions
What is the difference between title case and sentence case?
Title case capitalizes the first word, the last word, and all the major words in between, leaving short articles, conjunctions, and prepositions lowercase — like “The Lord of the Rings.” Sentence case capitalizes only the first word and any proper nouns, exactly as you would write an ordinary sentence — like “How to reset your password.”
Should I use title case or sentence case for headings?
It depends on context. Editorial and formal headings — article titles, book and movie names — traditionally use title case. Product interfaces, buttons, and most modern web writing use sentence case because it is easier to keep consistent and scans a little faster. Pick one for your project and apply it everywhere.
Do you capitalize prepositions in title case?
It depends on the style guide. Some lowercase all prepositions; others capitalize prepositions of five letters or more, so “through” gets a capital while “of” does not. Because guides disagree, the practical answer is to choose one style guide and follow its preposition rule consistently.
Is sentence case more accessible?
It tends to be a little easier to read, especially for people reading in a second language, and it avoids awkward capitalization when text is assembled from dynamic pieces. It is not a formal accessibility requirement, but its consistency and readability are why many design systems standardize on it.
How do I convert text between title case and sentence case?
Use a text case converter, which switches a whole block between title case, sentence case, uppercase, and lowercase in one step. That is faster and less error-prone than re-typing each heading, and it keeps your capitalization consistent across a document.
Desmond Okafor writes for CodeUtilityKit, where the team builds free, privacy-first developer tools that run entirely in your browser. Every guide is written and reviewed by developers who use these tools daily.