The error indicates Word cannot create or access its required temporary files. Fix it by validating the TEMP-related environment and required folders, then, if needed, adjusting File Explorer preview/registry.
- Scan system and disk
- Run a full antivirus scan.
- Open an elevated Command Prompt (Start → type
cmd → right-click Command Prompt → Run as administrator).
- Run:
sfc.exe /scannow
- When finished, run:
chkdsk /r /f
- Restart Windows and test Word.
- Verify TEMP environment variable and disk
The error often occurs if the TEMP/TMP location is invalid, read-only, or the drive is full.
- Check disk space on the drive used by TEMP; free space if needed.
- Ensure TEMP points to a valid, writable folder:
- Select Start → Settings → System → About.
- Under Related settings, select Advanced system settings.
- Select Environment Variables.
- Under User variables for <username>, confirm that TEMP (and TMP, if present) point to an existing, writable directory on a drive with free space.
- If TEMP points to an invalid or read-only location, change it to a valid path (for example, a folder under the user profile) or remove the read-only restriction.
If there is no suitable user variable, add one as in step 3.
- Add a user environment variable based on the profile
- In Environment Variables (as above), under User variables for <username>, select New.
- Variable name:
%userprofile%.
- Variable value:
C:\Users\<username> (replace <username> with the actual user name).
- Select OK on all dialogs.
- Restart Windows and test Word again.
- Ensure Word’s cache folder exists
Word uses a subfolder under the Internet cache for some temporary work files.
- Open File Explorer.
- Browse to:
C:\Users\<username>\AppData\Local\Microsoft\Windows\INetCache
- Turn on Hidden items on the View ribbon if needed.
- Inside INetCache, create a folder named:
Content.Word
- Restart Windows and test Word.
- If using File Explorer Preview pane
The error can be triggered when previewing Office files in File Explorer. Option A – Work around:
- Turn off the Preview pane in File Explorer and test again.
Option B – Fix preview handler registration (advanced):
- Open Registry Editor (Start → Run →
regedit).
- Carefully delete these subkeys:
- Word Preview:
HKCR\CLSID\{84F66100-FF7C-4fb4-B0C0-02CD7FB668FE}
- PowerPoint Preview:
HKCR\CLSID\{65235197-874B-4A07-BDC5-E65EA825B718}
- Excel Preview:
HKCR\CLSID\{00020827-0000-0000-C000-000000000046}
- Close Registry Editor and restart Windows.
Editing the registry incorrectly can cause serious problems; back up the registry before making changes.
If the TEMP drive is valid, writable, and not full, the INetCache\Content.Word folder exists, and the Preview-related registry keys are corrected or removed, Word should be able to create its work file again.
References: