Sensor Data Service (SensorDataService) Defaults in Windows 11
Delivers data from a variety of sensors.
Default Settings
| Startup type: | Manual |
| Display name: | Sensor Data Service |
| Service name: | SensorDataService |
| Service type: | own |
| Error control: | normal |
| Object: | LocalSystem |
| Path: | %SystemRoot%\System32\SensorDataService.exe |
| Registry key: | HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SensorDataService |
Default Behavior
Sensor Data Service is a Win32 service. In Windows 11 it starts only if the user, an application or another service starts it. When the Sensor Data Service is started, it logs on as LocalSystem and running in its own process of SensorDataService.exe. If Sensor Data Service fails to start, the failure details will be recorded into Event Log. Then Windows 11 should boot up and notify the user about the SensorDataService service startup failure.
Restore Default Startup Configuration of Sensor Data 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 SensorDataService start= demand
3. Close the command window and restart the computer.
The SensorDataService service is using the SensorDataService.exe 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.