Skip to main content
RebootDoctor

Computer Freezes Randomly? How to Find and Fix It

By Mike Chen Fact-checked by Mike Chen (CompTIA A+ Certified) on

Short answer: Boot into Safe Mode (hold Shift, click Restart, Troubleshoot, Startup Settings, press 4) and use the machine for twenty minutes. If the freezing stops, it is software — usually a driver or a startup program. If it still freezes in Safe Mode, it is hardware: RAM, an overheating CPU, or a failing drive. That one test eliminates half the troubleshooting.

Boot into Safe Mode. If the freezing stops, your problem is software. Still freezes in Safe Mode? Hardware. That one test eliminates half the troubleshooting — hold Shift, click Restart, go through Troubleshoot, Startup Settings, press 4. Use the machine for twenty minutes. If nothing locks up, you know it’s a driver or some startup garbage conflicting with Windows.

About 40% of the freezing tickets I handle trace back to a driver update. GPU and WiFi are the top two. NVIDIA ships Game Ready updates every couple weeks and roughly once a quarter one of them introduces a regression where the display hangs for a few seconds on certain monitor configurations. You can see it in Event Viewer — Win+X, Event Viewer, Windows Logs, System — look for “Display driver nvlddmkm stopped responding and has successfully recovered.” That’s the smoking gun.

Drivers Are Almost Always the Answer

A guy messaged us with a ThinkPad T14 Gen 4 doing random one-to-three-second freezes four or five times a day for a month. His IT department told him to reinstall Windows. He did. Wasted half his Saturday. Freezing came back within two days because Windows Update just re-downloaded the exact same Intel Wi-Fi 6E AX211 driver that caused it. Twenty minutes in Safe Mode, zero freezes. Event Viewer showed wireless adapter crash entries timestamped to every single freeze he’d reported. Rolled the driver back to the previous version from Intel’s site. Six minutes.

The proper fix for GPU freezes specifically is DDU — Display Driver Uninstaller from wagnardsoft.com. Boot into Safe Mode, run DDU to strip every trace of the existing driver, reboot, install a fresh copy from nvidia.com/drivers or amd.com/en/support. Don’t just update on top of the old one. And go into Windows Update, Advanced Options, Optional Updates, decline anything GPU-related so Windows doesn’t sneak its own version back in.

WiFi drivers are the second biggest offender. Intel’s AX211 and Killer 1675 have been particularly terrible — random two-second freezes that look identical to GPU issues until you check Event Viewer. Device Manager, find the wireless adapter, Properties, Driver tab, Roll Back. If that’s greyed out, uninstall entirely and grab the driver from Intel’s actual website.

If the freezing started within a day or two of a Windows Update, check Settings, Windows Update, Update History. Uninstall the last cumulative update. If the freezing stops, pause updates for a couple weeks.

Bad RAM

My least favorite diagnosis because there’s no pattern. Freezes during gaming, at idle, while browsing at 2 AM. Sometimes you get a blue screen with MEMORY_MANAGEMENT or IRQL_NOT_LESS_OR_EQUAL. More often the screen just locks up completely with no error.

If RAM usage is climbing gradually over hours rather than spiking during a specific action, you might have a memory leak rather than bad hardware — Killer Networking and Nahimic audio drivers are notorious for this.

Windows Memory Diagnostic is basically useless. It runs two quick passes with basic test patterns and says everything’s fine. MemTest86 is what you want — our RAM guide covers the full testing process — boot it from USB, let it run overnight, minimum four passes. DDR5 ships defective from the factory more than DDR4 because the tolerances are genuinely tight. Had a customer with a brand new gaming build — i7-14700K, RTX 4070 Ti, 2x16GB G.Skill DDR5. Random hard locks once a day. Already ran Windows Memory Diagnostic (passed), checked drives with CrystalDiskInfo (healthy), reinstalled Windows (still froze). MemTest86 overnight — passes one through three clean, pass four: twelve errors. One stick defective from the factory. Pulled it, ran single-channel on the good one, rock stable. G.Skill warranty replacement in four days.

