Excel hangs when inserting SVG icons — the real fix

Software – Microsoft Office Intermediate 👁 1 views 📅 May 26, 2026

This happens with Office 2019 and 365 on Windows 10/11. The SVG library conflicts with certain display drivers or Office graphics acceleration.

You're in the middle of a dashboard, click Insert > Icons > SVG, and Excel freezes solid. Maybe you see a white screen, maybe the cursor turns into a spinning wheel for 30 seconds. This is especially common on Windows 10 with Office 2019 or Microsoft 365, and it loves to happen on laptops with integrated Intel graphics or older NVIDIA GPUs. I've seen it on Dell XPS 13s, Lenovo ThinkPads, and custom desktops with dual monitors.

Why this happens

The root cause isn't a corrupt Office install or a bad SVG file. Excel's SVG rendering engine relies on DirectX through the Office Graphics Acceleration feature. When your GPU driver has a minor incompatibility — often from a Windows Update or a manufacturer driver that isn't fully WHQL certified — the rendering thread deadlocks. Excel waits for the GPU to finish something that never completes. Result: a frozen app that you have to kill via Task Manager.

The fix: disable hardware graphics acceleration

You don't need to update drivers or reinstall Office. The fix is turning off hardware graphics acceleration in Excel's settings. Here's how:

  1. Open Excel (if it crashes immediately, hold Ctrl when starting it to open in Safe Mode, then go to File > Options).
  2. Go to File > Options > Advanced.
  3. Scroll down to the Display section.
  4. Check the box labeled Disable hardware graphics acceleration.
  5. Click OK and restart Excel.

This forces Excel to render everything — including SVG icons — through the CPU using software rendering. It's slower for complex charts, but for icons and dashboards you won't notice. The hang disappears instantly.

If it still hangs after disabling acceleration

Sometimes the checkbox alone isn't enough because Office caches the old GPU state. Do this:

1. Clear the Office Graphics Cache

Close all Office apps. Press Win+R, type %localappdata%\Microsoft\Office\, and press Enter. Look for a folder named Graphics or 16.0 (the version number). Delete everything inside Graphics — the folder will recreate itself on the next launch. On Office 365, the path might be %localappdata%\Microsoft\Office\16.0\Graphics. Delete the Graphics folder entirely.

2. Update your GPU driver — but do it right

Don't use Windows Update. Go directly to Intel, AMD, or NVIDIA's site and download the latest driver for your specific model. For Intel integrated graphics on a laptop, use the Intel Driver & Support Assistant. For NVIDIA, use GeForce Experience or the manual driver search. After updating, restart and test.

3. Repair Office (quick option)

  1. Go to Settings > Apps > Installed apps (Windows 11) or Control Panel > Programs and Features (Windows 10).
  2. Find Microsoft 365 or Office in the list, click the three dots or right-click, and select Change.
  3. Choose Quick Repair (not Online Repair — that takes hours).
  4. Follow the prompts and restart.

When you should not disable acceleration

If you work with huge 3D charts or real-time data visualizations that need GPU power, software rendering might make those lag. In that case, try updating the GPU driver first. If that doesn't help, then disable acceleration — you can always re-enable it later for those specific workbooks.

Real-world trigger

I had a client whose Excel froze every time she inserted an SVG icon on her HP Spectre x360 with Intel Iris Xe graphics. The laptop had received a Windows 11 22H2 update the night before. Disabling hardware graphics acceleration fixed it in under 30 seconds. She's been using it that way for 6 months with zero issues.

Bottom line

This bug has been around since Office 2019 and Microsoft still hasn't patched it properly. The acceleration toggle is the workaround. If you're already on the latest driver and the hang persists, just flip that checkbox and move on with your work.

Was this solution helpful?