Symptoms & Diagnosis
When Notion is stuck on a spinning icon, it usually indicates a breakdown in communication between your local client and Notion’s servers. This “infinite loop” prevents the workspace from rendering the database blocks and page content.
Before diving into complex fixes, identify where the failure is occurring. Is it a localized app glitch, a browser cache conflict, or a wider server-side outage?
| Symptom | Probable Cause | Primary Check |
|---|---|---|
| Infinite Spinner (Desktop) | Corrupt local cache files | Reset App Data |
| Spinning on Browser | Incompatible Extensions | Incognito Mode |
| “Waiting for notion.so” | DNS or Network block | Ping notion.so |
![]()
Troubleshooting Guide
If a simple refresh (Ctrl+R or Cmd+R) doesn’t work, you need to perform a deeper reset of the environment. Follow these steps in order.
1. Force Reset the Desktop App
The Notion desktop app stores data locally to speed up performance. If these files become fragmented, the app hangs during the initialization phase.
To manually clear the Notion cache on macOS via Terminal, use the following command:
rm -rf ~/Library/Application\ Support/Notion
For Windows users, navigate to %AppData% and delete the Notion folder manually to force a fresh login and data sync.
2. Disable Interfering Extensions
Browser-based users often face the spinning icon due to aggressive ad-blockers or privacy extensions. These scripts can mistakenly block the WebSocket connections Notion uses for real-time updates.
Try opening Notion in an Incognito/Private window. If it loads instantly, one of your active extensions is the culprit. Disable them one by one to find the conflict.
3. Check for Global Outages
Sometimes the issue isn’t on your end. If the spinning icon persists across multiple devices, check the official Notion Status page. If “API” or “Real-time sync” services are degraded, you must wait for a server-side fix.
Prevention
To prevent Notion from getting stuck in the future, maintain a “lean” workspace. Pages with hundreds of nested toggles or massive unoptimized images can trigger time-out errors during the loading sequence.
Keep your desktop application updated to the latest version. Notion frequently releases patches that address memory leaks and connectivity stability. If you are on a slow network, consider using the “Offline” mode features when available to minimize the impact of intermittent packet loss.