Omni Calculator logo

What Is Proper Case? A Simple Guide to Perfect Capitalization

What is proper case?” is an essential question for students, editors, and data engineers alike. In this comprehensive guide, we will dive deep into capitalization so you can elevate your writing to the next level.

Here is what we will explore:

  • The fundamental definition of proper case;
  • How to handle various capitalization cases, from the friendly sentence case to the formal title case;
  • Technical workflows for how to change all caps to proper case in Excel to clean up large datasets;
  • Pro-tips for how to add the Capitalize Each Word case to Word using simple keyboard shortcuts;
  • The logic behind implementing a proper case SQL function to standardize your database records.

Let’s dig in!

🙋 Check out our capital case converter to capitalize your words instantly!

Proper case is a technical capitalization style in which the first letter of every word is capitalized. It is slightly different from title case, the gold standard for titles, headings, and professional branding.

To understand proper case, let's think about how our brains read. Cognitive research shows that humans don't actually read letter by letter; instead, they learn the shapes of words. So, when we capitalize case, we introduce variation in those shapes, making words easier to scan. On the other hand, ALL CAPS are challenging to read because our brain has to slow down to look at the letters rather than the overall shape of the word.

Adequate capitalization is extremely important in the workplace. Not only does it allow us to communicate efficiently, but it also showcases our professionalism and expertise. Think of it as part of your business card. So, now that we know what proper case is, let’s learn how to implement it like a pro using various software.

How to change all caps to proper case in Excel

One of the biggest problems with spreadsheets is that they are often disorganized and messy. If you are dealing with a spreadsheet created by someone who didn’t know how to turn off Caps Lock, you will want to learn how to convert all caps to proper case in Excel. All you have to do is use the =PROPER(text) function, which capitalizes the first letter of every word. Simply apply the formula to your messy cells, and once everything looks in order, copy and paste to override the old, wrongly formatted data.

How to capitalize each word in Word

In Microsoft Word, there is a bit more flexibility. There are many writers who are interested in learning how to add the Capitalize Each Word case to Word. The function itself is located in the Font settings, right next to the Decrease font size button, but the easiest way is to use the shortcut Shift + F3. This keyboard shortcut will toggle between:

  • lowercase;
  • UPPERCASE; and
  • Capitalize Each Word (if a partial sentence is selected); or
  • Sentence case (if a full sentence is selected).

Proper case in SQL

Standardization should ideally happen at the source. Developers often implement proper case SQL logic to ensure data is clean before it ever reaches the user. While PostgreSQL has a built-in INITCAP() function for this, other systems, such as SQL Server, might require a custom script to achieve the same result. By using the appropriate SQL function to implement proper case, you can automatically format names and addresses in your reports, ensuring that your organization’s data remains professional and easy to read across all interfaces.

Of course, not all capitalization styles are equal. Rules may vary dramatically between styles and media, so always make sure to follow the appropriate style guides.

Proper case

As we’ve discussed, strict proper case capitalizes the first letter of every word. While it’s an excellent baseline for standardizing a messy database of names, it can look a bit stiff or unnatural in long sentences. Some designers even compare it to “your great-aunt typing on Facebook”, because it places equal weight on every word.

Sentence case

Sentence case is precisely what it sounds like: you only capitalize the first letter of the first word and any proper nouns. This approach is the crown jewel of readability. Because it mirrors the natural flow of standard prose, it feels conversational and friendly. Modern brands like Google and Dropbox use sentence case for almost everything — from headlines to buttons — because it’s easier to scan and helps users find proper nouns more quickly.

Title case

Title case is the artsy cousin of proper case. While strict proper case capitalizes every word, title case follows specific style guides (like APA, MLA, or Chicago) that tell you to lowercase minor words like ”of”, ”to”, and ”by”.

Here are some examples:

  • APA — Apart from major words, all words with four or more letters must be capitalized, even if it's a conjunction or preposition.

  • MLA and Chicago — These two styles follow regular grammar rules, so you don't need to capitalize prepositions, articles, or conjunctions, unless they are at the end or beginning of the title.

  • AP style — If you're using this journalistic style, use sentence case for headlines, but title case for book and movie titles, capitalizing words with four or more letters.

Read our dedicated article to discover all the different rules for title case.

Mastering the various capitalization cases is about more than just following old-school grammar rules; it’s about professionalism and respect for your reader. Whether you are learning how to change all caps to proper case in Excel to tidy up a spreadsheet or seeking how to add the Capitalize Each Word case to Word to finish your academic paper, these small details build your credibility as a professional. By understanding what proper case is and choosing the right style for your context, you ensure that your message is not just heard but also easily understood.

In technical terms, proper case refers to the capitalization of every single word of a string, be it a line in Word or a cell in Excel. Proper case is slightly different from title case, the rules of which are determined by writing habits and style guides.

It depends on your style guide! APA and Chicago usually want you to capitalize both parts of a hyphenated major word (e.g., Self-Report), while some more casual styles only capitalize the first part.

This article was written by Agata Flak and reviewed by Steven Wooding.