Symptoms & Diagnosis
A black screen in Notion typically occurs when the application’s desktop client or web interface fails to render the workspace. Instead of your notes, you are met with a void that persists even after a standard restart.
Common symptoms include a flickering window, a completely dark UI while menus remain visible, or the app getting stuck on the initial loading phase. This usually indicates a corrupted local cache, outdated GPU drivers, or a failed background update.
Before proceeding, check your internet connection and ensure Notion’s servers are operational. If the web version works but the desktop app is black, the issue is localized to your device’s cache.

Troubleshooting Guide
Clearing the cache is the most effective way to resolve the “Notion black screen” issue. This force-refreshes the application data without deleting your actual pages, which are stored safely in the cloud.
Clearing Cache on Windows
To fix the black screen on Windows, you must manually delete the cached AppData folder. Close Notion completely using the Task Manager before running these commands.
# Navigate to the Notion AppData folder
cd %appdata%
# Remove the Notion directory to clear cache
rmdir /s /q Notion
Alternatively, press Win + R, type %appdata%, and delete the folder named “Notion” manually.
Clearing Cache on macOS
Mac users often encounter the black screen due to permission errors in the Library folder. Use the following steps to reset the application state.
# Open Terminal and run the following command
rm -rf ~/Library/Application\ Support/Notion
Restart Notion after running this command. The app will prompt you to log in again, and the black screen should be resolved.
Browser-Based Fixes
If you are experiencing the black screen in a web browser, the conflict is likely tied to site-specific cookies or extension interference. Use the table below to find the specific path for your browser.
| Browser | Action | Shortcut |
|---|---|---|
| Google Chrome | Clear Hosted App Data | Ctrl + Shift + Del |
| Mozilla Firefox | Clear Site Cookies/Cache | Ctrl + Shift + Del |
| Safari | Empty Caches | Option + Cmd + E |
Prevention
To prevent the black screen from returning, regularly update your Notion desktop application. Developers frequently release patches that address rendering bugs and GPU compatibility issues.
Consider disabling “Hardware Acceleration” in your system settings if you have an older graphics card. This reduces the strain on the UI renderer and can stop the black screen from occurring during high-resource tasks.
Lastly, ensure your operating system is up to date. Conflicts between the Electron framework (which Notion uses) and outdated OS system files are a common root cause for workspace display errors.