textscrubr
Home / Blog / Text tools

How to Convert Any Text to Plain Text

Text tools2 min readUpdated 2026-06-24
To convert text to plain text, paste it into a cleaner that strips styling, invisible characters, and formatting markers, leaving only the words. You can also paste as plain text with Ctrl+Shift+V, but that keeps invisible characters. A cleaner removes those too and can flatten Markdown to pure text.

Plain text is text with no styling and no hidden characters, just the words. Here is how to convert anything into it cleanly.

What plain text means

Plain text has:

It is what code, config files, plain email fields, and many systems expect, and it is the safest format for text that has to move between tools without breaking.

Method 1: paste as plain text

The quickest step is a plain-text paste:

This drops styling like fonts and colors. But it is not the whole job, because invisible characters, non-breaking spaces, and smart quotes live inside the text and survive a plain-text paste.

Method 2: run it through a cleaner

For true plain text, paste it into a cleaner. textscrubr strips the invisible characters, normalizes exotic spaces, and fixes smart quotes and the ellipsis glyph. With its "keep formatting" option turned off, it also flattens Markdown, removing bullet markers, headings, and bold and italic markers, so you get pure plain prose. With the option on, it keeps your lists and headings while still cleaning the noise. You choose based on how plain you need it.

Method 3: strip formatting in an editor

You can also paste into a bare text editor (like Notepad or a code editor set to plain text), which drops styling. As with plain-text paste, this handles visible formatting but leaves invisible characters, so follow it with a cleaner pass if the destination is strict.

Which method to use

For anything going into code, data, or a strict field, the cleaner route is the reliable one, because it removes the characters a plain-text paste leaves behind.

Scrub this text in one click

textscrubr strips the hidden characters, em dashes, and double spaces, and keeps your lists, headings, and code exactly where you put them. Free, and it runs entirely in your browser.

Clean my text free →

Frequently asked questions

Does pasting as plain text remove everything?

No. It drops styling like fonts and colors, but invisible characters, non-breaking spaces, and smart quotes live inside the text and survive. A cleaner removes those too.

How do I convert Markdown to pure plain text?

Use a cleaner with formatting stripping turned on. It removes bullet markers, headings, and bold and italic markers, leaving only the words, while still cleaning invisible characters.

What is the difference between plain text and rich text?

Rich text has styling like fonts, bold, and color. Plain text has none of that, just the words with simple punctuation and no hidden characters, which is what code and strict systems expect.