Windows 11 Keeps Freezing? Here’s How to Fix It (8 Proven Fixes)

Windows 11 keeps freezing randomly? Use these 8 proven fixes — update drivers, run SFC, free up disk space, check for overheating, and more. No tech skills needed.

Introduction

Your screen goes still. The mouse cursor stops moving. Nothing clicks. Windows 11 keeps freezing at the worst possible moment — and it’s one of the most frustrating tech problems you can face.

The freeze can last a few seconds or force a hard restart. It might happen once a day or every hour. Either way, there’s a reason: too little memory, a corrupt driver, a rogue startup program, or even a bad Windows update.

The good news? Most freezes have a fixable cause, and you can diagnose and solve the problem using free, built-in Windows tools — no technical background required.

Quick Answer

To fix Windows 11 freezing, restart your PC and install all pending Windows updates. Then open Task Manager (Ctrl + Shift + Esc) to check for high CPU or RAM usage. Run sfc /scannow in an elevated Command Prompt to repair corrupted system files. If freezing continues, update your drivers and disable non-essential startup programs.

Why Does Windows 11 Keep Freezing?

Before diving into fixes, it helps to know what’s usually to blame:

  • Outdated or corrupt drivers — especially display, chipset, and storage drivers
  • Insufficient RAM — too many apps competing for limited memory
  • Overheating — the CPU or GPU slows itself down to cool off, causing hitches
  • Corrupted system files — Windows components damaged by a bad update or improper shutdown
  • Too many startup programs — apps loading at boot eat resources before you do anything
  • Low disk space — Windows needs free space for virtual memory (page file)
  • Faulty Windows Update — rare, but a bad patch can trigger random freezes

Fix 1: Restart and Install Windows Updates

A full restart clears memory leaks and queued processes that cause freezing. After restarting:

  1. Press Windows key + I to open Settings.
  2. Go to Windows Update.
  3. Click Check for updates and install everything available.
  4. Restart again when prompted.

Windows updates often include stability patches and driver fixes that directly address freeze issues.

Pro tip: If Windows Update itself isn’t working, see our guide on How to Fix Windows Update Not Working on Windows 11.

Troubleshooting tip: If your PC freezes during an update, hold the power button to force a shutdown, then restart normally. Windows usually recovers automatically on the next boot.

Fix 2: Check RAM and CPU Usage in Task Manager

A frozen PC is often an overloaded PC. Task Manager shows you exactly what’s eating your resources.

  1. Press Ctrl + Shift + Esc to open Task Manager.
  2. Click the Processes tab.
  3. Click the CPU column header to sort by highest usage, then do the same for Memory.
  4. If one app is using 80–100% of CPU or hogging memory, right-click it and choose End task.

If you see high usage with nothing obvious running, you may have too little RAM for your workload — or a background process like antivirus is scanning at the wrong time.

Fix 3: Update (or Roll Back) Your Drivers

Outdated or buggy drivers — particularly display and storage drivers — are a leading cause of random freezes.

To update a driver:

  1. Right-click the Start button and choose Device Manager.
  2. Expand the category you want to check (e.g., Display adapters, Disk drives).
  3. Right-click the device and choose Update driver > Search automatically for drivers.

To roll back a driver (if freezing started after a recent update):

  1. In Device Manager, right-click the device and choose Properties.
  2. Click the Driver tab.
  3. If Roll Back Driver is available, click it and follow the prompts.

Troubleshooting tip: If the automatic driver search finds nothing new, visit the manufacturer’s website (NVIDIA, AMD, Intel, or your laptop maker) to download the latest version directly.

Fix 4: Disable Startup Programs

Dozens of apps can silently load at startup, eating RAM before you even open a browser. Trimming the list often stops freezes immediately.

  1. Press Ctrl + Shift + Esc to open Task Manager.
  2. Click the Startup apps tab.
  3. Look at the Startup impact column.
  4. Right-click any “High” impact app you don’t need at startup and choose Disable.
  5. Restart your PC.

Don’t disable your antivirus or any hardware utility. Everything else — Spotify, Discord, OneDrive (unless you actively need it at boot) — is fair game.

For a broader performance boost, see our full guide: How to Speed Up a Slow Windows 11 PC.

Fix 5: Run System File Checker (SFC)

Corrupted Windows system files cause unpredictable behavior, including random freezes. The built-in SFC tool scans and repairs them automatically.

  1. Click the Search bar, type cmd, right-click Command Prompt, and choose Run as administrator.
  2. Type the following command and press Enter:
sfc /scannow
  1. Wait for the scan to finish — it takes 10–15 minutes.
  2. If SFC reports it fixed files, restart your PC.

If SFC reports it couldn’t repair everything, run this command next:

DISM /Online /Cleanup-Image /RestoreHealth

Then run sfc /scannow a second time.

