Find and Replace is on the Edit menu in Word

The Find and Replace tool in Microsoft Word lets you search for text and swap it out for something else across your whole document at once. You reach it through the Edit menu at the top of your screen, or you can use the keyboard shortcut Ctrl+H (on Windows) or Command+H (on Mac) to open it when ready.

Once the Find and Replace window opens, you type the text you want to find in the first box and the replacement text in the second box. Then you choose whether to replace just one instance or all of them at once. This is much faster than hunting through a long document by hand, especially if you need to change the same word or phrase dozens of times.

Key Takeaways

  • Press Ctrl+H on Windows or Command+H on Mac to open Find and Replace without clicking through menus.
  • Type the text you want to find in the top box and what you want to replace it with in the bottom box.
  • Click "Replace All" to change every instance at once, or "Replace" to change them one at a time.
  • The Find and Replace window stays open so you can search for multiple different words in the same document without closing it.

Using the Edit menu to find Find and Replace

If you prefer using menus instead of keyboard shortcuts, open the Edit menu at the very top of your Word window. The menu drops down and shows you a list of options. Look for "Find and Replace" in that list — it usually sits near the top, often just below "Find" (which is the simpler search-only tool).

Click on "Find and Replace" and the dialog box opens. On older versions of Word, the menu might say "Find & Replace" with an ampersand instead of the word "and", but it is the same tool. If you cannot find it in Edit, your version of Word may have moved it — try the Home tab at the top of the ribbon instead, where you will see a "Find & Replace" button in the Editing group on the right side.

The keyboard shortcut is faster once you know it

The keyboard shortcut Ctrl+H (Windows) or Command+H (Mac) opens Find and Replace directly without any menu clicking. This is worth memorizing if you use the tool more than once a month, because it saves you three or four clicks every time.

If you only need to search without replacing, Ctrl+F (Windows) or Command+F (Mac) opens the simpler Find toolbar instead. That toolbar sits at the top or bottom of your document and lets you jump to each instance of a word, but it does not let you replace. Use Ctrl+H when you actually want to swap text out.

How to actually use Find and Replace once it is open

The Find and Replace window has two main text boxes stacked on top of each other. Type the word or phrase you want to find in the top box labeled "Find what". Type what you want to replace it with in the bottom box labeled "Replace with". If you leave the "Replace with" box empty and click Replace All, Word will delete the search text instead of swapping it for something else.

Below those boxes you will see buttons for "Find All", "Replace", and "Replace All". Click "Replace" to change just the first instance Word finds, then decide whether to replace the next one. Click "Replace All" to change every single instance in your document at once — Word will tell you how many replacements it made. "Find All" highlights every instance without replacing anything, which is useful if you just want to see how many times a word appears.

Options you might need for tricky searches

If you click "More Options" or "Advanced" (the button name varies by Word version), the window expands to show extra search settings. One useful option is "Match case", which makes Word treat uppercase and lowercase letters as different — so searching for "Word" will not find "word" or "WORD". Another is "Whole words only", which finds "cat" but not "catalog" or "scatter".

You can also search using wildcards or regular expressions if you know how to write them, but most people never need those. For everyday use, the basic search and replace with no extra options turned on works fine. Just type what you want to find and what you want instead, then click Replace All.

What to do if Find and Replace is not where you expect it

Word has changed where this tool lives across different versions. If you cannot find it in the Edit menu, check the Home tab in the ribbon at the top — look for an icon that looks like a magnifying glass or binoculars, usually grouped with other editing tools on the right side. In some versions it sits under a "Find" dropdown button.

The keyboard shortcut Ctrl+H works in almost every version of Word made in the last fifteen years, so if you are lost in the menus, just press that combination and the window will open. If that does not work, you are probably using a very old version of Word or a different program entirely — in that case, the Edit menu is your best bet.

Frequently Asked Questions

Can I undo a Replace All if I made a mistake?

Yes. Press Ctrl+Z when ready after Replace All runs, and Word will undo every replacement it just made. This is why it is safe to use Replace All — if the results are not what you wanted, you can reverse it in one step. Just do it right away before you make other changes to the document.

What if I want to replace text only in part of my document?

Select the section of text you want to search first, then open Find and Replace. Word will only search within your selection. If you do not select anything, it searches the whole document.

Can I search for line breaks or paragraph marks?

Yes, but you need to turn on "Regular expressions" in the More Options section first. Then use ^p to represent a paragraph break. This is an advanced feature most people do not need, but it is useful if you are cleaning up formatting in a document with many line breaks.

Does Find and Replace work the same way in Word Online as in the desktop version?

Word Online has a simpler Find tool but not a full Find and Replace. If you need to replace text, you need to use the desktop version of Word. Word Online's Find button is in the Home tab and only lets you search, not replace.

Can I search for special characters like asterisks or question marks?

Yes, but you need to put a backslash before them — so to find a literal asterisk, search for \*. This tells Word you mean the actual character, not a wildcard. If you are not using regular expressions, this is the way to search for special characters.