The disk is full

Word "Disk Is Full" Error When Saving: The Real Fix

Word's "disk is full" error often shows up when there's plenty of free space. The real cause is usually temp file blockage or a corrupted autosave.

Quick answer: The 'disk is full' error in Word almost never means your drive is actually full — it means Word can't write its temporary files, usually because the temp folder is packed with stale .tmp files, the autosave cache is corrupted, or permissions on %temp% got mangled by a cleanup tool.

What's actually happening here is Word doesn't save directly to your .docx file. It writes to a temp file first, then renames it. If that temp write fails — for any reason — Word reports the most generic disk error it has. I've seen this on machines with 500GB free. The trigger is almost always a bloated temp folder or a locked autosave file from a previous crash. Windows 10 and 11 both hit this, and it shows up most often after a forced shutdown or a third-party "PC cleaner" has been run.

Fix it in order

  1. Close Word completely. Check Task Manager for WINWORD.EXE and kill any lingering process. A stuck background instance holds the temp file lock, and no amount of drive space will help while that lock exists.

  2. Clear the Word temp files. Press Win+R, type %temp%, hit Enter. Sort by date, and delete anything starting with ~WRD or ending in .tmp. If a file won't delete because it's in use, that's your culprit — reboot and try again.

  3. Delete the Word autosave cache. Navigate to:

    %appdata%\Microsoft\Word

    Look for files named ~WRL*.tmp or anything starting with AutoRecovery. Delete them. These are the files Word tries to write on every save, and if one is corrupted, you get the disk full error every time.

  4. Disable autosave temporarily. In Word, go to File > Options > Save. Uncheck "AutoRecover every X minutes." Save your document. If it works, the autosave cache was the problem. Turn autosave back on afterward — but only after step 5.

  5. Check temp folder permissions. Right-click %temp%, Properties > Security. Your user account needs Full Control. If it's missing, click Edit, add your username, and grant Full Control. I've seen enterprise group policies strip this, and users blame Word for months.

If that didn't fix it

Try saving to a different location first — Desktop or a USB drive. If that works, the original folder has a permissions issue or a path that's too long. Windows still has a 260-character path limit unless you've enabled long paths in the registry:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem\LongPathsEnabled = 1

If saving anywhere fails, open the document in WordPad or LibreOffice and save from there. That bypasses Word's temp file machinery entirely. You'll lose formatting, but you'll save the content.

One more thing: if the file lives on a network share, check the share's free space, not your local drive. Word reports the remote disk's status, and a full NAS or mapped drive will trigger this exact error. I've watched a 2TB share fill up because a backup job ran wild, and every Word user on the floor saw "disk is full."

Prevention

Don't run registry cleaners or "PC optimization" tools. They're the number one cause of broken temp folder permissions I see. Also, if Word crashes, don't just reopen it — clear the autosave folder first. Word will happily try to recover a corrupted autosave file and throw the same disk full error on every save until you delete it. A 30-second cleanup beats an hour of troubleshooting.

Related Errors in Software – Microsoft Office
Not enough memory to run this program Word error: Not enough memory to run this program 1004 Excel VBA Runtime Error 1004 – PivotCaches.Create Fixes Microsoft Office Has Stopped Working (generic crash) Fix 'Microsoft Office Has Stopped Working' on Windows 10/11 Word 'Not enough memory or disk space' on large save — real fix

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.