Symptoms & Diagnosis
Excel 365 freezing typically manifests as the dreaded “Not Responding” message in the title bar. Users often experience sudden hangs when performing simple tasks like copying cells or switching between worksheets.
To diagnose the issue, observe if the freezing occurs in a specific workbook or across all files. Frequent causes include corrupted local cache, problematic third-party add-ins, or outdated graphics drivers interfering with hardware acceleration.

Troubleshooting Guide
1. Launch Excel in Safe Mode
The fastest way to determine if add-ins are causing the freeze is to launch the application in Safe Mode. This prevents all extensions from loading during startup.
excel.exe /safe
Press the Windows Key + R, type the command above into the Run dialog, and hit Enter. If Excel runs smoothly, the issue is likely a COM add-in.
2. Disable Hardware Graphics Acceleration
In Microsoft 365, visual rendering features can sometimes conflict with your video card drivers. Disabling hardware acceleration can stabilize performance on many systems.
Navigate to File > Options > Advanced. Scroll down to the Display section and check the box for “Disable hardware graphics acceleration.” Click OK and restart the application.
3. Repair the Office Installation
If the freezing persists across all files, your Microsoft 365 installation may have corrupted core files. You can trigger a repair through the Windows Settings menu.
| Repair Method | Best For | Time Estimate |
|---|---|---|
| Quick Repair | Fixing corrupted files quickly without an internet connection. | 2-5 Minutes |
| Online Repair | Deep-seated issues requiring a fresh download of Office files. | 10-20 Minutes |
Prevention
To prevent Excel 365 from freezing in the future, avoid using excessive volatile functions like INDIRECT, OFFSET, and TODAY in large datasets. These functions trigger a recalculation every time a change is made, consuming CPU resources.
Keep your file sizes manageable by removing unused formatting and hidden objects. Additionally, ensure that your Windows Update is current to receive the latest stability patches for the Microsoft 365 suite.