Typing in the wrong case happens to everyone — Caps Lock on when it shouldn't be, a copy-paste that arrives in ALL CAPS, or a list that needs Title Case for a presentation. Here's the fastest fix for every situation.
Keyboard Shortcuts for Case Conversion
Both Microsoft Word and Google Docs have built-in shortcuts to cycle through text cases.
Microsoft Word
Select your text, then press Shift + F3 to cycle through: UPPERCASE → lowercase → Title Case. Repeat to keep cycling.
Google Docs
Go to Format → Text → Capitalization and choose from lowercase, UPPERCASE, or Title Case. There's no default keyboard shortcut — making it slower than Word for quick edits.
Case Types Explained
Here's a quick reference for the most common text case formats and when to use them:
- UPPERCASE — ALL LETTERS CAPITALIZED. Used for emphasis, acronyms, constants in code.
- lowercase — all letters small. Common in URLs and variable names.
- Title Case — First Letter of Each Word. For headlines, book titles, UI labels.
- Sentence case — First letter capitalized, rest lowercase. Normal writing.
- camelCase — firstWordLowercase, RestUppercase. JavaScript variables and functions.
- PascalCase — EveryWordCapitalized. Classes, React components.
- snake_case — words_with_underscores. Python, databases, file names.
- kebab-case — words-with-hyphens. URLs, CSS class names.
- CONSTANT_CASE — WORDS_IN_UPPERCASE. Environment variables, constants.
Free tools mentioned in this article
→ Browse all free toolsQuick Reference: When to Use Each Case
Rule of thumb: Title Case for headings, Sentence case for body text, lowercase + kebab-case for URLs.
- Blog post & article titles → Title Case
- Email subject lines → Sentence case or Title Case
- URLs and slugs → lowercase + kebab-case
- JavaScript variables → camelCase
- Python variables → snake_case
- React components → PascalCase
- Environment variables → CONSTANT_CASE
The Fastest Way: Free Online Case Converter
For converting large blocks of text or for formats not supported in Word or Docs (like camelCase or snake_case), an online converter is the fastest option. Paste your text, click the case you want, and it's done instantly.
Our free Case Converter handles all nine formats: UPPERCASE, lowercase, Title Case, Sentence case, camelCase, PascalCase, snake_case, kebab-case, and CONSTANT_CASE — with one click.



