Notion Crashing Windows 10 Blue Screen [Solved]

Issue Notion crashing Windows 10 with Blue Screen (BSOD)
Common Stop Codes VIDEO_TDR_FAILURE, IRQL_NOT_LESS_OR_EQUAL
Primary Cause GPU Hardware Acceleration or Corrupted Cache
Recommended Fix Disable Hardware Acceleration & Update Drivers

Windows 10 blue screen of death error caused by Notion application.

What is Notion crashing Windows 10 blue screen?

The Notion crashing Windows 10 blue screen error occurs when the Notion desktop application triggers a kernel-level failure. This usually happens because of a conflict between the app’s Chromium-based engine and the Windows display drivers.

When Notion attempts to use Hardware Acceleration to render pages, it may request resources from the GPU that are unavailable or improperly handled. This leads to the infamous Blue Screen of Death (BSOD), forcing your computer to restart to prevent damage.

This issue is rarely a sign of hardware failure. Instead, it is typically a software compatibility problem between Notion’s internal architecture and specific versions of Windows 10 or graphics card drivers (NVIDIA/AMD/Intel).

Step-by-Step Solutions

1. Disable Hardware Acceleration in Notion

Most BSOD errors in Notion are caused by the GPU acceleration feature. If you can open the app briefly, try this fix immediately.

Open Notion and go to Settings & Members > My Settings. Scroll down to the “Appearance” section and toggle off Hardware Acceleration. Restart the app.

2. Clear the Notion App Cache

Corrupted local data can cause the application to hang and crash the system. You can clear the cache manually via the command line.

Close Notion completely and run the following command in your terminal:

rmdir /s /q "%AppData%\Notion"

This removes the local cache files. When you relaunch Notion, you will need to log in again, but the corrupted data will be gone.

3. Update Graphics Drivers

Since this crash is often related to video rendering, ensuring your drivers are up to date is crucial. Outdated drivers frequently conflict with Electron-based apps like Notion.

Right-click the Start button and select Device Manager. Expand Display adapters, right-click your GPU, and select Update driver. Choose “Search automatically for drivers.”

4. Run System File Checker (SFC)

If Notion triggered a BSOD, it might have been due to underlying corruption in Windows system files. You can repair these files using the Command Prompt.

Open Command Prompt as Administrator and type the following:

sfc /scannow

Wait for the process to finish and restart your computer. This ensures that Windows 10 is stable enough to run resource-heavy applications.

5. Use the Web Version as a Workaround

If the desktop client continues to cause crashes, the web version of Notion is a stable alternative. It runs within your browser’s sandbox, preventing it from interacting directly with the Windows kernel.

Simply navigate to www.notion.so in Chrome or Edge. This avoids the driver-level conflicts associated with the dedicated desktop executable.