A slow Notion is almost never Notion’s fault in the way people assume. It is nearly always one page doing too much.
The fixes below are ordered by how often they actually work, not by how clever they are. Work down the list and stop when the lag goes away.
First, work out where the slowness is
Before changing anything, answer this: is everything slow, or is one page slow?
Open a small, simple page — a plain note with a few paragraphs. If that snaps open instantly, Notion is fine and you have a page problem. Skip to the next section.
If even the simple page drags, and it drags in a browser as well as the desktop app, you have a connection or account-level problem. Jump to the last section.
This one check saves people hours. Most “Notion is slow” complaints are one heavy database being asked to do too much.
Fix 1: Cut what a database view loads
This is the cause perhaps three-quarters of the time.
Every database view loads its rows, then loads the properties on those rows, then resolves every relation and rollup on each one. A table with 2,000 rows, twelve visible properties, and three rollups is doing tens of thousands of lookups before it can draw anything.
Three changes, in order of impact:
- Hide properties you do not read in that view. The data stays; it just stops being fetched. This alone often halves load time.
- Filter aggressively by default. A view showing “everything, ever” is the expensive version. Filter to this quarter, or to open items, and add a separate archive view you rarely open.
- Remove rollups you are not using. Rollups are the single most expensive property type because each one walks a relation and computes across it.
Do these three on your worst page before touching anything else.
Fix 2: Break up the mega-page
Notion loads a page as a unit. A dashboard with six linked database views, a gallery of images, and 400 blocks of text has to assemble all of it before it feels usable.
Split it. Put the two views you check daily on the landing page and move the rest to sub-pages one click away. The information is equally available; the page loads in a fraction of the time.
The same applies to long notes. A 3,000-block page — meeting notes appended for two years, for instance — will lag no matter what you do. Archive by quarter into child pages.
Fix 3: Clear the desktop app cache
The desktop app accumulates a local cache that occasionally grows corrupted or simply enormous. Symptoms are odd: the app is slow while the same workspace is fast in a browser.
Log out and back in first — that rebuilds most of it and takes thirty seconds. If that does not help, reinstall the app. Your content is on the server; nothing local is lost.
This is worth trying early precisely because it is cheap.
Fix 4: Cut down synced blocks and heavy embeds
Synced blocks are convenient and they cost you. Each one is a live reference resolved on load, and a page with a dozen of them across several sources will feel it.
Embeds are worse. Every embedded Figma file, Google Doc, video, or map is a separate external resource loading inside your page. Five embeds on a dashboard is five extra things that must respond before the page settles.
Replace embeds you rarely interact with with plain links. You lose the preview and get the page back.
Fix 5: Look at images
People paste screenshots straight into Notion at full resolution. Twenty 4 MB screenshots on one page is 80 MB the page must pull down every time it opens.
Compress before uploading, or move image-heavy content to its own page. Galleries with large cover images are a common offender — switching a gallery to small card previews helps noticeably.
Fix 6: Rule out the browser and the extensions
If Notion is slow in your browser but fine in the desktop app, an extension is likely interfering — ad blockers, privacy extensions, and grammar checkers are the usual three, because all of them inspect page content as it renders.
Test in a private window with extensions disabled. If it is fast there, re-enable extensions one at a time.
When it is genuinely not you
If everything is slow, in every browser, on every device, on a good connection, check Notion’s status page before spending another hour. Outages and degraded performance happen and they are not always announced loudly.
Also worth knowing: performance degrades with distance from Notion’s servers. If you are far from the nearest region, a baseline lag exists that no amount of page optimisation removes.
Quick reference
| Symptom | Most likely cause | Try first |
|---|---|---|
| One page slow, rest fine | Database view overload | Hide properties, add filters |
| Dashboard slow | Too many linked views | Split into sub-pages |
| Desktop slow, browser fast | Corrupted local cache | Log out and back in |
| Browser slow, desktop fast | Extension interference | Test in a private window |
| Slow while typing | Very long page | Archive older blocks to child pages |
| Everything slow everywhere | Connection or service | Check Notion’s status page |
Frequently asked questions
Does a paid plan make Notion faster?
No. Performance is the same across tiers. Paid plans change limits and features, not speed.
How many rows can a database handle?
There is no hard cap, but views get noticeably slower past a few thousand rows with many properties. The row count matters far less than how many properties and rollups each view has to resolve.
Is the desktop app faster than the browser?
Usually slightly, because of local caching. The difference is small compared to fixing a heavy page.
Why does typing lag on a long page?
Notion re-renders around the cursor, and on a very long page that work grows. If a note has become a 2,000-block archive, split it.
Will deleting old pages help?
Only if the pages are loaded by a view you actually open. Content sitting in trash or in unopened pages is not slowing anything down — the slowness comes from what a page loads, not from workspace size.
The one-line version
Find the slowest page, hide the properties you do not read, filter the view down, and delete the rollups you are not using. That is the fix in the large majority of cases, and it takes about five minutes.
See also our Notion pricing breakdown and Notion vs Obsidian. More guides in technology.
Tools worth your time, tested
New comparisons and fixes as we publish them, with pricing kept current. One email a week at most.

Leave a Reply