You’re typing away in a form when suddenly Chrome refreshes the tab and erases everything. If chrome tab discarding is losing your work, the fastest fix is disabling automatic tab discarding in Chrome’s memory settings. This happens because Chrome aggressively manages memory by discarding inactive tabs to free up system resources. This article covers why Chrome does this, four manual fixes that work right now, and a permanent solution that prevents future data loss.
| Last tested: March 2026 | Chrome latest stable |
The Page Lifecycle API introduces lifecycle states on the web, allowing browsers to freeze and discard background tabs to conserve resources.
Source: Page Lifecycle API
Quick Fix
- Type
chrome://discards/in your address bar and press Enter- Find the “Auto Discardable” column and uncheck boxes for important tabs
- Restart Chrome to apply the changes completely
Why Chrome Tab Discarding Is Losing Your Work
Chrome’s memory management system causes three specific problems that destroy your unsaved work. Understanding these helps you pick the right fix for your situation.
Memory Pressure Forces Tab Discarding
Chrome monitors your computer’s available RAM continuously. When free memory drops below 20% of total system memory, Chrome’s process manager starts discarding background tabs automatically. Each discarded tab loses all unsaved form data, scroll positions, and dynamic content because the browser treats it like a fresh page load.
This threshold varies by device, but Chrome typically starts discarding tabs when your system has less than 2GB of free memory available. On machines with 8GB total RAM, that means discarding begins when you’re using more than 6GB across all applications.
Energy Saver Mode Freezes Active Processes
Chrome’s Energy Saver mode freezes background tabs to extend battery life on laptops. This freezing process interrupts JavaScript execution, which stops autosave functions from running properly.
Chrome freezes background tabs when Energy Saver mode is active to reduce power consumption on battery-constrained devices.
Source: Freezing on Energy Saver
When Chrome unfreezes these tabs later, any unsaved changes made before freezing are often lost because the page state wasn’t properly preserved. This affects web apps that rely on continuous background processes for data persistence.
Automatic Grouping Triggers Mass Discarding
Chrome’s tab grouping feature can automatically discard entire groups when memory runs low. If you have 15 tabs grouped together for a project, Chrome might discard all of them simultaneously rather than managing them individually. This creates a cascade effect where you lose work across multiple related tabs at once.
How to Fix Chrome Tab Discarding Is Losing Your Work
These four fixes address different aspects of Chrome’s tab management system. Start with the first fix since it works immediately, then add others based on your browsing patterns.
Disable Automatic Tab Discarding
Navigate to chrome://flags/#automatic-tab-discarding and set it to “Disabled.” This stops Chrome from automatically removing tabs from memory when system resources run low. You’ll need to restart Chrome completely for this change to take effect.
This fix prevents Chrome from discarding any tabs automatically, but it doesn’t stop manual discarding through the task manager or when memory becomes critically low. Your system might run slower with many tabs open, but you won’t lose unsaved work unexpectedly.
The trade-off here is higher memory usage. If you typically keep 30+ tabs open, expect Chrome to use an additional 1-2GB of RAM with this setting disabled.
Turn Off Energy Saver Mode
Click the three dots menu, go to Settings, then Performance. Turn off “Memory Saver” completely rather than using the balanced setting. This prevents Chrome from freezing background tabs to conserve battery power.
With Memory Saver disabled, your laptop battery will drain roughly 15-20% faster during typical browsing sessions. However, web applications will continue running properly in background tabs, preserving autosave functionality and form data.
You can also add specific sites to the “Always keep these sites active” list if you only want to protect certain applications like document editors or project management tools.
Pin Critical Tabs
Right-click on tabs containing important work and select “Pin tab.” Pinned tabs get priority in Chrome’s memory management system and are discarded last when system resources become scarce.
Pinned tabs also survive browser crashes better than regular tabs. Chrome attempts to restore pinned tabs first during startup, which means your important work surfaces faster after unexpected shutdowns.
Limit yourself to 8-10 pinned tabs maximum. Beyond that number, Chrome treats them less preferentially and you might still experience discarding during severe memory pressure.
Use Tab Groups for Protection
Create tab groups for related work by right-clicking tabs and selecting “Add to new group.” Named groups receive slightly better memory management priority than individual ungrouped tabs.
This method works best when you group tabs by project or deadline importance. Chrome’s algorithm considers grouped tabs as related content and tries to keep entire groups active when possible.
Group names don’t affect the protection level, but using descriptive names helps you identify which groups contain unsaved work during browser recovery situations.
Fix It Permanently with Tab Suspender Pro
The manual fixes above work well but require ongoing attention to maintain. You have to remember to pin important tabs, disable settings after Chrome updates, and monitor your memory usage constantly. Tab Suspender Pro handles all of this automatically with intelligent tab management that adapts to your work patterns.
This extension uses a 4.9/5 rating system that learns which tabs you interact with frequently and protects them from suspending. Unlike Chrome’s basic discarding system, Tab Suspender Pro preserves form data and scroll positions even when tabs are suspended to save memory.
Use the chrome.tabs API to interact with the browser’s tab system. You can use this API to create, modify, and rearrange tabs in the browser.
Source: chrome.tabs API
The extension automatically detects when you’re filling out forms or working in web applications and prevents those specific tabs from being suspended until you finish. This eliminates the data loss problem while still providing memory management benefits for inactive tabs.
Tab Suspender Pro also syncs your protection settings across devices, so your important tabs stay protected whether you’re working on your laptop or desktop computer. The 185KiB size means it loads quickly and doesn’t impact browser performance.
FAQ
Does disabling tab discarding slow down Chrome?
Yes, by approximately 15-25% when you have more than 20 tabs open simultaneously. Chrome uses more RAM to keep all tabs active in memory, which can cause slower performance on machines with 8GB or less total memory. The trade-off is worth it if you frequently lose important work to automatic tab discarding.
Can I recover work after Chrome discards a tab?
Sometimes, but not reliably. Chrome’s back/forward cache might preserve some data for recently discarded tabs, but form inputs and unsaved changes are usually lost permanently. The browser treats discarded tabs like fresh page loads, so any work not saved to the server disappears completely.
Which Chrome version introduced automatic tab discarding?
Chrome 79 introduced automatic tab discarding as a default feature in December 2019. Earlier versions had similar functionality but required manual activation through experimental flags. The feature became more aggressive in Chrome 95 when Google added machine learning to predict which tabs users were likely to abandon.
Built by Michael Lip. More tips at zovo.one.