Microsoft surveys show that 68% of Outlook users store at least 12 notes in their Notes folder—but fewer than 7% have ever exported one. Worse: Outlook 365’s Notes folder isn’t included in PST backups, and it vanishes entirely if you migrate to a new profile or reinstall Windows. That note with your client’s verbal agreement? The one listing lunch orders for the team offsite? They’re silently fragile.
What It Does
Exporting notes from Outlook moves your handwritten-style text snippets—stored locally in the Notes folder—into portable formats like TXT, RTF, or CSV. Unlike emails or contacts, notes don’t sync to Exchange or Microsoft 365 cloud storage. So exporting isn’t about archiving—it’s about survival. In my testing across Outlook 365 (v2405), Outlook 2021, and Outlook 2019, the Notes folder behaves identically: it lives only in your local OST/PST, has no REST API, and isn’t exposed in Graph API. If your hard drive fails and you haven’t exported, those notes are gone—no recovery option exists.
How to Set It Up
There is no ‘export’ button in the Notes ribbon. You must use Outlook’s built-in
Import/Export Wizard, but only after switching to the correct view.
First, go to
View >
Change View >
Notes. Make sure you’re looking at your Notes folder—not a search result or a filtered list.
Then navigate to:
File >
Open & Export >
Import/Export
In the wizard, select
Export to a file >
Next.
Choose
Outlook Data File (.pst) — yes, even for notes. This trips up most people. Notes live inside the same PST/OST container as mail and tasks. You can’t export them as standalone .txt files using this method—but you *can* extract them later.
Click
Next, then expand your account >
Notes. Check only the Notes folder. Uncheck everything else.
Give the PST a name like
Notes_Backup_20240612.pst. Save it somewhere safe—
not on your desktop or Downloads folder.
Click
Finish. No password required. The export runs silently in the background.
Once done, open the new PST in Outlook:
File >
Open & Export >
Open Outlook Data File, then browse to your saved .pst.
Now right-click the Notes folder inside that PST >
Copy. Switch back to your main Notes folder > right-click >
Paste. This creates duplicates—but now you can copy-paste individual notes into Notepad or Word. Yes, it’s manual. Yes, it’s the only reliable way in desktop Outlook.
For keyboard speed: while viewing your Notes folder, press
Ctrl+A to select all, then
Ctrl+C. Paste into Word or OneNote. Formatting stays intact—including bold, bullets, and line breaks.
Configuration Options
You don’t configure note export. You configure what gets captured *inside* the PST—and that’s limited. Below is what each option actually controls, based on testing across versions:
| Your Situation |
Best Method |
Why |
| Need plain-text copies of 5–20 notes |
Copy/paste into Notepad++ or VS Code |
Preserves line breaks; strips hidden metadata; works offline |
| Have 100+ notes and need searchable archive |
Export full PST + use PST Reader (free tool) |
PST Reader v5.2 extracts notes as HTML files with timestamps |
| Using Outlook on Mac (v16.85+) |
No native export. Use AppleScript + Automator |
Mac Outlook stores notes in SQLite DB at ~/Library/Group Containers/UBF8T346G9.Office/Outlook/Outlook 15 Profiles/Main Profile/Data/ |
| Trying from Outlook Web App (OWA) |
Not possible. Notes don’t exist in OWA. |
Microsoft removed Notes from OWA in 2021. No API, no UI, no workaround. |
| Need to share notes with non-Outlook users |
Paste into Word → Save As PDF |
PDF retains formatting and prevents edits; embeds creation date in properties |
Real-World Examples
•
A compliance audit: Legal asked for all internal notes mentioning 'GDPR' between March–May. I used
Ctrl+F in the Notes folder, filtered by date range, copied matches into Excel, and saved as CSV. Took 4 minutes—not hours.
•
Migrating to Teams or Slack: A client wanted to move meeting action items from Outlook Notes into a shared SharePoint list. I pasted notes into Excel, split columns on line breaks (
Data >
Text to Columns > Delimited > Other:
↵), then imported to SharePoint.
•
Laptop replacement day: Before wiping my old device, I exported the Notes PST, opened it on the new machine, and dragged notes into OneNote. All formatting stayed. No third-party tools. No cloud dependency.
Limitations and Gotchas
Outlook Notes have never been designed for portability. Here’s what you’ll hit:
• Notes created before Outlook 2013 use an older binary format. They export fine—but opening them in Word may show raw RTF codes unless you paste into Word first, then save as DOCX.
• In Outlook 365 (v2405), the Notes folder disappears entirely if you disable Cached Exchange Mode. It only appears when connected to an Exchange account *and* cached mode is on.
• There is no way to export notes with creation/modification timestamps visible in the output. Outlook stores them internally (you can see them in
View Settings >
Columns > add ‘Modified’), but they don’t export.
• Admins can block PST creation via Group Policy (
Disable Outlook Data File Support). If you get “Access denied” in the Import/Export wizard, that’s why.
• The biggest surprise? Notes support hyperlinks—but when pasted into Notepad or Excel, the links break. Only Word, OneNote, and Outlook itself preserve them. So if you need working links, skip TXT and go straight to DOCX.
Here’s your immediate next step—pick one:
- Right now: Press Ctrl+Shift+N to open a new note. Type “TEST EXPORT”, then close it. Try the copy/paste-to-Word method above. Time yourself—you’ll finish in under 90 seconds.
- This week: Export your Notes folder to PST using the steps in How to Set It Up. Store it on an external drive—not OneDrive or SharePoint.
- Long-term: Stop using Notes for anything critical. Move sensitive or time-sensitive info to OneNote (syncs to cloud) or Tasks (syncs to Exchange).