Open Find and Replace with the keyboard shortcut
The fastest way to open Find and Replace in Word is to press Ctrl+H on your keyboard (or Cmd+H on Mac). A dialog box will appear with two text fields: one labeled "Find" and one labeled "Replace With." This is where you type the text you want to search for and what you want to change it to.
If you prefer using the menu, you can also go to the Home tab at the top of Word, click the arrow next to "Find" in the toolbar, and select "Replace." Both methods open the same dialog box.
Key Takeaways
- Press Ctrl+H (or Cmd+H on Mac) to open Find and Replace when ready without using the menu.
- Type the text you want to find in the first field and the replacement text in the second field, then click "Replace All" to change every instance at once.
- Use "Replace" to change one instance at a time, or "Replace All" to change every match in the entire document in seconds.
- The "Match Case" option makes the search case-sensitive, so "Word" will not match "word" unless you check this box.
- Click "More Options" to access advanced features like searching for whole words only or using wildcards for pattern matching.
Type what you want to find and what to replace it with
In the "Find" field, type the exact text you want to search for. For example, if you want to change every instance of "colour" to "color," type "colour" in the Find field. Then click in the "Replace With" field and type "color."
Word will search for your text exactly as you type it. If you type "colour" with a lowercase c, it will find "colour" but not "Colour" at the start of a sentence—unless you use the "Match Case" option, which is explained below.
Choose between replacing one at a time or all at once
Once you have entered your search and replacement text, you have two main options. Click "Replace" to change just the first instance Word finds. After you click Replace, Word moves to the next match and waits for you to decide whether to replace that one too. This is useful when you want to review each change before it happens.
Click "Replace All" to change every instance of your search text throughout the entire document in one action. Word will tell you how many replacements it made. This is much faster when you are confident the replacement is correct everywhere.
Use Match Case to search for exact capitalization
By default, Find and Replace ignores whether letters are uppercase or lowercase. If you search for "the," Word will find "the," "The," and "THE" all the same way. If you want to search for only lowercase "the" and leave "The" at the start of sentences alone, check the "Match Case" box before you search.
Match Case is useful when you are replacing technical terms, product names, or anything where capitalization matters. For example, you might want to replace "iPhone" but not "iphone" if someone typed it incorrectly in lowercase.
Search for whole words only to avoid partial matches
If you search for "read," Word will normally find "read," "reading," and "reader" all together. To find only the word "read" by itself, check the "Find whole words only" box. Now Word will skip over "reading" and "reader" and match only the exact word you typed.
This prevents accidental replacements. For instance, if you want to replace "cat" with "dog," searching for whole words only ensures you do not accidentally change "catalog" to "dogalog."
Use More Options for advanced searches with wildcards
Click the "More Options" button to reveal additional search tools. One powerful feature is the ability to use wildcards—special characters that stand in for unknown text. For example, the wildcard .* matches any number of characters, so searching for "re.*d" would find "read," "record," and "rewind" all at once.
To use wildcards, check the "Use wildcards" box under More Options. You can also search for special characters like paragraph marks, tabs, and line breaks by typing codes like ^p for a paragraph mark or ^t for a tab. These tools are helpful when you need to find patterns rather than exact text.
Review the results and undo if something went wrong
After you click "Replace All," Word shows you a message saying how many replacements were made. Take a moment to scan your document and make sure the changes look correct. If you notice a mistake—for example, if you accidentally replaced something you did not mean to—press Ctrl+Z when ready to undo the entire operation.
Undo works even after you close the Find and Replace dialog box, so you have time to review. If you realize the mistake later, you can still undo, though the further back you go, the more changes you will reverse along with it.
Frequently Asked Questions
Can I search for text with different formatting, like bold or italics?
Yes. Click "More Options," then click "Format" at the bottom of the dialog box. You can specify that you want to find only bold text, italic text, or text in a specific font. This is useful when you want to replace all instances of a word only where it appears in bold, for example.
What does the Find Next button do?
Find Next moves to the next instance of your search text without replacing anything. It is useful when you want to locate text in your document but are not ready to replace it yet. You can click Find Next multiple times to move through each match one by one.
Can I search across multiple documents at once?
No, Find and Replace works on one document at a time. You will need to open each document separately and run Find and Replace in each one. However, if you have multiple documents open, you can switch between them and repeat the same search in each.
What if I want to replace text but keep some of the original text?
You can use parentheses and wildcards to capture part of the text and reuse it. For example, search for "(.*) Smith" and replace with "Mr. \1" to change "John Smith" to "Mr. John." This requires wildcards to be turned on in More Options.