Windows 10 or 11 PC Freezes: A Step-by-Step Diagnostic Guide (2026)

10 min read

Help Desk Geek is reader-supported. We may earn a commission when you buy through links on our site. Learn more.

Mouse won’t move. Screen’s stuck. Or one app just sits there mocking you with “Not Responding.” A frozen Windows PC usually traces back to one of a handful of culprits: low disk space, a flaky driver, too many startup programs, a buggy update, or occasionally malware or corrupted system files. The good news is you don’t need to download a single tool to figure out which one it is. Everything here already lives inside Windows.

What You’re Diagnosing

Before you touch any settings, figure out whether this is a whole-system freeze or just one app being difficult. The fix path is completely different depending on which one you have, so this triage step comes first. Everything after it runs in order, from the fastest checks to the deepest repairs.

Prerequisites

Make sure you have the following before you start:

  • A Windows 10 or Windows 11 PC with an administrator account (needed to uninstall updates, roll back drivers, or run repair tools)
  • A few minutes of uninterrupted access to the PC while it’s freezing (or right after)
  • An internet connection, for checking Windows Update history and running Windows Security scans
  • 10-15 minutes for the quick checks; up to an hour if you need to run SFC/DISM scans or uninstall an update

Step 1: Triage: Is It the Whole PC or Just One App?

This determines everything else. Try pressing Ctrl + Shift + Esc to open Task Manager directly.

  • If Task Manager opens and responds normally, only one app is frozen. Skip ahead to Step 6 (Task Manager diagnostics); you likely just need to end that one task.
  • If nothing responds at all, including the taskbar, clock, and Task Manager, the whole system is locked up. Wait 15-20 seconds in case it’s a temporary spike, then hold the power button for 10 seconds to force a restart if it’s still frozen.
Task Manager opened via Ctrl+Shift+Esc showing the taskbar and desktop, illustrating the triage check between a whole-system freeze and a single frozen app

Once the PC is back up (or if it never fully froze), work through the fixes below in order; they’re arranged from the quickest checks to the most invasive.

Fix #1: Free Up Disk Space

A nearly full drive is one of the most common causes of system-wide freezing, and one of the easiest to overlook. Windows needs free space on your C: drive for virtual memory, temp files, and update staging. When that space runs out, the whole system can stutter or lock up. Microsoft doesn’t publish one official minimum, but a commonly used buffer is at least 15-20% of your main drive free.

  • Open Settings > System > Storage.
  • Check the used/free space bar at the top of the page. If less than 15-20% is free, that’s a likely contributor to your freezing.
Settings > System > Storage page showing the drive usage bar and category breakdown (apps, temp files, system, documents)
  • Click Temporary files and select items like Temporary internet files, Recycle Bin, and Windows Update Cleanup, then click Remove files.
  • Turn on Storage Sense from the same page so Windows automatically clears temp files and empties the Recycle Bin going forward.
  • If you’re still under 15-20% free, open Settings > Apps > Installed apps and uninstall anything you no longer use, starting with the largest entries.

Tip: Sort the Storage breakdown by category size to find what’s actually eating your space; it’s often old Windows Update leftovers or a bloated Downloads folder, not the apps themselves.

Fix #2: Reduce Startup Program Bloat

Too many programs launching at sign-in compete for CPU, memory, and disk access right when Windows boots, which can cause freezing or sluggishness in the first few minutes after login.

  • Open Task Manager with Ctrl + Shift + Esc.
  • Click the Startup apps tab (called Startup in Windows 10).
  • Look at the Startup impact column; sort by clicking the column header so High impact items appear first.
Task Manager Startup apps tab listing programs with Name, Publisher, and Startup impact columns, sorted with High-impact items visible
  • Right-click any non-essential high-impact program (chat apps, cloud storage clients, update checkers) and select Disable.
  • Leave your antivirus and any hardware utility (like a laptop’s battery or touchpad driver) enabled.
  • Restart your PC and see if the freezing improves.

Fix #3: Test for Driver Conflicts Using Safe Mode

