Why Do My Chrome Tabs Keep Reloading Themselves?
Free up to 100 saved links — no card, no sign-up to start.
Add to Chrome — Free
A tab finishes loading, you switch away to check something else, and when you come back it's loading all over again — spinner spinning, scroll position reset, anything you'd typed into a form gone. It isn't crashing and it isn't stuck; it loaded fine both times. The pattern is almost always the same: something unloaded the tab while it was out of view, and switching back to it triggered a full reload.
Cause 1: Memory Saver discarded the tab in the background
Chrome's Memory Saver (formerly Tab Discarding) actively frees memory by unloading inactive background tabs — it keeps the tab's icon and title in the strip, but the underlying page and its JavaScript are gone until you click back to it. That click is what triggers the reload you're seeing:
- Go to
chrome://settings/performance. - Check whether Memory Saver is on. If it is, this is very likely your cause — it's working as designed, just more aggressively than you'd like.
- Chrome discards tabs sooner when your system is under memory pressure (many tabs, many other apps open, less RAM), so the same tab can reload reliably during a heavy session and never during a light one.
This is expected behavior, not a bug — Chrome is trading a slower tab switch for lower memory use across your whole browser.
Fix: keep specific sites from being discarded
If a handful of tabs matter enough that losing their state is genuinely disruptive — an in-progress draft, a dashboard you're monitoring, a livestream — exempt them individually instead of turning Memory Saver off entirely:
- Open
chrome://settings/performance. - Under Always keep these sites active, click Add and enter the site.
- Chrome will no longer discard tabs on that site, while still freeing memory everywhere else.
You can also check a single tab's status right now at chrome://discards — it lists every open tab and whether Chrome has discarded it, which confirms whether Memory Saver is the actual cause before you go looking elsewhere. For the manual, on-demand version of this same mechanism, see How to Freeze (Discard) a Tab in Chrome Manually.
Cause 2: your system is genuinely low on memory
Even with Memory Saver off, the operating system itself can kill a background tab's process when RAM runs critically short, and Chrome silently reloads it when you switch back. This looks identical to Memory Saver from the user's side but isn't something a Chrome setting controls:
- Open Chrome's built-in Task Manager (Shift+Esc on Windows/Linux, or via the three-dot menu → More tools → Task Manager) and check how much memory Chrome's processes are using in total.
- If it's most of your available RAM, the fix is fewer open tabs and fewer other memory-heavy apps running at once, not a Chrome setting. See Why Chrome Uses So Much Memory for the full breakdown of what's actually consuming it.
Cause 3: an extension is reloading tabs on a timer
Some auto-refresh, session-manager, or "tab suspender" extensions reload tabs on a schedule or after a period of inactivity, by design — and it can look identical to Memory Saver discarding if you don't know the extension is running:
- Open an Incognito window (
Ctrl+Shift+N/Cmd+Shift+N) — extensions are off there by default. - Reproduce the same idle-then-switch-back pattern. If the tab stays loaded, an extension is responsible.
- Go to
chrome://extensions, disable candidates one at a time — especially anything with "auto refresh," "suspend," or "tab manager" in its description — and retest after each.
Cause 4: the page itself is set to auto-refresh
A small number of sites intentionally reload themselves on a timer — a live sports score page, a stock ticker, a dashboard with a meta-refresh tag. If it's consistently one specific site and never others, this is the likely explanation rather than anything in Chrome:
- Check if the site has its own auto-refresh toggle (many dashboards do).
- If reloading only happens on that one page and behaves identically in Incognito, it's the page's own behavior, not Chrome discarding it.
When you can't afford to lose tab state on a reload
If the real problem isn't the reload itself but what it costs you — a lost scroll position, an abandoned form draft, a research thread you have to re-find — the fix isn't tuning discard settings further. It's not depending on the live tab to hold that state in the first place.
Amazing Tabs saves the tabs that matter as a separate, searchable list that survives discards, reloads, and restarts:
- Save a tab or a whole window in one click, so a page you care about doesn't live only in a process Chrome can silently unload.
- Search by title, URL, or space with
⌘K/Ctrl+Kto get straight back to it instead of hunting through the tab strip. - Cross-device sync keeps the same saved list available wherever you're working.
- Free for up to 100 saved links.
Stop losing tab state to Chrome's memory management. Add Amazing Tabs to Chrome — free, no signup. Save what matters once, and a discard never costs you anything again.
Quick recap
- Switching back to a tab reloads it almost always means Chrome's Memory Saver (or the OS under memory pressure) discarded the tab's process while it was in the background.
chrome://discardsshows you exactly which open tabs have been discarded right now, confirming the cause before you troubleshoot further.- Exempt specific sites from discarding at
chrome://settings/performance→ "Always keep these sites active" instead of disabling Memory Saver entirely. - Test in Incognito to rule out an extension reloading tabs on its own schedule.
- A single site reloading and no others is more likely the page's own auto-refresh behavior than anything in Chrome.
Further reading: Why Chrome Uses So Much Memory for what's actually driving Chrome's RAM use, Why Background Tabs Slow Down in Chrome for the difference between a throttled/frozen tab and one that's been discarded outright, or Why Is My Chrome Tab Stuck Loading? if your tab never finishes loading instead of reloading after it already did.
Add Amazing Tabs to Chrome — free → Install from the Chrome Web Store. 100 saved links free, upgrade only if you want unlimited and cross-device sync. See pricing for the full breakdown — including the $99 lifetime deal (capped at 200 spots).
Tame 100 tabs. Search them like Spotlight.
Free up to 100 saved links — no card, no sign-up to start.
Add to Chrome — FreeSee pricing →- chrome tabs keep reloading
- chrome tabs
- troubleshooting
- tab management
FAQ
Why does Chrome reload a tab when I switch back to it?
Most often it's Memory Saver (or the OS itself under memory pressure) discarding the tab's process while it sat in the background, then rebuilding it from scratch the moment you click back to it. The tab isn't broken — Chrome traded memory for a full reload.
How do I stop Chrome from discarding tabs I want to keep active?
Go to chrome://settings/performance, and under "Always keep these sites active" add the sites you don't want discarded — an unfinished draft, a long-running dashboard, a livestream. Chrome will still discard everything else, but those sites stay loaded.
Does reloading lose unsaved form input or scroll position?
Yes. A discard-and-reload is a genuine fresh page load — any text typed into a form that hasn't been saved, your scroll position, and any in-page JavaScript state are gone. It's not a refresh button click; it's the tab's whole process being rebuilt.
Can an extension cause tabs to keep reloading?
Yes. Some auto-refresh or session-management extensions reload tabs on a timer or after inactivity by design. Test in Incognito with extensions off — if the reloading stops, an extension is doing it, and you can find which one in chrome://extensions.
Is a reloading tab the same problem as a stuck-loading tab?
No. A stuck tab spins its loading indicator forever and never finishes. A reloading tab loads completely, sits idle, and then restarts on its own later — usually right when you switch back to it. See our guide to a tab stuck loading if that's what you're seeing instead.
Was this article helpful?