Laptop · Windows · Updated August 2026
The screen is stuck, clicks do nothing, but the cursor still glides around perfectly. That combination is actually good news: a moving cursor means the machine has not crashed. The mouse driver runs at a low level that keeps working even when the desktop shell or a single app has locked up above it. Something specific is frozen — not the whole computer — and in most cases you can get control back without a hard shutdown and without losing unsaved work.
This guide works through the nine fixes in the order that recovers a session fastest, starting with the ones that take seconds and risk nothing. A forced power-off is the last item on the list, not the first, because it is the only step here that can cost you data.
⚡ The Short Answer
⚠ Before you start: do not hold the power button yet. Every fix from 1 to 8 keeps your open files intact. A forced shutdown loses anything unsaved and is only in this guide as a genuine last resort.
First, Match Your Pattern
Getting this right saves you from working through fixes that were never going to apply.
PATTERN A Taskbar and desktop icons are frozen, but one app still responds
The Windows shell has locked up, not the whole system. Start at Fix 1.
PATTERN B One program is white or greyed out and says “Not responding”
Everything else is fine. Start at Fix 2.
PATTERN C Nothing at all reacts except the cursor
Likely the graphics driver or a system-wide stall. Start at Fix 3, then Fix 4.
PATTERN D It keeps happening, several times a week
Recovering the session is not enough — you need the cause. Work through Fix 5 to Fix 9 once the laptop is responsive again.
Table of Contents
- First, match your pattern
- Restart Windows Explorer
- End the frozen program in Task Manager
- Restart the graphics driver with a keyboard shortcut
- Check CPU, memory and disk usage
- Update or roll back the display driver
- Repair system files with SFC and DISM
- Trim startup apps and test with a clean boot
- Install pending Windows updates
- Test the memory and the drive
- Quick reference — all 9 fixes
- Mistakes that waste time
- The order to follow
- Frequently asked questions
The 9 Fixes, In Order
1Restart Windows Explorer
HIGH IMPACT DO THIS FIRST 1 min NO DATA LOSS
Windows Explorer is not just the file browser — it draws the taskbar, the Start menu and every desktop icon. When it stalls, the entire desktop appears dead while apps underneath keep running normally. Restarting it rebuilds the whole shell in about two seconds, and open programs are not closed.
Steps
- Press Ctrl + Shift + Esc to open Task Manager directly. If nothing happens, press Ctrl + Alt + Delete and choose Task Manager from the blue screen.
- Click More details if the window is in its compact view.
- On the Processes tab, scroll to Windows Explorer under Windows processes.
- Right-click it and choose Restart. Do not choose End task — Restart brings the shell straight back.
✅ Verify it worked: the taskbar disappears for a moment and redraws, and the desktop icons reappear. Clicking now responds normally.
2End the frozen program in Task Manager
HIGH IMPACT 2 min
If one application has locked up and is holding the screen hostage, closing that single process releases everything else. Give it a genuine chance first — a program marked “Not responding” is often just busy, and many recover on their own within thirty seconds or so.
Steps
- Click once on the frozen window, then press Alt + F4. If the app can close cleanly, this is the safest route because it still offers to save.
- If nothing happens, open Task Manager with Ctrl + Shift + Esc.
- Find the app on the Processes tab — it usually says Not responding next to the name.
- Select it and click End task.
⚠ Warning: End task closes the program immediately with no save prompt. Anything unsaved in that one app is lost, though other open programs are untouched.
✅ Verify it worked: the frozen window vanishes and the rest of the desktop responds to clicks straight away.
3Restart the graphics driver with a keyboard shortcut
HIGH IMPACT QUICK WIN 30 sec NO DATA LOSS
Windows has a built-in shortcut that resets the display driver without touching anything else. It is the ideal answer to Pattern C, where the image on screen is stale and nothing redraws, because a hung graphics driver produces exactly that symptom while the mouse keeps moving.
Steps
- Press Win + Ctrl + Shift + B all together.
- The screen goes black for roughly a second and you may hear a short beep. That is the driver reloading.
- Wait five seconds, then try clicking.
Note: this closes nothing and saves nothing. Open documents stay exactly as they were, which is why it is worth trying before anything more drastic.
✅ Verify it worked: the screen blanks briefly and returns, and the desktop starts responding again. If it worked, go to Fix 5 afterwards — the display driver is your prime suspect.
4Check CPU, memory and disk usage
MEDIUM IMPACT 5 min NO DATA LOSS
A laptop that has run out of free memory, or whose drive is pinned at 100 percent, stops responding to input while it waits. Disk usage is the one people overlook most often: a mechanical hard drive at 100 percent will freeze the interface repeatedly even when the processor is nearly idle.
Steps
- Open Task Manager and go to the Performance tab.
- Look at Memory. If it is above roughly 90 percent in normal use, you are short on RAM.
- Look at Disk. Sustained 100 percent activity is the classic cause of repeated freezing.
- Switch to Processes, click the Memory column and then the Disk column to sort by each, and close whatever sits at the top that you do not need.
✅ Verify it worked: memory and disk drop back to normal levels and the interface stops stuttering.
5Update or roll back the display driver
HIGH IMPACT 10 min
Display drivers are the single most common cause of a repeating freeze of this kind. Which direction you go depends on the timing: if freezing started after a driver update, roll it back; if the driver is old, update it. Guessing wastes an afternoon, so let the timing decide.
Steps
- Press Win + X and choose Device Manager.
- Expand Display adapters and double-click your graphics adapter.
- Open the Driver tab. If Roll Back Driver is available and the freezing began recently, use that first.
- Otherwise choose Update Driver, then Search automatically for drivers.
- For the newest version, download it directly from Intel, AMD or NVIDIA, or from your laptop maker’s support page for your exact model.
- Restart the laptop afterwards, even if Windows does not ask you to.
Note: the button is Roll Back Driver. If it is greyed out, Windows has no previous version stored and rolling back is not possible on that machine.
✅ Verify it worked: the driver date in the Driver tab has changed, and the laptop goes several days without a freeze.
6Repair system files with SFC and DISM
MEDIUM IMPACT 20 min NO DATA LOSS
Damaged Windows system files cause the shell to hang unpredictably. These two built-in tools check and repair them. Run them in this order — if SFC reports it could not fix everything, DISM repairs the component store that SFC pulls its replacement files from, after which SFC can succeed.
Steps
- Press Win + S, type cmd, then right-click Command Prompt and choose Run as administrator.
- Type
sfc /scannowand press Enter. Let it reach 100 percent without closing the window. - If it reports files it could not repair, run
DISM /Online /Cleanup-Image /RestoreHealthnext. - When DISM finishes, run
sfc /scannowonce more, then restart.
✅ Verify it worked: SFC finishes with either no integrity violations found, or a message saying it repaired them successfully.
7Trim startup apps and test with a clean boot
MEDIUM IMPACT SITUATIONAL 15 min
This one is for Pattern D. A clean boot starts Windows with only Microsoft services running, so if the freezing stops, something you installed is responsible — and you can then narrow it down instead of guessing.
Steps
- Open Task Manager, go to Startup apps, and disable anything you do not need running from the moment you log in.
- Press Win + R, type
msconfigand press Enter. - On the Services tab, tick Hide all Microsoft services, then click Disable all.
- Click OK and restart. Use the laptop normally for a day.
- If the freezing stops, re-enable the services in small groups, restarting each time, until it returns. The last group you enabled contains the culprit.
⚠ Remember to undo this. When you are finished testing, go back into msconfig and re-enable the services, or features such as your antivirus and printer software will stay switched off.
✅ Verify it worked: a full day of clean-boot use with no freeze tells you the cause is third-party software, not Windows.
8Install pending Windows updates
MEDIUM IMPACT 20 min NO DATA LOSS
Freezing bugs tied to a particular build are usually resolved in a later cumulative update, and optional driver updates delivered through Windows Update often carry the graphics fix you need. The menu path differs between the two versions of Windows this guide covers.
Steps
- Windows 11: go to Settings → Windows Update and click Check for updates.
- Windows 10: go to Settings → Update & Security → Windows Update instead.
- Open Advanced options → Optional updates and install any driver updates listed there.
- Restart when prompted and let the installation finish completely.
✅ Verify it worked: Windows Update reports you are up to date, and Optional updates is empty.
9Test the memory and the drive
HIGH IMPACT LAST RESORT 45 min
If all eight software fixes have been tried and the laptop still freezes, faulty memory or a failing drive becomes the realistic explanation. Both have built-in tests, and both are worth running before you spend anything on parts or a repair.
Steps
- Press Win + S, type Windows Memory Diagnostic, open it and choose to restart and check for problems. The test runs before Windows loads and takes twenty minutes or more.
- When it finishes, the result appears after you log back in.
- Then open Command Prompt as administrator and run
chkdsk C: /f /r. Type Y to schedule it and restart. - If either test reports errors, back up your files immediately before doing anything else.
⚠ About forcing a shutdown: if the laptop is completely unresponsive and none of the fixes above are reachable, hold the power button for ten seconds. This is safe for the hardware but loses unsaved work, so treat it as the genuine last step — not the first thing you reach for.
Quick Reference — All 9 Fixes
| # | Fix | Best for | Time |
|---|---|---|---|
| 1 | Restart Windows Explorer | Pattern A — always try first | 1 min |
| 2 | End the frozen program | Pattern B | 2 min |
| 3 | Win + Ctrl + Shift + B | Pattern C | 30 sec |
| 4 | Check CPU, memory, disk | Repeated stuttering | 5 min |
| 5 | Update or roll back display driver | Pattern C and D | 10 min |
| 6 | SFC then DISM | Pattern D | 20 min |
| 7 | Startup trim and clean boot | Pattern D | 15 min |
| 8 | Install Windows updates | Any pattern | 20 min |
| 9 | Memory and drive test | Nothing else worked | 45 min |
Mistakes That Waste Time
- Holding the power button straight away. A moving cursor means the machine is alive and Fix 1 usually takes under a minute. Forcing a shutdown throws away everything unsaved for no reason.
- Choosing End task on Windows Explorer instead of Restart. End task removes the taskbar and leaves you with an empty screen, and you then have to start it again manually from Task Manager.
- Clicking repeatedly while it is frozen. Every extra click queues up and is delivered at once when the app recovers, which can trigger things you never meant to do.
- Installing a driver-updater utility. These frequently install the wrong driver for the exact laptop model. Device Manager, Windows Update, or the manufacturer’s own support page are the reliable routes.
- Reinstalling Windows before testing the hardware. If the memory or the drive is failing, a fresh install freezes exactly the same way — after you have lost a whole day. Run Fix 9 first.
The Order to Follow
- Restart Windows Explorer. One minute, no risk, and it is the answer most of the time. Fix 1
- Is one app the problem? Close it properly, then force it if you must. Fix 2
- Is the whole screen stale? Restart the graphics driver from the keyboard. Fix 3
- Back in control? Check memory and disk to see what caused it. Fix 4
- Happening repeatedly? Sort the display driver, then repair system files. Fix 5 then Fix 6
- Still repeating? Clean boot to find the third-party cause, and update Windows. Fix 7 then Fix 8
- Nothing has helped? Test the memory and the drive before spending money. Fix 9
Frequently Asked Questions
Why does the mouse still move if the laptop is frozen?
The cursor is drawn by the graphics hardware and driven by a low-level input driver, both of which sit beneath the desktop shell and the applications. When Explorer or a single program locks up, that lower layer keeps running, so the pointer glides normally even though nothing responds to it.
Will I lose my unsaved work?
Not with Fixes 1 and 3 — neither closes any program. Fix 2 loses unsaved changes in the one app you end, but nothing else. Only a forced power-off loses everything, which is why it belongs at the very end.
What does Win + Ctrl + Shift + B actually do?
It tells Windows to restart the display driver. The screen blanks for about a second and may beep, then the driver reloads. Open programs are not affected, so it is completely safe to try.
Is this a hardware or a software problem?
Software in the large majority of cases — display drivers, a stalled shell, or one badly behaved application. Hardware becomes the likely answer only when Fixes 1 to 8 have all been tried and the freezing continues, which is exactly what Fix 9 is there to check.
Ctrl + Shift + Esc does nothing. What now?
Try Ctrl + Alt + Delete instead, which draws a full-screen menu at a level above the frozen desktop and can appear when Task Manager will not. If that also fails, use Fix 3 to restart the graphics driver.
Does it matter whether I am on Windows 10 or Windows 11?
Every fix here works on both. The only difference is the Windows Update path in Fix 8: Windows 11 has Settings then Windows Update, while Windows 10 uses Settings then Update & Security then Windows Update.
My laptop freezes only when it gets hot. Is that the same problem?
No, that is thermal throttling and eventually a protective shutdown, which is a different cause with a different set of solutions. Work through the overheating guide linked below instead.
How can I stop it happening again?
Keep the display driver current, leave at least fifteen percent of the drive free, cut back on startup programs, and restart the laptop properly a few times a week rather than only ever closing the lid.
📌 Still fighting a frozen laptop?
TechFix Radar has clear, step-by-step fixes for Windows, laptops, Android and iPhone — written to be followed, not skimmed.
Start here Free tools