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.
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.
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.
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.
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.
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.
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.
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.
.md# Quarterly report
Revenue grew **18%** — see the table.
- EMEA up
- APAC flat
| Region | Q2 |
| --- | --- |
| EMEA | 1.2M |
```bash
npm run build
```
.docxHeading 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.
Free, unlimited, no account. Word is one of seven formats — Markdown, PDF, long image, JSON, plain text and Notion are in the same menu.