Caps to Lowercase Converter

A caps to lowercase converter strips ALL CAPS from your text and converts it to readable lowercase letters — instantly, in your browser. Paste any all-caps text below and the lowercase version appears as you type. Your text never leaves your device.

0 characters
 
Ad placeholder — 728×90 desktop / 320×50 mobile

Why ALL CAPS text is a problem — and how to fix it

ALL CAPS text is harder to read than mixed-case text. This isn't a matter of preference — it's backed by research on how the human visual system processes written language. We recognise familiar words by their overall shape: the distinctive profile created by tall letters (like h, l, d, b), descending letters (p, g, y, j), and short letters (a, e, n). ALL CAPS eliminates this variation. Every word becomes a uniform rectangle of identical height, forcing readers to decode each individual letter rather than recognising the whole word at a glance. This slows reading speed and increases cognitive load.

The caps to lowercase converter fixes this immediately. Paste your ALL CAPS text, get readable lowercase output, then re-capitalise properly using the Capitalization Tool if you need sentence case or title case.

Common sources of ALL CAPS text

If you regularly encounter text in all capitals, it usually comes from one of these places:

  • Legacy databases and spreadsheets — older data systems often stored names, addresses, and descriptions in ALL CAPS because early terminals and punch-card systems only supported uppercase. Exported data from these systems arrives in all capitals.
  • PDF extractions and OCR output — documents scanned and run through optical character recognition software sometimes produce all-caps output, particularly from older source material with certain font styles.
  • Certain government and legal documents — formal notices, contracts, and official correspondence sometimes use ALL CAPS for sections they want to emphasise (and in legal contexts, to satisfy the requirement that certain terms be "conspicuous").
  • Accidental Caps Lock — the simplest cause: someone typed an email, document, or form entry with Caps Lock on without noticing.
  • Design files and print assets — text formatted as all-caps in a design tool (Figma, InDesign, Canva) sometimes gets extracted as actual capital letters, rather than as normal text styled with a "text-transform: uppercase" CSS property.
  • Messaging apps and older software — some older applications, particularly in manufacturing, logistics, and healthcare, only support uppercase input.

After converting: getting the capitalisation right

Converting ALL CAPS to lowercase gives you a clean base, but pure lowercase text usually isn't the final goal. You'll typically want to apply proper capitalisation next:

  • For body text and paragraphs: use Sentence Case — capitalise the first letter of each sentence.
  • For headings and titles: use Title Case — capitalise the first letter of each significant word.
  • For names and proper nouns: manual review is usually needed, since automated tools can't know which words are proper nouns without context.
  • For code identifiers: use the String Formatter to apply camelCase, snake_case, or whichever convention your codebase uses.

Frequently asked questions

What does caps to lowercase mean?

It means converting text written in ALL CAPS (all capital letters) to lowercase (all small letters). "HELLO WORLD" becomes "hello world". Numbers, punctuation, and spaces are not changed.

Why is ALL CAPS text hard to read?

We recognise words partly by their shape — the outline formed by tall letters, short letters, and descenders. ALL CAPS text makes every word the same uniform height, so readers must decode each letter individually rather than recognising word shapes. This is measurably slower and more tiring than reading mixed-case text.

Does converting caps to lowercase change punctuation or numbers?

No. Only letters are affected. Numbers (0–9), punctuation (commas, full stops, etc.), spaces, and symbols pass through completely unchanged.

Does this work for accented caps like É, Ü, Ñ?

Yes. The converter uses JavaScript's Unicode-aware .toLowerCase() method, so É → é, Ü → ü, Ñ → ñ, and other accented uppercase letters convert correctly.

Is this tool the same as the Uppercase to Lowercase tool?

Functionally identical — both apply the same conversion. The Uppercase to Lowercase tool is labelled for general mixed-case text; this tool is labelled specifically for the ALL CAPS scenario. Either gives the same result for all-caps input.

Is my text saved or sent anywhere?

No. Everything runs in your browser. Your text is never transmitted to our servers. The tool saves your most recent input in your browser's localStorage so it reappears on refresh — this data stays on your device only.

Ad placeholder — 728×90 desktop / 320×50 mobile