Delivery Optimization (DoSvc) Service Defaults in Windows 11
Performs content delivery optimization tasks.
Default Settings
| Startup type: |
| ||||||||||||||||||||||||||||||||
| Display name: | Delivery Optimization | ||||||||||||||||||||||||||||||||
| Service name: | DoSvc | ||||||||||||||||||||||||||||||||
| Service type: | own | ||||||||||||||||||||||||||||||||
| Error control: | normal | ||||||||||||||||||||||||||||||||
| Object: | NT Authority\NetworkService | ||||||||||||||||||||||||||||||||
| Path: | %SystemRoot%\System32\svchost.exe -k NetworkService -p | ||||||||||||||||||||||||||||||||
| Registry key: | HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DoSvc |
Default Behavior
Delivery Optimization is a Win32 service. It starts automatically during the operating system startup in Windows 11 Pro 23H2, Windows 11 Education 23H2, Windows 11 Enterprise 23H2, Windows 11 Pro 24H2, Windows 11 Education 24H2, Windows 11 Enterprise 24H2, all editions of Windows 11 21H2, Windows 11 22H2. This service starts only if the user, an application or another service starts it in Windows 11 Home 23H2, Windows 11 Home 24H2.
When the Delivery Optimization service is started, it logs on as NT Authority\NetworkService and running in its own process of svchost.exe. If Delivery Optimization fails to start, the failure details will be recorded into Event Log. Then Windows 11 should boot up and notify the user about the DoSvc service startup failure.
Dependencies
Delivery Optimization cannot be started, if the Remote Procedure Call (RPC) service won't start.
Restore Default Startup Configuration of Delivery Optimization
Before you begin doing this, make sure that all the services on which Delivery Optimization depends are configured by default and function properly. See the list of dependencies above.1. Run the Command Prompt as an administrator.
2. Depending on the version of your operating system, copy the commands below, paste them into the command window and press ENTER.
For Windows 11 21H2 Home, Windows 11 21H2 Pro, Windows 11 21H2 Education, Windows 11 21H2 Enterprise, Windows 11 22H2 Home, Windows 11 22H2 Pro, Windows 11 22H2 Education, Windows 11 22H2 Enterprise, Windows 11 23H2 Pro, Windows 11 23H2 Education, Windows 11 23H2 Enterprise, Windows 11 24H2 Pro, Windows 11 24H2 Education, Windows 11 24H2 Enterprise:
sc config DoSvc start= auto
sc start DoSvc
For Windows 11 23H2 Home, Windows 11 24H2 Home:
sc config DoSvc start= demand
3. Close the command window and restart the computer.
The DoSvc service is using the svchost.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.