Notepad on Windows 11 has shifted from being a barebones text editor to supporting lightweight formatting, including bold, italics, lists, and Markdown syntax. For users who rely on Notepad to strip all formatting from copied text, these changes may disrupt established workflows. Fortunately, Notepad still provides straightforward options to remove formatting and restore plain text functionality.
Remove Formatting Using the Notepad Toolbar or Menu
Step 1: Open Notepad
and paste or type the text you want to return to plain formatting. The formatting toolbar appears at the top if the feature is enabled.

Step 2: To clear formatting from selected text or the entire file, locate the formatting toolbar above your document. Click the Clear Formatting
button (typically represented by an eraser icon or similar). This action strips all applied styles, hyperlinks, and headings, reverting the text to plain format.

Step 3: Alternatively, use the Edit
menu at the top. Select Clear Formatting
from the dropdown to remove all formatting from your selection or the entire document, depending on your selection.

Step 4: To ensure you’re viewing plain text, you can switch between formatted Markdown and raw Markdown syntax using the View
menu or the toggle button in the status bar at the bottom of the Notepad window. The Markdown syntax view displays only the plain text with Markdown symbols, while the formatted view shows styled text.

Disable Formatting Features Entirely in Notepad Settings
Step 1: Open Notepad
and click the Settings
(gear) icon in the upper right corner of the window.

Step 2: In the Settings menu, scroll to the Text Formatting
section. Here, you’ll see an option labeled Formatting
with a toggle switch.

Step 3: Turn the Formatting
toggle to Off
. A confirmation prompt will appear. Click Turn off
to confirm. This action disables all formatting features, ensuring Notepad only works with plain text for all future documents.

Step 4: Exit Settings by clicking the back arrow at the top left. Notepad will now function strictly as a plain text editor, automatically removing all formatting from pasted or typed content.
Save As Plain Text File
Step 1: If you encounter persistent formatting or Unicode characters that don’t display properly, save your Notepad file as a plain text file. Click File
> Save As
.

Step 2: In the Save As
dialog, select Save as text file
. Saving in this format strips out Unicode and formatting, leaving only basic plain text. Reopen the saved file to verify that all formatting is gone.

Use Keyboard Shortcuts to Paste Without Formatting (Where Supported)
In some Windows applications, you can use Ctrl+Shift+V
to paste text as plain text, removing any formatting copied from web pages or other sources. However, Notepad traditionally pastes as plain text by default, but if formatting persists, using the built-in Clear Formatting
option as described above is more reliable.
Additional Tips for Removing Formatting and Hidden Characters
- If pasted text still appears with strange fonts or invisible formatting, inspect for hidden Unicode characters. Save the file as ANSI to remove these, or use a text editor like Notepad++ to search for and delete characters outside the standard ASCII range.
- For advanced cleaning, use regular expressions in Notepad++ to find and remove unwanted Unicode or formatting characters. Search for
[\x{0080}-\x{FFFF}]
in Notepad++'s Find and Replace dialog to target non-ASCII characters. - Disabling features like spell check and Copilot in Notepad’s settings can further streamline the plain text experience.
- If you require a minimalistic editor without any formatting, consider third-party tools like Notepad++ or Microsoft’s new
Edit
app, which are designed for pure text editing and are less likely to introduce formatting features.
Stripping formatting in Notepad on Windows 11 is quick using the built-in clear formatting tools or by disabling formatting features entirely. These steps restore Notepad’s classic plain text behavior, making it easy to copy, paste, and edit unformatted text whenever you need.
Member discussion