Your cursor spins. The window turns pale gray. Nothing you click does anything. If you’ve seen “This program is not responding” pop up on Windows 10 or 11, you already know the sinking feeling of wondering whether you’re about to lose an hour of unsaved work — and you’re probably searching for an application not responding windows fix that actually sticks, not just a temporary reboot.
Windows shows “application is not responding” when a program stops replying to system messages — usually from a memory leak, a resource conflict, a corrupted file, or an outdated driver. Force-closing through Task Manager is the fastest short-term fix, but if it keeps happening, the real fix is finding which of those four causes is behind it.
This guide walks through both: how to get your screen back right now, and how to stop the freeze from coming back tomorrow.
Why Windows Apps Stop Responding in the First Place
An app becomes “not responding” when it stops answering the constant stream of small messages Windows sends every running program — clicks, redraws, keyboard input. If the app doesn’t reply within a few seconds, Windows slaps that gray overlay on it as a warning, not a diagnosis.
A few things usually cause the silence:
- Memory leaks. An app allocates memory or system handles and never releases them. Over hours, this slowly starves the whole system — not just that program — of resources.
- Resource contention. Too many background processes competing for the same CPU cycles or disk I/O.
- Corrupted or missing system files. A damaged DLL or system component the app depends on.
- Driver conflicts. Especially graphics drivers, which are involved in almost anything with a visible window.
- Malware. Less common than people assume, but real — especially if the freezing is new and paired with other odd behavior.
None of these are mutually exclusive. A laptop running low on RAM with an outdated GPU driver is a textbook setup for this error to show up constantly.
Fix 1 — Force-Close the Frozen App Safely
This is the fix everyone already knows, but there’s a right way to do it.
- Press Ctrl + Shift + Esc to open Task Manager directly (faster than Ctrl+Alt+Delete, which routes through a menu first).
- Find the frozen app under the Processes tab — it’s usually labeled “Not Responding” right next to the name.
- Right-click it and choose End Task.
Waiting 15–20 seconds before ending the task is worth it. Sometimes a program is mid-save or finishing a background operation, and it’ll snap back on its own. If it’s genuinely frozen, though, waiting longer won’t help — Windows isn’t going to nudge it awake for you.
One thing to know: ending the task discards unsaved changes in that program. It won’t touch other open apps or corrupt your system, but anything you hadn’t saved in that specific window is gone.
Quick takeaway: End Task is safe for the app itself, but it’s not a fix — it’s a reset button. If the same program freezes again within the hour, move to the diagnostic steps below.
Fix 2 — Check What’s Actually Eating Your Resources
Before touching drivers or system files, look at what’s actually happening on the machine.
In Task Manager, click the Processes tab and sort by CPU, then by Memory. If something you don’t recognize — or a browser with 40 tabs — is pinning a core at 100% or eating several gigabytes, that’s very likely your answer.
Also check the Startup apps tab. Programs that launch with Windows and sit in the background are one of the most common causes of chronic freezing, especially on machines that haven’t been rebooted in weeks. Disable anything you don’t need running constantly (right-click → Disable), then restart and see if the problem eases.
Fix 3 — Repair Corrupted System Files with SFC and DISM
If freezing happens across multiple, unrelated programs, damaged system files are a strong suspect. Windows ships with a built-in repair tool for exactly this.
- Open Command Prompt as Administrator.
- Run:
sfc /scannow
- Let it finish — this can take several minutes. It checks protected system files against known-good versions and repairs anything mismatched.
- If SFC reports it “found corrupt files but was unable to fix some of them,” follow up with:
DISM /Online /Cleanup-Image /RestoreHealth
then run sfc /scannow again.
DISM repairs the underlying Windows image that SFC pulls its reference files from, so running them in that order matters — DISM first if SFC alone can’t fix things.
Fix 4 — Update Windows and Your Drivers
Microsoft ships bug fixes and stability patches through Windows Update constantly, and outdated GPU or chipset drivers are a frequent, quiet cause of freezing.
- Press Win + I → Windows Update → Check for updates. Install anything pending, including optional driver updates listed there.
- For graphics specifically, check the GPU manufacturer’s own tool (NVIDIA, AMD, or Intel’s driver utility) rather than relying only on what Windows Update offers — it’s often a version or two behind.
If the freezing started right after a Windows or driver update, this points the other direction: rolling back that specific update from Settings → Windows Update → Update history → Uninstall updates may resolve it faster than updating further.
Fix 5 — Diagnose a Memory Leak Before It Gets Worse
This is the step most guides skip, and it’s often the actual root cause behind an app that freezes specifically after being open a while rather than immediately on launch.
In Task Manager, go to Details, right-click any column header, and add Commit size, Handles, GDI objects, and User objects. Watch the suspect app’s numbers over 20–30 minutes of normal use. A steadily climbing commit size or handle count — one that never goes back down even when the app is idle — is the signature of a leak. By default, Windows caps each process at 10,000 GDI/USER handles; an app slowly approaching that ceiling will start stuttering before it fully locks up.
For a system-wide memory check, type mdsched.exe into Windows Search and run the Windows Memory Diagnostic. It reboots your PC into a scan environment and checks the physical RAM itself for hardware-level errors, which is a different (and less common) problem than a software memory leak, but worth ruling out if freezing happens across every single app you open.
Fix 6 — Run a Malware Scan
Malware isn’t the most common cause, but it does show up — particularly for freezing that appeared suddenly, alongside other symptoms like unexpected pop-ups, new browser toolbars, or an unusually hot fan running constantly.
- Settings → Privacy & Security → Windows Security → Virus & threat protection.
- Run a Quick scan first, then a Full scan if anything looks off or if the quick scan comes back clean but symptoms persist.
Windows Security is genuinely solid as a baseline — you don’t need a third-party antivirus running alongside it for basic protection, and running two real-time scanners simultaneously often causes its own performance conflicts.
Fix 7 — Try Compatibility Mode or the Compatibility Troubleshooter
Older software — especially anything not updated for Windows 11 — can freeze because it’s trying to use APIs or display behaviors the current OS handles differently.
- Right-click the program’s shortcut or .exe → Properties → Compatibility tab.
- Check Run this program in compatibility mode for, and select the Windows version the software was originally built for (Windows 8 or 7, for example).
- If you’re not sure which version to pick, use Settings → System → Troubleshoot → Other troubleshooters → Program Compatibility Troubleshooter instead — it walks through the same settings automatically and tests a few combinations for you.
Fix 8 — Do a Clean Boot to Rule Out Conflicts
If a specific program only freezes on your machine and nowhere else, something else installed alongside it is likely the conflict — often a background utility, an overlay app (game launchers, RGB lighting software, and similar tools are frequent offenders), or a leftover driver from uninstalled hardware.
A clean boot starts Windows with only essential Microsoft services running, which isolates whether a third-party program is the trigger:
- Type msconfig in Windows Search and open System Configuration.
- On the Services tab, check Hide all Microsoft services, then click Disable all.
- Go to the Startup tab, open Task Manager from there, and disable every listed startup item.
- Restart and use the problem app normally.
If the freezing stops, re-enable services and startup items in small batches, restarting between each, until you find the one that brings the problem back — then you know exactly what to update, reconfigure, or remove.
Fix 9 — Check Your Virtual Memory Settings
Windows uses a page file as overflow when physical RAM runs low, letting the system stay stable instead of crashing outright. If it’s set too small — or Windows has been left to auto-manage it on a low-RAM machine — you’ll see more frequent freezing under load.
- Search “Advanced System Settings” and open it.
- Under Performance, click Settings → Advanced tab → Change under Virtual Memory.
- Uncheck Automatically manage paging file size for all drives, select your system drive, choose Custom size, and set an initial size roughly equal to your installed RAM and a maximum of 1.5–2x that.
- Restart for the change to apply.
This won’t fix a genuine memory leak — a leaking app will eventually exhaust an oversized page file too — but it buys headroom and reduces freezing tied to ordinary multitasking.
Find the Real Culprit with Event Viewer
If you’ve tried several of the above and the freezing keeps returning, Event Viewer will usually tell you exactly what’s failing, instead of you guessing.
- Search Event Viewer and open it.
- Expand Windows Logs → Application, and separately check System.
- Look for Error or Warning entries timestamped right around when the freeze happened. Application hangs typically log under source “Application Hang” or “Application Error,” often naming the exact faulting module (a specific .dll) rather than just the program name.
That module name is the real lead — search it alongside your program’s name, and you’ll usually find whether it’s a known driver conflict, a corrupted plugin, or an outdated component, rather than repeating generic fixes that don’t target your specific case.
READ MORE: App Keeps Crashing on Android? Here’s Why — and How to Fix It
When to Reinstall — or Just Let It Go
If one specific program keeps freezing and nothing above resolves it, an uninstall-then-reinstall clears out corrupted local settings and cached files that a repair install sometimes leaves behind. Back up any program-specific settings or save files first if the app doesn’t sync them to an account.
If the freezing is genuinely system-wide, unpredictable, and none of the fixes stick, that’s usually a sign of aging hardware — a failing hard drive or RAM stick will produce exactly this kind of symptom. A quick way to check: run Windows Memory Diagnostic (covered in Fix 5) and check drive health via wmic diskdrive get status in Command Prompt, or the Settings → System → Storage → Disk health tools on Windows 11.
Quick Reference Table
| Symptom Pattern | Most Likely Cause | Fix to Try First |
|---|---|---|
| Freezes right after opening | Corrupted files or outdated driver | Fix 3 (SFC/DISM) or Fix 4 (drivers) |
| Freezes after being open a while | Memory leak | Fix 5 |
| Freezes only under heavy multitasking | Low virtual memory / too many background apps | Fix 2 or Fix 9 |
| Only one old program freezes | Compatibility issue | Fix 7 |
| Started suddenly after new software install | Background conflict | Fix 8 (clean boot) |
| Everything freezes randomly, even File Explorer | Hardware or malware | Fix 5 (RAM check), Fix 6 |
WANT MORE TIPS LIKE THIS? EXPLORE MORE HERE TO DISCOVER MORE.
FAQ Section of Application Not Responding Windows Fix
Why does Windows say an application is not responding?
Windows shows this when a program stops answering system messages within a few seconds — typically caused by a memory leak, resource contention, corrupted files, or a driver conflict rather than a single universal bug.
Is it safe to End Task on a frozen program?
Yes, for the app itself. It won’t damage Windows or other running programs, but any unsaved changes in that specific window will be lost.
How do I force close an app that’s completely frozen?
Press Ctrl+Shift+Esc to open Task Manager, right-click the unresponsive app, and select End Task. Wait 15–20 seconds first in case it recovers on its own.
Can a virus cause application not responding errors?
It can, though it’s less common than resource or driver issues. Run a full scan in Windows Security if freezing appeared suddenly alongside other odd behavior like new pop-ups or high fan noise.
How do I know if a program has a memory leak?
Add the Commit size and Handles columns in Task Manager’s Details tab and watch the numbers while the app runs. A count that keeps climbing and never drops back down, even when idle, points to a leak.
Does more RAM stop apps from freezing?
More RAM helps if resource shortage is the cause, but it won’t fix a genuine memory leak — a leaking app will eventually consume whatever memory is available.
Why does my computer freeze randomly, not just one app?
System-wide freezing across unrelated programs usually points to failing hardware (RAM or drive), a corrupted system file, or an outdated driver rather than any single application.
How do I fix a program that freezes every time I open it, specifically?
Check Event Viewer’s Application log for the exact faulting module logged at that time, then try compatibility mode or reinstalling — this is usually a corrupted install or compatibility issue rather than a system-wide problem.