Revitworker.exe not found
"Revit failed to start" or "RevitWorker.exe was not found." when launching Revit products
Windows issues
Problems with the Windows setup/configuration can lead to this behavior.
Check with your computer/operating system support on the following topics:
- System Information "Can't Collect Information":
Click Windows Start.
Type "msinfo32.exe"
Click System Information (App).
Check if System Information shows "Can't Collect Information" as shown in the following picture.

Check Windows Management Instrumentation service
Open the Windows Services by typing "services" on the Windows Start.
Check for the service Windows Management Instrumentation and stop it.
Open Notepad (Start -> Run -> Notepad) or another text editor.
Add the following text (copy/paste):
@echo on cd /d c:\temp if not exist %windir%\system32\wbem goto TryInstall cd /d %windir%\system32\wbem net stop winmgmt winmgmt /kill if exist Rep_bak rd Rep_bak /s /q rename Repository Rep_bak for %%i in (*.dll) do RegSvr32 -s %%i for %%i in (*.exe) do call :FixSrv %%i for %%i in (*.mof,*.mfl) do Mofcomp %%i net start winmgmt goto End :FixSrv if /I (%1) == (wbemcntl.exe) goto SkipSrv if /I (%1) == (wbemtest.exe) goto SkipSrv if /I (%1) == (mofcomp.exe) goto SkipSrv %1 /Regserver :SkipSrv goto End :TryInstall if not exist wmicore.exe goto End wmicore /s net start winmgmt :End
Save the document with the name "WBEM_Fix.bat" in the folder C:\Autodesk (the location can be changed but avoid the Desktop or user folders).
Right-click the BAT file and select Run as administrator.
A Command prompt will appear and will perform several steps. Let the process run until it closes automatically.
Start Revit again.
Note: If the batch script doesn't clear the error, work with your computer/operating system support to resolve this Windows issue.
Pending/Missing/Corrupted Windows Updates:
Run the following tool from Microsoft to find and fix Windows update problems.
Permissions issues:
Full Control should be set for "Users" on the folder C:\Users\Public\Public Documents\Autodesk.
Full Control should be set for "Users" on the registry key KEY_LOCAL_MACHINE\SOFTWARE\Autodesk.
- Corrupt WMI:
Open a Windows Command prompt as an Administrator.
Run the following two commands:
c:\windows\system32\wbem\Mofcomp.exe c:\windows\system32\wbem\cimwin32.mof
c:\windows\system32\wbem\Mofcomp.exe c:\windows\system32\wbem\en-US\cimwin32.mfl