Home / Software / Microsoft / Microsoft Word / How to Use Find and Replace in Word

How to Use Find and Replace in Word

Find and Replace is one of the most time-saving tools in Microsoft Word, and most people only use a fraction of what it can do. At its simplest, it finds a word and swaps it for another. At its most powerful, it can hunt down specific formatting, locate invisible characters like paragraph marks and tabs, and use pattern matching to find text you couldn’t describe exactly. Whether you’re fixing a client’s name that’s been spelled wrong throughout a 40-page document, or stripping out unwanted formatting in one pass, Find and Replace can do it in seconds.

Basic Find: Locating Text in a Document

Press Ctrl + F to open the Find pane. It slides in from the left side of the screen. Type what you’re looking for and press Enter. Word highlights all instances in the document and shows a count above the search box (“1 of 12 matches”, for example). Use the up and down arrows in the pane to step through each match one at a time.

The Find pane is best for reading and navigating — jumping to a specific section, checking how many times a word appears, or scanning for a reference. For anything where you need to make changes, use Find and Replace instead.

Basic Replace: Ctrl + H

Press Ctrl + H to open the Find and Replace dialog box. You’ll see two fields: Find what and Replace with. Type the text you want to find in the first box, and the replacement text in the second.

You then have two main options:

  • Replace All — replaces every instance in the document at once. Word reports back how many replacements were made.
  • Replace — replaces just the current match and moves to the next one. Use this when you want to check each instance before replacing it.

Click Find Next to skip an instance without replacing it.

Practical Example: Replacing a Name Throughout a Document

Suppose you’ve written a proposal for a company called “Greenfield Ltd” and they’ve changed their name to “Greenfield Solutions Ltd”. Open Find and Replace (Ctrl + H), type Greenfield Ltd in the Find what box and Greenfield Solutions Ltd in Replace with, then click Replace All. Done in one click, with no risk of missing an instance buried in a footnote or table.

Match Case and Whole Word Options

In the Find and Replace dialog, click More >> to expand the options panel at the bottom.

  • Match case — tick this to find only text that exactly matches the capitalisation you typed. Searching for “UK” with Match case ticked will not match “uk” or “Uk”.
  • Find whole words only — tick this to prevent partial matches. Searching for “hand” without this option would also match “handshake”, “firsthand” and “shorthand”. With the option ticked, it only matches the standalone word “hand”.

These options make a significant difference in accuracy. For most name replacements, leave both unticked unless you have a specific reason — Word handles normal word boundaries well enough for basic replacements.

Removing Double Spaces

Documents pasted from other sources — or typed by people who still put two spaces after a full stop — often contain double spaces throughout. Find and Replace fixes this perfectly:

  1. Open Find and Replace (Ctrl + H)
  2. In Find what, type two spaces (press the spacebar twice — the box will look empty but there are two spaces in it)
  3. In Replace with, type one space
  4. Click Replace All
  5. Repeat until Word reports “0 replacements made” — this ensures any triple or quadruple spaces are caught too

Finding and Replacing Formatting

This is where Find and Replace becomes genuinely powerful. You can search for text that has specific formatting applied, or replace text formatting without changing the words at all.

Replacing Formatting on Specific Text

To find all bold text and make it not bold: open Find and Replace, click in the Find what box and leave it empty, then click Format > Font at the bottom of the expanded dialog. Set Bold in the Font style dropdown and click OK. You’ll see “Format: Bold” appear below the Find what box. Now click in the Replace with box, click Format > Font again, and set the Font style to Regular. Click Replace All.

Changing Font Size Throughout a Document

Say your body text is 11pt and you want to change it all to 12pt. Leave both Find what and Replace with empty, set Format > Font to 11pt in the Find box, set Format > Font to 12pt in the Replace box, and replace all. This changes every instance of 11pt text regardless of what the words are — faster and more thorough than changing the Normal style if the document has mixed formatting.

Always click No Formatting at the bottom of the dialog when you’ve finished with formatting searches, otherwise the formatting constraint stays active for your next search.

Finding and Replacing Special Characters

Special characters are invisible marks that control the layout of a document — paragraph marks, line breaks, tabs, page breaks. Find and Replace can find and replace these too.

In the expanded dialog, click the Special button at the bottom. A menu appears listing characters you can insert into the Find or Replace box:

  • Paragraph Mark (^p) — the mark at the end of every paragraph (created by pressing Enter)
  • Manual Line Break (^l) — a soft return (Shift + Enter)
  • Tab Character (^t) — a tab stop
  • Page Break (^m) — a manual page break
  • Any Character (^?) — a wildcard that matches any single character

Practical Example: Removing Extra Blank Lines

Documents pasted from websites often have a blank line between every paragraph, which looks wrong in a Word document. To remove them all at once: in Find what, type ^p^p (two paragraph marks). In Replace with, type ^p (one paragraph mark). Click Replace All, and repeat until there are no more replacements. This collapses double-spaced paragraphs into single-spaced ones throughout the document.

Practical Example: Replacing Line Breaks with Paragraph Marks

Text pasted from PDFs or emails often uses manual line breaks (^l) instead of proper paragraph marks. This breaks styles and list formatting. Find ^l and replace with ^p to convert them all to proper paragraphs.

Wildcard Searches

Wildcards let you search for patterns rather than exact text. In the expanded Find and Replace dialog, tick Use wildcards. The syntax changes slightly:

  • ? — matches any single character
  • * — matches any sequence of characters
  • [abc] — matches any one of the characters listed
  • [a-z] — matches any character in a range

For example, searching for colour[s]? with wildcards on would match both “colour” and “colours”. Searching for 2[0-9][0-9][0-9] would find any year between 2000 and 2999.

Wildcards are more technical than basic find, but useful if you’re doing repeated editing on structured documents — contracts, reports, or anything with consistent patterns that need updating.

Tips for Getting the Most from Find and Replace

  • Save before a large Replace All operation. If the result isn’t what you expected, Ctrl + Z undoes all replacements in one go — but only if you haven’t made other changes since. Saving first gives you a clean fallback.
  • Use Replace rather than Replace All for ambiguous terms. If the word you’re replacing has multiple meanings or contexts, step through each one individually rather than replacing blindly.
  • Check the Replace with box is correct before clicking Replace All. A Replace with box left empty will delete every instance of the found text.
  • Find works across the whole document including headers, footers and text boxes — but only if those areas are accessible. If you find fewer matches than expected, check whether some text is in a text box or comment that isn’t included in the search scope.

Sign Up For Daily Newsletter

Stay updated with our weekly newsletter. Subscribe now to never miss an update!

[mc4wp_form]

Leave a Reply

Your email address will not be published. Required fields are marked *