Cause 1: Folder permissions are blocking Word's save
This is the one I see most often, especially after a Windows update or if you moved your Documents folder. Word doesn't just write to the file you're saving—it writes a temporary file in the same folder, then swaps it in. If Windows denies write access to that folder, you get the "not enough memory or disk space" error even when you have both.
Here's how to check and fix it:
- Open File Explorer and go to the folder where you're trying to save the document. For example,
C:\Users\YourName\Documents. - Right-click the folder and select Properties.
- Click the Security tab.
- Under Group or user names, click your username (or "Users" if you're not sure).
- Check the Permissions for Users box at the bottom. You need Full control or at least Modify checked. If it's grayed out or not checked, click Edit and check it now.
- Click Apply, then OK.
What you should expect: After you click Apply, Windows briefly scans the folder—you'll see a progress bar if it's a big folder. Once it's done, try saving the document again. If that was the issue, Word saves without complaint.
If you still get the error, move on to the next cause.
Cause 2: Temp files piling up—yes, this is still a thing
Word uses three different temp file locations, and if any of them fills up, you hit this error. This happens a lot on laptops with small SSDs, or after a heavy Office session where Word crashed and left orphaned temp files.
Here's the fix:
- Close Word completely.
- Press Windows key + R, type
%temp%and press Enter. This opens your user temp folder. - Select all files (Ctrl+A) and delete them. Some will be in use by other programs—just skip those by clicking Skip when Windows asks.
- Now open another File Explorer window and go to
C:\Windows\Temp. Delete everything you can there too. You might need admin permission—click Continue if prompted. - Finally, go to
C:\Users\YourName\AppData\Local\Microsoft\Office\UnsavedFilesand delete anything in there. These are leftover auto-recovery files from past crashes.
What you should expect: After cleaning, reboot your PC. This clears any temp locks that are still held. Then open Word and try saving. If the error disappears, you're done.
But if you're still stuck, there's one more culprit that's sneaky.
Cause 3: Corrupted Normal.dotm template
Word's Normal.dotm file stores your default styles and macros. When it gets corrupted—often after a power loss or a forced quit—it can trigger this exact error, even on a brand new document. I've seen it happen on perfectly healthy machines with 16GB of RAM and 500GB free disk space.
How to fix it:
- Close Word.
- Open File Explorer and paste this into the address bar, then press Enter:
%appdata%\Microsoft\Templates
- Look for a file named
Normal.dotm. Right-click it and select Rename. Change the name toNormal_old.dotm. This way you keep a backup, just in case. - Open Word again. Word creates a fresh
Normal.dotmautomatically.
What you should expect: When Word starts, it might take a few seconds longer than usual—that's it building the new template. Your custom styles and macros won't be there, but your document will save fine. If you need those macros back, you can grab them from the old file later.
If the error goes away, you've found the problem. If not, the issue is more specific to your document. Try copying the content into a new blank document and saving that.
Quick-reference summary
| Cause | Fix | Time |
|---|---|---|
| Folder permissions | Check Security tab on the save folder, grant Modify or Full control | 2 minutes |
| Temp files full | Delete files in %temp%, C:\Windows\Temp, and UnsavedFiles folder, then reboot | 5 minutes |
| Corrupted Normal.dotm | Rename it in %appdata%\Microsoft\Templates, let Word recreate | 1 minute |
Start with the permissions check—that fixes 70% of these cases in my experience. The other two are quick enough that you can do them right after without much hassle. And if none of these work, remember that Word's Repair feature (Control Panel > Programs > Microsoft Office > Change > Quick Repair) is a solid backup plan.