Description
After opening Docker Desktop, it gets stuck on the startup screen with continuous loading (spinning circle) and displays the message: "Starting the Docker Engine...".
Below are the troubleshooting steps I have already tried:
- The Docker Desktop Service in Windows Services sometimes does not start. Even when manually started, the issue persists.
- Running Docker installation or startup with administrator privileges did not help.
- Cleared temporary files, removed all Docker-related residual data from the C drive, and reinstalled Docker — still no success.
- Checked WSL status. Here is the relevant information:
PS C:\Users\Administrator> wsl --status
Default Distribution: docker-desktop
Default Version: 2
PS C:\Users\Administrator> wsl --version
WSL version: 2.6.1.0
Kernel version: 6.6.87.2-1
WSLg version: 1.0.66
MSRDC version: 1.2.6353
Direct3D version: 1.611.1-81528511
DXCore version: 10.0.26100.1-240331-1435.ge-release
Windows version: 10.0.19045.6093
- Hyper-V and virtualization are enabled — no issues detected.
- Checked for port conflicts and Windows port reservations — no conflicts found.
- Investigated file system and permission issues — no permission restrictions or security software interference identified.
- System information:
Edition: Windows 10 Pro
Version: 22H2
Install Date: 2021/03/13
OS Build: 19045.6093
Experience: Windows Feature Experience Pack 1000.19062.1000.0
Despite repeatedly reinstalling both WSL and Docker (including trying downgraded versions), the problem remains unresolved.
Reproduce
I am not sure how to reproduce this issue on other machines. On my computer, however, the problem occurs immediately after installation — whether using the MSI installer from the official website or installing via the Microsoft Store.
Expected behavior
Docker Desktop should start normally and allow me to access the main interface.
docker version
Client:
Version: 28.4.0
API version: 1.51
Go version: go1.24.7
Git commit: d8eb465
Built: Wed Sep 3 20:59:40 2025
OS/Arch: windows/amd64
Context: desktop-linux
request returned 500 Internal Server Error for API route and version http://%2F%2F.%2Fpipe%2FdockerDesktopLinuxEngine/v1.51/version, check if the server supports the requested API version
docker info
Client:
Version: 28.4.0
Context: desktop-linux
Debug Mode: false
Plugins:
ai: Docker AI Agent - Ask Gordon (Docker Inc.)
Version: v1.9.11
Path: C:\Program Files\Docker\cli-plugins\docker-ai.exe
buildx: Docker Buildx (Docker Inc.)
Version: v0.28.0-desktop.1
Path: C:\Program Files\Docker\cli-plugins\docker-buildx.exe
cloud: Docker Cloud (Docker Inc.)
Version: v0.4.27
Path: C:\Program Files\Docker\cli-plugins\docker-cloud.exe
compose: Docker Compose (Docker Inc.)
Version: v2.39.2-desktop.1
Path: C:\Program Files\Docker\cli-plugins\docker-compose.exe
debug: Get a shell into any image or container (Docker Inc.)
Version: 0.0.42
Path: C:\Program Files\Docker\cli-plugins\docker-debug.exe
desktop: Docker Desktop commands (Docker Inc.)
Version: v0.2.0
Path: C:\Program Files\Docker\cli-plugins\docker-desktop.exe
extension: Manages Docker extensions (Docker Inc.)
Version: v0.2.31
Path: C:\Program Files\Docker\cli-plugins\docker-extension.exe
init: Creates Docker-related starter files for your project (Docker Inc.)
Version: v1.4.0
Path: C:\Program Files\Docker\cli-plugins\docker-init.exe
mcp: Docker MCP Plugin (Docker Inc.)
Version: v0.18.0
Path: C:\Program Files\Docker\cli-plugins\docker-mcp.exe
model: Docker Model Runner (Docker Inc.)
Version: v0.1.40
Path: C:\Program Files\Docker\cli-plugins\docker-model.exe
sbom: View the packaged-based Software Bill Of Materials (SBOM) for an image (Anchore Inc.)
Version: 0.6.0
Path: C:\Program Files\Docker\cli-plugins\docker-sbom.exe
scout: Docker Scout (Docker Inc.)
Version: v1.18.3
Path: C:\Program Files\Docker\cli-plugins\docker-scout.exe
Server:
ERROR: request returned 500 Internal Server Error for API route and version http://%2F%2F.%2Fpipe%2FdockerDesktopLinuxEngine/v1.51/info, check if the server supports the requested API version
errors pretty printing info
Diagnostics ID
3C527312-DFFF-4292-8354-EC04C67EA096/20250919000935
Additional Info
No response
Description
After opening Docker Desktop, it gets stuck on the startup screen with continuous loading (spinning circle) and displays the message: "Starting the Docker Engine...".
Below are the troubleshooting steps I have already tried:
Despite repeatedly reinstalling both WSL and Docker (including trying downgraded versions), the problem remains unresolved.
Reproduce
I am not sure how to reproduce this issue on other machines. On my computer, however, the problem occurs immediately after installation — whether using the MSI installer from the official website or installing via the Microsoft Store.
Expected behavior
Docker Desktop should start normally and allow me to access the main interface.
docker version
docker info
Diagnostics ID
3C527312-DFFF-4292-8354-EC04C67EA096/20250919000935
Additional Info
No response