My laptop is Unresponsive. How to Fix a Frozen or crashed computer
My Laptop is UnresponsiveHow to Fix a Frozen or Crashed Computer
Mouse stuck. Screen locked. App won't close. Whatever type of freeze you're facing — this step-by-step guide takes you from the immediate emergency fix all the way to permanent prevention.
- Step 1: Wait 2–3 minutes — it may be processing a heavy task
- Step 2: Press Ctrl + Alt + Del — if the screen appears, open Task Manager and end the frozen app
- Step 3: Press Alt + F4 to force-close the active window
- Step 4: If nothing works, hold the Power button 5–10 seconds to force shutdown — then scroll to Fix #3 below
covered
guide
in this guide
10+11 Compatible
versions
A frozen laptop is not necessarily a broken one. In most cases, the fix is free, fast, and requires nothing more than knowing which key to press — and why.
TechCommuters' 2026 frozen computer guide opens with the most important reassurance: "A computer does not freeze without reason. Something always pushes it beyond its limit. That limit could be memory, heat, storage speed, or software conflicts. Understanding these causes helps you choose the right fix." In other words, a frozen laptop is not random — it has a cause, and that cause points directly to the solution.
MicroSec's December 2025 guide gives equally reassuring context: "When your computer suddenly stops responding or freezes mid-task, it can be incredibly frustrating. Whether you're working on something important, attending a virtual meeting, or simply watching a video, a frozen PC interrupts your flow. The first step is to remain calm. Panicking can lead to forced shutdowns or data loss. Instead, follow these steps." That principle — methodical over panicked — is what this guide is built around.
For Kenyan laptop users specifically, there are additional risk factors that global guides rarely account for: power cuts during Windows operations that corrupt system files, USB drives from colleagues introducing malware that consumes CPU in the background, older refurbished machines with insufficient RAM for 2026 software, and Nairobi's warm climate contributing to the thermal throttling that causes freezes. All of these are addressed in the fixes below.
Which Type of Freeze Are You Experiencing?
ASUS support documentation breaks down the types of unresponsiveness clearly: "If you encounter error messages or a lack of response from your device's Windows operating system, preventing any further actions — such as sudden system crashes, freezes, black screens, or white screens — please refer to these troubleshooting steps." Identifying your specific freeze type directs you to the fastest fix.
| Freeze Type | What You See | Most Likely Cause | First Fix to Try |
|---|---|---|---|
| Single App Frozen | One window unresponsive — title bar shows "(Not Responding)" | App crashed / low RAM | Ctrl+Shift+Esc → End Task that app (Fix #2) |
| Mouse Still Moves | Cursor moves but nothing clicks or responds | Heavy background process or GPU issue | Wait 2 min → Ctrl+Alt+Del → Task Manager (Fix #1) |
| Mouse Also Frozen | Entire screen locked — no input works at all | Full system crash / RAM / hardware | Force shutdown (Fix #3) → Check RAM and temps |
| Freezes at Startup | Laptop stops during boot — Windows logo or loading screen | Corrupt boot files / bad driver / update failure | Boot WinRE → Startup Repair / SFC (Fix #8) |
| Freezes Randomly | Works fine, then suddenly locks up — no pattern | Overheating / failing drive / malware / RAM | Check temperatures → Run CHKDSK and memory test (Fix #10) |
| Black/White Screen | Screen goes blank but laptop is on (fan running, power light on) | GPU driver crash / display driver failure | Force restart → Update/reinstall GPU driver (Fix #6) |
The 7 Causes of a Frozen Laptop
AVG's March 2026 guide identifies the core causes precisely: "Malware can consume system resources and cause instability, leading to crashes or freezes. Power issues can cause the computer to freeze or shut down unexpectedly. Overheating can cause the CPU or GPU to throttle performance or shut down. Buggy drivers can cause hardware conflicts or crashes. A failing hard drive can cause data access issues, resulting in system freezes." Understanding which applies to you eliminates the guesswork.
10 Fixes — From Immediate to Advanced
MicroSec's guide is clear on the first step: "The first step is to remain calm. Wait a few minutes to see if it responds — sometimes a system may freeze due to temporary overload." Windows may be running a disk operation, processing a large file, or completing a Windows Update task. Give it 2–3 minutes before escalating.
If waiting does not help, press Ctrl + Alt + Del — the Windows security screen shortcut that works even when the desktop is frozen. From there you can access Task Manager, lock the screen, switch users, or initiate a restart — without a force shutdown.
If only one application is frozen but the rest of Windows still responds, you do not need to restart — just terminate the crashed process. DTPTips explains: "If any software or application becomes unresponsive and refuses to close, the best way to handle this is via Task Manager." Three methods work — use whichever is accessible:
tasklist to find the app's process name → type taskkill /F /IM processname.exe to force-terminate it.If Ctrl+Alt+Del does not work and the entire system is completely unresponsive, a forced shutdown is the only remaining option. TechCommuters cautions: "Avoid holding the power button unless the system is completely unresponsive. Forced shutdowns can damage system files over time." Use this only when all other options are exhausted.
"A computer does not freeze without reason. Something always pushes it beyond its limit. Understanding these causes helps you choose the right fix — and stops it from happening again." — TechCommuters, How to Fix a Frozen Computer: Complete Guide [Windows 11/10], February 2026
Once your laptop restarts, open Task Manager immediately — before the freeze can recur — and identify what is consuming your resources. TechCommuters advises: "Many apps start automatically. They run silently and consume resources. Over time, this slows everything." High CPU or RAM usage from background apps is a primary cause of freezing.
A nearly full system drive prevents Windows from writing temporary files, managing Virtual Memory, and completing updates — all of which cause freezing and crashes. MicroSec advises: "Press Windows + R, type temp, and delete all files. Use Disk Cleanup or third-party tools like CCleaner." Keep at least 15% of your system drive free at all times.
%temp% → press Enter. Select all files → Delete. Skip any files that report "in use."temp → press Enter. Delete all files here too.AVG's guide recommends: "Keeping Windows up to date is important for security, bug fixes, and overall system performance. So if your PC or laptop is getting stuck and the screen keeps freezing, it could be a bug in the software. Updating Windows can fix these types of bugs, improve efficiency, and keep your device protected." Outdated drivers — particularly GPU, network, and chipset drivers — are a leading cause of crashes and freezes that appear random.
If Task Manager shows unexplained high CPU usage — especially from processes you do not recognise — malware is a strong suspect. AVG confirms: "Malware can consume system resources and cause instability, leading to crashes or freezes. Run a full system scan with a free antivirus removal tool to detect and remove malicious software." Microsoft Defender is built into Windows and is excellent — no third-party tool required for most scans.
If freezing persists after the software fixes above, corrupt system files or disk errors are likely — particularly common after power cuts during Windows operations. Three built-in tools address this comprehensively: SFC repairs corrupted Windows files, DISM restores the Windows image, and CHKDSK scans and fixes disk errors.
sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth
chkdsk C: /f /r
Safe Mode loads Windows with only essential drivers and system processes — no third-party software, no non-essential drivers. MicroSec recommends: "Restart your PC and press F8 (or Shift+Restart in Windows 10/11). Choose Safe Mode with Networking. Perform virus scans and uninstall problematic software." If your laptop does not freeze in Safe Mode, something that only loads in normal mode is the cause — a startup app, driver, or service.
If all software fixes have failed to resolve persistent, random freezing — hardware failure is the most likely remaining cause. TechCommuters confirms: "Freezing can sometimes point to hardware problems. A failing hard drive or SSD can also slow file access and cause system pauses. Low RAM forces Windows to struggle with tasks. If freezes happen often, hardware checks should be considered." Two free built-in tools test these directly.
Test RAM with Windows Memory Diagnostic:
Test Drive Health with CrystalDiskInfo:
Prevention — Stop Your Laptop Freezing Again
AVG's guide summarises prevention clearly: "It can be a lot of work to keep your computer or laptop maintained and running at peak performance — but with regular maintenance and smart habits, most freezing issues are entirely preventable." These eight practices, applied consistently, eliminate the most common causes before they escalate into freeze events.
When a Freezing Laptop Means It's Time to Replace
Every fix in this guide is free or low-cost. But there are scenarios where the honest answer is that the hardware has reached the end of its viable life. If your laptop is more than 5 years old, has 4GB of non-upgradeable RAM, runs a spinning HDD that CrystalDiskInfo shows as "Caution" or "Bad," and freezes even after all 10 fixes above — you are spending time and energy on a machine that has reached its practical limit.
In Kenya's market, a quality EX-UK refurbished Dell Latitude, HP EliteBook, or Lenovo ThinkPad with 8GB RAM, a fast SSD, and a hardware-verified clean bill of health starts from KSh 24,500 at our Nairobi CBD store. That machine will not freeze under normal workloads, will not overheat from clogged vents, and will not suffer from the accumulated software entropy that causes chronic crashes on aging machines. Sometimes the most productive fix is a fresh start on a dependable foundation.
Most common causes for Kenyan users: 4GB RAM (chronic multitasking freeze) · Overheating from dust + warm climate · Malware from shared USB drives · File system corruption from load-shedding power cuts. The three highest-impact free fixes: 1) Ctrl+Alt+Del → Task Manager → End the frozen app or process. 2) Run SFC /scannow + CHKDSK to repair corruption from power cuts. 3) Run a full Microsoft Defender scan to eliminate malware. Do these three before spending money on anything. Still freezing? WhatsApp us at 0714 722 264 — we diagnose and advise every day.
Recurring Freezes Pointing to Aging Hardware?
We stock 72+ EX-UK tested business laptops — all with 8GB+ RAM, verified SSDs, and genuine Windows. Starting from KSh 18,000. Tell us your budget and we'll find the right machine. WhatsApp: 0714 722 264


