The fastest way to remove superscripts from your entire document

Open your Google Doc and press Ctrl+H (or Cmd+H on Mac) to open the Find and Replace dialog. In the "Find" field, click the three dots on the right side to expand options, then check the box for "Use regular expressions". In the search field, type (?<=.)(?=.) — this finds the formatting markers that Google Docs uses for superscript text. Leave the "Replace" field empty and click "Replace all".

This removes the superscript formatting from every instance at once, but leaves the text itself in your document. If you want to remove both the formatting and the text (for example, if your superscripts are footnote numbers you no longer need), you will need a different approach — see the section below on removing superscript text entirely.

The regular expression method works because superscript is a character-level formatting in Google Docs, not a separate object. When you search for the formatting pattern and replace it with nothing, the text stays but loses its raised position and smaller size.

Key Takeaways

  • Use Find and Replace with regular expressions enabled to strip superscript formatting from your entire document in one action.
  • The regular expression (?<=.)(?=.) targets superscript formatting without deleting the actual text underneath.
  • If you want to delete superscript text entirely (like footnote markers), you will need to select and delete it manually or use a different search pattern.
  • Google Docs does not have a built-in "remove all formatting of type X" button, so Find and Replace is the only way to do this at scale.

Why superscripts end up in your document in the first place

Superscripts usually appear when you paste text from another source — a PDF, a website, or a Word document — that already had them. They are also common in academic writing, where they mark footnotes or citations. If you copied content from a research paper or a formatted web page, Google Docs preserved the superscript formatting even if you did not want it.

Sometimes superscripts are intentional but you later decide they clutter the document. Removing them all at once is much faster than clicking through and fixing each one by hand, especially in a long document.

Step-by-step: removing superscript formatting while keeping the text

Start with your document open in Google Docs. Press Ctrl+H (Windows) or Cmd+H (Mac). The Find and Replace panel will open on the right side of your screen.

Click the three vertical dots (the "More options" button) in the Find and Replace panel. This expands the panel to show additional search options. Check the box next to "Use regular expressions".

In the "Find" field, paste or type: (?<=.)(?=.). Leave the "Replace" field completely empty — do not type anything there. Click "Replace all". Google Docs will process your entire document and remove superscript formatting from every instance.

After the replacement finishes, close the Find and Replace panel. Your text will now appear in normal formatting instead of raised and smaller. If the result is not what you wanted, press Ctrl+Z (or Cmd+Z on Mac) to undo.

Removing superscript text entirely, not just the formatting

If your superscripts are footnote numbers or citation markers that you want gone completely — not just converted to regular text — you have two options. The first is to manually select and delete them, which works well if there are only a few. The second is to use Find and Replace with a different pattern.

To delete superscript text automatically, open Find and Replace again with Ctrl+H or Cmd+H. Enable "Use regular expressions". In the Find field, type \^[0-9]+ (this searches for superscript numbers). Leave Replace empty and click "Replace all". This removes superscript numbers but will leave behind any superscript letters or symbols.

If your superscripts contain letters or mixed characters, the regular expression method becomes less reliable. In that case, manually selecting and deleting is often faster and more accurate. Click at the start of the superscript, drag to select it, and press Delete.

Why Find and Replace with regular expressions is safer than other methods

Some people try to remove superscripts by selecting all text with Ctrl+A and then clicking the superscript button in the toolbar to toggle it off. This does not work reliably because it only affects text that is already selected as superscript — it does not find and remove superscripts that are buried in the middle of paragraphs or mixed with normal text.

Find and Replace is safer because it targets only the formatting you want to change, leaving everything else untouched. It also works on the entire document at once, so you will not miss any instances. The regular expression pattern is specific enough that it will not accidentally affect bold, italic, or other formatting.

What to do if Find and Replace does not work

If you run Find and Replace and nothing changes, the most common reason is that "Use regular expressions" was not checked. Go back to the Find and Replace panel, click "More options", and verify the checkbox is marked.

Another possibility is that your superscripts are actually part of a special object — for example, an equation or a table — rather than regular text. Google Docs treats equations and tables differently, and Find and Replace cannot reach inside them. In that case, you will need to edit those objects individually.

If you pasted content from Microsoft Word or another editor, some superscripts may have been converted to a different format that Google Docs does not recognize as superscript. Try selecting one of the problem superscripts, looking at the toolbar to see what formatting is actually applied, and searching for that instead.

Frequently Asked Questions

Will removing superscript formatting break my footnotes?

No. Google Docs footnotes are a separate system from superscript formatting. If you have real footnotes (inserted via Insert > Footnote), they will not be affected by removing superscript formatting. However, if your footnote numbers are just regular superscript text that someone typed manually, removing them will delete those numbers.

Can I undo this if I change my mind?

Yes. Press Ctrl+Z (Windows) or Cmd+Z (Mac) when ready after the replacement to undo. Google Docs keeps an undo history, so you can go back even if you close the Find and Replace panel. If you wait too long or close the document, undo may no longer be available.

What if I only want to remove superscripts from part of my document?

Select the section of text you want to change before opening Find and Replace. When you click "Replace all", it will only affect the selected text, not the entire document. This is useful if you want to test the change on a small section first.

Does this work the same way in Microsoft Word?

Word has a similar Find and Replace feature, but the regular expression syntax is different. In Word, you would use \^s to find superscript formatting. The steps are otherwise similar: open Find and Replace, enable regular expressions, and search for the pattern you want to remove.

Why does my document look different after removing superscripts?

When superscripts are removed, the text they contained moves down to the baseline and becomes full-size. If you had a lot of superscripts, your document may look noticeably different — paragraphs may reflow, page breaks may shift, and the overall length may change. This is normal and expected.