How to fix Windows 11 freezing or becoming unresponsive during use
Summary
This guide helps you troubleshoot and resolve: How to fix Windows 11 freezing or becoming unresponsive during use. Follow the steps below to fix the issue.
Common Causes
Windows 11 freezing or becoming unresponsive is a common issue that can stem from outdated drivers, overheating, software conflicts, or system file corruption. This guide walks you through a logical sequence of fixes, starting with the simplest solutions and progressing to more advanced troubleshooting. Work through each step in order, testing your system after each change to identify what resolves the problem.
Quick Fix Steps
If your PC is currently frozen, try these immediate remedies before diving into deeper troubleshooting:
- Wait 30 to 60 seconds. Some operations (such as Windows Update installations) can take several minutes to complete in the background.
- Press
Ctrl + Shift + Escto open Task Manager and close any unresponsive applications. - If the cursor is still moving, right-click the desktop, select Task Manager, and end tasks that are using high CPU or memory.
- Press
Ctrl + Alt + Delete, then choose Sign out to return to the lock screen without a full restart. - If nothing responds, hold the power button for 10 seconds to force a shutdown, then wait 30 seconds before restarting.
Detailed Instructions
Check for Overheating
Excessive heat is one of the most common causes of sudden freezes, particularly on laptops. When internal temperatures reach unsafe levels, Windows may throttle performance or halt processes to protect the hardware.
- Open Settings > System > Recovery and click Restart now next to Advanced startup.
- Select Troubleshoot > Advanced options > UEFI Firmware Settings > Restart.
- Once in the BIOS/UEFI, look for a hardware monitoring or PC health section and check the CPU and system temperatures.
- Anything above 95°C under load indicates a thermal issue. Exit without saving changes.
If temperatures are high, try the following:
- Ensure ventilation ports are clear of dust and obstructions.
- Use your laptop on a hard, flat surface rather than a bed or couch.
- Consider a laptop cooling pad for sustained workloads.
- For desktops, check that all case fans are spinning and that the CPU cooler is seated correctly.
Update Windows and Drivers
Outdated drivers are a leading cause of freezes, particularly for graphics cards, chipset, and storage controllers. Microsoft regularly releases stability fixes through Windows Update, and manufacturers push driver updates through their own software.
- Open Settings > Windows Update and click Check for updates.
- Install any available updates, including optional driver updates shown under Advanced options > Optional updates.
- Restart your PC when prompted, even if the update appears minor.
- Visit your hardware manufacturer's website (Intel, AMD, NVIDIA, Dell, HP, Lenovo, etc.) and download the latest drivers for your specific model.
Disable Startup Programmes
Too many programmes launching at sign-in can overwhelm system resources and cause freezes shortly after logging in.
- Right-click the Start button and select Task Manager.
- Click More details if the simplified view is showing.
- Select the Startup apps tab.
- Review the Status column to identify apps with a high Startup impact.
- Select any non-essential programme and click Disable at the top right.
- Repeat for any applications you do not need immediately at startup, then restart.
Run the System File Checker and DISM
Corrupted Windows system files can cause applications and even the shell itself to hang. Windows includes built-in tools to scan for and repair these files.
- Right-click the Start button and select Terminal (Admin) or Command Prompt (Admin).
- Click Yes on the User Account Control prompt.
- Type
DISM /Online /Cleanup-Image /RestoreHealthand pressEnter. Allow 15 to 30 minutes for this to complete. - Once finished, type
sfc /scannowand pressEnter. - Wait for the scan to finish. If it finds integrity violations it cannot repair, note the log file location shown in the output.
- Restart your PC when complete.
Check for Memory Issues
Failing or incompatible RAM can manifest as random freezes, particularly when running multiple applications or under memory pressure.
- Press the Windows key, type Windows Memory Diagnostic, and press
Enter. - Select Restart now and check for problems.
- Your PC will reboot and run a memory test. This can take 10 to 20 minutes.
- When Windows restarts, check Event Viewer > Windows Logs > System for MemoryDiagnostics-Results entries.
If errors are reported, test one RAM module at a time (if your machine has more than one) to identify the faulty stick.
Check the Disk for Errors
A failing hard drive or SSD can cause the entire system to hang while waiting for data to be read or written.
- Open File Explorer, right-click your C: drive, and select Properties.
- Click the Tools tab and select Check under Error checking.
- Choose Scan drive and follow the prompts. You may need to schedule the scan for the next restart.
- For a more thorough scan, open Terminal (Admin) and run
chkdsk C: /f /r, then typeYto schedule it for the next restart.
/r switch locates bad sectors and recovers readable information. On large drives this can take several hours. Back up important data before running it.Test in Clean Boot State
A clean boot starts Windows with a minimal set of drivers and startup programmes, helping you identify whether a third-party application is causing the freeze.
- Press
Win + R, typemsconfig, and pressEnter. - On the Services tab, tick Hide all Microsoft services, then click Disable all.
- Switch to the Startup tab and click Open Task Manager.
- Disable every startup item, then close Task Manager.
- Click OK in the System Configuration window and restart.
If the freezes stop in clean boot mode, re-enable services and startup items in small groups, restarting between each, until the culprit is found.
Check for Malware
Malware and unwanted software can consume system resources, interfere with critical processes, and cause Windows to freeze.
- Open Settings > Privacy and security > Windows Security > Virus & threat protection.
- Under Current threats, click Scan options and select Full scan.
- Click Scan now and allow the scan to complete. This may take over an hour.
- If any threats are detected, follow the prompts to remove them and restart your PC.
- For a second opinion, download and run a free on-demand scanner such as Malwarebytes from the manufacturer's official website.
Reset or Reinstall Windows
If none of the previous steps have resolved the freezing, a Windows reset can restore the operating system to a clean state while preserving your personal files.
- Open Settings > System > Recovery.
- Next to Reset this PC, click Reset PC.
- Choose Keep my files to retain personal documents, or Remove everything for a full clean install.
- Select Cloud download or Local reinstall as the source for the Windows image.
- Review the settings shown and click Confirm, then follow the on-screen prompts.
When to Seek Further Help
If your PC continues to freeze after completing all of the steps above, the issue may be hardware-related. Consider the following:
- Contact your PC manufacturer's support line for warranty service if the device is relatively new.
- Take the PC to a qualified technician for a hardware diagnostic, particularly if memory or disk errors were reported.
- For business machines, raise a support ticket with your IT department so they can investigate firmware, driver, and group policy issues specific to your environment.
Providing the technician with any error codes, Event Viewer logs, or crash dump files you have collected will help speed up the diagnosis.
Still Having Issues?
💻 Open a Ticket