If freezing happens during specific tasks (gaming, video playback, waking from sleep), a driver is a common suspect, especially graphics, network, or storage controller drivers. Safe Mode loads Windows with only essential drivers, so if the freezing stops there, you’ve confirmed a driver (or startup app) is the cause.

  • Open Settings > System > Recovery.
  • Next to Advanced startup, click Restart now.
Settings > System > Recovery page with the Advanced startup section and Restart now button visible
  • On the blue Choose an option screen, click Troubleshoot > Advanced options > Startup Settings > Restart.
  • When the PC restarts, press 4 or F4 for Safe Mode, or 5 / F5 for Safe Mode with Networking.
Windows Startup Settings screen listing numbered boot options including Safe Mode and Safe Mode with Networking
  • Use the PC in Safe Mode for a while, doing whatever normally triggers the freeze.
  • If it doesn’t freeze in Safe Mode, boot back to normal mode and open Device Manager (right-click Start > Device Manager).
  • Expand Display adapters, Network adapters, and any category with a yellow warning icon.
Device Manager window with the Display adapters category expanded, showing the right-click context menu with Update driver and Properties options
  • Right-click the suspect driver and choose Update driver. If the problem started right after a driver update, instead go to Properties > Driver tab > Roll Back Driver (only available if a previous version exists).

Fix #4: Check for the KB5094126 Update Issue

If your freezing started shortly after Windows installed an update, a buggy cumulative update is a realistic cause. Microsoft has shipped problem updates before, and reports have linked a June 2026 update identified as KB5094126 to freezing on certain hardware configurations.

Before assuming this is your issue, verify it against Microsoft’s own sources. Known-issue status and affected builds can change fast as Microsoft investigates, so don’t go off forum guesswork.

  • Open Settings > Windows Update > Update history.
Settings > Windows Update > Update history page listing recently installed updates with KB numbers and install dates, with the Uninstall updates link visible
  • Check whether KB5094126 (or whichever update installed right before your freezing started) appears near the top of the list with a recent install date.
  • Visit the Windows Release Health dashboard — which links out to the current per-version Windows 11 update history pages — or the Windows 10 update history page if you’re on Windows 10, and search for the KB number to see if Microsoft has confirmed a known issue.
  • If Microsoft has confirmed the issue and released a fix: install the follow-up update through Settings > Windows Update > Check for updates.
  • If no fix is available yet: go back to Update history, click Uninstall updates, find the update in the list, and click Uninstall next to it.
Windows Update history Uninstall updates dialog listing installed updates with an Uninstall button next to a recent entry
  • Restart the PC, then pause future updates temporarily via Settings > Windows Update > Pause updates until Microsoft ships a confirmed fix.

Tip: Don’t uninstall an update just because it’s the most recent one. Confirm it against Microsoft’s release health page first. Uninstalling a security update removes the protection it added, so only do this if there’s a documented known issue.

Fix #5: Use Task Manager to Spot Runaway Processes

Whether it’s one app hanging or the whole system bogging down, Task Manager shows you exactly what’s consuming your PC’s resources in real time.

  • Press Ctrl + Shift + Esc to open Task Manager.
  • Click More details if you’re in the compact view, then select the Processes tab.
  • Click the CPU, Memory, or Disk column headers to sort by usage, highest first.
Task Manager Processes tab with CPU, Memory, Disk, and GPU columns visible, sorted by CPU usage descending, showing a high-usage process highlighted
  • Look for a single process pegged near 100% on CPU or Disk for an extended period; that’s your likely culprit.
  • If it’s a frozen app marked Not Responding, click it once and select End task.
  • If it’s a background process you don’t recognize, right-click it and choose Search online to identify it before ending it.
  • If the same process repeatedly causes trouble, check for an update to that app or reinstall it.

Fix #6: Scan for Malware

If you’ve ruled out disk space, drivers, startup apps, and updates, and freezing still happens randomly with no clear trigger, malware is worth checking. Some malicious processes consume resources quietly or interfere with system stability without any obvious symptoms besides the freezing itself.

  • Open Settings > Privacy & security > Windows Security, then click Virus & threat protection.
  • Click Scan options.
