Windows 11 crashes are frustrating. Your screen freezes, programs stop responding, or the entire system shuts down without warning. This guide shows you exactly how to fix Windows 11 crashes using clear, tested solutions.
The most common causes of Windows 11 crashes are outdated drivers, corrupted system files, insufficient RAM, overheating hardware, and incompatible software. The fastest fixes include updating your drivers, running system file repairs, checking for Windows updates, and removing problematic programs.
Why Does Windows 11 Keep Crashing?
Before fixing the problem, you need to understand what’s causing it.
Common crash triggers:
- Faulty or outdated device drivers
- Corrupted Windows system files
- Memory problems (RAM issues)
- Overheating CPU or GPU
- Hard drive errors
- Incompatible third-party software
- Malware or virus infections
- Windows Update conflicts
- Hardware failures
Most crashes fall into two categories: software problems or hardware failures. Software issues are easier to fix at home. Hardware problems might need professional help.

Quick Fixes to Try First
Start with these simple solutions. They work for many users and take less than 10 minutes.
Restart Your Computer Properly
A full restart clears temporary glitches.
- Click the Start button
- Select Power
- Choose Restart (not Shut Down)
- Wait for the computer to restart completely
If your computer won’t restart normally, hold the power button for 10 seconds to force a shutdown.
Check for Windows Updates
Microsoft releases patches that fix crash bugs.
- Press Windows + I to open Settings
- Click Windows Update
- Select Check for updates
- Install all available updates
- Restart your computer
Sometimes pending updates cause conflicts. Installing them resolves the crashes.
Boot in Safe Mode
Safe Mode loads Windows with minimal drivers. If your computer runs fine in Safe Mode, the problem is likely a third-party program or driver.
- Press Windows + I
- Go to System > Recovery
- Click Restart now next to Advanced startup
- Select Troubleshoot > Advanced options > Startup Settings
- Click Restart
- Press F4 for Safe Mode
Use your computer in Safe Mode for a while. If it doesn’t crash, you know the problem is software-related.
Fix Driver Problems
Drivers are software that help Windows communicate with your hardware. Bad drivers cause most Windows 11 crashes.
Update All Drivers
Method 1: Windows Update
- Open Settings
- Go to Windows Update
- Click Advanced options
- Select Optional updates
- Install all driver updates
Method 2: Device Manager
- Right-click Start and select Device Manager
- Look for devices with yellow warning icons
- Right-click the device
- Select Update driver
- Choose Search automatically for drivers
Method 3: Manufacturer Websites
Download drivers directly from:
- Graphics card: NVIDIA, AMD, or Intel websites
- Motherboard: ASUS, MSI, Gigabyte, etc.
- Laptop: Dell, HP, Lenovo support pages
Graphics drivers and chipset drivers cause the most crashes. Update these first.
Roll Back Problem Drivers
If crashes started after a recent driver update, roll it back.
- Open Device Manager
- Find the recently updated device
- Right-click and select Properties
- Go to the Driver tab
- Click Roll Back Driver
- Follow the prompts
This restores the previous driver version.
Repair Corrupted System Files
Windows has built-in tools to fix damaged files.
Run SFC Scan
System File Checker repairs corrupted Windows files.
- Right-click Start
- Select Terminal (Admin) or Command Prompt (Admin)
- Type:
sfc /scannow - Press Enter
- Wait 15-30 minutes for completion
The scan finds and replaces broken files automatically.
Use DISM Tool
If SFC doesn’t work, try DISM (Deployment Image Servicing and Management).
- Open Terminal or Command Prompt as Admin
- Type:
DISM /Online /Cleanup-Image /RestoreHealth - Press Enter
- Wait for the process to finish (can take 30+ minutes)
- Restart your computer
- Run SFC scan again
DISM fixes deeper system image problems that SFC can’t handle.
Check Your Hardware
Hardware failures cause crashes that software fixes can’t solve.
Test Your RAM
Bad memory causes random crashes and blue screens.
Use Windows Memory Diagnostic:
- Press Windows + R
- Type:
mdsched.exe - Press Enter
- Select Restart now and check for problems
- Let the test run (takes 15-20 minutes)
If errors appear, you need to replace your RAM.
Monitor System Temperature
Overheating shuts down your computer to prevent damage.
Download HWMonitor or Core Temp (free programs). Normal temperatures:
- CPU idle: 30-50°C
- CPU under load: 60-80°C
- GPU idle: 30-45°C
- GPU under load: 65-85°C
If temperatures exceed 90°C, your system is overheating.
Cooling solutions:
- Clean dust from vents and fans
- Improve airflow around your computer
- Replace thermal paste (advanced users)
- Add extra fans
- Use a laptop cooling pad
Check Your Hard Drive
Disk errors cause system instability.
- Open File Explorer
- Right-click your C: drive
- Select Properties
- Go to Tools tab
- Click Check under Error checking
- Follow the prompts
For deeper analysis, use CrystalDiskInfo (free) to check drive health. If your drive shows warnings, back up your data immediately.
Remove Problematic Software
Some programs conflict with Windows 11 and cause crashes.
Uninstall Recent Programs
Think about what you installed before the crashes started.
- Press Windows + I
- Go to Apps > Installed apps
- Find suspicious or recently installed programs
- Click the three dots
- Select Uninstill
Common troublemakers:
- Antivirus programs (especially multiple ones)
- System optimization tools
- RGB lighting software
- Overclocking utilities
- Old printer drivers
Disable Startup Programs
Too many startup programs slow your system and cause conflicts.
- Press Ctrl + Shift + Esc to open Task Manager
- Click the Startup tab
- Right-click programs you don’t need at startup
- Select Disable
Keep only essential programs like antivirus software.
Update or Reset Your BIOS
BIOS controls how your hardware and Windows interact. Outdated BIOS can cause crashes.
Check BIOS Version
- Press Windows + R
- Type:
msinfo32 - Press Enter
- Look for BIOS Version/Date
Visit your motherboard or laptop manufacturer’s website. Compare your BIOS version with the latest available.
Update BIOS (Advanced)
Warning: BIOS updates are risky. Only do this if you’re comfortable with tech.
- Download the BIOS update from manufacturer’s website
- Follow their specific instructions carefully
- Don’t interrupt the update process
- Never update BIOS during a storm (power outage risks)
If you’re uncertain, skip this step or get professional help.
Disable Fast Startup
Fast Startup can cause problems in Windows 11.
- Open Control Panel
- Go to Power Options
- Click Choose what the power buttons do
- Click Change settings that are currently unavailable
- Uncheck Turn on fast startup
- Click Save changes
This makes Windows boot slightly slower but often fixes random crashes.
Check for Malware
Viruses and malware destabilize Windows.
Run Windows Security Scan
- Press Windows + I
- Go to Privacy & security > Windows Security
- Click Virus & threat protection
- Select Quick scan
- If nothing found, run Full scan
Use Malwarebytes
Download Malwarebytes (free version works fine). It catches threats Windows Security might miss.
- Install Malwarebytes
- Run a full scan
- Remove any detected threats
- Restart your computer
Adjust Virtual Memory
Virtual memory helps when your RAM fills up. Wrong settings cause crashes.
- Right-click Start and select System
- Click Advanced system settings
- Under Performance, click Settings
- Go to Advanced tab
- Click Change under Virtual memory
- Uncheck Automatically manage paging file size
- Select Custom size
- Set Initial size: 1.5x your RAM (in MB)
- Set Maximum size: 3x your RAM (in MB)
- Click Set, then OK
Example: If you have 8GB RAM (8192 MB):
- Initial size: 12288 MB
- Maximum size: 24576 MB
Perform a Clean Boot
Clean Boot starts Windows with minimal drivers and programs. This helps identify what’s causing crashes.
- Press Windows + R
- Type:
msconfig - Press Enter
- Go to Services tab
- Check Hide all Microsoft services
- Click Disable all
- Go to Startup tab
- Click Open Task Manager
- Disable all startup items
- Restart your computer
If crashes stop, enable services and startup items one by one to find the culprit.
Reset Windows 11
If nothing else works, reset Windows while keeping your files.
Before resetting:
- Back up important files to external drive or cloud
- Save browser bookmarks
- Note down installed programs you’ll need to reinstall
Reset process:
- Press Windows + I
- Go to System > Recovery
- Click Reset PC
- Choose Keep my files
- Select Cloud download or Local reinstall
- Follow the prompts
This reinstalls Windows while preserving your personal files. You’ll need to reinstall programs.
Hardware Component Testing
Sometimes specific hardware fails.
| Component | Testing Method | Replacement Cost |
|---|---|---|
| RAM | Windows Memory Diagnostic | $30-150 |
| Hard Drive | CrystalDiskInfo, CHKDSK | $50-200 |
| Power Supply | Multimeter test (advanced) | $50-150 |
| Graphics Card | Stress test with FurMark | $150-1000+ |
| Motherboard | Process of elimination | $100-400 |
If you suspect hardware failure and aren’t tech-savvy, take your computer to a repair shop. They can run diagnostic tests.
Monitor Crash Patterns
Understanding when crashes happen helps diagnose the cause.
Keep a crash log:
- Date and time
- What you were doing
- Programs running
- Error messages or blue screen codes
- How often it happens
Check Event Viewer:
- Right-click Start
- Select Event Viewer
- Go to Windows Logs > System
- Look for red Error entries around crash times
- Double-click errors to read details
Event Viewer shows technical information about what failed. Search the error codes online for specific solutions.
Advanced Solutions
These require more technical knowledge.
Disable Automatic Restart
When Windows crashes, it restarts automatically. Disable this to see error messages.
- Right-click Start
- Select System
- Click Advanced system settings
- Under Startup and Recovery, click Settings
- Uncheck Automatically restart
- Click OK
Now you’ll see blue screen error codes that help identify problems.
Update DirectX and Visual C++
Games and programs need these. Outdated versions cause crashes.
Visit the Microsoft website and download:
- Latest DirectX version
- Visual C++ Redistributable packages (all versions)
Install all available versions of Visual C++ (2015, 2017, 2019, 2022).
Check Windows 11 Compatibility
Some older computers struggle with Windows 11.
Your PC needs:
- 64-bit processor (1 GHz, 2+ cores)
- 4GB RAM minimum (8GB recommended)
- 64GB storage
- UEFI firmware
- TPM 2.0
- DirectX 12 compatible graphics
If your hardware barely meets requirements, performance issues and crashes are common. Consider upgrading RAM or reverting to Windows 10.
Prevention Tips
Stop crashes before they start.
Maintenance schedule:
- Update Windows monthly
- Update drivers quarterly
- Run antivirus scans weekly
- Clean dust every 3-6 months
- Check disk health every 6 months
- Uninstall unused programs regularly
Smart habits:
- Don’t install suspicious software
- Keep at least 20% free disk space
- Shut down properly (don’t force shutdown unless necessary)
- Use a surge protector
- Keep your computer in cool, dry location
When to Seek Professional Help
Some problems need expert attention.
See a technician if:
- Crashes persist after trying all solutions
- You see smoke or smell burning
- Hardware tests show failures
- You’re not comfortable opening your computer
- Crashes started after liquid spill
- System won’t boot at all
Computer repair shops charge $50-150 for diagnostics. This often saves money compared to replacing parts randomly.
For software-only issues, Microsoft Support offers free help. Visit Microsoft Support or use the built-in Get Help app.
Summary
Windows 11 crashes happen for many reasons. Most are fixable at home.
Start here:
- Update Windows and all drivers
- Run SFC and DISM scans
- Check for overheating
- Test your RAM
- Remove recently installed programs
If those don’t work:
- Disable Fast Startup
- Scan for malware
- Adjust virtual memory
- Perform Clean Boot
- Reset Windows 11
The majority of crash problems come from outdated drivers, corrupted files, or software conflicts. Hardware failures are less common but harder to fix.
Work through solutions methodically. Don’t skip steps. Note what you’ve tried. If crashes continue after exhausting these options, the problem is likely hardware failure requiring professional diagnosis.
Your computer should run stable and reliable. Persistent crashes aren’t normal. Keep trying solutions until you find what works.
Frequently Asked Questions
Why does my Windows 11 crash only when gaming?
Gaming crashes usually indicate graphics driver problems or overheating GPU. Update your graphics drivers from NVIDIA, AMD, or Intel directly. Monitor GPU temperature while gaming using MSI Afterburner or HWMonitor. If temperatures exceed 85°C, improve cooling or reduce graphics settings. Also check if your power supply provides enough wattage for your GPU under load.
Can too many programs cause Windows 11 to crash?
Yes. Running too many programs simultaneously exhausts RAM and CPU resources. When your computer runs out of memory, Windows becomes unstable and crashes. Close unnecessary programs, upgrade RAM if you consistently use more than 80% capacity, and disable startup programs you don’t need. Task Manager shows which programs consume the most resources.
How do I know if my hard drive is causing crashes?
Hard drive problems show specific symptoms: frequent freezing, slow performance, clicking sounds, blue screens mentioning UNMOUNTABLE_BOOT_VOLUME or INACCESSIBLE_BOOT_DEVICE, and programs taking forever to load. Run CHKDSK and use CrystalDiskInfo to check drive health. If the drive shows warnings or errors, back up immediately and replace it. SSDs are more reliable than traditional hard drives.
Will resetting Windows 11 delete everything?
Not if you choose “Keep my files” option. This preserves documents, pictures, videos, and personal files in your user folders. However, it removes all installed programs, apps, and settings. You’ll need to reinstall software afterward. Always back up important data before resetting regardless. Use external drive or cloud storage like OneDrive for critical files.
Can Windows 11 crashes damage my computer permanently?
Random software crashes don’t cause permanent damage. However, if crashes result from overheating, the prolonged high temperatures can shorten hardware lifespan. Power supply failures during crashes might damage components. Physical damage from dropping or liquid spills combined with crash symptoms suggests hardware problems. Address overheating immediately and use surge protectors to prevent electrical damage.
