The Problem
Chrome closes without warning, freezes on Not Responding, or shows Aw, Snap! Something went wrong while displaying this webpage with an error code such as STATUS_ACCESS_VIOLATION or Error code: Out of Memory.
Four causes account for almost all of it: a misbehaving extension, hardware acceleration fighting the graphics driver, a corrupted user profile, and memory pressure from too many tabs. Work through them in that order — the first two are two minutes each.
Every app crashes, not just Chrome? Start with fix an app crashing or not opening. Whole PC freezing? See Windows 11 freezing and crashing randomly.
Symptoms
- Aw, Snap! with
STATUS_ACCESS_VIOLATION,STATUS_BREAKPOINT, orOut of Memory. - Chrome window goes white and the title bar reads Not Responding.
- Crashes only on certain sites, or only when video plays.
Step 1: Read Chrome's Own Task Manager
- With Chrome focused, press
Shift + Esc. - Sort by Memory footprint and CPU.
- Note any extension or tab consuming hundreds of megabytes or pinning the CPU — that is your suspect.
- Select it and click End process to confirm.
Step 2: Test in Incognito
This disables extensions in one keystroke and tells you where to look next.
- Press
Ctrl + Shift + Nand browse normally for a while. - No crashes in Incognito means an extension is responsible — go to Step 3.
- Still crashing means it is Chrome, the graphics driver, or the system — skip to Step 4.
Step 3: Disable Extensions and Re-enable in Halves
- Go to
chrome://extensionsand toggle all of them off. - Use Chrome for an hour. If it is stable, re-enable half of them.
- Keep halving until the crash returns — the last group you enabled contains the culprit.
- Ad blockers, VPN extensions, download managers, and "shopping assistant" add-ons are the usual suspects. Remove anything you did not deliberately install: avoid malware and fake downloads.
Step 4: Turn Off Hardware Acceleration
Chrome pushes rendering onto the GPU, and a mismatched graphics driver crashes the tab process.
- Go to
chrome://settings/system. - Turn off Use graphics acceleration when available.
- Click Relaunch.
- If this fixes it, the real fix is the driver — do Step 5, then turn acceleration back on.
Step 5: Reinstall the Graphics Driver Cleanly
- Download the current driver from NVIDIA, AMD, or Intel for your exact GPU.
- Remove the old one completely first: clean install GPU drivers with DDU.
- Restart, then re-enable hardware acceleration in Chrome and test.
- General method: how to update outdated drivers.
Step 6: Reset Chrome's Settings
- Go to
chrome://settings/reset. - Click Restore settings to their original defaults → Reset settings.
- This clears startup pages, pinned tabs, search engines, and disables extensions — bookmarks, history, and saved passwords are kept.
Step 7: Create a Fresh Chrome Profile
A corrupted profile survives reinstalls, which is why "reinstalling Chrome" so often changes nothing.
- Close Chrome completely — check Task Manager for leftover
chrome.exeprocesses and end them. - Press
Win + Rand open:%LOCALAPPDATA%\Google\Chrome\User Data - Rename the folder
DefaulttoDefault.old. - Start Chrome. It creates a clean profile. Sign in to restore bookmarks and passwords from your Google account.
- Keep
Default.olduntil you are sure nothing is missing.
Step 8: Rule Out Memory Pressure
- Press
Ctrl + Shift + Esc→ Performance → Memory while Chrome is busy. - If you are at 90%+ with a handful of tabs, that is the crash cause.
- Turn on
chrome://settings/performance→ Memory Saver to unload idle tabs. - See fix high RAM usage and how much RAM do I need.
Step 9: Scan for Malware and Check Conflicting Software
- Run a Microsoft Defender offline scan: Windows Security → Virus & threat protection → Scan options.
- Browser hijackers cause crashes and redirects together: remove viruses and malware.
- Third-party antivirus with "safe browsing" injection is a known crash source — test with it paused.
- If Chrome is being blocked from the network rather than crashing, see fix Windows Firewall blocking apps.
Step 10: Reinstall Chrome Properly
- Settings → Apps → Installed apps → Google Chrome → Uninstall, ticking Also delete your browsing data.
- Delete anything left in
%LOCALAPPDATA%\Google\Chrome. - Download a fresh installer from google.com/chrome and install.
- Sign in to resync bookmarks and passwords.
What Not to Do
- Don't install "Chrome cleaner" or "browser repair" tools. They are overwhelmingly adware.
- Don't disable Chrome's sandbox with command-line flags found in forum posts. It removes the main protection between a web page and your PC.
- Don't reinstall before renaming the profile. A reinstall reuses the same corrupted profile folder.
Still Not Working?
If a fresh profile in a fresh install still crashes with STATUS_ACCESS_VIOLATION, suspect the system rather than Chrome: test RAM with the steps in MEMORY_MANAGEMENT, then repair Windows with SFC and DISM.
Related: clear browser cache and cookies and fix DNS_PROBE_FINISHED_NO_INTERNET.
Related guides
How to Fix 100% CPU Usage in Windows 11
CPU stuck at 100% and your PC crawling? Find the process eating your processor, stop background hogs, and cool a throttling CPU with these step-by-step fixes.
How to Fix the Settings App Not Opening in Windows 11
Settings app won't open, crashes instantly, or shows a blank window in Windows 11? Fix it with these steps — reset, re-register, and repair methods that work.
How to Fix Clipboard Not Working in Windows 11
Copy and paste broken, Clipboard History empty, or Win+V does nothing? Restart Clipboard, fix Remote Desktop conflicts, and reset clipboard services.
How to Fix Snipping Tool Not Working in Windows 11
Print Screen or Snipping Tool does nothing, screenshots are black, or Win+Shift+S fails? Reset the app, fix keyboard shortcuts, and repair capture permissions.
How to Fix Application Error 0xc0000142 in Windows 11
Getting 'The application was unable to start correctly (0xc0000142)'? Fix this launch error with these proven steps — DLL repair, clean boot, and updates.