Windows Security Virus & threat protection page showing Scan options with Quick scan and Full scan choices and the Scan now button
  • Select Full scan, then click Scan now. This checks every file on your drive, not just commonly targeted locations, so it can take 30-60 minutes.
  • If Windows Security finds and removes threats, restart your PC and monitor whether the freezing stops.
  • If you already run separate antivirus software, run its full scan instead. Avoid running two real-time antivirus tools simultaneously, as they can conflict and cause the exact freezing you’re trying to fix.

Fix #7: Run SFC and DISM to Repair System Files

Corrupted system files can cause instability and freezing that no other fix addresses. This is the most invasive step here, so it’s last; run it once you’ve ruled out the simpler causes above.

  • Click Start, type cmd, right-click Command Prompt, and select Run as administrator.
  • Run the System File Checker:
sfc /scannow
  • Let it finish; this can take 10-15 minutes. It will report whether it found and repaired corrupted files.
  • If SFC reports files it couldn’t fix, run DISM to repair the underlying Windows image, then run SFC again:
DISM /Online /Cleanup-Image /RestoreHealth
sfc /scannow
  • Restart your PC once both scans complete.

Warning: The DISM command downloads repair files from Windows Update, so it needs an active internet connection. If it fails repeatedly, your network connection or a corrupted update cache is likely the reason.

Configuration: Keeping Freezes From Coming Back

A few settings are worth revisiting once your PC is stable again:

SettingRecommended ValueWhy
Free disk space on C:15-20%+Prevents virtual memory and update staging issues
Storage SenseOn, automaticKeeps temp files and Recycle Bin from piling back up
Startup impactDisable anything not essentialReduces resource competition at sign-in
Windows UpdateActive, not paused indefinitelyEnsures known-issue fixes install automatically
Windows Security real-time protectionOnFree, built-in malware baseline

Tips and Troubleshooting

  • Freezing only happens under heavy load (gaming, video export)? That points toward a driver or overheating issue rather than storage or updates. Safe Mode testing (Fix #3) is your best next step.
  • PC freezes right at the login screen or during boot? Try Safe Mode first; if it still freezes there, suspect hardware (failing RAM or drive) rather than software.
  • Freezing happens on a laptop specifically when it gets warm? That’s a strong sign of dust buildup or a failing cooling fan, a hardware issue outside what these software tools can fix.
  • Uninstalled the update but freezing continues? Re-check the Release Health dashboard; Microsoft sometimes reissues a corrected version of the same update under the same KB number.

When These Fixes Don’t Work

If you’ve worked through all seven fixes and the PC still freezes randomly, you’re likely looking at failing hardware: a dying hard drive, bad RAM, or an overheating CPU. Run your PC manufacturer’s built-in hardware diagnostics (usually accessible by pressing a function key during boot) or take it to a repair shop for a hardware stress test. At that point, software troubleshooting has done what it can.

Wrapping Up

Most of the time, this ends at Fix #1 or Fix #2. A full hard drive or a startup list with 15 programs fighting for resources at sign-in causes more freezes than anything else on this list, and both take five minutes to check.

If your freezing started right after an update, don’t skip verifying KB5094126 (or whatever KB shows up in your update history) against Microsoft’s official release health page before uninstalling anything. That’s the one step people either skip entirely or base on rumors instead of Microsoft’s actual advisory, and it’s worth doing right.

StepActionApplies To
1Triage whole-system vs. single-app freezeAll cases
Fix #1Free up disk space to 15-20%+Full-drive PCs
Fix #2Disable high-impact startup appsSlow-to-freeze-after-login PCs
Fix #3Test in Safe Mode, update/roll back driversTask-specific freezing
Fix #4Check KB5094126 / recent update, uninstall if confirmedFreezing after a recent update
Fix #5End runaway processes in Task ManagerSingle-app hangs
Fix #6Run a full Windows Security scanRandom, unexplained freezing
Fix #7Run sfc /scannow and DISMFreezing after ruling out everything else

Resources