January 10, 2025
Word Top Contributors:
Repairing Office/ Office is busy
Report abuse
Thank you.
Reported content has been submitted
Every Time I open an Office 365 program it tells me I cannot proceed without repairing the program.
<snip> Apparently, there is no fix at this time. I spent 4 days with technical support (L1, L2 and L3). They claim that it is not a Microsoft issue. It is an issue with Windows 7. Funny, it is a relatively new laptop, with no other issues with any other application. </snip>
Looking at the replies reporting “fixes”, it appears that this message may be a symptom of more than one issue, making suggesting a specific fix impossible. Here is a collection of fixes that have been reported in the forum:
Fix for “Office is Busy” and Office repair doesn’t work. I had this issue on several computers and then found this fix. It made Office run quicker and the annoying “Office is Busy” messages stopped.
Open any of the Office programs (Word, Excel, etc.). Go to the File Tab, then find “Account” and click on this. On the right side of the screen, your should see “Office Updates” shown with a box to the left of the title. If you click on “Update Options” select “Turn off Updates”.
No more “Office is Busy” messages and no more slow responding Office windows.
*******
<snip> I have been having this problem, as well. While performing an installation repair operation has worked for me, it has taken a lot of time, and requires closing and re-opening all of my Office applications. A post on another thread mentioned a better solution that has worked for me: Simply stop or restart the “Microsoft Office Service”.
1. You can do this by using the Control Panel > Services applet. Find the service name in the list
2. Right click on the service name
3. Select Properties
4. Click on the stop button, wait to see a message that the service has been stopped
5. Click on the start button
It seems to have resolved the problem within seconds, and it is much less disruptive (though not nearly as nice as a real fix for the problem). I hope this helps. </snip>
Note: another person reported they had to turn the service on and off a few times before it worked.
*****
Another way to get to the Service dialog,
1. open “File Explorer”,
2. Right Click on “Computer”,
3. Click on “Manage”.
4. When Computer Management panel opens double click on “Services and Applications”
5. then click “Services”.
6. scroll down until you find “Microsoft Office Service”.
7. Right click on it then click “Restart”.
***********
One person reported that they have to restart the service every time after booting the computer.
In that situation, it may be easiest to create a batch file to issue the commands. Then you can put it on your desktop or task bar to have quick access to run it as required. The brain dead simplest form of this .BAT file would be:
net stop “Microsoft Office Service”
net start “Microsoft Office Service”
but it is better if you do some error checking to make sure you know what is going on if there are any problems. This page has a detailed batch file you can use as a template:
http://forums.techguy.org/windows-xp/831463-batch-script-restart-service.html
net stop
if %errorlevel% == 2 echo Could not start service.
if %errorlevel% == 0 echo Service started successfully.
net start “Microsoft Office Service”
if %errorlevel% == 2 echo Could not start service.
if %errorlevel% == 0 echo Service started successfully.
This page describes the whole process of creating a simple batch file: http://lifehacker.com/5645770/create-service+stopping-batch-files-to-optimize-your-pc-for-specific-tasks
This link goes into more detail: http://stackoverflow.com/questions/133883/stop-and-start-a-service-via-batch-or-cmd-file
http://www.aspnet-answers.com/microsoft/WSH/31708197/net-start-return-codes.aspx
*******
Some people reported that doing an Office Repair helps: Http://support.microsoft.com/kb/2827031
*******
Some people report that doing an uninstall to clean out any “bits and Pieces” that may exist in the system using the Fix It in Method 1 and a re-install helps: http://support.microsoft.com/kb/2739501
******
Another reported fix:
<snip> As it turned out, I used system restore to an earlier time (two days before the “we’re sorry” message) and MS. Word came back just fine. Soon after, I was advised an update was available, so I clicked to allow. MS Word has been working perfectly ever since.
</snip>
*****
.
As computer scientists we are trained to communicate with the dumbest things in the world – computers –
so you’d think we’d be able to communicate quite well with people.
Prof. Doug Fisher
Report abuse
Thank you.
Reported content has been submitted
1 person found this reply helpful
·Was this reply helpful?
Sorry this didn't help.
Great! Thanks for your feedback.
How satisfied are you with this reply?
Thanks for your feedback, it helps us improve the site.
How satisfied are you with this reply?
Thanks for your feedback.
Question Info
Last updated October 5, 2021 Views 2,092 Applies to: