How to Fix Windows 11 Freezing or Crashing Randomly

The Problem

The mouse stutters, the desktop hangs for ten seconds, or the PC restarts while you were only browsing. "Random" freezes almost always have a pattern—after sleep, during games, when a particular device is connected, or since an update. Find the pattern before replacing anything.

Solid blue screen with a stop code? Use the BSOD guide—that is a logged crash, not a silent freeze, and the code narrows it considerably.

Step 1: Classify the Freeze

Different failures produce different symptoms, and this distinction saves hours.

| What happens | Likely area | |---|---| | Mouse still moves, nothing responds | Software or driver deadlock | | Everything frozen including the mouse, needs a hard reset | Hardware—RAM, storage, or power | | Brief pause then recovery | Disk or memory pressure | | Instant restart, no blue screen | Power supply, overheating, or a kernel fault with auto-restart on | | Only one app | App keeps crashing |

Turn off automatic restart so you can actually see a crash when it happens: SettingsSystemAboutAdvanced system settingsStartup and Recovery → untick Automatically restart, and set Write debugging information to Small memory dump.

Step 2: Read the Reliability History

This is the most underused diagnostic in Windows and often names the cause outright.

  1. Win + Rperfmon /rel.
  2. Look at the days with red X marks.
  3. Note repeated Windows Hardware Error, LiveKernelEvent, Critical process died, or the same application appearing before every freeze.
  4. Click View technical details on each for the faulting module.

Then cross-check Event ViewerWindows LogsSystem for Kernel-Power event ID 41, which means the PC lost power or reset without a clean shutdown—that points at power, heat, or hardware rather than software. Full method: use Event Viewer to find why your PC crashed.

Step 3: Watch Resources During a Freeze

If you can get Task Manager open before the next hang, leave it running on Performance:

Step 4: Update Everything, Then Roll Back What Broke

  1. SettingsWindows Update → install everything pending, including Optional updatesDriver updates. Restart twice.
  2. Update chipset, storage, and GPU drivers from your PC or motherboard maker: how to update outdated drivers.
  3. If freezes began right after a driver arrived, roll that one back instead.
  4. Uninstall—not just disable—any third-party antivirus as a test. Its filter driver sits in the path of every disk and network operation.

Step 5: Test the Memory

Bad RAM is the most common hardware cause of freezes with no blue screen.

  1. Win + Rmdsched.exeRestart now and check for problems.
  2. For anything intermittent, run MemTest86 from a USB stick for at least four passes—Windows' own tool misses faults that surface in the second hour.
  3. Disable XMP/EXPO in BIOS and test at stock speed. Unstable memory overclocking is an extremely common cause of exactly this, and it is free to rule out.
  4. If you have multiple sticks, test one at a time.

Step 6: Test the Storage

chkdsk C: /scan

Then check SMART data properly: check SSD or hard drive health. A drive with pending or reallocated sectors causes freezes that look exactly like software faults, because the system stalls waiting on retries.

Also update the SSD firmware using the manufacturer's tool. Several drive models have had firmware bugs that caused precisely this symptom.

Step 7: Repair System Files

DISM /Online /Cleanup-Image /RestoreHealth
sfc /scannow

Details: repair Windows 11 with SFC and DISM.

Step 8: Clean Boot to Find Bad Software

  1. Win + RmsconfigServices tab → tick Hide all Microsoft servicesDisable allApply.
  2. Startup tab → Open Task Manager → disable every startup item.
  3. Restart and use the PC normally.
  4. If it is stable, re-enable services in halves, restarting between each round, until the culprit reappears.

Step 9: Power, Heat, and Physical Checks

  • Desktops: reseat the RAM, the graphics card, and every power connector. A failing power supply causes restarts under load and is the hardest fault to diagnose without a spare—if the PSU is cheap or more than six years old, suspect it.
  • Laptops: test with the battery and on AC. A degraded battery can cause abrupt shutdowns that look like crashes—check laptop battery health.
  • Both: clean the dust out and check temperatures under load.
  • Disconnect every non-essential USB device and run for a day. A faulty device or hub is a genuinely common cause.

Step 10: Storage Space and Sleep

Prefer a guided pass? My Technician walks system analysis, driver checks, and reliability events in one place.

Still Random?

Back up, then run an in-place repair install: reinstall Windows without losing data.

If freezes continue on a fresh installation, software is ruled out. At that point test RAM again with MemTest86, swap the power supply if you can borrow one, and check Reliability Monitor for repeated WHEA hardware errors—those are the CPU reporting genuine hardware faults: fix WHEA_UNCORRECTABLE_ERROR.