Forum Discussion
Elizabethdooim
Aug 05, 2026Brass Contributor
Why does Windows sometimes say “Not Responding”? What is it actually doing?
Windows says "Not Responding" when its message loop stops processing events, often because an application is busy with a lengthy operation on the main thread. The system is not frozen; it is waiting ...
Alanasi
Aug 07, 2026Tin Contributor
Many users assume it's a crash and immediately force-quit the application, but waiting can save unsaved work.