# How to Fix Windows 11 Freezing or Crashing Randomly URL: https://www.mytechnician.tech/tips/fix-windows-11-freezing-crashing-randomly/ Published: 2026-05-21 | Updated: 2026-08-10 | Author: Ankit Kumar Tags: Windows 11, Troubleshooting, Fix, BSOD Summary: PC locks up, reboots alone, or apps freeze for seconds—check RAM, drivers, disk health, and overheating before you assume Windows is broken. Recommended app: PC-Troubleshooter — https://www.mytechnician.tech/apps/windows-troubleshooter/ (Microsoft Store: https://apps.microsoft.com/detail/9N7RWKW8SP24?hl=en-us&cid=mytechnician-web). Optional; every step below uses built-in Windows tools. ## 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](https://www.mytechnician.tech/tips/how-to-fix-bsod-blue-screen/)—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](https://www.mytechnician.tech/tips/fix-app-crashing-wont-open/) | Turn off automatic restart so you can actually see a crash when it happens: **Settings** → **System** → **About** → **Advanced system settings** → **Startup 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 + R` → `perfmon /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 Viewer** → **Windows Logs** → **System** 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](https://www.mytechnician.tech/tips/how-to-read-event-viewer-find-crash-cause/). ## Step 3: Watch Resources During a Freeze If you can get Task Manager open before the next hang, leave it running on **Performance**: * **Disk at 100%** → [100% disk usage](https://www.mytechnician.tech/tips/how-to-fix-100-disk-usage-windows-11/). * **Memory above 90%** → [high RAM usage](https://www.mytechnician.tech/tips/fix-high-ram-usage-windows-11/). * **CPU pinned with a hot case** → [CPU overheating and thermal throttling](https://www.mytechnician.tech/tips/fix-cpu-overheating-thermal-throttling/). * **Nothing pinned, yet it freezes** → driver or hardware. Continue below. ## Step 4: Update Everything, Then Roll Back What Broke 1. **Settings** → **Windows Update** → install everything pending, including **Optional updates** → **Driver updates**. Restart twice. 2. Update **chipset**, **storage**, and **GPU** drivers from your PC or motherboard maker: [how to update outdated drivers](https://www.mytechnician.tech/tips/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 + R` → `mdsched.exe` → **Restart 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 ```cmd chkdsk C: /scan ``` Then check SMART data properly: [check SSD or hard drive health](https://www.mytechnician.tech/tips/check-ssd-hard-drive-health-windows-11/). 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 ```cmd DISM /Online /Cleanup-Image /RestoreHealth ``` ```cmd sfc /scannow ``` Details: [repair Windows 11 with SFC and DISM](https://www.mytechnician.tech/tips/how-to-run-sfc-dism-repair-windows-11/). ## Step 8: Clean Boot to Find Bad Software 1. `Win + R` → `msconfig` → **Services** tab → tick **Hide all Microsoft services** → **Disable all** → **Apply**. 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](https://www.mytechnician.tech/tips/how-to-check-laptop-battery-health-windows-11/). * **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 * A nearly full C: causes thrashing: [free up disk space](https://www.mytechnician.tech/tips/free-up-disk-space-c-drive-full-windows-11/). * If freezes follow sleep, disable Fast Startup and check for a driver that does not resume properly: [fix sleep and hibernation not working](https://www.mytechnician.tech/tips/fix-sleep-hibernation-not-working-windows-11/). * If it also refuses to shut down, that is the same class of stuck driver: [fix Windows 11 not shutting down or restarting](https://www.mytechnician.tech/tips/fix-windows-11-not-shutting-down-restarting/). > **Prefer a guided pass?** [My Technician](https://www.mytechnician.tech/apps/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](https://www.mytechnician.tech/tips/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](https://www.mytechnician.tech/tips/fix-whea-uncorrectable-error-windows-11/). --- Source: https://www.mytechnician.tech/tips/fix-windows-11-freezing-crashing-randomly/ — My Technician, free Windows 10/11 troubleshooting guides. Related tool: PC-Troubleshooter (PC-Troubleshooter is a system diagnostic and repair tool for Windows 10 and Windows 11—hardware, drivers, network, and common fixes in one app.) — https://www.mytechnician.tech/apps/windows-troubleshooter/ More guides: https://www.mytechnician.tech/llms.txt