How to Find and Replace Text in Microsoft Word
Microsoft Word's Find and Replace feature is one of the most practical tools in any writer's or editor's toolkit. Whether you're correcting a repeated typo across a 50-page document or swapping out a product name throughout a contract, knowing how to use it properly saves significant time — and prevents the kind of human error that comes from scrolling and manually changing text line by line.
The Basics: Opening Find and Replace in Word
There are a few ways to open the Find and Replace dialog depending on your version of Word and your operating system:
- Windows: Press
Ctrl + Hto open directly to the Replace tab, orCtrl + Fto open the Find toolbar first. - Mac: Press
Command + Hfor Find and Replace, orCommand + Ffor Find only. - Ribbon method: Go to the Home tab → click Replace in the Editing group on the far right.
All three methods open the same dialog box. The window has two fields: Find what and Replace with. Enter the text you're searching for in the first field, and the replacement text in the second.
Step-by-Step: Running a Basic Find and Replace
- Open the Find and Replace dialog (
Ctrl + Hon Windows,Command + Hon Mac). - Type the word or phrase you want to find in the Find what field.
- Type the replacement text in the Replace with field.
- Choose either Replace (changes one instance at a time) or Replace All (swaps every instance in the document simultaneously).
Replace All is fast, but it's worth pausing before you click it — especially in longer documents. Word will confirm how many replacements were made after the operation completes.
Going Deeper: The "More" Options Panel 🔍
Clicking the More >> button in the Find and Replace dialog reveals a set of advanced options that significantly expand what the tool can do.
Match Case
By default, Word's search is case-insensitive — searching for "apple" will also find "Apple" and "APPLE." Enable Match case when you need the search to respect capitalization exactly.
Find Whole Words Only
Without this option, searching for "in" would also match "inside," "training," and "opinion." Find whole words only restricts results to standalone instances of the word.
Use Wildcards
Enabling Use wildcards turns on a simplified regular expression syntax inside Word. This lets you search for patterns rather than fixed strings. For example:
t?pmatches "tip," "tap," or "top"<[A-Z]*>matches any fully capitalized word
Wildcard searches are powerful but require familiarity with the syntax — mistakes here can produce unexpected results or no matches at all.
Sounds Like and Find All Word Forms
Sounds like is designed to catch phonetic variations — useful for creative writing reviews or catching homophones. Find all word forms attempts to match grammatical variations, so replacing "run" would also catch "ran" and "running." These options are experimental in nature and don't always produce reliable results, particularly in technical or formal documents.
Replacing Formatting, Not Just Text
One of Find and Replace's less obvious capabilities is its ability to search for and replace formatting attributes — not just words. With the More >> panel open, click the Format button at the bottom to search by:
- Font (e.g., find all bold text)
- Paragraph settings
- Style (e.g., replace all instances of Heading 2 with Heading 3)
You can also leave the Find what or Replace with fields empty and apply formatting only, which is useful for bulk style adjustments without changing the underlying text.
Special Characters and Non-Printing Elements
The Special button in the expanded dialog gives access to non-visible characters like:
| Special Character | What It Represents |
|---|---|
^p | Paragraph mark |
^t | Tab character |
^l | Manual line break |
^s | Non-breaking space |
^- | Optional hyphen |
This becomes particularly useful when cleaning up documents exported from other software — for example, replacing double paragraph marks (^p^p) with single ones to fix spacing issues.
Find and Replace Across the Whole Document vs. a Selection 📄
By default, Word runs Find and Replace across the entire document. If you only want to change text within a specific section, select that text first, then open Find and Replace. Word will ask whether you want to search the entire document or just the selection — choose the selection to limit scope.
Where Things Get Complicated
The tool behaves differently depending on a few variables:
- Document type: Tracked changes, comments, headers, footers, and text boxes may or may not be included in the search depending on document settings and Word version.
- Tables: Text inside tables is generally searchable, but formatting replacements can sometimes behave inconsistently.
- Word version: The desktop versions of Word (Microsoft 365, Word 2019, 2021) have the full feature set. Word for the web has a more limited Find and Replace implementation — advanced formatting options and wildcards may not be available.
- Mac vs. Windows: The core functionality is the same, but the layout of the dialog and some keyboard shortcuts differ.
Understanding those boundaries matters more the more complex the document. A clean, single-author .docx behaves predictably. A heavily formatted template with embedded objects, tracked revisions, and cross-references introduces variables that can affect which text gets found — and which doesn't.