Skip to content

Lowercase Converter

Convert any text to lowercase instantly. Free online lowercase converter for fixing caps lock mistakes, normalising data, and cleaning up text.

A lowercase converter changes every capital letter in your text to its small-letter form, leaving digits and punctuation unchanged. It is the fastest fix for text typed with caps lock left on.

Examples

InputOutput
THE QUICK BROWN FOXthe quick brown fox
John.Smith@EXAMPLE.COMjohn.smith@example.com

When to use the lowercase converter

Lowercasing is the standard first step in normalising data before comparison. Email addresses, usernames, tags, and search queries are almost always folded to lowercase so that Alice and alice match.

Two places it genuinely matters:

  • URLs and slugs. The path portion of a URL is case-sensitive on most Linux servers, so /About and /about are different pages. Lowercase slugs avoid duplicate-content problems.
  • Email local parts. The domain half is case-insensitive by specification; the local part technically is not, but virtually every provider treats it as such. Lowercasing before storage prevents duplicate accounts.

Be careful lowercasing anything where capitalisation carries meaning: US (the country) versus us (the pronoun), or programming identifiers where Math.PI is not math.pi.

Frequently asked questions

Why do I need a lowercase converter instead of retyping?

For a few words, retyping is fine. For a paragraph, a spreadsheet column, or a wall of text typed with caps lock on, converting takes one paste instead of several minutes.

Does it handle the German ß or Turkish dotless ı correctly?

It uses the browser's Unicode case mapping, which handles most scripts correctly. Turkish has a special rule where uppercase I lowercases to ı rather than i — that locale-specific rule is not applied here.

Can I convert only the first letter of each word instead?

Yes — use the capitalized case converter, which uppercases the first letter of every word and leaves the rest alone.