Remove NotebookLM Watermark from PPTX — Free Step-by-Step Guide (2026)
How NotebookLM Embeds Watermarks in PPTX Files
When you export a slide deck from NotebookLM as a PPTX file, the watermark isn't a simple text overlay you can select and delete. It's an image layer embedded inside each slide's media folder. If you unzip a .pptx file (PPTX is just a ZIP archive), you'll find the watermark baked into the image files under ppt/media/.
This matters because:
- You can't just click the watermark in PowerPoint and hit Delete — it's part of the slide background image
- The watermark sits in the bottom-right corner of each slide image, styled as a semi-transparent "NotebookLM" badge
- Every slide has its own copy of the watermark, embedded in its individual media image
The official removal method is subscribing to NotebookLM Ultra at $250/month. For a student presenting a class project or a freelancer delivering a client deck, that's not realistic. Here's how to remove it for free.
Step-by-Step: Remove PPTX Watermark with NotebookLM Remover
NotebookLM Remover processes PPTX files entirely in your browser. It unpacks the ZIP structure, processes each embedded image to remove the watermark, and repacks a clean PPTX — all without uploading your file anywhere.
Step 1: Export your PPTX from NotebookLM
In NotebookLM, open your notebook and navigate to the slide deck you've generated. Click the download/export button and choose PPTX format. Save the file to your computer.
Step 2: Open the PPTX remover
Go to notebooklmremover.org/pptx. No account or login needed.
Step 3: Upload your PPTX file
Drag and drop your .pptx file onto the upload zone, or click to browse. The tool will start processing immediately.
Step 4: Watch the progress
The tool shows a progress indicator as it processes each slide. For a typical 20-slide deck, this takes about 5–10 seconds. Here's what happens under the hood:
- Unpack — the PPTX file is unzipped using JSZip, revealing the internal file structure
- Scan — each image file in
ppt/media/is loaded onto a Canvas element - Detect — the watermark region is located using connected-component analysis on the bottom-right corner of each image
- Remove — the detected watermark area is filled with a vertical gradient interpolated from the pixels directly above and below the watermark region
- Repack — the cleaned images replace the originals, and the PPTX is re-compressed with DEFLATE compression
Step 5: Preview and download
A scrollable preview shows all processed slides so you can verify the watermark has been removed from each one. Download the clean PPTX file — it's ready to open in PowerPoint, Google Slides, or Keynote.
What Gets Preserved (and What Doesn't)
Because the tool works at the image level inside the PPTX structure, the rest of the file remains untouched:
| Element | Preserved? | Notes |
|---|---|---|
| Slide layout & order | Yes | ZIP structure unchanged |
| Text content | Yes | XML text layers not modified |
| Animations & transitions | Yes | Animation XML not modified |
| Speaker notes | Yes | Notes XML not modified |
| Embedded charts/tables | Yes | Only image media is processed |
| Background images | Yes (cleaned) | Watermark region replaced with gradient fill |
The only change is the removal of the watermark from the bottom-right corner of each slide's background image. File size may differ slightly due to re-compression, but quality is preserved at 95% JPEG quality or lossless PNG depending on the original format.
How the Watermark Detection Actually Works
The watermark isn't always in the exact same pixel coordinates — slide dimensions, backgrounds, and export settings can vary. Instead of relying on fixed coordinates, the tool uses a multi-step detection algorithm:
- Scan area — focuses on the bottom-right corner of each image (approximately 22% width × 8% height)
- Background estimation — calculates the median brightness of the scan area to determine what's "background" vs "watermark"
- Pixel thresholding — identifies pixels that are significantly darker or lighter than the background (the watermark text/logo)
- Connected-component analysis — groups adjacent watermark pixels into components, filtering out noise (too small), borders (wrong aspect ratio), and false positives (too high up)
- Component merging — combines components on the same horizontal row (the icon and text of the watermark badge) into a single bounding box
- Gradient fill — samples pixel colors from directly above and below the watermark region, then fills the area with a smooth vertical gradient that blends naturally with the background
For NotebookLM's standard export resolution (1536×2752 or 2752×1536), the tool uses a fast path with known coordinates, skipping the detection step entirely for maximum speed.
The Manual Method: Why It Doesn't Really Work
You might think you can open the PPTX in PowerPoint and just delete the watermark element. Here's why that usually fails:
- The watermark is part of the image — it's not a separate shape or text box sitting on top of the slide. It's burned into the background image file. You can't "select" it.
- Editing the slide master doesn't help — because each slide's watermark is in its own image file under
ppt/media/, not in a shared master template. - Cropping cuts off content — you could crop the bottom of each slide, but you'll lose actual slide content and end up with non-standard dimensions.
- Manual image editing per slide — you could extract each image, edit it in Photoshop, and replace it in the PPTX. For a 30-slide deck, this takes 30+ minutes of tedious, repetitive work.
Your Files Stay on Your Device
The entire PPTX processing pipeline runs in your browser using JavaScript:
- JSZip handles the ZIP unpacking and repacking
- Canvas API handles the image processing and watermark detection
- No server communication — your presentation files never leave your device
This is especially important for business presentations that may contain confidential data, unreleased product plans, or internal strategy slides. With a cloud-based tool, you'd be uploading that content to someone else's server. With NotebookLM Remover, your data stays local.
Tips for Best Results
- Process the original export — don't re-save or convert the PPTX before removing the watermark. The detection works best on the original export from NotebookLM
- Check the preview — scroll through all slides in the preview to confirm every watermark was detected and removed. In rare cases with very complex or dark backgrounds, a watermark might be harder to detect
- Large decks are fine — the tool handles 50+ slide decks without issues. Processing time scales linearly (roughly 0.3 seconds per slide)
- Works on mobile too — the browser-based approach works on tablets and phones, though processing may be slower on mobile devices
Working with Other NotebookLM Export Formats?
If your slides were exported as PDF instead of PPTX, use the PDF slides remover — it renders each page at 2x resolution, removes the watermark, and rebuilds a clean PDF.
Need to convert between formats? You can remove the watermark from PPTX first, then export to PDF from PowerPoint or Google Slides for a clean result in either format.
For other NotebookLM exports:
- Video exports — removes the logo overlay and "Made with Google" end card
- Infographics — detects and removes the bottom-right watermark stamp
- Gemini images — lossless removal of the sparkle watermark via alpha reversal
Frequently Asked Questions
Can I edit the cleaned PPTX in Google Slides?
Yes. The output is a standard PPTX file. Upload it to Google Drive, open it with Google Slides, and edit normally. All text, layouts, and animations are preserved.
Does it work with PPTX files from other sources (not NotebookLM)?
The watermark detection is designed for NotebookLM's specific watermark style and placement. It may work on similar watermarks from other tools, but results aren't guaranteed. For Gemini-generated content, use the dedicated Gemini image remover.
What if a slide doesn't have a visible watermark?
The tool processes all image files in ppt/media/. If a particular image doesn't have a detectable watermark (e.g., a plain chart or diagram), the fallback fills a small region in the bottom-right corner. This is virtually invisible on most slides but ensures no watermark is missed.
Is the output file larger or smaller than the original?
Usually very close to the original size. Images are re-encoded at 95% quality for JPEG or lossless for PNG, and the PPTX is re-compressed with DEFLATE. Typical file size difference is under 5%.
Ready to remove your NotebookLM watermarks?
Try NotebookLM Remover — Free