

Full stepsĬlick File > Choose Word Options > Click Add-ins > Click Manage: Com-in Add and Go. Press Windows+R key, type winword /safe, then select OK. Open Task Manager (enter "Task Manager" in the search box or use ctrl + alt + del). For users who are encountering Microsoft word not responding on Mac and want to restore unsaved Word files on Mac, link to the online tutorial. To help you out, this page shows you how to fix Microsoft Word not responding issue with 6 practical solutions. When facing this issue, you might have no other option but to force quit the program and leave your Word unsaved. Usually, when Microsoft Word crashes or freezes, it throws a frustrating error message "Microsoft word not responding" or " Microsoft Word has stopped working". Is it possible to save my work before I force Word to close? I'm using Word 2016 on a Windows 10 computer." But Word suddenly stopped responding when I tried to save the document. "I was working on a paper for school last night. Secondly, if you see that the disk usage is 100%, then this means that Word not responding due to RAM overload, and you need to fix it first.Open the task manager (enter "Task Manager" in the search box or use ctrl + alt + del).If MS Word does not respond, try to shut down the app with Task Manager.I have not found any documentation thereabout. Please note also that my main point is that this behavior definitely changed with Windows vista / Windows 7.

Is there possibly a way to disable all such "is alive" checks from windows? Our Application is pretty well alive and processes can take quite long.ĮDIT: To be more specific - what we only do each few seconds is calling the message pump PeekMessage/ TranslateMessage/ DispatchMessage.Īs this is a quite old legacy program, using a separate worker thread is not possible in the near future. We also found a number of other changes of messaging behavior. Is there any documentation about this change of behavior in Windows 7 (or Windows vista)? We haven't found any. We formerly had disabled all unneeded message handling in this dialog as profile runs shows that they were a major slow down.īut although we thought to have fixed that problem users are reporting such problems again: Windows shows " seems to hang." and/or appends "Not responding" to our window title bar, although we handle all events every few seconds. More specifically it seems that Windows 7 is constantly sending WM_UPDATE messages to check if our program is alive. We figured out that the process dialog must handle messages to avoid this. Starting with Windows 7 we realized that Windows quite soon shows a message " seems to hang." and/or appends "Not responding" to our window title bar. During long term operations our C++ Win32 application shows a modal status dialog with a process bar, which is updated irregular every few seconds or so.
