How to Convert Uppercase to Lowercase Online (Without Word or Excel)
Paste ALL CAPS, convert uppercase to lowercase online, and copy the result — no Word, no Excel, nothing uploaded.
Updated 12 September 2026
A client sends a brief in ALL CAPS. A CMS export arrives as a wall of capitals. Caps Lock was on for three paragraphs and you only noticed after you hit send. You do not need to open Microsoft Word, write an Excel formula, or retype anything. You can convert uppercase to lowercase online, keep the spacing and line breaks, and paste the result back where it belongs.
This guide covers the fast path — a browser uppercase to lowercase converter — and the Word and Excel methods when the text is already sitting in a document or a sheet. You will also see how lowercase differs from sentence case and title case, so you pick the right pass instead of “fixing” the same block twice.
Convert uppercase to lowercase online in three steps
The dedicated tool is the lower case converter. Conversion runs in the tab. Your text is not uploaded.
- Paste or drop the text. Type in the left-hand field, paste a block, or drop a
.txtfile on the card. - Confirm lowercase is selected. Every letter becomes small. Numbers, punctuation, emoji, and line breaks stay as you pasted them.
- Copy or download. Use the copy button, or press Ctrl+Enter (Windows) / Cmd+Enter (Mac). Download a
.txtfile if you want the result as a file.
That is the whole job when you want to change all uppercase to lowercase. If you still need another format — a headline, a URL slug, a programming identifier — you can jump tools with Ctrl+K / Cmd+K. The current paste can stay in the same tab, so you do not copy-paste between pages.
Before
PLEASE REVIEW THE ATTACHED CONTRACT AND RETURN BY FRIDAY.
Q3 REVENUE FELL 12% AGAINST FORECAST.
After (lowercase)
please review the attached contract and return by friday.
q3 revenue fell 12% against forecast.
If the result looks too flat for an email or a paragraph, that is expected. Lowercase is a mechanical pass. Readable prose is a different mode — covered below.
Why ALL CAPS is a problem (and lowercase is not always the finish line)
ALL CAPS is hard to scan. It also fights house style: emails, UI copy, blog body text, and most CMS fields expect ordinary letters. Search-facing strings such as CSS class names and URL slugs usually want lowercase too.
Three common sources:
- Accidents. Caps Lock, a sticky shift key, a phone that auto-capitalized a whole note.
- Systems. Legacy databases, legal clauses, form exports, and some OCR output arrive in capitals by default.
- Habits. A colleague who types headlines in caps “so they stand out,” then you inherit the file.
Lowercase solves the mechanical part: capital to small letters, every letter, no judgment. It does not decide that “friday” should be “Friday,” or that “q3” should be “Q3.” If you need that kind of cleanup, run lowercase first so you start from a known state, then apply sentence case or a manual pass for names and acronyms.
Lowercase vs sentence case vs title case
People search “convert capital to small” and then wonder why the first letter of each sentence is still small. These modes are not interchangeable.
| Goal | Mode | Example |
|---|---|---|
| Every letter small | Lower case | please review the attached contract. |
| Normal prose | Sentence case | Please review the attached contract. |
| Publication headline | Title Case (AP, APA, Chicago, or MLA) | Please Review the Attached Contract |
| Every word stands up | Capitalized Case | Please Review The Attached Contract |
| Shouting labels | UPPER CASE | PLEASE REVIEW THE ATTACHED CONTRACT. |
Lowercase drops every letter. Use it for CSS, slugs, JSON keys, tags, and undoing Caps Lock.
Sentence case lowercases the body, then lifts the first letter of each sentence (and restores the pronoun “I”). Use it for emails, UI copy, and body text.
Title Case follows a style book. Small words such as “and” and “the” stay lowercase unless they start or end the title. Use it for blog titles and documentation H1s, not for paragraphs.
Before (mixed mess)
HOW TO CONVERT Uppercase TO lowercase ONLINE
After lowercase
how to convert uppercase to lowercase online
After sentence case
How to convert uppercase to lowercase online
After Title Case (Chicago)
How to Convert Uppercase to Lowercase Online
If you only needed small letters, stop at lowercase. If you needed a readable sentence, do not stop at lowercase.
How to change uppercase to lowercase in Word
When the text already lives in a .docx, Word is the right first tool.
- Select the text (or press Ctrl+A / Cmd+A for the whole document).
- Go to Home → Change Case → lowercase.
- Or press Shift+F3 to cycle through cases until you hit lowercase.
That is change uppercase to lowercase in Word for a sentence or a short section. It is also what people mean by “Word change uppercase to lowercase.”
Word is slower when:
- The text is in a browser, an email, a ticket, a Slack paste, or a CMS field.
- You exported a whole document and need one bulk pass before it goes anywhere else.
- You want locale-aware mapping (Turkish dotted I) that Word’s default change-case may not match.
In those cases, paste into the lower case converter, convert, and paste back. You are not replacing Word. You are skipping the round-trip of opening a desktop app for a block that never belonged there.
Word gotcha: Shift+F3 cycles. If you tap it twice you may land on Title Case or ALL CAPS again. The ribbon command lowercase is the unambiguous choice.
Convert uppercase to lowercase in Excel
Excel does not have a “change case” button like Word. Convert uppercase to lowercase in Excel is a formula:
=LOWER(A1)
Fill down the column. If you want static text instead of live formulas, copy the results and Paste Values over them (or into a new column).
That is the right move for a sheet you will keep: a product catalog, a list of emails, a column of SKUs that must stay lowercase as new rows arrive.
Use the online converter instead when:
- It is a one-off list. Paste the column, change from uppercase to lowercase, paste back. No helper column, no formula errors on blank cells.
- The values are not in Excel yet — a CSV opened in a text editor, a table copied from a web page, a column from an email.
- You also need a second transform (slug, sentence case) on the same paste.
Excel gotchas
LOWERdoes not change numbers or most symbols.A1-B2becomesa1-b2. Good.- It will lowercase letters inside codes you meant to leave alone (
SKU-AB→sku-ab). Glance at ID columns before you fill down. - Locale: Excel’s
LOWERfollows the spreadsheet’s language settings. Turkish I → ı depends on that setting. If a Turkish list looks wrong, try the converter with the Turkish locale selected.
Before (column)
NEW YORK
SAN FRANCISCO
ISTANBUL
After lowercase (English locale)
new york
san francisco
istanbul
When the online tool is faster than Word or Excel
Use Word or Excel when you are already working there and the change is small. Use the browser converter when any of these are true:
- The source is a web form, email, ticket, or PDF copy-paste.
- You need the same text in more than one case (lowercase now, title case for the headline, slug for the URL).
- You want a
.txtin and a.txtout, without creating a document. - You care that the paste never leaves the device. Conversion is client-side JavaScript — no account, no server-side processing of your text.
A realistic path for a blog post that arrived in caps:
- Paste the draft into lowercase to neutralize the shouting.
- Run sentence case on the body.
- Take the title through Title Case.
- Send the same title to the URL slug generator for the permalink.
You do that in one tab. Word would take three different commands and still would not give you a slug.
Everyday jobs that need lowercase
Email and chat
ALL CAPS reads as shouting. Lowercase the block, then sentence-case it if you want a normal first letter. Do not send a paragraph that starts with a small letter unless that is the voice you actually want.
CMS fields, tags, and CSS
Many systems store tags, handles, and class names in lowercase. A paste of Summer Sale 2026 as a CSS class or a tag is asking for a mismatch later (Summer-Sale-2026 vs summer-sale-2026). Lowercase first. If the field is a URL, skip ahead to slugify so spaces become hyphens and leftover punctuation drops out:
Café Déjà-Vu 2024! → cafe-deja-vu-2024
Spreadsheets and CRMs
Email addresses, country codes you want normalized, and “source” columns often need a single case so filters work. GMAIL.COM and gmail.com look like two values until you lowercase them.
Code and data
JavaScript object keys, JSON, and many APIs prefer lowercase or camelCase, not User_Name. Lowercase is the blunt tool. For identifiers, continue to camelCase, snake_case, or kebab-case on the same paste.
User Display Name
user display name ← lowercase
userDisplayName ← camelCase
user_display_name ← snake_case
user-display-name ← kebab-case
What stays the same — and what locale changes
Lowercase is not a formatter. It does not wrap lines, strip spaces, or “fix” punctuation.
- Kept: spaces, tabs, line breaks, numbers, emoji, most symbols.
- Changed: letters, using locale-aware rules (
toLocaleLowerCase).
English, German, and Turkish do not share every mapping. The one that bites people is Turkish I.
| Input | English locale | Turkish locale |
|---|---|---|
ISTANBUL |
istanbul |
ıstanbul |
I (dotless capital I) |
i |
ı |
İ (dotted capital I) |
i / i̇ depending on the font |
i |
If you are cleaning a Turkish list, pick the Turkish locale so I → ı and İ → i. Leave English selected for everything else.
German ß is already lowercase; the interesting mapping is the other direction (uppercase can produce ẞ). You do not need to think about ß when you are only going down.
A few habits that save time
- Copy without hunting for the button: Ctrl+Enter / Cmd+Enter.
- Find another tool without leaving the keyboard: Ctrl+K / Cmd+K.
- Stay in one tab: paste can persist across tools, so lowercase → sentence case → slugify does not require a third clipboard dance.
- Glance at IDs and acronyms after a bulk pass. Lowercase will turn
NASAintonasaandSKU-ABintosku-ab. That is correct for the mode. It may not be correct for the field.
Next steps
Need the pass right now? Open the lower case converter, paste the caps, copy the small letters.
If the block should read like a normal paragraph, continue to sentence case. If you are turning a headline into a permalink, use the URL slug generator on the same paste. To go the other direction, use the upper case converter.
lower case
Convert uppercase to lowercase online. Capital to small letters converter — Word and Excel alternatives, in your browser.
Lower case converterFAQ
Questions, answered
How do I convert uppercase to lowercase without Word or Excel?
Paste the text into a lower case converter. Every letter becomes lowercase in the browser. Copy or download the result. You do not need an Office install, a helper column, or an account.
Will converting to lowercase change numbers, punctuation, or line breaks?
No. Only letters change case. Spacing, digits, emoji, and line breaks stay as you pasted them. A three-paragraph ALL CAPS email is still three paragraphs after the pass.
Is lowercase the same as sentence case?
No. Lowercase makes every letter small, including the first letter of each sentence. Sentence case lowercases the body, then capitalizes the start of each sentence and restores I. Use lowercase for codes and slugs; use sentence case for readable prose.
How do I convert a whole Excel column to lowercase without formulas?
Copy the column, paste it into the online converter, run lowercase, and paste the result back as values. For a sheet you will keep updating, =LOWER(A1) and fill down is the better long-term pattern.
Does the online converter upload my text?
No. The conversion runs in JavaScript on the page. There is no account and no server-side processing of the paste.
Related
Keep going
Case & naming
lower case
Convert uppercase to lowercase online. Capital to small letters converter — Word and Excel alternatives, in your browser.
Case & naming
Sentence case
Sentence case converter: capitalize the first letter of each sentence and leave the rest lowercase.
Case & naming
Title Case
Title case converter with AP, APA, Chicago, and MLA small-word rules. Also an AP title case converter for headlines.
Case & naming
Slugify
URL slug generator and bulk slug generator. SEO-friendly slugs, including Arabic. Custom handles in your browser.
Case & naming
UPPER CASE
Upper case converter: turn any text into capital letters. Also converts lower case to upper case, including German ß and Turkish i.