Finding and replacing specific text in a PowerPoint presentation is a routine task, but standard search matches only exact strings. When you need to locate patterns such as any number, a range of letters, or text with variable spacing, the Find and Replace dialog on its own falls short. Wildcards are special characters that represent one or more unknown characters, enabling pattern-based searches across all slides. This article explains how to enable wildcard matching in PowerPoint, the exact syntax for common wildcard patterns, and the limitations you must know before using this feature.
Key Takeaways: Using Wildcards in PowerPoint Find and Replace
- Ctrl+H > Use wildcards checkbox: Enables pattern-based search; must be checked before entering a wildcard pattern.
- Question mark (?) wildcard: Matches any single character in the position where it is placed.
- Asterisk () wildcard: Matches any sequence of characters from zero to any length.
How Wildcard Search Works in PowerPoint
PowerPoint’s Find and Replace feature includes a hidden wildcard mode that works similarly to Microsoft Word’s advanced find. When you check the Use wildcards option in the Find and Replace dialog, PowerPoint interprets certain characters as pattern operators instead of literal text. This mode is available only in the desktop versions of PowerPoint for Windows and Mac. PowerPoint for the web and PowerPoint mobile do not support wildcard searches.
The wildcard mode uses two primary operators: the question mark (?) and the asterisk (). The question mark matches exactly one character in the position where it appears. The asterisk matches any number of characters, including zero characters. You can combine these operators with literal text to create flexible search patterns. For example, the pattern 1?3 finds any three-character string that starts with 1 and ends with 3, such as 123, 1A3, or 1-3. The pattern ver finds version, vertical, verify, and any other word that starts with ver.
PowerPoint does not support the range brackets ([a-z]) or the exclamation mark (!) negation operator that Word supports. The wildcard search in PowerPoint is limited to the ? and characters only. This is a critical limitation that affects how you construct patterns for complex searches. The Replace field also does not accept wildcard operators — you can only replace matched text with literal strings.
Steps to Enable and Use Wildcards in Find and Replace
Follow these steps to perform a wildcard search in PowerPoint. The process is identical in PowerPoint 2019, PowerPoint 2021, and PowerPoint for Microsoft 365 on Windows. Mac users follow the same logic but access the options through the Edit menu.
- Open the Find and Replace dialog
Press Ctrl+H on your keyboard. The Find and Replace dialog appears. If you are on a Mac, press Command+Shift+H or go to Edit > Find > Advanced Find and Replace. - Expand the search options
Click the Replace tab in the dialog. On Windows, click the More >> button to expand the search options panel. On Mac, this panel is already visible. - Check the Use wildcards box
In the expanded options, locate the Use wildcards checkbox and check it. The Find what field now accepts ? and as pattern operators. If you do not check this box, PowerPoint treats ? and as literal characters. - Enter a wildcard pattern in Find what
Type your pattern in the Find what field. For example, to find all instances of a year in the format 20??, type 20??. This matches 2024, 2025, 2023, and any other four-digit number starting with 20. - Enter the replacement text in Replace with
Type the literal text you want to use as the replacement. For example, to replace any year starting with 20 with the text [YEAR], type [YEAR]. The Replace with field does not support wildcards, so you cannot use ? or here. - Run the search or replacement
Click Find Next to locate the first match, or click Replace All to replace all matches in the presentation. PowerPoint searches all slides, including text in shapes, text boxes, tables, and placeholders. It does not search notes, comments, or embedded objects. - Uncheck Use wildcards when done
After finishing your wildcard search, open the dialog again and uncheck Use wildcards. If you leave it checked, subsequent searches will treat ? and as operators, which may produce unexpected results.
Common Wildcard Patterns for PowerPoint
Here are practical patterns you can use in PowerPoint presentations. Test each pattern on a small selection before running Replace All.
Find all phone numbers in the format 555-1234: Pattern: ???-????. This matches any seven-character string with a hyphen in the fourth position. Replace with a literal string such as [PHONE].
Find all product codes starting with P followed by three digits: Pattern: P???. This matches P100, P999, P2A3, and any four-character string starting with P. Because ? matches any character, not just digits, you may get false matches like PABC.
Find all words that end with ing: Pattern: ing. This matches everything from a single word like running to a phrase like something important is. The asterisk is greedy — it matches as many characters as possible, including spaces. Use this pattern only on isolated words.
Limitations and Things to Avoid When Using Wildcards
Wildcards Do Not Work in PowerPoint for the Web or Mobile
PowerPoint for the web and PowerPoint for iOS or Android do not include the Use wildcards option. If you open a presentation in these versions, any wildcard patterns you created on the desktop version remain in the Find dialog but will not be interpreted as operators. They will be treated as literal text. Always perform wildcard searches in the desktop app.
The Replace With Field Does Not Support Wildcards
You cannot use ? or in the Replace with field. If you need to capture part of a matched pattern and reuse it in the replacement, PowerPoint does not offer a way to do this. For example, you cannot find ver and replace it with soft to change version to softversion. The replacement is always a fixed literal string.
Asterisk Matches Spaces and Punctuation
The asterisk wildcard matches any character, including spaces, tabs, and punctuation. The pattern the matches the, there, theater, and also the entire phrase the quick brown fox if the search runs across a paragraph. To avoid overmatching, use the question mark wildcard when you know the exact length of the unknown portion, and use the asterisk only when the length is truly variable.
No Undo for Replace All With Wildcards
PowerPoint provides only one level of undo (Ctrl+Z) after a Replace All operation. If you replace all instances of a wildcard pattern and the result is wrong, you can press Ctrl+Z once to revert the entire replacement. But if you perform any other action after the replacement, the undo history is lost. Always save a copy of the presentation before running Replace All with wildcards.
PowerPoint Wildcard Search vs Word Wildcard Search: Key Differences
| Feature | PowerPoint | Microsoft Word |
|---|---|---|
| Wildcard operators supported | ? and only | ?, , [a-z], [!a-z], @, <, >, {n} |
| Replace with wildcard support | No | Yes (\1, \2 for captured groups) |
| Search scope | All slides, text in shapes and tables | Document body, headers, footers, footnotes |
| Undo after Replace All | Single undo (Ctrl+Z) | Multiple undo levels |
| Available in web version | No | No |
PowerPoint’s wildcard implementation is a subset of Word’s. If you need advanced pattern matching with character ranges or capture groups, you must perform the search in Word, then copy the cleaned text back into PowerPoint.
The Find and Replace dialog with wildcards is a practical tool for cleaning up inconsistent formatting in presentations with hundreds of slides. Use the question mark for fixed-length patterns and the asterisk for variable-length patterns. Always test your pattern on a single slide before applying it to the entire presentation. Save a backup copy before using Replace All.