← Back to Guides

How to Fix "App Not Responding" on Windows

If an app freezes or shows the message "Not Responding" on Windows, it can interrupt your work and cause data loss. This guide explains why it happens and how to fix it safely.

Why Apps Stop Responding on Windows

An unresponsive app usually means Windows cannot process its requests fast enough. Common causes include:

Step-by-Step Fixes

Step 1 — Force Close the App

Advanced Command Line Method (PowerShell/CMD):

Step 2 — Restart Your Computer

Restarting clears memory, stops background conflicts, and resets temporary system states that may be causing the freeze.

Command Line Restart Options:

Step 3 — Free Up System Resources

Command Line Resource Management:

Step 4 — Boot into Safe Mode (Windows 10/11)

If app freezes on startup or system is unstable:

Step 5 — Update Windows and App

Go to Settings → Windows Update and install any pending updates. Also update the specific app that keeps freezing.

Command Line Update Methods:

Step 6 — Update Device Drivers

Outdated GPU or chipset drivers often cause crashes. Open Device Manager, right-click devices with a warning icon, and select Update driver.

Command Line Driver Management:

Step 7 — Registry Fixes for App Performance

Warning: Backup registry before making changes (regedit → File → Export)

Step 8 — System File and Component Repair

Use Windows built-in repair tools in Command Prompt (Admin):

Step 9 — Scan for Malware

Malware can consume system resources silently. Run a full scan with Windows Security (built-in) or a trusted antivirus.

Command Line Malware Scanning:

Step 10 — Repair or Reinstall the App

Go to Settings → Apps → Installed Apps, find the problematic app, click the three-dot menu and choose Repair if available, or uninstall and reinstall a fresh copy.

PowerShell App Management:

Step 11 — Windows 10/11 Specific Troubleshooting

Windows 10 specific fixes:

Windows 11 specific fixes:

Step 12 — When to Reset or Reinstall Windows

Consider resetting Windows when:

Reset Options (Windows 10/11):

Advanced Reinstall Methods:

Frequently Asked Questions

Why does an app keep saying "Not Responding" on Windows 11 specifically?

Windows 11 has stricter memory management and security features. Apps may freeze due to incompatible drivers, Windows Defender real-time scanning, or conflicts with new UI components like Widgets. Disable experimental features and ensure drivers are Windows 11 certified.

How to fix app freezing only on Windows 10 22H2/23H2?

Recent Windows 10 updates may have compatibility issues. Try: 1) Disable optional updates, 2) Use compatibility mode (right-click app → Properties → Compatibility), 3) Disable Windows Security temporarily, 4) Check for known issues on Microsoft's support site.

Is it safe to force close an unresponsive app using Command Prompt?

Yes, taskkill /f /im is safe for terminating processes. However, system processes (svchost.exe, explorer.exe, etc.) should not be terminated unless you know what they do. Always save work before force closing.

Can registry edits really fix app freezing issues?

Yes, registry tweaks can resolve performance-related freezing. Common fixes include increasing timeouts, disabling visual effects, and optimizing memory management. Always backup the registry before making changes.

How do I prevent apps from freezing in the future on Windows 10/11?

1) Keep Windows and drivers updated, 2) Use SSD for system drive, 3) Maintain 20%+ free disk space, 4) Regular malware scans, 5) Disable unnecessary startup programs, 6) Monitor temperatures, 7) Use Windows built-in performance troubleshooter, 8) Consider upgrading RAM if consistently above 80% usage.

When should I do a complete Windows reinstall vs. reset?

Reset: When system files are corrupted but you want to keep personal files. Reinstall: When facing persistent hardware-level issues, deep malware infections, or migrating to new hardware. Clean install is best for maximum stability.

Conclusion

Most "App Not Responding" issues on Windows 10/11 can be resolved through systematic troubleshooting: force closing unresponsive apps, checking system resources, updating drivers and Windows, repairing system files, and applying registry optimizations. For persistent problems, booting into Safe Mode helps isolate the cause. When all else fails, Windows reset or clean reinstallation provides a fresh start. Regular maintenance including disk cleanup, malware scans, and keeping software updated prevents most freezing issues.