How to Convert UPPERCASE to Lowercase Text
Published 2026-01-01 ยท convertcase.in
Accidentally typed everything in CAPS LOCK? No need to retype. This guide shows you the fastest ways to convert uppercase text to lowercase โ online, in Microsoft Word, Excel, and via code.
Try it now โ free instant conversion
No signup ยท No limits ยท Works on all devices
1Using ConvertCase Online Tool
Paste your text into the box at convertcase.in, click "lower case" and your text is instantly converted. Copy it back with one click.
2In Microsoft Word
Select your text, then press Shift + F3 on Windows or fn + Shift + F3 on Mac to cycle through case options including lowercase.
3In Microsoft Excel
Use the =LOWER(A1) formula to convert any cell's content to lowercase automatically.
4In Google Docs
Select your text, go to Format โ Text โ Lowercase to instantly change the case.
5Using JavaScript
In JavaScript you can use the built-in string method: "YOUR TEXT".toLowerCase() โ returns "your text".
Frequently Asked Questions
Can I convert uppercase to lowercase without retyping?
Yes! Use our free online tool at convertcase.in โ paste your text and click lower case.
Does converting to lowercase work for all languages?
Our tool supports Latin-based scripts. Some Unicode characters may behave differently.
Is there a keyboard shortcut for lowercase?
In Word: Shift+F3. In most code editors: no native shortcut, but plugins exist.