How to Replace All in Word: A Complete Guide to Find & Replace

Microsoft Word's Find & Replace feature is one of the most powerful — and underused — tools in the entire application. Whether you're cleaning up a long document, fixing a repeated typo, or swapping out formatting across dozens of pages, knowing how to replace all in Word can save you significant time and effort.

What "Replace All" Actually Does

At its core, Replace All is a batch operation. You tell Word what text to find, what to replace it with, and Word sweeps through the entire document — or a selected portion — making every substitution in a single pass.

This is fundamentally different from using Replace (singular), which steps through one match at a time and lets you confirm or skip each one. Replace All is faster but less forgiving, which is worth keeping in mind before you run it on an important document.

How to Open Find & Replace in Word

There are a few ways to get there:

  • Keyboard shortcut: Press Ctrl + H on Windows or Command + H on Mac — this opens the Find & Replace dialog directly.
  • Home tab: Go to the Home tab on the ribbon, then click Replace in the Editing group (far right).
  • Navigation Pane: Press Ctrl + F to open the Find pane, then switch to the Replace tab from there.

The Ctrl + H shortcut is by far the fastest method and works across virtually all versions of Word, including Microsoft 365, Word 2019, Word 2016, and Word for the web (with some limitations).

Step-by-Step: Running Replace All

  1. Open the Find & Replace dialog (Ctrl + H).
  2. In the Find what field, type the word, phrase, or character you want to find.
  3. In the Replace with field, type what you want to replace it with.
  4. Click Replace All.

Word will complete the substitution and display a message confirming how many replacements were made. If the number looks wrong, undo immediately with Ctrl + Z before making any other edits.

Using Match Case and Whole Words Only 🔍

By default, Word's Replace All is case-insensitive and will match partial words. This means searching for "cat" would also match "category" or "concatenate" — probably not what you want.

Two options inside the dialog (click More to expand them) help here:

OptionWhat It Does
Match caseOnly matches text with the exact capitalization you typed
Find whole words onlySkips matches where the text appears inside a larger word
Use wildcardsEnables pattern-based searching (advanced)
Match prefix / suffixTargets the beginning or end of words specifically

For most everyday replacements, enabling Find whole words only prevents unexpected substitutions. Match case is essential when you're replacing proper nouns or code-style text where capitalization is meaningful.

Replacing Text Within a Selection vs. the Whole Document

If you only want to replace text in a specific section, highlight that section first, then run Replace All. Word will ask whether you want to restrict the replacement to the selection or expand it to the whole document.

This is particularly useful in long documents where the same word might mean different things in different sections — a term used technically in one chapter but casually in another, for example.

Beyond Text: Replacing Formatting in Word ✏️

Replace All isn't limited to plain text. Through the Format button in the expanded Find & Replace dialog, you can:

  • Replace one font with another
  • Swap bold or italic formatting
  • Replace specific paragraph styles (e.g., change all "Heading 2" styled text to "Heading 3")
  • Remove formatting by leaving the Replace with field empty while specifying a format to find

This is especially useful when you've inherited a document with inconsistent formatting and need to standardize it quickly.

Special Characters and Wildcards

The Special button in the dialog gives access to non-printing characters like paragraph marks (^p), tab characters (^t), line breaks (^l), and more.

For example:

  • Replacing ^p^p with ^p collapses double paragraph breaks into single ones — a common cleanup task for pasted text.
  • Replacing ^t with a space removes stray tab characters.

Wildcards take this further, allowing pattern matching similar to regular expressions. This is an advanced feature that requires enabling Use wildcards in the options. Wildcard syntax in Word follows its own rules and differs from standard regex, so it has a learning curve.

Word for the Web and Mobile Limitations

The browser-based version of Word (Word for the web) supports basic Find & Replace but does not expose the full range of formatting options, wildcards, or special character replacements available in the desktop app. If you need those features, the desktop version of Word is the appropriate environment.

Word on mobile (iOS and Android) offers a simplified Find & Replace interface, typically accessible through the search icon. It handles basic text substitutions but lacks the advanced matching and formatting controls.

Where Your Own Situation Comes In

How you use Replace All — and how carefully you need to configure its options — depends heavily on what kind of document you're working with, how long it is, whether formatting consistency matters, and whether the text you're replacing appears in predictable or variable contexts. A five-page memo and a 300-page technical manual call for meaningfully different approaches, and what counts as a "safe" replacement in one document might cause real problems in another.