how to remove watermark in excel
To remove a watermark in Excel, you usually need to remove either a background image, a header/footer image, or a WordArt/shape object that was used as the watermark.
How to Remove Watermark in Excel
1. Quick checks (what kind of watermark is it?)
Before you start clicking around, try to identify what youâre looking at.
- If the watermark is faint and appears behind all cells, itâs often:
- A background image (Page Layout â Background), or
- An image in the header/footer.
- If the watermark looks like tilted text (e.g., âCONFIDENTIALâ), it may be:
- WordArt or a text box sitting on top of the sheet.
Once you know the type, pick the matching method below.
2. Remove a background watermark (Page Layout â Delete Background)
Use this when someone set an image as the sheet background.
- Open the Excel workbook and go to the sheet with the watermark.
- On the ribbon, select Page Layout.
- Look for the Background button (in the Page Setup group).
- If a background is set, Excel will show Delete Background instead of Background. Click Delete Background.
The faint background image disappears immediately from that sheet.
3. Remove a watermark in Header/Footer (most common case)
Most âofficialâ watermarks (company logos, âConfidentialâ, âDraftâ) are added through the Header/Footer, especially when the sheet is meant for printing.
Method A â Page Layout view
- Go to the sheet with the watermark.
- Click the View tab, then choose Page Layout in Workbook Views.
- Your sheet now shows page boundaries and header areas at the top. Click inside the header area (top of the page).
- If the watermark is an image, youâll see something like
&[Picture]in one of the header boxes. Delete that code (or delete the text like âCONFIDENTIALâ).
- Click anywhere outside the header (e.g., into a cell) to exit.
The watermark disappears from print preview and normal view for that sheet.
Method B â Header & Footer tools
- Go to the Insert tab and click Header & Footer.
- Excel zooms into the header/footer area and shows Header & Footer Tools.
- Click on the header/footer that contains the watermark.
- Delete the image placeholder (
&[Picture]) or text, then click Close Header and Footer or just click back into the grid.
Use this if the watermark is only visible in Print Preview or Page Layout but not in Normal view.
4. Remove WordArt or shape watermarks (big diagonal text)
If the watermark is large tilted text across the sheet (often âDRAFTâ or âSAMPLEâ), it may be a WordArt object or regular shape.
Method A â Select and delete in Page Layout or Normal view
- Go to the sheet and try switching to Page Layout view so the watermark is easier to click.
- Click directly on the watermark text or shape. You should see a bounding box around it.
- Press Delete on your keyboard.
If the watermark is behind cells and hard to select, the Selection Pane (next method) helps.
Method B â Use the Selection Pane to find hidden objects
- On the Home tab, click Find & Select â Selection Pane (or go via Page Layout â Selection Pane depending on Excel version).
- A list of objects appears on the right, with names like âPicture 1â, âText Box 3â, âRectangle 2â.
- Click each âeyeâ icon to hide/show objects until you see the watermark disappear; thatâs your watermark object.
- Select that object in the list and press Delete.
This is especially handy when there are many shapes or when the watermark is hidden behind cells.
5. Remove stubborn watermarks with âGo To Special â Objectsâ
Some files have multiple shapes or WordArt used as watermarks on different pages. You can select all objects at once.
- Go to the Home tab.
- Click Find & Select â Go To Special.
- In the dialog, choose Objects and click OK.
- Excel selects all objects on the sheet (including watermarks).
- Press Delete.
Warning: this also removes other objects like shapes, images, and icons, so use it only if youâre comfortable losing those or if the sheet is mostly just the watermark.
6. Advanced: Remove header/footer image watermarks with VBA (all sheets
at once)
If the watermark is embedded as a header/footer picture on many sheets, you can clear them in one go using a small macro.
Note: This only applies where code/macros are allowed and trusted.
Example approach described in public guides: loop through each sheet and clear the header/footer picture filename.
This is mainly useful in large workbooks with many identically formatted sheets.
7. If ânothing worksâ â things to check
If you think you removed the watermark but still see something faint:
- Check every sheet in the workbook; sometimes only one is clean.
- Confirm youâre not just seeing the âPage 1â / âPage 2â print layout indicator rather than a real watermark (those are just view hints).
- Look again at:
- Page Layout â Delete Background.
* Insert â **Header & Footer** (and remove any image/text).
* **Selection Pane** for hidden shapes or images.
8. Mini FAQ and context
Is removing a watermark always allowed?
- In many corporate files, watermarks are used for security or classification (e.g., âConfidentialâ, âInternal Use Onlyâ).
- Before you remove a watermark, make sure you have permission and that youâre not violating policy or sharing restricted data.
Why does Excel make this so confusing?
- Excel doesnât have a single âwatermark controlâ like some word processors. Watermarks are built using backgrounds, headers/footers, or shapes , which is why there are multiple removal methods.
9. SEO-style extras (for your post structure)
If youâre turning this into a blog or âQuick Scoopâ style article, you can use headings like:
- H1: How to Remove Watermark in Excel (Full Guide â 2026)
- H2: Remove Background Watermark in Excel
- H2: Delete Header/Footer Watermark in Excel
- H2: Get Rid of WordArt or Shape Watermarks
- H2: When a Watermark Wonât Go Away (Troubleshooting)
You can also mention that users look for this alongside âlatest newsâ about Excel updates or forum discussion threads where people share workbook-specific tricks, even though the core steps above stay fairly stable across recent versions.
10. Simple HTML table snippet (for your âreturn_tables_as_htmlâ rule)
Hereâs a small HTML table you can embed to summarize the methods:
html
<table>
<thead>
<tr>
<th>Watermark Type</th>
<th>How to Identify</th>
<th>How to Remove</th>
</tr>
</thead>
<tbody>
<tr>
<td>Background image</td>
<td>Faint image behind all cells</td>
<td>Page Layout → Delete Background</td>
</tr>
<tr>
<td>Header/Footer image or text</td>
<td>Only visible in Page Layout / Print Preview</td>
<td>View → Page Layout, click header, delete image or text</td>
</tr>
<tr>
<td>WordArt or shape</td>
<td>Big diagonal text or logo on top of cells</td>
<td>Select object and press Delete, or use Selection Pane</td>
</tr>
<tr>
<td>Multiple objects</td>
<td>Several shapes across the sheet</td>
<td>Home → Find & Select → Go To Special → Objects, then Delete</td>
</tr>
</tbody>
</table>
Information gathered from public forums or data available on the internet and portrayed here.