How to Disable (or at least hide) AI in Notion
these are three ways i use to disable or at least hide the annoying AI stuff in Notion:

1. Ask Notion to Turn It Off (yeah, Just Email Them)
There's no clean toggle that says "disable AI entirely." The most reliable method is just contacting Notion support and asking them to disable it on your account.
Send an email to team@makenotion.com and ask them to disable Notion AI. They've done this for users before, hereโs the source, it's a manual thing on their end, but it works.
Subject: Request to Disable Notion AI on My Account
Hi Notion team,
I'd like to request that Notion AI be fully disabled on my account.
My account email: [YOUR EMAIL HERE]
Please let me know if you need anything else from my end.
Thank you.
Yes, it's annoying that a setting this basic requires a support request. But here we are.
2. Turn Off Everything You Can in Settings
While you're waiting (or if you just want to reduce the noise), go to:
Settings โ Notion AI
Disable AI suggestions and any other toggles you see there. This won't nuke it completely, but it cuts down a lot of the in-your-face stuff.
3. Block It at the Browser Level (Web App Only)
If you use Notion in a browser, you can straight-up hide the AI elements using content filtering. This is the nerdiest option, but it actually works cleanly.
On Brave:
- Open Notion in Brave and click the Brave shield icon on the right side of the address bar
- Click on the Advanced Controls
- Click Filter Lists
- Scroll all the way down to "Create custom filters"
- Paste this below code into the black box:
! Hide AI button from the corner
notion.so##.notion-ai-button
! Hide AI from the sidebar
www.notion.so##.notion-sidebar > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(4) > .x1lliihq.x1heor9g.x1hl2dhg > div:nth-of-type(1)
- Click Save Changes and reload the all pages
On Firefox:
Firefox works with a free extension called uBlock Origin. Here's how to set it up:
- Open Firefox and go to this link to install uBlock Origin: ๐ https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/
- Click Add to Firefox, then click Add when the popup appears
- Once installed, click the uBlock Origin icon in your toolbar (it looks like a red shield)
- Click the gear/settings icon to open the Dashboard
- Click the "My filters" tab at the top
- Paste the same filter code in the text field:
! Hide AI button from the corner
notion.so##.notion-ai-button
! Hide AI from the sidebar
www.notion.so##.notion-sidebar > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(4) > .x1lliihq.x1heor9g.x1hl2dhg > div:nth-of-type(1)
- Click Apply changes at the top of the page, then refresh Notion
On Chrome:
Why not uBlock Origin? Google has restricted how extensions work in Chrome, which means the full version of uBlock Origin is no longer available. Instead, we'll use AdGuard, which is open-source and works great.
- Open Chrome and go to this link to install AdGuard: ๐ https://chromewebstore.google.com/detail/adguard-adblocker/bgnkhhnnamicmpeenaelnjfhikgbkllg
- Click Add to Chrome, then click Add extension when the popup appears
- Once installed, click the AdGuard icon in your toolbar (it looks like a green shield)
- Click the gear/settings icon to open Settings
- In the left sidebar, click User rules
- Paste this below filter code into the text area:
! Hide AI button from the corner
notion.so##a[data-testid="sidebar-ai-button"]
! Hide AI from the sidebar
www.notion.so##.notion-sidebar > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(4) > .x1lliihq.x1heor9g.x1hl2dhg > div:nth-of-type(1)
- Click Save, then refresh the Notion page
4. Spaces
If you press Space at the start of a new line, Notion immediately opens an AI prompt which is pretty annoying, to just add a regular space, hit Shift + Space instead.
Bottom Line
have a nice day :)