Your screen locks up. The mouse stops moving. You wait — and nothing happens. Random freezing on Windows 11 is one of the most disruptive PC problems you can face, because it strikes without warning and forces a hard restart, putting every unsaved file at risk.
The most common culprits are outdated GPU drivers, corrupt system files, faulty RAM, or a failing storage drive. Windows rarely points you to the specific cause, so the best approach is working through fixes in order — fastest first, deepest last. This guide covers 9 proven fixes using only free, built-in Windows tools. No reinstall needed.
If your PC restarts on its own instead of freezing, that’s a different problem — check out Windows 11 Keeps Restarting Randomly instead.
Quick Answer
To fix Windows 11 freezing, start by updating your GPU driver in Device Manager and running sfc /scannow in an admin Command Prompt to repair system files. If freezes continue, use Windows Memory Diagnostic to test your RAM, and run chkdsk C: /f /r to scan your drive for bad sectors. These four steps resolve the majority of cases.
Why Does Windows 11 Keep Freezing?
Freezing happens when Windows gets stuck waiting for a response that never comes — from a driver, a damaged file, or failing hardware. The most common causes are:
- Outdated or corrupt GPU drivers — the single most frequent trigger
- Faulty RAM — even one bad memory stick can cause random lockups
- Overheating CPU or GPU — hardware throttles or halts to prevent damage
- Corrupt Windows system files — damaged files disrupt core processes
- A failing hard drive or SSD — bad sectors cause the system to hang while reading data
- Malware — background processes spiking CPU or disk usage
Fix 1: Install Pending Windows Updates
Microsoft releases stability patches regularly. A missing update can leave known driver conflicts and system bugs unresolved.
- Press Windows + I to open Settings.
- Go to Windows Update and click Check for updates.
- Install everything listed, then restart your PC.
Pro tip: If freezing started right after a recent update, go to Windows Update > Update history > Uninstall updates and remove the newest one to test whether it’s the cause.
Fix 2: Update (or Roll Back) Your Display Driver
A corrupt or incompatible GPU driver is the most common cause of Windows 11 freezing. This is the fix most people skip — and the one that most often works.
- Right-click the Start button and select Device Manager.
- Expand Display adapters and right-click your GPU.
- Choose Update driver > Search automatically for drivers.
- If freezing started after a recent driver update, choose Properties > Driver > Roll Back Driver instead.
Troubleshooting tip: If Device Manager shows a yellow warning icon next to your GPU, the driver is corrupt. Download the latest driver directly from NVIDIA, AMD, or Intel’s website and install it manually — don’t rely on Windows Update for GPU drivers.
Fix 3: Run SFC and DISM to Repair System Files
Two built-in command-line tools can find and automatically repair corrupt Windows files that cause instability and freezing.
- Type cmd in the Start search bar, right-click Command Prompt, and choose Run as administrator.
- Type the following and press Enter — then wait 5–15 minutes:
sfc /scannow - Once that finishes, run:
DISM /Online /Cleanup-Image /RestoreHealth - Restart your PC when both scans complete.
SFC (System File Checker) repairs individual corrupt files. DISM fixes the Windows image those files are sourced from. Running both gives you the most thorough repair.
Fix 4: Test Your RAM with Windows Memory Diagnostic
A single faulty RAM stick can cause random freezing with no other warning signs. Windows includes a free memory tester built right in.
- Press Windows + S and search for Windows Memory Diagnostic.
- Click Restart now and check for problems.
- Your PC restarts and runs the test automatically — it takes a few minutes.
- After rebooting, open Event Viewer > Windows Logs > System and look for a MemoryDiagnostics-Results entry to see the outcome.
If errors are found, try removing one RAM stick at a time and retesting to identify the faulty module.
Fix 5: Disable Fast Startup
Fast Startup saves your PC’s session to disk to speed up boot, but it can leave drivers in a bad state and cause freezing — especially after Windows updates.
- Open Control Panel and go to Power Options.
- Click Choose what the power buttons do in the left sidebar.
- Click Change settings that are currently unavailable.
- Uncheck Turn on fast startup (recommended).
- Click Save changes and restart your PC.
Fix 6: Check for Overheating
When a CPU or GPU exceeds its safe temperature limit, it throttles performance or shuts itself down entirely to prevent permanent damage — which looks exactly like a freeze.
- Press Ctrl + Shift + Esc to open Task Manager.
- Click the Performance tab to watch CPU and GPU usage in real time.
- For actual temperature readings, download HWMonitor (free from CPUID.com). CPU cores should stay below 90°C under load; GPUs below 95°C.
If temperatures are high, clean the dust from your PC’s vents with compressed air — a blocked heatsink fan is one of the most overlooked causes of random freezing.
Pro tip: If Task Manager shows your CPU stuck at 100% usage even at idle, that’s a separate issue that needs its own fix before overheating can be properly diagnosed.
Fix 7: Scan for Malware
Malware processes running quietly in the background can push your CPU and disk usage high enough to freeze the whole system.
- Press Windows + S and search for Windows Security.
- Go to Virus & threat protection and click Quick scan.
- For a more thorough check, choose Scan options > Full scan instead.
Windows Defender is effective against most common threats. For a free second opinion, run Malwarebytes Free after the Defender scan — it catches threats that Defender can miss.
Fix 8: Run CHKDSK to Scan Your Drive
A hard drive or SSD developing bad sectors forces Windows to retry failed reads repeatedly — which causes the system to hang. CHKDSK finds bad sectors and marks them so Windows stops trying to use them.
- Open Command Prompt as administrator (same steps as Fix 3).
- Type the following and press Enter:
chkdsk C: /f /r - When prompted to schedule the scan on next restart, press Y, then restart your PC.
The scan runs before Windows loads and can take 30–60 minutes. Let it run to completion — it can look stuck during the first stage but it isn’t.
Troubleshooting tip: If CHKDSK reports a large number of bad sectors, your drive may be close to failure. Back up your files immediately and consider replacing the drive.
Fix 9: Reset Virtual Memory to System-Managed
When physical RAM fills up, Windows uses your storage drive as overflow memory (the page file). A misconfigured page file can cause freezing — especially on systems with 4–8 GB of RAM.
- Press Windows + S and search for View advanced system settings.
- Under Performance, click Settings > Advanced > Virtual memory > Change.
- Uncheck Automatically manage paging file size for all drives.
- Select your C: drive, choose System managed size, then click Set > OK.
- Restart your PC.
Common Mistakes to Avoid
- Checking software first and skipping the driver. The display driver causes more Windows 11 freezes than any software issue. Always check it first — it takes two minutes.
- Force-restarting repeatedly without diagnosing. Hard resets don’t fix the underlying cause and can introduce new file system errors. Diagnose before rebooting every time.
- Running SFC without administrator rights. Without them, the scan silently fails and reports nothing. Always right-click Command Prompt and choose “Run as administrator.”
- Canceling CHKDSK early. The scan appears frozen during its first stage — it isn’t. Stopping it early can leave the file system in a worse state than before.
- Assuming clean outside means clean inside. Dust collects on internal heatsinks and fan blades even when the case looks spotless. Use compressed air inside your vents at least once a year.
- Skipping Windows updates for weeks. Stability patches and driver compatibility fixes are often bundled in updates. Falling behind leaves known freeze-causing bugs on your system.
Frequently Asked Questions
Why does Windows 11 freeze randomly with no error message?
Random freezes without a blue screen usually point to hardware — bad RAM, an overheating CPU or GPU, or a failing storage drive. Run Windows Memory Diagnostic and CHKDSK to rule those out first. If your freeze does end in a blue crash screen, see our Windows 11 Blue Screen of Death fix guide for error-code-specific solutions.
Is Windows 11 freezing the same as Windows 11 restarting randomly?
No — they’re different problems with different causes. Freezing means the PC locks up and requires a manual power-off. Random restarts usually involve a crash event or power issue. If your PC reboots on its own, the random restart guide covers the right set of fixes.
Will factory resetting Windows 11 fix random freezing?
A reset can fix freezing caused by software corruption or conflicts, but it won’t resolve hardware problems like faulty RAM or a failing drive. Work through all 9 fixes in this guide first — the majority of cases are resolved without a reset.
How do I know if my PC is freezing because of overheating?
If freezes happen during heavy tasks like gaming, video editing, or large file transfers — and your PC feels hot to the touch — overheating is a likely cause. Download HWMonitor (free) and monitor your CPU and GPU temperatures under load. Sustained readings above 90°C on a CPU are a clear warning sign.
Can a full hard drive cause Windows 11 to freeze?
Yes. When your C: drive falls below 10–15% free space, Windows struggles to manage virtual memory and temporary files, which can trigger freezing and slowdowns. Free up space using Disk Cleanup or Storage Sense, or move large files to an external drive. If your drive is constantly full, our guide on how to free up disk space on Windows 11 walks through the safest ways to reclaim gigabytes fast.
What if Windows 11 freezes at startup or on the login screen?
Boot into Safe Mode: hold Shift while clicking Restart > Troubleshoot > Advanced options > Startup Settings > Enable Safe Mode. If your PC doesn’t freeze in Safe Mode, a driver or startup program is causing the problem — which points you back to Fix 2.
Should I upgrade my RAM if Windows 11 keeps freezing?
Only after ruling out other causes. Run Windows Memory Diagnostic first — if it finds errors, replacing the RAM is the right call. If no errors are found and you already have 8 GB or more, adding RAM is unlikely to help. If you’re running 4 GB with multiple tabs and apps open, upgrading to 8–16 GB will make a real, noticeable difference.
Conclusion
Random freezing on Windows 11 is almost always fixable without a full reinstall. Start with the two quickest wins — updating your GPU driver and running SFC — and most users find their fix within the first three steps. Then work through RAM testing, CHKDSK, and the overheating check if needed.
Once the freezing stops, keep Windows Update current and clean your PC’s vents once a year to keep it that way. If you’ve tried all 9 fixes and the problem persists, leave a comment below with details on when it freezes — we’ll help you track it down.