Text Formatting
Convert Text to Uppercase Online
Got text that needs to be all-caps — or all-lowercase — and your app doesn't have a quick way to do it? Paste it below and convert in one click. Works on any text from any source.
When you need to change text case
Text case problems come up constantly: someone pastes text from a source that was ALL CAPS and it needs to be normalised. A heading needs to be in title case but was typed in sentence case. Data from a form came in with inconsistent capitalisation and needs to be standardised before import.
Most apps handle this poorly. Word has a shortcut but Docs doesn't. Email clients usually have nothing. Spreadsheets require formulas (=UPPER(), =LOWER(), =PROPER()). A dedicated converter handles all of this in one paste, regardless of where the text came from.
The four case types and when to use each
EVERY LETTER IS CAPITALHeadings, labels, acronyms, design assets, emphasis
every letter is smallNormalising data, casual writing, code variables, URLs
Every Major Word Is CapitalisedArticle titles, book names, headings, product names
Only the first word is capitalisedNormal prose, social media captions, correcting accidental caps
How to do it in spreadsheets
If you are working in Excel or Google Sheets, the case functions are: =UPPER(A1) for uppercase, =LOWER(A1) for lowercase, and =PROPER(A1) for title case (capitalises the first letter of each word). For anything more complex, or for text that is not in a spreadsheet, an online converter is faster.
Convert your text case now — one click
Uppercase, lowercase, title case, sentence case. Paste and pick. Free.
Convert Text Case →Frequently asked questions
How do I convert text to uppercase online?
Paste your text into a text case converter, select 'UPPERCASE', and the converted text appears immediately. No button to click and no account needed. You can then copy the result and use it wherever you need.
How do I change text to uppercase in Word?
In Microsoft Word, select the text you want to change, then press Shift+F3 to cycle through uppercase, lowercase, and title case. Alternatively, go to Home → Change Case (the Aa button in the Font group) and select UPPERCASE from the dropdown.
How do I change text to uppercase in Google Docs?
In Google Docs, select the text, then go to Format → Text → Capitalisation and choose UPPER CASE. Unlike Word, Google Docs does not have a keyboard shortcut for this by default, though extensions can add one.
Why would I need to convert text to uppercase?
Common reasons include formatting headings or labels that should be all-caps, standardising data before importing it into a database or spreadsheet, fixing text that was typed with Caps Lock accidentally on, creating design assets where all-caps text is required, or reformatting copied text that came from a source with inconsistent capitalisation.
Can I convert uppercase back to lowercase?
Yes — any text case converter lets you switch between uppercase, lowercase, title case, and sentence case freely. Simply paste the uppercase text and select lowercase. This is useful for fixing text that was accidentally typed in all caps, which is a common problem on mobile devices.
Is there a keyboard shortcut to convert to uppercase?
In Microsoft Word: Shift+F3 cycles between cases. In some code editors like VS Code, extensions can add this. Most other applications (Google Docs, browsers, email clients) do not have a built-in keyboard shortcut for case conversion, which is why a dedicated online tool is often the fastest solution.