Share via

How do I fix hardware graphics acceleration issues in excel

Shawn ODonnell 0 Reputation points
2026-03-09T02:51:26.75+00:00

I am trying to disable "Disable hardware graphics acceleration" on excel and it is not available under advanced settings in the app. I'm told that I can do it through registry editor but am unsure how to get there and I've tried windows + R and typed excel/safe, but windows cannot find that.

I have also turned off hardware-accelerated GPU scheduling in settings and restarted my computer, but I am still getting the whit freeze screen.

Microsoft 365 and Office | Excel | For home | Windows

2 answers

Sort by: Most helpful
  1. Sumit D - IA 164.8K Reputation points Independent Advisor
    2026-03-09T03:29:01.3666667+00:00

    Hi Shawn,

    The command

    excel<space>/safe command runs Excel in Safe Mode. It won't disable Graphics acceleration.

    #2: Disable using Registry Editor using the following steps:

    Press Win + R, type regedit, and hit Enter.

    Navigate to the following key based on your Office version:

    For Office 2016 / 2019 / 2021 / Microsoft 365: HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Common\Graphics

    • Right-click on the Graphics folder in the left pane.
    • Select New > DWORD (32-bit) Value.
    • Name the new value: DisableHardwareAcceleration.
    • Double-click it and change the Value data from 0 to 1.
    • Click OK.
    • Create another DWORD (32-bit) Value in the same Graphics folder.
    • Name it: DisableAnimations.
    • Set the Value data to 1.

    I hope this information helps. If you have any more questions, don't hesitate to reach out.

    Otherwise, please take a moment to rate the answer. Wishing you good luck!

    0 comments No comments

  2. Q&A Assist
    2026-03-09T02:51:42.48+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    Follow these steps to address the white/freeze screen and control hardware graphics acceleration for Excel.

    1. Try disabling hardware acceleration from within Office (if available) Even if Excel doesn’t show the option, check any Office app:
      1. Open Word, Excel, or another Office application.
      2. Select File > Options.
      3. Select Advanced.
      4. Under Display, look for Disable hardware graphics acceleration and select the check box.
      5. Select OK, then restart Excel and test.
      This is the standard method used in multiple Excel/Office issues where white/blank screens or “not responding” behavior occur.
    2. If the checkbox is not available, disable hardware acceleration via the registry The registry method is used in Office when the UI option is missing or cannot be used.

      Important: Editing the registry incorrectly can cause serious problems. Back up the registry first using the guidance in back up the registry for restoration before making changes.

      1. Close all Office applications.
      2. Open Registry Editor:
        • Select Start, type regedit, and select regedit.exe from the results.
      3. In Registry Editor, navigate to the Office graphics key for the version in use. For Office 2016/2019/Microsoft 365, the path pattern used in the documentation is: HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Common\Graphics
      4. In the Graphics key, create or edit the DisableHardwareAcceleration value:
        • On the Edit menu, point to New, then select DWORD (32-bit) Value.
        • Name it DisableHardwareAcceleration.
        • Right-click DisableHardwareAcceleration and select Modify.
        • In Value data, enter 1, then select OK`.
      5. Close Registry Editor.
      6. Restart the computer, then start Excel and test again.
      This approach is the same pattern used to work around Office graphics issues such as ODBC Administrator crashes and other display-related problems.
    3. Run Excel in Safe Mode to rule out add-ins Add-ins can also cause white or frozen screens.
      1. Use the Excel safe mode troubleshooter approach:
        • Safe mode bypasses startup folders, custom toolbars, Excel add-ins, and most COM add-ins.
      2. If Excel works correctly in safe mode, disable add-ins one by one:
        • In Excel, select File > Options > Add-Ins.
        • At the bottom, in Manage, select COM Add-ins > Go.
        • Clear one add-in, select OK, restart Excel, and test.
        • Repeat until the problematic add-in is found.
    4. Update graphics drivers and Office Even with hardware acceleration disabled, outdated drivers can still cause instability.
      • Update the video adapter driver from the PC or GPU manufacturer.
      • Install all important, recommended, and optional Windows and Office updates.
    5. If using Intel or Nvidia Optimus graphics For some Intel and Nvidia Optimus combinations, the documented fix is to manually disable hardware acceleration in Office (as in step 1 or via the registry) and keep it disabled until the Intel driver is updated to a compatible version.
    6. If the issue persists after all steps
      • Consider an Office repair using the standard “Repair Office programs” guidance referenced in the Excel error article.

    These steps combine the supported UI and registry methods for disabling hardware acceleration in Office, plus safe mode/add-in isolation and driver/Office updates, which are the documented approaches for white/blank screens and “not responding” behavior in Excel.


    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.