There is not enough memory or disk space to save the document

Word Save Error: Not Enough Memory or Disk Space — Real Fixes

This Word save error is almost always a permissions or temp file issue, not actual RAM. Here's how to fix it fast, starting with the most common cause.

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:

  1. Open File Explorer and go to the folder where you're trying to save the document. For example, C:\Users\YourName\Documents.
  2. Right-click the folder and select Properties.
  3. Click the Security tab.
  4. Under Group or user names, click your username (or "Users" if you're not sure).
  5. 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.
  6. 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:

  1. Close Word completely.
  2. Press Windows key + R, type %temp% and press Enter. This opens your user temp folder.
  3. 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.
  4. 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.
  5. Finally, go to C:\Users\YourName\AppData\Local\Microsoft\Office\UnsavedFiles and 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:

  1. Close Word.
  2. Open File Explorer and paste this into the address bar, then press Enter:
%appdata%\Microsoft\Templates
  1. Look for a file named Normal.dotm. Right-click it and select Rename. Change the name to Normal_old.dotm. This way you keep a backup, just in case.
  2. Open Word again. Word creates a fresh Normal.dotm automatically.

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

CauseFixTime
Folder permissionsCheck Security tab on the save folder, grant Modify or Full control2 minutes
Temp files fullDelete files in %temp%, C:\Windows\Temp, and UnsavedFiles folder, then reboot5 minutes
Corrupted Normal.dotmRename it in %appdata%\Microsoft\Templates, let Word recreate1 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.

Related Errors in Software – Microsoft Office
Excel crashes copying/pasting charts with linked data – fix Word crashes pasting from Chrome: the real fix Excel crashes on macro-enabled files? Fix the top 3 causes Excel Crashes on File Open with Linked Images? Fix It

Was this solution helpful?

EP
Erropedia Team
Tech Support Editors
The Erropedia editorial team researches and documents real-world tech errors from across Windows, Linux, macOS, networking, databases, cloud platforms, and more. Every solution is reviewed for accuracy and updated as software and systems evolve.