Pro tip: Run SFC at least once a month if your PC tends to be unstable.

Fix 6: Free Up Disk Space

Windows 11 uses free disk space as virtual memory. If your drive is nearly full, the system has nowhere to expand memory — and freezes. Keep at least 10–15% of your drive free at all times.

  1. Press Windows key + I, then go to System > Storage.
  2. Click Temporary files and remove what you don’t need.
  3. Turn on the Storage Sense toggle to automate future cleanups.

For a deeper cleanup, our guide covers every free method: How to Free Up Disk Space on Windows 11.

Fix 7: Check for Overheating

When a CPU or GPU gets too hot, it slows itself down to prevent damage — and that throttling looks exactly like a freeze. Common signs: freezes during gaming or video editing, fans running loud just before a freeze, a laptop that’s hot to the touch.

  1. Download a free temperature monitor: HWMonitor or Core Temp are both reputable and free.
  2. Watch your CPU temperature while working. Anything consistently above 90 °C under load is a problem.
  3. If temps are high: clean dust from vents, make sure airflow around your PC is clear, or (for desktops) consider refreshing the thermal paste.

Troubleshooting tip: On laptops, a cooling pad or simply elevating the rear of the laptop a few centimetres can drop temperatures noticeably.

Fix 8: Perform a Clean Boot

A clean boot starts Windows with only essential Microsoft services and no third-party apps. If the freezing stops in a clean boot, a background app is the culprit.

  1. Press Windows key + R, type msconfig, and press Enter.
  2. On the Services tab, check Hide all Microsoft services, then click Disable all.
  3. Click the Startup tab, choose Open Task Manager, and disable all startup items.
  4. Click OK, then restart your PC.
  5. Test for freezing. If it’s gone, re-enable services in small batches to identify the one causing the problem.

Common Mistakes to Avoid

  • Logging off instead of restarting. Signing out and back in is not the same as a restart. A full restart clears memory and applies pending updates — always do this first.
  • Ignoring Windows Update. A single missed stability patch can cause months of freezing. Keep updates current.
  • Disabling antivirus to “speed things up.” Your antivirus may be scheduling scans at peak times, which looks like a freeze. Change its scan schedule instead of disabling protection.
  • Running SFC without admin rights. SFC silently fails without administrator privileges. Always right-click Command Prompt and choose Run as administrator.
  • Letting the drive fill to the brim. A drive at 95–100% capacity causes regular freezes. Keep at least 10–15% free space.
  • Jumping straight to a Windows reinstall. Most freezes are fixable without reinstalling. Work through Fixes 1–8 first — a reset is a last resort.
  • Forgetting to check driver rollbacks. If freezing started after a specific date, check what updated that day. Rolling back the driver often resolves it in minutes.

Frequently Asked Questions

Why does Windows 11 freeze randomly with no warning?

Random freezes usually point to driver conflicts, insufficient RAM, or an overheating CPU. Run Task Manager during normal use to watch for resource spikes, and check CPU temperatures with a free tool like Core Temp or HWMonitor.

Can a virus cause Windows 11 to keep freezing?

Yes. Malware running in the background can consume CPU and RAM, causing freezes. Open Windows Security, go to Virus & threat protection, and run a Full scan to rule this out.

Does more RAM fix Windows 11 freezing?

Sometimes. If Task Manager consistently shows your RAM at 90%+ during normal use, adding more RAM will help. Most Windows 11 PCs benefit from 16 GB for everyday multitasking.

Will resetting Windows 11 fix the freezing?

It usually does, but it’s a last resort. Try all 8 fixes in this guide first. If nothing works, go to Settings > System > Recovery > Reset this PC and choose “Keep my files.”

How do I know if my hard drive is causing the freezes?

Use the free tool CrystalDiskInfo to check your drive’s health. If it shows “Caution” or “Bad,” your drive is failing and needs replacing — back up your files immediately.

Is Windows 11 more prone to freezing than Windows 10?

Not inherently. Most freezes on Windows 11 come from outdated drivers that haven’t been updated for Windows 11 compatibility. Keeping drivers current resolves the majority of cases.

What if Windows 11 freezes at startup, before I can do anything?

Boot into Safe Mode by holding Shift while clicking Restart, then go to Troubleshoot > Advanced options > Startup Settings > Restart, and press 4. In Safe Mode, run SFC and check Device Manager for any device marked with a yellow warning icon.

Conclusion

A Windows 11 PC that keeps freezing is aggravating — but it’s almost always fixable without paying a repair shop. Start with a restart and Windows Update, use Task Manager to spot resource hogs, run SFC to repair system files, and check for overheating. Work through the eight fixes in order and you’ll find and eliminate the cause.

Ready to tackle more Windows problems? Browse our other step-by-step troubleshooting guides for fixes to the most common PC issues.