Forum Discussion
Excel White\Blank Screen
How do I resolve the Excel White\Blank Screen. I have installed the latest Office365 Updates
7 Replies
- JacquesRossouw-ZACopper Contributor
I tried everything. Nothing is working.....
- NikolinoDEPlatinum Contributor
Thank you for the feedback – it's certainly frustrating when standard solutions don't work, especially after trying so many steps. The only thing I, as a regular user, can suggest are some additional steps that might help.
Since we have exhausted the basic configuration checks (Add-ins, Registry reset, Printer drivers) and the issue persists across multiple files, we need to look at deeper system-level corruption or conflicts.
Because the "Disable Hardware Graphics Acceleration" option was removed from the Excel menu in recent updates, we have to use more robust methods to force that setting or repair the core engine.
Please try these three solutions in this specific order. They are the definitive steps for cases where the white screen resists typical fixes.
1. Perform an "Online Repair" (The most thorough non-destructive fix)
Since files open but don't render, the core rendering engine or a dependency is likely corrupted. A standard "Quick Repair" often misses this; we need the "Online Repair," which completely replaces the Office installation files.
How to do it:
- Close all Office applications (Excel, Word, etc.) and ensure no EXCEL.EXE processes are running in Task Manager.
- Open Windows Settings > Apps > Installed apps (or Apps & features in Windows 10).
- Find your Microsoft 365 or Office 365 installation in the list.
- Click the three dots (...) next to it (or the "Modify" button) and select Modify.
- Crucial Step: Select Online Repair (do not select Quick Repair).
- Note: This requires an active internet connection. It will download fresh installation files and may take 30–60 minutes, but it is the most thorough fix available without a full uninstall.
- Click Repair. Once finished, restart your PC and test Excel.
2. Force Disable Hardware Acceleration via Registry (The "Hidden" Fix)
You are correct that Microsoft removed the checkbox from the UI. However, the underlying registry key still exists and functions. We can force this setting manually. This is often the "magic bullet" for the white screen issue on modern Office 365 builds.
Warning: Please back up your registry before proceeding.
Steps:
- Press Windows Key + R, type regedit, and press Enter.
- Navigate to the following path (copy/paste this into the address bar at the top of the Registry window):
Computer\HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Common\Graphics
(Note: If the "Graphics" folder does not exist under "Common", right-click "Common" > New > Key and name it "Graphics"). - In the right pane, right-click an empty space > New > DWORD (32-bit) Value.
- Name the value exactly: DisableHardwareAcceleration
- Double-click the new entry and change the Value data to 1.
- Click OK, close the Registry Editor, and restart Excel.
3. The "Clean Boot" (To isolate third-party interference)
If the above fails, a background application (Antivirus, PDF software, or a shell extension) might be "hooking" into Excel and crashing the renderer before it even draws the screen.
How to do it:
- Press Windows Key + R, type msconfig, and press Enter.
- Go to the Services tab.
- Check Hide all Microsoft services (this is crucial to avoid breaking Windows functionality).
- Click Disable all.
- Go to the Startup tab and click Open Task Manager.
- Disable every startup item listed (right-click > Disable).
- Restart your PC.
- Try opening Excel immediately. If it works now, one of the disabled services/apps was the culprit. You can re-enable them one by one to find the offender (common culprits are iCloud, Dropbox, or Antivirus).
If the Online Repair (Step 1) does not work, the Registry fix (Step 2) is statistically the most likely to solve a persistent white screen where the UI option is missing.
If none of these three steps work, the issue is isolated to your Windows User Profile. The fastest way to confirm this is to create a new temporary local user account in Windows.
My answers are voluntary and without guarantee!
Hope this will help you.
- NikolinoDEPlatinum Contributor
Since I am not aware of any official information about a bug, please try the following solution approaches which may resolve your issue.
Based on your scenario (multiple files affected), here's the optimal sequence:
Disable Hardware Graphics Acceleration
How to do it without seeing the screen:
- Close Excel completely.
- Open a blank Excel file ( it will be white).
- Press the Alt key on your keyboard. You should see letters appear over the ribbon tabs (File, Home, Insert, etc.).
- Press F (for File).
- Press T (for Options - it's usually at the bottom). If you don't see the menu, press Alt again to make the letters appear, then press O.
- Once the Options window opens (you might have to guess where the "OK" button is or press Enter):
- Press the Tab key repeatedly until you highlight the list on the left.
- Use the Down Arrow key until you hear "Advanced" (or feel for the scrollbar moving). Press Enter.
- Press Tab until you get to the main content area.
- Use the Down Arrow key until you find the section labeled Display.
- Look for the checkbox: "Disable hardware graphics acceleration".
- Press the Spacebar to check it.
- Press Tab until you find the OK button and press Enter.
- Close Excel and reopen it.
Open in Safe Mode (To check for Add-ins)
If disabling graphics didn't work, a plugin (Add-in) is likely crashing Excel upon launch.
- Close Excel.
- Press Windows Key + R on your keyboard.
- Type exactly: excel /safe
- Press Enter.
- If Excel opens normally (with color):
- Go to File > Options > Add-ins.
- At the bottom, where it says "Manage: Excel Add-ins", click Go...
- Uncheck ALL boxes and click OK.
- Restart Excel normally. If it works, turn the add-ins back on one by one to find the bad one.
Printer Driver
Excel tries to format the page based on your default printer. If your default printer is a network printer that is offline, or a "PDF" writer that is broken, Excel renders a white screen.
- Press Windows Key + R, type control printers, and hit Enter.
- Find a generic printer like "Microsoft Print to PDF" or "Microsoft XPS Document Writer".
- Right-click it and select "Set as default printer".
- Try opening Excel again.
Reset the Excel Registry Key
If the above fails, the internal settings file for Excel is corrupt.
- Press Windows Key + R, type regedit, and hit Enter.
- Navigate to this folder path (you can copy/paste this into the address bar at the top of the Registry window):
Computer\HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Excel - Right-click the Excel folder (the one labeled 16.0) and select Rename.
- Change the name to Excel_OLD.
- Close Registry Editor and restart Excel.
- Note: This will reset your personal Excel settings (like recent files list), but it often fixes the white screen instantly.
Check "Protected View"
Looking at your screenshot, the filename is PFINK42026.... This looks like a system-generated or downloaded file. If these files are coming from the internet or a network share, Excel might be blocking them in a way that causes a rendering error.
- Open Excel (even if blank).
- Press Alt + F then T (File > Options).
- Go to Trust Center (use arrow keys/tab).
- Click Trust Center Settings.
- Go to Protected View.
- Uncheck all three boxes (Enable Protected View for files originating from the Internet, etc.).
- Click OK and restart.
My answers are voluntary and without guarantee!
Hope this will help you.
Was the answer useful? Mark as best response and like it!
This will help all forum participants.
- JKPieterseSilver Contributor
NikolinoDE "Disable hardware graphics acceleration". was removed from Excel settings. the only thing you can do now is change the settings in Windows Settings > Display > Graphics.
- NikolinoDEPlatinum Contributor
Thank you for pointing that out—you are absolutely correct!
I really appreciate you catching this. Microsoft did remove the 'Disable hardware graphics acceleration' checkbox from Excel Options in recent Office 365 updates.
For anyone following this thread, the other solutions I originally shared are still working and remain valid options to try.
- JKPieterseSilver Contributor
Is this with one particular Excel file?
- JacquesRossouw-ZACopper Contributor
More than 1 excel file....