Learning how to turn off autosave in Excel has become one of the most searched Microsoft 365 questions of 2026, and for good reason. AutoSave is the feature that silently overwrites your original spreadsheet every few seconds when you open a workbook stored in OneDrive or SharePoint. While Microsoft markets this as a convenience, millions of Excel users have lost critical data after accidentally typing over formulas, deleting rows, or experimenting with what-if scenarios that were saved before they could press Ctrl+Z. Disabling AutoSave restores manual control over when changes are committed to your file.
The challenge is that AutoSave behaves differently depending on where your file lives, which Microsoft 365 subscription you have, and whether you are working on Windows, Mac, or the web version of Excel. There is no single switch that turns it off everywhere. Some users only need to flip the toggle in the title bar for a single session, while power users want AutoSave disabled permanently across every workbook they open. This guide walks through every method, from the simple one-click toggle to advanced registry edits and Group Policy settings used by IT administrators.
Before you disable AutoSave, it helps to understand exactly what triggers it. AutoSave activates automatically when three conditions are met: you are signed into Microsoft 365, the file is stored in OneDrive, OneDrive for Business, or SharePoint, and the file format is the modern .xlsx, .xlsm, or .xlsb. Legacy .xls files, files stored on local drives, and files opened from email attachments will not trigger AutoSave at all. Knowing this lets you predict its behavior instead of fighting it.
This guide also explains the difference between AutoSave and AutoRecover, two features that are constantly confused. AutoRecover creates temporary backup snapshots that Excel uses to recover unsaved work after a crash. AutoSave actively commits changes to your live file in the cloud. You almost always want AutoRecover on. Whether you want AutoSave on depends entirely on how you work with spreadsheets, whether you build models that require versioning, and how often you experiment before committing changes.
Throughout this article, you will find practical examples covering financial models, shared workbooks with collaborators, files protected by sensitivity labels, and workbooks containing volatile formulas like RAND, NOW, and INDIRECT that trigger constant saves. We also cover the lesser-known Save As workaround, how to set AutoSave off as the global default for all workbooks, and how to handle the situation where AutoSave keeps turning itself back on after every Excel restart. By the end, you will have complete control over when and how Excel saves your work.
One important note before we begin: turning off AutoSave does not mean turning off saving altogether. You still need to press Ctrl+S regularly, especially when working on large financial models, pivot tables, or workbooks with complex VBA macros. The goal of disabling AutoSave is to put you back in the driver's seat so that every commit is intentional. Think of it as switching from automatic transmission to manual control over your spreadsheet's history. Let's dive into the exact steps.
This guide assumes you are running Excel for Microsoft 365 on either Windows 11 or macOS Sonoma, with build version 2402 or later. If you are using Excel 2019 or Excel 2021 as a perpetual license, AutoSave functions slightly differently and several of the menu paths described below will not exist. We will flag those differences in each section so you can apply the right method for your version.
When you open a workbook stored in OneDrive or SharePoint, Excel checks your subscription and file format. If both qualify, AutoSave activates and the toggle in the title bar turns blue.
Excel monitors your typing. After roughly two seconds of inactivity following any change, AutoSave commits the modification to the cloud. Continuous typing delays the save until you pause.
The change is uploaded to OneDrive servers and replicated to all co-authors in real time. A version history entry is created so you can roll back later if needed.
Every meaningful save generates a versioned snapshot retained for thirty days. You can access these from File menu, Info, Version History to recover earlier states of the workbook.
Clicking the AutoSave toggle in the title bar pauses this entire pipeline. Excel reverts to manual save mode and Ctrl+S becomes the only way to commit changes back to OneDrive.
Excel remembers your AutoSave preference per workbook. Next time you open the same file, AutoSave will stay off until you turn it back on, giving you persistent manual control.
The fastest way to turn off AutoSave for a single workbook is the toggle switch built into the Excel title bar. Open your file, look in the upper-left corner just to the left of the file name, and you will see a small slider labeled AutoSave. Click it once and it flips from On to Off.
The slider turns gray, the title bar shows the standard save icon, and Excel reverts to traditional manual save behavior. This change applies only to the current workbook on your current device. The next user to open the file from OneDrive will see it in their default state.
This per-workbook toggle is perfect for situations where you want to experiment safely. Suppose you are about to test a complex VLOOKUP rewrite, restructure a pivot table, or apply conditional formatting to thousands of rows. Turn AutoSave off, make your changes, evaluate the results, and either save manually with Ctrl+S to commit or close without saving to discard. This workflow restores the safety net that experienced spreadsheet users came to rely on before AutoSave existed as a default in Microsoft 365.
If you find yourself flipping the toggle every single time you open a workbook, you can change the default behavior under File, Options, Save. Uncheck the box labeled AutoSave files stored in the Cloud by default in Excel. This setting applies globally to your installation of Excel on this device. From now on, every workbook you open will have AutoSave off unless you explicitly turn it on. This single change is the most powerful thing you can do if you have decided AutoSave is not for you.
For Excel on Mac, the menu path is slightly different. Click Excel in the menu bar, choose Preferences, then click Save. Uncheck Turn on AutoSave by default. The change takes effect immediately and persists across Excel restarts. Mac users sometimes report the setting reverting after major Microsoft 365 updates, so check it periodically if you depend on having AutoSave off as the default. Reopening preferences after an update is a quick way to confirm the toggle stayed where you put it.
Excel on the web behaves differently because there is no traditional desktop client to host these settings. AutoSave is always on for cloud-stored files opened in a browser, and there is no UI to disable it. The workaround is to download a copy of the file to your local machine, edit it offline in the desktop Excel, and then upload the finished version back to OneDrive. This is not elegant, but it is the only way to escape AutoSave when working in Excel for the web on a Chromebook or shared kiosk.
One subtle behavior worth understanding is that AutoSave will refuse to turn on for certain file types even if everything else qualifies. Files protected by an Information Rights Management policy, files with sensitivity labels that block external sharing, and files with personal information that has been flagged by the Microsoft Purview compliance scanner may all have AutoSave grayed out. This is by design and indicates that your organization wants extra friction before changes commit to cloud storage.
Finally, remember that turning off AutoSave does not affect AutoRecover. AutoRecover continues to write temporary recovery files to your local drive every ten minutes by default, regardless of the AutoSave state. If Excel crashes, you will still see the document recovery pane the next time you launch the application. To keep AutoRecover working properly, leave the AutoRecover settings under File, Options, Save untouched while you adjust the AutoSave-specific options higher up in the same dialog.
Prepare for the Microsoft Excel exam with our free practice test modules. Each quiz covers key topics to help you pass on your first try.
On Windows 11 with Microsoft 365, open Excel and click File, then Options, then Save. The first section is titled Save workbooks. Uncheck the box labeled AutoSave files stored in the Cloud by default in Excel. Click OK to apply. This setting is stored in your local Excel profile and persists across restarts, updates, and reboots. It does not roam across devices, so you must repeat the step on every PC where you use Excel under the same Microsoft account.
For organizational deployments, Windows administrators can push this setting through Group Policy by enabling the AutoSave defaults policy under Microsoft Excel 2016 Save options. The policy controls the same registry key that the UI manipulates, located at HKCU Software Microsoft Office 16.0 Excel UserInfo. Setting the DWORD DontAutoSave to 1 produces the same result as unchecking the UI box, which is useful for scripted installations across managed fleets.
On macOS Sonoma, click the Excel menu in the top bar, choose Preferences, and select Save under the Sharing and Privacy section. Uncheck Turn on AutoSave by default. The change applies immediately. Mac users should know that Apple's Auto Save feature, which is built into macOS itself, is separate from Excel's AutoSave. Apple Auto Save only affects native Apple applications like Pages and Numbers, not Microsoft Office, so disabling Excel's setting is sufficient.
If you use multiple Mac devices signed into the same Microsoft account, the preference does not sync. Each Mac maintains its own local setting in the Excel preferences plist file. Power users can edit ~/Library/Group Containers/UBF8T346G9.Office/Library/Preferences/com.microsoft.Excel.plist directly to script the change. Use the defaults write command in Terminal with key DocumentAutosaveEnabled set to false to apply it without opening the GUI.
Excel for iPad and iPhone behaves like Excel for the web, meaning AutoSave is always on for OneDrive files. There is no in-app setting to disable it on touch devices. The workaround for iPad users is to open the file in Files app, duplicate it to an On My iPad location, and edit the local copy. When done, share it back to OneDrive. This breaks co-authoring but eliminates AutoSave for the editing session.
Android tablets and phones follow the same model. The AutoSave indicator appears in the upper left of the Excel app and cannot be toggled off when the file lives in OneDrive or SharePoint. If you need offline manual control on Android, copy the file to local storage using a file manager, edit it from there, and re-upload when finished. This is the only reliable mobile workaround for disabling AutoSave on tablet devices.
Turning off AutoSave never disables AutoRecover. AutoRecover continues writing temporary backup files to your local drive every ten minutes by default and will still help you recover work after a crash. Keep AutoRecover enabled at all times, even when AutoSave is off, so you have a safety net during unexpected Excel failures or system reboots.
Even after you disable AutoSave, you may run into situations where the toggle appears to turn itself back on, where the setting resets after an update, or where individual files refuse to honor your default preference. These edge cases trip up thousands of users every week and are documented across Microsoft community forums. The first common problem is that the per-workbook setting overrides the global default. If a colleague saved a file with AutoSave explicitly on, the file remembers that state and re-enables AutoSave when you open it, regardless of your default setting.
The fix is to manually toggle AutoSave off the first time you open any shared workbook, then press Ctrl+S to commit the new preference. Excel embeds the AutoSave state in the file's metadata, so saving with AutoSave off updates the embedded preference. Subsequent opens by anyone, including the original creator, will respect the most recently saved state. This is particularly important for templates and master workbooks that get reused dozens of times across an organization.
A second common problem is that AutoSave grays out and shows a message saying AutoSave is unavailable. This usually means the file is stored somewhere AutoSave cannot reach, such as a third-party cloud drive mounted as a local folder, a network share that does not support real-time sync, or a OneDrive folder that is paused or signed out. Check the OneDrive system tray icon for sync errors. If OneDrive is paused, AutoSave will not function until sync resumes, and the toggle will remain grayed out regardless of your settings.
The third problem is that AutoSave keeps re-enabling after Microsoft 365 updates. This is a known issue when Excel transitions between channels, such as moving from Current Channel to Monthly Enterprise Channel. The update process occasionally resets save-related preferences to factory defaults. The workaround is to verify your settings under File, Options, Save after every major version update. Set a calendar reminder to check this on the first business day of each month if you depend heavily on having AutoSave off.
A fourth scenario involves files that mix Personal OneDrive and OneDrive for Business storage. If you save a file to your personal OneDrive but your default sign-in is your work account, AutoSave can behave inconsistently because the file lives in one tenant while your license sits in another. The fix is to consolidate file storage to a single OneDrive account, or to sign out of one account entirely while editing files in the other. Keeping both accounts signed in simultaneously causes the bulk of these inconsistencies.
Macros and VBA can also interfere with AutoSave. Workbooks containing Workbook_BeforeSave event handlers may behave unexpectedly when AutoSave fires every two seconds, particularly if the macro performs heavy operations like external database queries. If you maintain a VBA-heavy workbook, disabling AutoSave is often essential to keep the file responsive. The same applies to workbooks with thousands of volatile formulas where every save triggers a full recalculation, slowing the file to a crawl during normal editing.
Finally, watch out for Excel add-ins that hook into the save pipeline. Some third-party add-ins, particularly older COM add-ins for compliance scanning or document classification, do not handle AutoSave correctly and may force the toggle back on, throw errors during silent saves, or corrupt the workbook's AutoSave metadata. If you experience persistent strange behavior, disable add-ins one by one under File, Options, Add-ins to identify the culprit, then contact the vendor for an AutoSave-compatible update.
Once you have AutoSave disabled, adopting a disciplined save habit becomes critical. The simplest practice is to press Ctrl+S after completing any meaningful unit of work, such as finishing a formula, populating a table column, or applying formatting to a section. This rhythm replaces the safety net that AutoSave provided and ensures that data loss from crashes is limited to seconds rather than minutes. Many experienced analysts develop a near-unconscious habit of tapping Ctrl+S every few seconds during heavy editing sessions, similar to how programmers hit Ctrl+S in their code editors.
For complex financial models, consider adopting a versioning convention in the file name itself. Save your master workbook as Model_v01.xlsx, then use Save As to create Model_v02.xlsx before making major structural changes. This gives you a clear audit trail of decision points and an easy rollback path if a change breaks the model. Combine this with OneDrive's built-in version history for redundancy. Disabling AutoSave does not disable version history, so each manual save still creates a recoverable snapshot in the cloud.
If you collaborate with others, communicate clearly that you have AutoSave off. Co-authors expecting real-time updates may become frustrated when your changes do not appear in their view for several minutes. Establish a workflow rule with your team, such as committing changes at the top of every hour during shared editing sessions, or using a chat channel to announce when major edits have been saved. Clear communication prevents the most common collaboration friction caused by mixed AutoSave states across team members.
Power users should explore the Quick Access Toolbar to add a visible Save button with a keyboard shortcut hint. Right-click the toolbar, choose Customize Quick Access Toolbar, and add the Save command if it is not already there. Some users prefer to add Save As alongside it for fast versioning. Having both buttons prominently visible in the upper-left corner serves as a constant visual reminder that you are responsible for committing changes, which reinforces the manual save discipline you need with AutoSave disabled.
Backups outside OneDrive are another worthwhile safety measure. Configure a weekly task to copy your most important workbooks to a separate cloud service like Google Drive, Dropbox, or a local external drive. This protects you against the rare but catastrophic scenario where OneDrive corruption affects an entire version history. Cloud services have excellent uptime, but redundancy across providers gives you the strongest protection. A simple PowerShell script scheduled through Task Scheduler can automate this on Windows in under twenty lines of code.
Consider learning a few keyboard shortcuts that pair well with disciplined manual saving. F12 opens Save As in one keystroke, Ctrl+Shift+S also works in some Microsoft 365 builds, and Ctrl+W closes the active workbook with a save prompt. Mastering these reduces the cognitive overhead of save management. After two or three weeks of practice, the manual save workflow feels completely natural and you wonder why AutoSave ever seemed like a good default. Many users report higher confidence and lower anxiety once they regain explicit control over commits.
Finally, document your AutoSave preference and the reasoning behind it somewhere a future you can find. A simple Notes file or README entry explaining why AutoSave is off, what version history fallback exists, and what your manual save cadence looks like will save hours of confusion if you ever need to onboard a new team member or troubleshoot mysterious behavior six months from now. Treat your Excel environment configuration like infrastructure that deserves documentation, not just personal preference. Future contributors and your future self will thank you for taking five minutes to write it down clearly.
Beyond the mechanical steps of turning off AutoSave, there are advanced techniques that experienced Excel users employ to keep their workflow safe and predictable. The first technique is to use a dedicated scratch workbook for experimentation. Open a new blank workbook, never save it to OneDrive, and use it as a sandbox for testing formulas, exploring data, and prototyping pivot table layouts. Because it is never saved to the cloud, AutoSave never activates, and you have complete freedom to delete, undo, and rewrite without consequence. Once your prototype works, copy the finished structure into your real workbook.
The second technique is to leverage Excel's Read-Only mode for files you are reviewing but not editing. From the File menu, choose Open, navigate to the file, click the arrow next to the Open button, and choose Open Read-Only. This bypasses AutoSave entirely because Excel knows it should not commit any changes. If you decide you want to edit after all, you can save a copy with a different name or remove the read-only flag through File, Info. This is the cleanest workaround when you only need to look at a file without risking accidental edits.
The third technique involves using sensitivity labels strategically. Microsoft Purview sensitivity labels can be configured to block AutoSave on highly confidential workbooks. If your organization uses Purview, ask your administrator to apply the Confidential or Highly Confidential label template to sensitive financial models. The label automatically disables AutoSave and adds an encryption requirement, achieving both security and manual save control in a single action. This works particularly well for executive dashboards, board reports, and merger and acquisition models.
The fourth technique is browser-based viewing. If you receive a OneDrive workbook link from a colleague but only need to read the data, open it in Excel for the web rather than the desktop. The web viewer defaults to read mode and never engages AutoSave for view-only access. If you click Edit Workbook in the web interface, you enter edit mode and AutoSave engages, but until you click that button, you are safe. This is useful for quick reference checks where you do not need full desktop features.
The fifth and most powerful technique is scripting through PowerShell or Office Scripts. Office Scripts in Excel for the web allow you to record and replay actions, including saving the file with explicit control over timing. You can build a script that performs a complete set of edits in memory and only commits at the end with a single explicit save action. This is essentially manual save automation, perfect for batch processing dozens of similar workbooks where AutoSave would create unwanted intermediate versions.
The sixth technique is to standardize on a folder structure that segregates AutoSave-friendly files from manual-save files. Create two top-level OneDrive folders called Live and Drafts. Live folder workbooks have AutoSave on and are intended for real-time collaboration. Drafts folder workbooks have AutoSave off and are intended for personal work. This visual organization helps you remember which save mode applies and reduces accidental commits to live shared files when you intended to work in a draft. Pair this with naming conventions that signal intent, such as Live_Q4_Forecast.xlsx versus Draft_Q4_Forecast.xlsx for clarity.
Lastly, build a personal recovery checklist for the rare situations when you lose work despite your best practices. The checklist should include: check the Document Recovery pane on next Excel launch, inspect Version History in OneDrive web for the last hour of snapshots, look in the AutoRecover folder under AppData Roaming Microsoft Excel for temporary recovery files, and as a last resort, check the OneDrive recycle bin in case the file itself was deleted.
Print this checklist or save it as a sticky note. When data loss strikes, panic is the enemy, and a clear recovery procedure helps you act calmly to recover whatever can still be saved.