Fix Word ‘Disk Is Full’ Error on Save to Network Mapped Drive
🔍 WiseChecker

Fix Word ‘Disk Is Full’ Error on Save to Network Mapped Drive

When you save a Word document to a network mapped drive, you may see the error “Disk is full” even though the drive has plenty of free space. This error occurs because Word checks the local disk’s free space instead of the network drive’s free space when writing temporary files. This article explains why the error happens and provides four proven fixes to resolve it permanently.

Key Takeaways: Fixing the False ‘Disk Is Full’ Error on Network Drives

  • File > Options > Save > AutoRecover file location: Change this to a local folder to prevent Word from writing temp files to the network drive.
  • File > Options > Advanced > Save > Disable ‘Allow background saves’: Stops Word from saving temporary copies that trigger the false error.
  • Map drive with full UNC path (\\server\share) instead of drive letter: Avoids the disk space check mismatch between local and network storage.

ADVERTISEMENT

Why Word Displays ‘Disk Is Full’ on a Network Drive With Free Space

Word saves documents in a multi-step process. When saving to a network mapped drive, Word first writes a temporary file to the local system’s temp folder. It then copies that file to the network location. The error “Disk is full” appears when Word cannot write the temporary file because the local disk’s free space is below a threshold set by Windows or the network redirector.

The root cause is a mismatch between where Word checks for free space. Word queries the local disk for available space, not the network drive. If the local disk has less than 200 MB free, or if the temporary folder is on a drive with low space, Word rejects the save operation. This is not a real disk-full condition on the network drive; it is a false positive triggered by the local disk check.

Another factor is the AutoRecover feature. Word saves a recovery copy every 10 minutes by default. If that copy is written to the network drive, the same disk space check runs again, causing repeated errors. Network latency or permission issues can also make the check fail, but the primary cause is the local disk free space check.

Step-by-Step Fixes for the ‘Disk Is Full’ Error

Fix 1: Change the AutoRecover File Location to a Local Folder

  1. Open Word
    Launch Word and go to File > Options.
  2. Go to Save settings
    In the Word Options dialog, click Save in the left pane.
  3. Change AutoRecover file location
    Under Save documents, find the box labeled AutoRecover file location. Click Browse and select a local folder such as C:\Users\YourName\Documents. Do not choose a network mapped drive.
  4. Apply the change
    Click OK to close the dialog. Word will now write AutoRecover files to the local folder, bypassing the network drive disk check.

Fix 2: Disable Background Saves

  1. Open Word Options
    Go to File > Options > Advanced.
  2. Find Save settings
    Scroll down to the Save section.
  3. Uncheck ‘Allow background saves’
    Clear the checkbox labeled Allow background saves. This forces Word to save the document in a single foreground operation, which avoids the temporary file check that triggers the false error.
  4. Click OK
    Confirm the change and try saving to the network drive again.

Fix 3: Map the Drive Using the UNC Path Instead of a Drive Letter

  1. Remove the existing mapped drive
    Open File Explorer, right-click the mapped drive, and select Disconnect.
  2. Map the drive with the UNC path
    Right-click This PC in File Explorer and select Map network drive. In the Folder box, type the full UNC path: \\ServerName\ShareName. Do not use a drive letter. Check Reconnect at sign-in and click Finish.
  3. Access the drive through Network in File Explorer
    After mapping, you can browse the share through the Network section. Open Word and save the document using the UNC path directly (e.g., \\ServerName\ShareName\MyDoc.docx).

Using the UNC path bypasses the local disk free space check that Word applies to drive-letter mapped drives.

Fix 4: Clear Local Temp Files to Free Space

  1. Open Disk Cleanup
    Press Windows + R, type cleanmgr, and press Enter.
  2. Select the system drive
    Choose the C: drive and click OK.
  3. Delete temporary files
    Check Temporary files and any other categories with large amounts. Click Clean up system files, confirm, and wait for the operation to finish.
  4. Restart Word
    Close and reopen Word. The local disk now has more free space, reducing the chance of the false error.

ADVERTISEMENT

If Word Still Shows the Error After the Main Fixes

Word Displays ‘Disk Is Full’ When Saving to a Subfolder of the Network Drive

If the error persists only when saving to a subfolder, check NTFS permissions. Right-click the subfolder in File Explorer, select Properties > Security, and confirm your user account has Full Control or Modify rights. Without write permission, Word sees the folder as full even if space exists.

Error Appears Only for Large Documents Over 50 MB

Large documents require more temporary disk space. Increase the free space on the local drive to at least 1 GB. You can also move the Windows temp folder to a different local drive. Open System Properties > Advanced > Environment Variables, and change TEMP and TMP to a folder on a drive with more free space.

Error Occurs After Windows Update

Some Windows updates change network redirector behavior. Reset the network adapter by opening Command Prompt as administrator and running netsh int ip reset followed by netsh winsock reset. Restart the computer and test the save operation again.

Local Save vs Network Save: Disk Space Checking Behavior

Item Local Drive Save Network Mapped Drive Save
Disk space check location Destination drive (local) Local system drive (C:) for temp files
AutoRecover file location Local folder by default Can be set to network drive, causing false errors
Background save behavior Saves to local disk without issue Triggers temp file check on local disk, may fail
UNC path support Not applicable Bypasses drive-letter mapping and avoids false error
Typical false error trigger Rare (actual disk full) Common when local disk has less than 200 MB free

You can now save Word documents to network mapped drives without seeing the false “Disk is full” error. Start by changing the AutoRecover file location to a local folder. If the error continues, disable background saves or map the drive using the UNC path. For persistent issues, clear local temp files and check NTFS permissions on the network share. As an advanced tip, you can also create a Group Policy setting that forces Word to use a local temp folder for all network saves: navigate to User Configuration > Administrative Templates > Microsoft Word 2016 > Save and enable “Set AutoRecover save interval” and “Set AutoRecover file location” to a local path.

ADVERTISEMENT