The Find and Replace tool does exactly what it says: it finds a word or phrase and swaps it for another one throughout your document

Open the Find and Replace dialog by pressing Ctrl+H on Windows or Command+Option+F on Mac. A box will appear with two fields: "Find what" and "Replace with". Type the text you want to find in the first field, type what you want it to become in the second field, then click "Replace All" to change every instance at once, or "Replace" to change them one at a time.

This tool saves time when you have made a mistake throughout a document — a client name spelled wrong on every page, a date that needs updating, a term you used inconsistently. It is faster and more reliable than scrolling through and fixing each one by hand, because you cannot accidentally miss one or introduce a new typo while fixing the old one.

Key Takeaways

  • Press Ctrl+H (Windows) or Command+Option+F (Mac) to open Find and Replace, then type what you want to find and what you want it to become.
  • Click "Replace All" to change every instance in the document at once, or "Replace" to approve each change one by one.
  • Use "Match case" if you need to find only capital or lowercase versions of a word, and "Whole words only" if you want to avoid changing part of a longer word.
  • The tool works on text only — it cannot find or replace formatting, images, or special characters without learning regular expressions.

When to use Replace All versus Replace one at a time

"Replace All" is safe when you are certain the text you are finding appears only in the places you want to change it. If you have typed "the" and want to change it to "that", do not use Replace All — you will change "the" inside "other", "weather", and "them". Use "Replace" instead and approve each change as it appears.

Replace All works well for proper nouns and specific phrases that are unlikely to appear as part of other words. If you misspelled a client's name as "Jonathon" throughout a 20-page contract and the correct spelling is "Jonathan", Replace All will catch every instance without risk.

Using Match Case and Whole Words Only to narrow your search

The checkboxes below the search fields give you more control. Match case means Word will only find the exact capitalization you typed — searching for "Word" will not find "word" or "WORD". This is useful when you have a term that should always be capitalized and you want to fix only the lowercase versions.

Whole words only means Word will skip instances where your search text is part of a larger word. If you search for "read" with this box checked, it will find "read" but not "reading" or "thread". This prevents the accidental replacements that happen when you search for common short words.

What Find and Replace cannot do

The basic Find and Replace tool works only on text. It cannot find or replace formatting — you cannot search for "all bold text" or "all red text" and change it to something else. It cannot find or replace images, page breaks, or special characters like tabs and paragraph marks, unless you know the code for them (which requires learning regular expressions, a more advanced feature).

If you need to change formatting across your document, use Styles instead. If you need to find a specific type of object like all images or all tables, you will need to scroll through and mark them manually, or use Word's Navigator panel to jump between them.

How to undo a Replace All if you made a mistake

If you click Replace All and realize when ready that you have made a mistake, press Ctrl+Z (Windows) or Command+Z (Mac) to undo. Word will reverse the entire replacement in one step. If you have already closed the document or done other work since the replacement, undo may not work — this is why using "Replace" one at a time is safer when you are unsure.

There is no way to undo a Replace All after you have closed and reopened the document, so if you are working with an important file, save a copy first, then do your replacements on the copy.

Finding text with special characters or line breaks

To find a paragraph mark (a line break), use the code ^p in the Find field. To find a tab, use ^t. To find a manual line break (Shift+Enter), use ^l (that is a lowercase L). These codes work in the Find field, the Replace field, or both — so you could replace all paragraph marks with tabs, or remove extra line breaks by replacing "^p^p" (two paragraph marks in a row) with "^p" (one).

These codes are built into Word and do not require you to turn on regular expressions. If you need to find more complex patterns — like "any number" or "any word that starts with a capital letter" — you will need to enable regular expressions in the Find and Replace dialog, which is a more advanced technique.

Frequently Asked Questions

Can I search for text in just part of my document?

No, Find and Replace always searches the entire document from the current cursor position forward. If you want to limit the search to a specific section, select that section first, then open Find and Replace — it will search only the selection.

What does "Find All" do?

Find All highlights every instance of your search term in the document and shows you a count at the bottom of the dialog. It does not replace anything — it just shows you where the text appears. This is useful if you want to see how many times a word appears before you decide whether to replace it.

Can I use Find and Replace across multiple documents at once?

No, Find and Replace works on one document at a time. If you need to make the same change in many documents, you will have to open each one and run Find and Replace separately, or use a macro (a recorded set of steps) if you are comfortable with that feature.

Why does Find and Replace sometimes skip words I know are there?

The most common reason is that the text you are searching for is formatted differently — for example, it might be in a different font, or it might be a special character that looks like a letter but is not. Try copying the exact text from your document and pasting it into the Find field instead of typing it.