Share via

how to resolve: Excel ran out of resources while attempting to calculate one or more formulas.

christine kelsey 0 Reputation points
2026-03-11T16:44:50.58+00:00

I am working on about 14 spread sheets, I went to Formulas, kept automatic calculations (sheets are too complicated to go for manual), cannot get Excel to calculate any more. Yikes!

Microsoft 365 and Office | Excel | For home | Windows
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Katerina-N 6,775 Reputation points Microsoft External Staff Moderator
    2026-03-11T21:55:46.0233333+00:00

    Hello christine kelsey,

    Thank you for posting your question in the Microsoft Q&A forum!

    I understand that you are having issue with resolving Excel Resource Errors in Complex Sheets. I truly understand how you feel. Let me assist you go through this situation.

    I suggest you try this:

    1. Force a full calculation reset (clears Excel’s calculation memory)
    • Save everything
    • Close all Excel windows
    • Reopen ONLY the largest workbook
    • Press: Ctrl + Alt + Shift + F9
    • Wait until calculation finishes
    • Open the other workbooks one at a time

    This fixes the issue in most complex‑formula cases.

    1. Remove calculation killers (volatile formulas)
    • Press Ctrl + ` (show formulas)
    • Look for formulas repeated across many cells using:OFFSET INDIRECT TODAY(), NOW()
    • Replace where possible: OFFSET > INDEX INDIRECT > direct references

    Volatile formulas force Excel to recall everything and cause this exact error.

    1. Break or stabilize external links (very common with many files)
    • Go to Data > Edit Links
    • For each linked workbook: Open the source file, or Break the link if no longer needed
    • Recalculate again

    If the issue persists, please provide me these details so I could assist better:

    1. Are the 14 spreadsheets linked to each other (Data > Edit Links), or do they calculate independently?
    2. Approximately how many formulas are in the largest workbook (hundreds, thousands, tens of thousands)?
    3. Do you use any of these functions extensively: OFFSET, INDIRECT, TODAY(), NOW(), ARRAY formulas, or dynamic arrays (FILTER, XLOOKUP, LET)?
    4. What are your PC specs:
      • Windows 32‑bit or 64‑bit?
      • RAM size (e.g., 8 GB, 16 GB)?
    5. Does the error occur:
      • Immediately on opening Excel, or
      • Only after opening several workbooks / recalculating?
    6. Please send a screenshot (capture) of the issue, if possible. Before sharing, remove or blur any personally identifiable information.

    I hope this will help with your situation. Please feel free to reach back if you have further update or more questions.

    Best Regards,


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment”.   

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


  2. Q&A Assist
    2026-03-11T16:45:04.11+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    Follow these steps in order until Excel can calculate again.

    1. Check whether workbook limits are exceeded
      • Very large or complex workbooks can trigger “ran out of resources” errors.
      • In each workbook, reduce size/complexity where possible:
        • Remove unused rows/columns, extra sheets, and redundant formulas.
        • Simplify formulas, especially deeply nested ones (more than 64 nested levels is not allowed in Excel 2010 and similar limits apply in later versions).
        • Check that the worksheet is not near the maximum size (1,048,576 rows × 16,384 columns) and that individual cells do not contain extremely long text (up to 32,767 characters).
      • If a particular workbook is much larger or more complex than the others, focus optimization there first.
    2. Make sure only one instance of Excel is running Multiple Excel instances increase memory usage and can cause “available resources” errors.
      • Close all open Excel windows.
      • Open Task Manager and verify there are no remaining Excel processes.
      • Start Excel again and open only the workbooks needed for calculation.
    3. Close other applications
      • Close browsers, email clients, and any other programs to free memory.
      • If the error disappears when only Excel is running, keep fewer applications open while working with these spreadsheets.
    4. Test Excel in Safe Mode Add-ins can consume memory and interfere with calculation.
      • Start Excel in Safe Mode (for example, by using the Safe Mode startup method for Excel on Windows).
      • Open one of the problem workbooks and try recalculating.
      • If it works in Safe Mode, disable or remove unnecessary add-ins when running Excel normally.
    5. Optimize calculations and workbook content
      • Large numbers of formulas recalculating at once can trigger resource errors.
      • Reduce calculation load by:
        • Breaking very large models into multiple smaller workbooks.
        • Reducing the number of volatile functions and complex array formulas.
        • Simplifying PivotTables, charts with many data points, and excessive shapes or objects.
      • For more detailed performance tuning, see the calculation optimization guidance referenced in the context articles.
    6. If the problem persists in all files, repair or reinstall Office/Windows
      • If even very small, simple workbooks (for example, a 10×10 table with simple addition) trigger resource errors, the installation or system may be corrupted.
      • In that case, perform an Online Repair of Microsoft 365/Office from Windows Settings → Apps → Installed apps → Microsoft 365 → Modify → Online Repair.
      • If issues still occur after repair, a full Windows reinstall has resolved similar “ran out of resources” problems in some cases.

    After each step, test by opening one workbook and forcing a recalculation. If it succeeds, gradually reopen additional workbooks until the error returns; this helps identify whether the issue is a specific file, an add-in, or overall resource limits.


    References:

    0 comments No comments

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.