Finding every footnote reference mark in a long Word document can take minutes of manual scrolling. Footnote reference marks are superscript numbers that link to footnotes at the bottom of the page. Word provides a Find feature with wildcards that can locate only these footnote markers without affecting any other superscript text or numbers in the body. This article explains how to set up the correct wildcard search string for footnote references and how to use it reliably in Word for Windows.
Key Takeaways: Finding Footnote References With Wildcards
- Find what field with
^f: Word’s built-in code^ffinds all footnote reference marks in the document regardless of number formatting. - Wildcard mode is not required: The
^fcode works in the regular Find dialog without enabling the Use wildcards option. - Wildcard string
[0-9]@with superscript: Use wildcards only when you need to find footnote numbers that match a specific pattern, such as all two-digit references.
Understanding How Word Stores Footnote Reference Marks
Word does not store footnote reference marks as plain superscript numbers. Each footnote reference is a special field code called a REF field that Word generates automatically when you insert a footnote. The visible superscript number is the result of that field code.
Because the footnote reference is a field, standard text-based wildcard searches like [0-9] will not find the reference marks. The superscript number you see on screen is the field result, and the underlying field code is hidden unless you press Alt+F9. To search for footnote references directly, you must use the special Find code ^f (lowercase F) which targets the footnote reference field itself.
Prerequisites Before Searching
You need a document that already contains footnotes. The Find feature works on the current document only. If your document uses endnotes instead of footnotes, the search code is different. This article covers footnotes only. Ensure that the document is saved before you start searching, especially if you plan to replace or delete references.
Steps to Find All Footnote References Using the ^f Code
This method does not require wildcards. It uses Word’s built-in special character code for footnote references.
- Open the Find dialog
Press Ctrl+H to open the Find and Replace dialog. Click the Find tab at the top of the dialog box. - Clear any existing search text
Click inside the Find what field and delete any previous text. Make sure the field is empty. - Enter the footnote reference code
Type^fin the Find what field. The caret symbol is Shift+6 on US keyboards. Do not add spaces before or after the code. - Set the search scope
In the Search drop-down list, select All to search the entire document. Ensure that the Find whole words only and Match case check boxes are cleared. - Run the search
Click Find Next. Word highlights the first footnote reference mark in the body text. Continue clicking Find Next to cycle through all footnote references.
Using Wildcards to Find Only Two-Digit Footnote Numbers
The ^f code finds every footnote reference. If you need to locate only footnote references with two-digit numbers such as 10 or 11, you must use wildcards in combination with the superscript formatting. This method is more complex and relies on the fact that footnote numbers are formatted with the Superscript character style.
- Open the Find dialog and enable wildcards
Press Ctrl+H. Click the Find tab. Click the More button to expand the dialog. Check the Use wildcards check box. - Enter the wildcard pattern
In the Find what field, type[0-9]{2,}without spaces. This pattern finds any number that has two or more digits. - Apply superscript formatting to the search
Click inside the Find what field again. Click the Format button at the bottom of the dialog. Select Font. In the Font dialog, check the Superscript check box under Effects. Click OK. - Run the search
Click Find Next. Word now finds only superscript numbers that have two or more digits. This will include footnote references that are two-digit numbers but may also include other superscript text such as trademark symbols if they are formatted as superscript.
Common Issues When Searching for Footnote References
The ^f Code Finds No Results
If the ^f code returns no matches, the document may contain endnotes instead of footnotes. Use ^e for endnote references. Another possibility is that the document uses a different field type for footnotes, which can occur if the document was converted from another word processor. In that case, try using ^d to search for any field and then manually inspect each result.
Wildcard Search Returns Non-Footnote Superscript Text
The wildcard method with superscript formatting finds any superscript text that matches the number pattern. This includes copyright symbols, trademark symbols, and manually formatted superscript numbers. To reduce false matches, narrow the search range to a specific section of the document using the Search drop-down list set to Down or Up.
Cannot Replace Footnote References With the Wildcard Method
Word does not allow replacing footnote reference marks with arbitrary text using the Find and Replace dialog. The ^f code works for finding but not for replacing. If you need to delete or modify footnote references, use the References tab on the ribbon. Select the footnote reference in the body text and press Delete to remove the footnote entirely.
Find Methods for Footnote References: ^f Code vs Wildcard With Superscript
| Item | ^f Code Method | Wildcard + Superscript Method |
|---|---|---|
| Description | Searches for the footnote reference field directly | Searches for superscript numbers matching a pattern |
| Requires wildcards | No | Yes |
| Finds all footnote references | Yes | Only those that match the number pattern |
| Finds non-footnote superscript | No | Yes, may include other superscript text |
| Can replace found items | No | No |
The ^f code is the fastest and most accurate method for locating all footnote references. Use the wildcard method only when you need to filter footnote references by number length, such as finding all two-digit footnote numbers for formatting or review purposes.
You can now locate every footnote reference mark in a Word document using the ^f code without enabling wildcards. For advanced filtering by number length, enable wildcards and combine the [0-9]{2,} pattern with superscript formatting. Remember that neither method allows replacing footnote references through Find and Replace. To manage footnotes, use the References tab on the ribbon where you can insert, delete, and convert footnotes to endnotes.