Start here: status.notion.so. Check both the core app status and the Notion AI component – they’re listed separately.


Something’s broken with Notion. Maybe the whole app won’t load. Maybe pages aren’t syncing. Or maybe the app is working fine but the AI assistant isn’t responding to anything.

The reason these problems look different from each other is that they ARE different. Notion’s core workspace and its AI features run on separate infrastructure, and distinguishing between them gets you to the right fix faster.


Notion’s Status Page: What to Look For

status.notion.so is the official Notion status dashboard.

Unlike some status pages that just give you one big green checkmark, Notion breaks out multiple components:

  • Notion — the core web and desktop app
  • Notion AI — the AI assistant feature
  • Notion API — the developer API
  • Notion iOS — the iPhone/iPad app
  • Notion Android — the Android app

This is actually useful. When you’re diagnosing a problem, you can tell immediately whether the issue is platform-wide or specific to one component.

Scenario 1: Notion core app shows “Operational,” Notion AI shows “Degraded Performance.” Your workspace loads fine and you can edit pages, but the AI assistant is slow or erroring out. This is a Notion AI-specific incident.

Scenario 2: Notion shows “Major Outage.” Everything’s down. Sit tight.

Scenario 3: Everything shows green but you’re still having issues. Could be a localized problem, a caching issue, or something specific to your account.


Core App vs. Notion AI: Two Different Systems

Notion’s core functionality — creating pages, editing blocks, database views, sharing workspaces, collaboration — doesn’t depend on the AI stack. It’s been running since before Notion AI existed.

Notion AI is essentially an AI assistant plugin layered on top of that core app. It connects to AI model providers behind the scenes (Notion uses a combination of models and has historically used both OpenAI and Anthropic’s APIs).

What this means practically:

When Notion AI is down, you can still use Notion for everything that doesn’t involve the AI button. All your pages, databases, and content remain accessible. You just can’t use AI-generated summaries, AI writing assistance, or the Q&A feature.

When the core app is down, nothing works — AI or otherwise.

This distinction matters because most “Notion is down” complaints I see on Reddit or X are actually “Notion AI is down.” People are frustrated that the AI features aren’t working, but their actual workspace and data is perfectly fine.


API Outages: Different from the Web App

If you’re a developer using the Notion API, pay attention to the API status component specifically. The API can have separate incidents from the web interface.

Common API issues:

  • Rate limiting hitting harder than expected (not an outage, just expected behavior)
  • Authentication endpoint problems
  • Specific API endpoints returning errors while others work

Notion’s API has a rate limit of 3 requests/second per integration. If you’re seeing 429 errors, that’s rate limiting, not an outage – it looks the same but the fix is different (back off and retry with exponential backoff).


Personal vs. Enterprise: Does Your Plan Affect Reliability?

Both personal and enterprise Notion runs on the same infrastructure, so there’s no scenario where enterprise accounts stay up during a personal plan outage or vice versa.

Where they differ is in support response times when something does go wrong. Notion Enterprise customers get dedicated support and SLA commitments. If you’re a personal plan user hitting an account-specific issue, you’re relying on community forums and Notion’s general support queue, which can be slow.

For platform-wide outages, both tiers are equally affected and equally waiting.


Notion’s Historical Uptime

Notion has generally maintained solid uptime – better than you’d expect for a complex collaborative workspace. Most incidents in 2025 and into 2026 have been:

  • Brief API degradations (20-45 minutes)
  • AI feature slowdowns during peak usage periods
  • Occasional sync delays for enterprise-scale workspaces

Full platform-wide outages are relatively rare. When they happen, Notion is usually transparent about causes and resolution timelines on their status page.

The AI features have historically been slightly less stable than the core app, which makes sense – they depend on third-party AI model providers, adding an extra failure point.


What to Do When Notion AI Specifically Is Down

If the core workspace is up but Notion AI isn’t responding:

For summarization tasks: Claude handles document summarization very well. Copy your content, paste it in, ask for a summary.

For writing assistance: ChatGPT and Claude both work as drop-in alternatives for “help me write” tasks.

For Q&A over your knowledge base: This is harder to replicate quickly. Perplexity can search the web, but it won’t have access to your private Notion pages. If this is critical for you, it’s worth thinking about backup workflows.

For brainstorming: Any capable AI assistant works here. Gemini, ChatGPT, Claude — they all handle open-ended ideation fine.


When the Whole App Is Down: Recover Your Access

If Notion itself is unreachable:

Notion has offline mode in the desktop and mobile apps. Pages you’ve recently viewed are cached locally and remain accessible even when the servers are down. You can even edit content offline – it syncs when connectivity is restored.

The web app doesn’t have offline support in the same way, so if you’re relying exclusively on browser access and Notion is down, you’re stuck. Worth having the desktop app installed for exactly this reason.


If Notion AI seems to be working but keeps giving you weird results or errors specific to certain features, that’s a different issue from a server outage. Our guide on Notion AI not working covers feature-specific troubleshooting steps. And if you’re trying to decide whether Notion AI is worth adding to your workspace in the first place, our Notion AI review breaks down what it actually does well and where it falls short.

For outages though: status page, offline mode if you need it, and check back in an hour.

FAQ

Is Notion AI down right now?
Check status.notion.so for the official real-time status. Notion breaks out different components, so look specifically for ‘Notion AI’ as a component – the core app and AI features can have separate incident statuses.
Why is Notion AI not working when Notion itself loads fine?
Notion AI runs on a separate infrastructure layer from the core app. The main app can be fully operational while the AI assistant is degraded or down. This is actually common – check the AI-specific component on status.notion.so.
Is the Notion app down or just Notion AI?
These are distinct. The core Notion app (creating pages, editing content, collaboration) can be up while AI features are unavailable, and vice versa. The status page separates them so you can diagnose which is affected.
What can I use instead of Notion AI when it's down?
If you just need Notion’s core workspace, keep using it – only the AI assistant is unavailable. For AI writing/summarization tasks specifically, Claude and ChatGPT handle similar prompts well as temporary replacements.
Does Notion's status page cover the API?
Yes. The Notion API is tracked as a separate component on status.notion.so. If you’re building with the Notion API and hitting errors, check that component specifically rather than looking at the web app status.