Fix Windows 11 Lag When Multiple Browser Tabs Are Open
🔍 WiseChecker

Fix Windows 11 Lag When Multiple Browser Tabs Are Open

Quick fix: Open Edge Settings → System and performance → Optimize performance. Enable Save resources with sleeping tabs (5 minutes), Use memory saver, and Efficiency mode. Set tab discarding aggressive: edge://flags → Discard ring improvements → Enabled. Limit tabs to ~20 active per window.

You open 50+ browser tabs across multiple windows. Each tab loads, takes 50–200 MB of RAM. Total memory pressure climbs. Windows starts paging, every interaction lags — clicks take seconds, scrolling stutters, even other apps slow down. The fix is aggressive tab memory management plus closing tabs you’ve forgotten about.

Symptom: System-wide lag (not just browser) when many browser tabs are open; everything slows down.
Affects: Windows 11 (and Windows 10) with browsers consuming significant memory.
Fix time: ~10 minutes (setup) + ongoing habit.

ADVERTISEMENT

What causes this

Each browser tab loads HTML, CSS, JavaScript, images, and any background scripts. Modern web apps (Gmail, Notion, Discord web, YouTube) use 200–500 MB per tab. 50 tabs × 200 MB = 10 GB — more than many laptops have free RAM. Windows compensates by paging memory to disk, which is 100× slower than RAM.

Tab discarding (also called sleeping tabs, memory saver) is the browser’s mitigation: tabs idle for N minutes are unloaded from memory, reloaded on click. The cost is a brief reload delay; the benefit is much less memory pressure.

Method 1: Configure Edge sleeping tabs and memory saver

The standard fix.

  1. Open Edge. Click three-dot menu → Settings.
  2. In the left sidebar, click System and performance.
  3. Enable:
    • Save resources with sleeping tabs — toggle on. Set Put inactive tabs to sleep after the specified amount of time to 5 minutes. Or longer if you switch tabs frequently.
    • Memory saver — toggle on. Discards tabs more aggressively than sleeping tabs.
    • Efficiency mode — toggle on. Lowers CPU priority for background tabs.
  4. Configure Never put these sites to sleep — add streaming, video, and active-conversation sites that shouldn’t sleep.
  5. Restart Edge. Background tabs now use much less memory.
  6. For Chrome users: Settings → Performance → Memory Saver. Same idea.
  7. For Firefox users: about:config → search browser.tabs.unloadOnLowMemory → set to true.

Memory pressure typically drops by 30–60% after enabling these.

ADVERTISEMENT

Method 2: Reduce tab count with tab management

For when even discarded tabs are too many.

  1. Audit open tabs. For each:
    • Currently using? Keep.
    • Read later? Bookmark or save to a reading list, then close.
    • Forgot about? Close.
  2. Use Edge’s Collections feature: right-click tabs → Save to Collection. Closes tabs but keeps them accessible.
  3. For project-based tab sets: use Edge Workspaces. Create one per project; only one Workspace open at a time keeps tabs scoped.
  4. Use Tab Groups: right-click a tab → Add to new group. Collapse groups when not in use — tabs in collapsed groups can be discarded.
  5. For browsers with extensions: install OneTab or Session Buddy. They consolidate tabs to a single tab listing all URLs, reducing memory dramatically.
  6. For aggressive discarding: install The Marvellous Suspender (Chrome/Edge) which auto-suspends tabs after a configurable period.

Combine with Method 1 for layered memory reduction.

Method 3: Address the underlying memory pressure

For when tab management isn’t enough.

  1. Check total RAM: Task Manager → Performance → Memory. If In use is consistently >80% of total, you’re memory-pressured.
  2. Identify other memory consumers: Task Manager → Processes → sort by Memory. Browser, Electron apps (Slack, Discord, Teams), gaming launchers all use significant memory.
  3. Close or replace heavy apps:
    • Slack → consider Slack web app instead.
    • Spotify desktop → web player uses less.
    • Teams desktop → web client.
  4. Close background apps not in use. Some sit in tray consuming RAM (Skype, Microsoft Teams, OneDrive).
  5. For the page file: ensure it’s on an SSD, not HDD. Slow page file = slow whole system under memory pressure.
  6. For long-term solution: upgrade RAM. Going from 8 to 16 GB is the biggest single performance upgrade for heavy browser users. 16 to 32 GB if you also run dev tools.
  7. For laptops where RAM upgrade isn’t possible: aggressive tab discarding + memory saver are your only tools.

This is the structural fix when tab management alone isn’t enough.

How to verify the fix worked

  • Open Task Manager → Performance → Memory. With Memory saver enabled and 30 tabs open, In use should be ~40–60% of total RAM (much better than 90%+).
  • Open Task Manager → Processes → sort by Memory. Browser processes for sleeping tabs use 5–20 MB each; awake tabs use 100+ MB.
  • Click around the system. No more lag. Other apps respond normally.

If none of these work

If memory pressure persists, the problem may be elsewhere. Memory leak in a specific app: see “Use Resource Monitor to Find a Memory Leak” article. Identify which app leaks and restart it daily. Storage I/O bottleneck: if Memory shows healthy but the PC is slow, the SSD is overloaded. Task Manager → Performance → Disk. Active time >80% = bottleneck. Check what’s reading/writing constantly: Resource Monitor → Disk tab. For HDD storage: page file thrashing on HDD is catastrophic. Either upgrade to SSD or reduce page file usage by reducing tab count. For browsers with extensions that leak: try Edge’s Settings → Profiles → Hide Extensions Menu — check which extensions you’ve installed. Disable extensions one at a time; the one whose disable resolves issues is the leak source.

Bottom line: Enable Edge memory saver + sleeping tabs + efficiency mode. Group tabs and discard ones you don’t need. The lag from browser memory pressure clears immediately.

ADVERTISEMENT