As of 2026, "Excel at" means performing exceptionally well or demonstrating mastery in a specific task or skill using Microsoft Excel.
What's happening with my Excel formulas?
Formulas aren’t calculating because calculation mode is stuck on manual, circular references are creating loops, or the file itself has become corrupted.
The most common symptom? Cells show outdated values or refuse to update at all. Excel 365 (Version 2312 or later) defaults to automatic calculation, but older files or user settings can override this. If you inherited a legacy workbook, someone might have toggled the calculation mode to manual in
File → Options → Formulas. Corruption often sneaks in after an unexpected shutdown or when transferring files between devices.
How do I fix this?
Switch to automatic calculation, find and remove circular references, force a full recalculation, repair corrupted files, and update Excel to the latest version.
Follow these steps in order:
- Switch to Automatic Calculation
Head to File → Options → Formulas. Under Calculation options, pick Automatic. Hit OK and refresh the workbook—you should see changes right away.
- Check for Circular References
Go to Formulas → Error Checking → Circular References. Excel will flag the cell causing the loop. Fix or delete the formula, then press F9 to recalculate.
- Force a Full Recalculation
Press Ctrl + Alt + F9 to force Excel to recalculate every single formula in the workbook, not just the ones tied to your active cell.
- Repair Corrupted Files
Open Excel, go to File → Open → Browse. Pick the corrupted file, click the dropdown next to Open, and choose Open and Repair. If that doesn’t work, try saving the file in .xlsb format—it’s tougher against corruption.
- Update Excel
Make sure you’re running the latest build by checking File → Account → Update Options → Update Now. Microsoft patches calculation bugs frequently—any build before 2024 might be missing critical fixes.
I tried all that, but formulas still won’t update. Now what?
Re-enable disabled add-ins, reset Excel’s settings to default, or use the Inquire add-in to spot hidden calculation blockers.
If formulas still won’t budge, the problem might hide in add-ins or corrupted settings:
- Re-enable Add-ins
Go to File → Options → Add-ins → Manage Excel Add-ins → Go. Turn each add-in back on one by one, testing calculations after each change. Third-party tools like Power Query or old COM add-ins often cause conflicts.
- Reset Excel Settings
Corrupted user settings can quietly break calculations. Reset everything via File → Options → Advanced → Reset all Excel settings. You’ll lose custom ribbon layouts and macros, but it often fixes unexplained bugs.
- Use the Inquire Add-in
Need deeper digging? Enable the Inquire add-in via File → Options → Add-ins → COM Add-ins → Inquire. Run Workbook Analysis to uncover calculation bottlenecks, hidden links, or broken references that aren’t visible in the UI.
How can I prevent this from happening again?
Set new workbooks to use automatic calculation, review complex formulas regularly, turn on AutoSave, and cut back on volatile functions.
These habits will keep Excel running smoothly and stop calculation headaches before they start:
- Automate Calculation Early
Make automatic mode the default for new workbooks in File → Options → Formulas. Save manual mode for specialized tasks—like iterative financial models—where you control recalculation frequency.
- Audit Formulas Regularly
Use Formulas → Formula Auditing → Trace Precedents/Dependents to map how cells connect. Remove circular references by isolating iterative calculations on a dedicated sheet or enabling iterative calculation settings in File → Options → Formulas → Enable iterative calculation.
- Turn On AutoSave and Cloud Backups
Enable AutoSave via File → Account → Save and store critical files in OneDrive or SharePoint. Excel 365’s version history lets you roll back to a stable version if errors pop up again.
- Cut Down on Volatile Functions
Swap out volatile functions like TODAY(), NOW(), RAND(), or OFFSET() for static values or structured references. Volatile functions recalculate constantly, slowing down big workbooks and raising corruption risks.
Edited and fact-checked by the TechFactsHub editorial team.