Warp JIT Service (WarpJITSvc) Defaults in Windows 11

Enables JIT compilation support in d3d10warp.dll for processes in which code generation is disabled.

Default Settings

Startup type: Manual
Display name:Warp JIT Service
Service name:WarpJITSvc
Service type:own
Error control:ignore
Object:NT Authority\LocalService
Path:%SystemRoot%\System32\svchost.exe -k LocalServiceNetworkRestricted
File:%SystemRoot%\System32\Windows.WARP.JITService.dll
Registry key:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WarpJITSvc
Privileges:
  • SeImpersonatePrivilege
  • SeChangeNotifyPrivilege
  • SeAssignPrimaryTokenPrivilege

Default Behavior

Warp JIT Service is a Win32 service. In Windows 11 it starts only if the user, an application or another service starts it. When the Warp JIT Service is started, it logs on as NT Authority\LocalService and running in its own process of svchost.exe. If Warp JIT Service fails to load or initialize, Windows 11 is starting up without warnings, however the error details are being logged.

Restore Default Startup Configuration of Warp JIT Service

1. Run the Command Prompt as an administrator.

2. Copy the command below, paste it into the command window and press ENTER:

sc config WarpJITSvc start= demand

3. Close the command window and restart the computer.

The WarpJITSvc service is using the Windows.WARP.JITService.dll file that is located in the C:\Windows\System32 directory. If the file is removed or corrupted, read this article to restore its original version from Windows 11 installation media.