SaveAI
NotebookLM → Word

Export NotebookLM chats to Word

One click turns a NotebookLM conversation into a real .docx you can keep writing in — headings land in the navigation pane, lists and tables stay lists and tables, and nothing is uploaded. Free and unlimited.

Install

Why Word, not a PDF

You can keep writing

A PDF is where a document goes to stop changing. The .docx comes out as ordinary Word content — edit a sentence, add a comment, track changes, hand it to a co-author.

Structure, not just text

Real Word styles: every heading level appears in the navigation pane, bullets and numbers are real numbering, tables are real tables with a header row, and code keeps a monospaced shaded block.

It never leaves your machine

The .docx is assembled by the extension itself, in the page. There is no upload step, no account, and no server copy of your notebook — you can export with the network off.

How to save a NotebookLM chat as Word

1

Open the notebook and ask something

NotebookLM only hands out a conversation once the page has actually talked to it, so open the notebook and send or re-read one message first. If you skip this the extension says so instead of exporting something half-empty.

2

Pick Word from the export menu

Use the camera icon that appears on an answer, the drawer on the right edge, the right-click menu, or the toolbar popup — all four offer the same formats, and Word is one click in each.

3

Open it in Word — or in anything else

The file is standard WordprocessingML, so Word, LibreOffice, Pages and Google Docs all open it. Only the messages you ticked are included, and the filename follows your own naming setting.

What the .docx actually contains

Each turn starts with a role heading, so a long notebook has a usable outline. Prose, headings, bullet and numbered lists, tables, block quotes, inline and block code, and LaTeX maths all carry over. What does not: NotebookLM does not hand images to us in this flow, so a Word export is text and structure — if a chat elsewhere has pictures, use PDF or the long-image export for those.

A real example

Input.md

# Quarterly report

Revenue grew **18%** — see the table.

- EMEA up
- APAC flat

| Region | Q2 |
| --- | --- |
| EMEA | 1.2M |

```bash
npm run build
```

Output.docx

Heading 1 — "Quarterly report"
paragraph — "Revenue grew 18% — see the table."
list item — "EMEA up"
list item — "APAC flat"
table — 2 rows × 2 cols
code — "npm run build"

Both sides were produced by the converter on this page — the same code that runs when you drop your own file in.

A .docx is a zipped document, not text — so this lists what the file actually contains, read back out of its XML.

NotebookLM to Word — common questions

Is the .docx really editable, or a picture of the text?
Really editable. It is written as WordprocessingML with a real styles and numbering definition, so text is text: select it, retype it, restyle it. Nothing in the file is an image of a paragraph.
Can I export several notebooks in one go?
Yes — the side panel lists everything you have exported before and can turn a selection into one combined document. If what you have is a folder of Markdown files instead, the batch Markdown-to-Word tool takes up to 50 at once.
Do I need an account, and is anything uploaded?
No account, and for Word nothing is uploaded — the document is built in the page. (Only the default PDF engine sends anything to a server, and it can be switched to a local one in the settings.)

Related

Save your NotebookLM chats as Word

Free, unlimited, no account. Word is one of seven formats — Markdown, PDF, long image, JSON, plain text and Notion are in the same menu.

Install