Excel stopped saving changes

JH 0 Reputation points
2026-04-17T15:34:09.1066667+00:00

4/17/2026

Recently (last couple of weeks) Excel has randomly stopped saving changes to documents.

On a few spreadsheets, I also created "shortcuts", which have always worked, reflecting the changes no matter if I edited on the original or the "shortcut".

Now, the changes are not saving to the original, regardless of whether I access the spreadsheet from the original or the "shortcut". FORTUNATELY, I have found that the changes ARE saved on the "shortcut" - most of the time.

Does anyone know what happened to cause this? And more importantly, what to do to resolve the problem? Is Microsoft aware? Are they doing anything about it?

I contemplated deleting the original and just "resaving" the shortcut with a new name, but was afraid that deleting the original would actually delete the shortcut as well.

I've never used Microsoft 365 before, but I opted to purchase that back in October 2025 when I purchased a new laptop. Thinking that was a HUGE mistake!

Thanks in advance for any insights or fixes, or links to further guidance, that anyone can provide.

Respectfully,

Microsoft 365 and Office | Excel | For home | Windows
0 comments No comments

1 answer

Sort by: Most helpful
  1. AI answer

    2026-04-17T15:34:27.62+00:00

    The behavior matches known Excel save issues rather than a problem specific to shortcuts. When Excel saves, it does not update the original file in-place; instead it writes to a temporary file in the same folder, deletes the original, and then renames the temporary file to the original name. If anything interrupts that process, changes may not be written back to the original file, even though the workbook in memory still shows the latest edits.

    Key points from the documented save process:

    1. Excel creates a randomly named temporary file in the destination folder and writes the whole workbook to it.
    2. If saving over an existing file, Excel deletes the original file.
    3. Excel renames the temporary file to the original file name.

    If this process is interrupted (for example by antivirus software, network or drive issues, or lack of permissions), Excel can show symptoms like:

    • Changes apparently not saving to the original file.
    • Errors such as “Document not saved” or “Document not completely saved.”
    • Temporary files left in the folder.

    Because shortcuts simply point to the underlying file path, any disruption in this save sequence can make it appear that one copy (for example, the one opened via a shortcut) has the latest changes while another does not, especially if different paths or locations are involved (local vs. network, synced folders, etc.).

    To troubleshoot and mitigate:

    1. Verify permissions on the folder where the original workbook is stored. Ensure Read, Write, Modify, and Delete permissions are granted for the user account. Without Delete and Modify, Excel cannot complete the save/rename sequence.
    2. If the file is on a network or synced location, test saving the workbook to a local folder where full permissions are available. If saving locally works reliably, the issue is likely related to the network location or its permissions.
    3. Check for third-party software that may interfere with the temporary file during save, especially antivirus or backup/sync tools. These can lock the temporary file before Excel finishes, disrupting the rename step.
    4. If “Document not saved” or similar messages appear, immediately try saving the open workbook to an alternate location (for example, a different folder or drive). The version in memory usually still contains the latest changes until Excel is closed.

    If the original file is deleted or corrupted during a failed save, Excel may leave a temporary file in the folder that can still be opened. In that case, open the temporary file and save it under a new name in a reliable location.

    To avoid overwriting a “good” original when experimenting with fixes, use “Save a Copy” before editing so that work is done on a new file rather than the original. This is especially useful with AutoSave enabled.

    If the problem persists after confirming permissions and testing on a local folder, collect details about when the issue occurs (specific folder, drive type, security software in use) and contact Microsoft Support, as additional diagnostics may be required.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.