Skip to main content

How to remove or clear formatting in Word?

Author Amanda Li Last modified

When you are editing a document, sometimes you may need to remove or clear all formatting from the selection, leaving only the plain text in your document. This tutorial will introduce you some methods to remove all formatting from document in Word.

Remove all formatting with Clear Formatting

Remove all formatting with VBA

Recommended Productivity Tools for Word

Kutools for Word: Integrating AI πŸ€–, over 100 advanced features save 50% of your document handling time.Free Download

Office Tab: Introduces the browser-like tabs to Word (and other Office tools), simplifying multi-document navigation.Free Download


Remove formatting with Clear Formatting

Step 1: Select a part of the document you want to remove all formatting or press shortcuts CTRL+ A to select the whole document if you need to remove formatting from entire document.

Step 2: Then apply Clear Formatting as follows:

Clear Formatting button on the Home tab on the ribbon

Note: This function cannot remove the formatting made by Formatting option for Latin alphabet text , Formatting option for Asian characters and Text highlight color.


Remove all formatting with VBA

Office Tab: Brings tabbed interfaces to Word, Excel, PowerPoint...
Navigate through documents using Office Tab
Enhance your workflow now.      Learn More about Office Tab       Free Download

You can also use a VBA code to remove all formatting from the document in Word.

Step 1: Press Alt+F11 to open the VBA (Microsoft Visual Basic for Applications) window in Word;

Step 2: Click Module in Insert tab, and insert the VBA code into Module window;

Step 3: Click Run Run button button to apply the VBA code (or press F5);

VBA: remove all formatting from the active document

Sub ClrFmtg()
ActiveDocument.Select
Selection.ClearFormatting
End Sub

Note: Before you use this code to remove formatting, you need to select the part you want to remove formatting in your document. This code cannot remove the formatting made by Formatting option for Latin alphabet text , Formatting option for Asian characters and Text highlight color. And this code just can remove the formatting from all texts.

VBA: remove all formatting from specified paragraph in document

Sub ClrFmtg2()
ActiveDocument.Range(Start:=ActiveDocument.Paragraphs(2).Range.Start, _
End:=ActiveDocument.Paragraphs(4).Range.End).Select
Selection.ClearFormatting
End Sub

Note: this VBA will remove all formatting between paragraph 2 and paragraph 4. You can specify the paragraph number in the code.This code cannot remove the formatting made by Formatting option for Latin alphabet text , Formatting option for Asian characters and Text highlight color.


Best Office Productivity Tools

Kutools for Word - Elevate Your Word Experience with Over 100 Remarkable Features!

πŸ€– Kutools AI Features: AI Assistant / Real-Time Assistant / Super Polish (Preserve Format) / Super Translate (Preserve Format) / AI Redaction / AI Proofread...

πŸ“˜ Document Mastery: Split Pages / Merge Documents / Export Selection in Various Formats (PDF/TXT/DOC/HTML...) / Batch Convert to PDF...

✏ Contents Editing: Batch Find and Replace across Multiple Files / Resize All Pictures / Transpose Table Rows and Columns / Convert Table to Text...

🧹 Effortless Clean: Sweap away Extra Spaces / Section Breaks / Text Boxes / Hyperlinks / For more removing tools, head to the Remove group...

βž• Creative Inserts: Insert Thousand Separators / Check Boxes / Radio Buttons / QR Code / Barcode / Multiple Pictures / Discover more in the Insert group...

πŸ” Precision Selections: Pinpoint Specific Pages / Tables / Shapes / Heading Paragraphs / Enhance navigation with more Select features...

⭐ Star Enhancements: Navigate to Any Location / Auto-Insert Repetitive Text / Toggle Between Document Windows / 11 Conversion Tools...

🌍 Supports 40+ Languages: Use Kutools in your preferred language – supports English, Spanish, German, French, Chinese, and 40+ others!

Kutools and Kutools Plus tabs on the Word Ribbon
πŸ‘‰ Want to try these features? Download Kutools for Word now! πŸš€
 

Best Office Productivity Tools

Kutools for Word - 100+ Tools for Word