You want to bring content from a Microsoft Word document into Notion without losing formatting or structure. Notion does not have a direct import option for .docx files, so you must use a workaround. This article covers three reliable methods to move a Word document into a Notion page or database while preserving as much text and layout as possible.
Each method handles formatting differently, and some require manual cleanup after import. You will learn how to copy and paste, convert the document to plain text or Markdown, and use Google Docs as an intermediary. By the end, you can choose the approach that best fits your document complexity and your workflow.
Key Takeaways: Import a Word Document Into Notion
- Ctrl+C / Ctrl+V copy-paste: Fastest method for simple documents with basic formatting like bold and lists; tables and images may break
- Save as plain text (.txt): Removes all formatting but guarantees clean text import with no layout errors
- Google Docs intermediary: Preserves headings, bullet lists, and basic styling better than direct paste from Word
Why Direct Import of .docx Files Does Not Work in Notion
Notion natively supports importing from Evernote, Asana, Trello, and other apps, but it does not include a built-in importer for Microsoft Word documents. The .docx format is proprietary and contains complex layout instructions that Notion cannot parse. When you try to upload a .docx file using the file upload block, Notion stores it as an attachment that must be downloaded and opened in Word. The content does not appear as editable text inside the page.
To get the text and basic structure into Notion, you must convert the document to a format that Notion can read. The most reliable formats are plain text (.txt), Markdown (.md), or rich text that Notion accepts through copy-paste. Each conversion step may alter or lose some formatting, so you should expect to do minor manual adjustments after import.
Method 1: Copy and Paste Directly From Word
This is the quickest method for short documents with simple formatting. Notion accepts rich text from the clipboard, including bold, italic, bullet lists, numbered lists, and basic headings. Tables, images, and complex layouts often do not transfer correctly.
- Open the Word document
Launch Microsoft Word and open the .docx file you want to import. - Select all content
Press Ctrl+A to select everything in the document. If you only need part of the document, select that portion with the mouse. - Copy the selection
Press Ctrl+C or right-click and choose Copy. - Open Notion and create a new page
In your Notion workspace, click the + New Page button in the sidebar, or navigate to an existing page where you want the content. - Paste the content
Click inside the new blank page and press Ctrl+V. Notion will paste the text with basic formatting preserved. - Check and fix formatting
Review headings, lists, and bold text. Tables will likely appear as plain text with tabs or spaces. Images will not paste. Use Notion’s formatting toolbar to adjust any broken elements.
When to Use This Method
Use copy-paste for documents under 10 pages that contain mostly text, bullet points, and basic headings. Avoid this method if your document has tables, embedded images, footnotes, or complex formatting like columns.
Method 2: Save as Plain Text and Import
This method strips all formatting but guarantees that every line of text arrives in Notion without corruption. It works well for documents where you only need the raw text content and plan to reformat in Notion.
- Open the document in Word
Launch Word and open your .docx file. - Save as plain text
Click File > Save As. Choose a location, then in the Save as type dropdown, select Plain Text (txt). Click Save. - Confirm the file conversion
A dialog box titled File Conversion may appear. Keep the default settings (Windows: Western European) and click OK. The document now exists as a .txt file. - Open Notion and create a new page
In Notion, click + New Page or navigate to an existing page. - Open the .txt file in a text editor
Open the .txt file in Notepad or any plain text editor. Press Ctrl+A to select all, then Ctrl+C to copy. - Paste into Notion
Click inside the Notion page and press Ctrl+V. All text will appear as a single block of plain text without headings, bold, or lists. - Apply formatting manually
Use Notion’s formatting options to recreate headings, bullet lists, and bold text as needed.
When to Use This Method
Use plain text import for documents where formatting is not important or where you plan to restructure the content completely. This method is also useful if the copy-paste method introduces unwanted formatting artifacts.
Method 3: Use Google Docs as an Intermediary
Google Docs can open .docx files and export to formats that Notion handles better, such as Markdown or HTML. This method preserves more structure than direct copy-paste, especially for headings and lists.
- Upload the Word document to Google Drive
Go to drive.google.com, click New > File Upload, and select your .docx file. - Open with Google Docs
Right-click the uploaded file and choose Open with > Google Docs. The document opens in a new tab with most formatting intact. - Export as Markdown or download as plain text
To export as Markdown, click File > Download > Markdown (.md). Markdown preserves headings with # symbols and lists with dashes. Alternatively, download as Plain Text (.txt) if you prefer a no-formatting approach. - Open the downloaded file in a text editor
Open the .md or .txt file in Notepad or any text editor. Copy the entire content with Ctrl+A then Ctrl+C. - Paste into Notion
Create a new Notion page or navigate to an existing page. Paste with Ctrl+V. Notion will convert Markdown headings and lists into its own block types. - Review and adjust
Check that headings appear as H1, H2, or H3 blocks and that bullet lists are properly nested. Tables and images will still not transfer.
When to Use This Method
Use the Google Docs intermediary if your document has multiple heading levels and bullet lists that you want to preserve. This method is better than direct copy-paste but still requires manual cleanup for tables and images.
Common Import Problems and Workarounds
Tables Appear as Unformatted Text
Notion does not accept table structures from Word documents. After any of the three methods, your table content will appear as lines separated by tabs or spaces. To fix this, delete the pasted table text and recreate the table manually in Notion using the /table command. Copy each cell’s content individually from the Word document and paste it into the Notion table cells.
Images Do Not Transfer
Images embedded in Word documents will not appear in Notion after import. Save each image from the Word document by right-clicking it and selecting Save as Picture. Then upload the images individually to your Notion page using the image block (/image).
Headings Lose Hierarchy
When pasting directly from Word, heading levels may not map correctly to Notion’s H1, H2, H3 blocks. After paste, select each heading line and use the formatting menu (the A icon) to change the block type to the correct heading level. This is faster than retyping the entire document.
Copy-Paste vs Plain Text vs Google Docs: Methods Compared
| Item | Copy-Paste Direct | Plain Text (TXT) | Google Docs to Markdown |
|---|---|---|---|
| Speed | Fastest | Moderate | Slowest |
| Formatting preserved | Bold, italic, lists, basic headings | None | Headings, lists, bold, italic |
| Tables | Broken | Broken | Broken |
| Images | Lost | Lost | Lost |
| Best for | Short text-only docs | Raw text extraction | Structured docs with headings |
You can now import a Word document into Notion using one of three methods. For most documents, the Google Docs intermediary gives the best balance of speed and format preservation. If you only need the text, plain text import is the most reliable. After importing, use Notion’s /table command to rebuild tables and the image block to add pictures back. An advanced tip: if you frequently import Word documents, create a Notion template with empty table and image placeholders so you can paste text and fill in media quickly.