Overheating and Dying Storage

Desktops overheat because thermal paste dries out after three to five years and nobody replaces it. Laptops overheat because the heatsink fins pack solid with dust after twelve to eighteen months — those thin ultrabooks have basically zero thermal margin once the fins are 30% clogged. Grab HWiNFO, sensors-only mode. CPU breaks 95°C or GPU passes 92°C under load? That’s your freeze. Our overheating guide covers the full cleaning and repaste process. If the fan is abnormally loud alongside the freezing, that confirms it.

Failing storage doesn’t always announce itself with clicking. Sometimes the only symptom is half-second freezes when the OS hits a bad sector. CrystalDiskInfo — free, thirty seconds to install. Health Status shows “Caution” or “Bad”? Back up everything immediately. Our drive health guide explains which SMART attributes actually matter. Before assuming the drive is dying though, check Task Manager’s Disk column — if it shows 100% usage constantly, background services might just be overwhelming a mechanical drive.

Event Viewer Tells You Everything

Every crash gets logged with a timestamp. Win+X, Event Viewer, Windows Logs, System. Sort by date, look for Error and Critical entries around when the last freeze happened.

Kernel-Power Event 41 means an unexpected shutdown — alone with no preceding errors, think PSU or hard hardware failure. Display driver events (ID 14 or 4101) right before the Kernel-Power 41? GPU driver crash. Disk errors (Event IDs 7, 11, 51, 153) point at failing storage. WHEA-Logger Event 17 is a CPU, RAM, or PCIe bus hardware error — always worth taking seriously. If the same Event ID repeats at every freeze, that’s your answer.

Desktop PSU issues have a specific tell: freezes or hard shutdowns during heavy load but perfectly fine at idle. Capacitors wear out after four to six years. If yours is that old and you’re getting load-only freezes, a decent 650W replacement runs $60-100. If the machine stops turning on entirely, the PSU is probably toast.

If you’ve been at this more than two hours without narrowing it down, you’re in diminishing returns. We’ve handled over 400 freezing cases this year and average diagnosis takes about twelve minutes — we can look at your Event Viewer remotely and tell you what’s failing. If your freezing correlates with screen flickering, that’s almost always GPU driver — the DDU process above fixes both.

Frequently Asked Questions

My computer freezes but the mouse still moves — what's that about?

GPU driver crash. The display pipeline is frozen but Windows itself is still running underneath — you'll often hear audio continuing if you had something playing. Wait ten or fifteen seconds and usually Windows recovers the driver automatically. For a permanent fix, clean-install your GPU driver using DDU in Safe Mode.

Is a freeze different from a blue screen?

Completely different mechanisms. A freeze means the system is hung — stuck but hasn't crashed. A blue screen means Windows detected something so wrong it deliberately crashed itself. If you freeze and THEN get a blue screen, suspect RAM or storage. If you freeze and never get a blue screen (just hold the power button), that's more likely thermal, PSU, or a driver hang.

Can running out of disk space actually cause freezing?

Yes, more than people think. Windows keeps a page file on your C: drive that expands when physical RAM fills up. Less than ten percent free on C — especially less than five — means the page file has nowhere to grow, and the next time Windows needs more virtual memory the whole system hangs. Check your C: drive in File Explorer Properties.

Computer only freezes when I'm gaming — is it the game or my hardware?

Could be three things. GPU overheating — run MSI Afterburner while gaming, over 92°C is a problem. PSU can't handle the power draw — gaming rigs pull 350+ watts under load. Or a driver bug specific to that game — check the game's subreddit. Quick rule: multiple games freeze = hardware, only one game freezes = probably software.

Should I just wipe everything and reinstall Windows?

Not until you've done the Safe Mode test and checked Event Viewer. Reinstalling costs you half a day setting everything back up. And if the problem is hardware — bad RAM, dying drive, overheating — the freezing comes right back on the fresh install.

Need Expert Help?

If these steps didn't fix your issue, our certified technicians can diagnose and resolve it remotely — usually in under 30 minutes.