Skip to content

Podman Failing to start on Windows 11 #26703

@ll01

Description

@ll01

Issue Description

Podman gets stuck on startup. when opening podman desktop. I Installed podman via scoop. I've Looked at some github issues and removed the .wslconfig. I've tried removing and remaking the machine but it still hangs on "starting..".
This is the output for podman --log-level=debug machine start (it never finishes)

To be honest I'm not sure if this will be replicable
OS: windows 11 with wsl 2
podman version: 5.5.2

Steps to reproduce the issue

Steps to reproduce the issue

  1. scoop install podman
  2. scoop install podman-desktop
    3.podman machine init
    4.podman machine start

Describe the results you received

Podman machine never finishes starting

Describe the results you expected

time="2025-07-26T13:27:13+01:00" level=info msg="C:\\Users\\enti2\\scoop\\apps\\podman\\current\\podman.exe filtering at log level debug"
time="2025-07-26T13:27:13+01:00" level=debug msg="Using Podman machine with `wsl` virtualization provider"
time="2025-07-26T13:27:13+01:00" level=debug msg="socket length for C:\\Users\\enti2\\.config\\containers\\podman\\machine\\wsl is 52"
time="2025-07-26T13:27:13+01:00" level=debug msg="socket length for C:\\Users\\enti2\\.local\\share\\containers\\podman\\machine\\wsl is 57"
time="2025-07-26T13:27:13+01:00" level=debug msg="socket length for C:\\Users\\enti2\\.local\\share\\containers\\podman\\machine\\wsl\\cache is 63"
time="2025-07-26T13:27:13+01:00" level=debug msg="socket length for C:\\Users\\enti2\\AppData\\Local\\Temp\\podman is 40"
time="2025-07-26T13:27:13+01:00" level=debug msg="socket length for C:\\Users\\enti2\\.config\\containers\\podman\\machine\\wsl\\podman-machine-default.json is 80"
Starting machine "podman-machine-default"
time="2025-07-26T13:27:13+01:00" level=debug msg="writing configuration file \"C:\\\\Users\\\\enti2\\\\.config\\\\containers\\\\podman\\\\machine\\\\wsl\\\\podman-machine-default.json\""
time="2025-07-26T13:27:13+01:00" level=debug msg="socket length for C:\\Users\\enti2\\AppData\\Local\\Temp\\podman\\gvproxy.pid is 52"
time="2025-07-26T13:27:13+01:00" level=debug msg="Running command: C:\\Users\\enti2\\AppData\\Local\\Microsoft\\WindowsApps\\wsl.exe [-u root -d podman-machine-default /root/bootstrap]"

This machine is currently configured in rootless mode. If your containers
require root permissions (e.g. ports < 1024), or if you run into compatibility
issues with non-podman clients, you can switch using the following command:

        podman machine set --rootful

time="2025-07-26T13:27:14+01:00" level=debug msg="socket length for C:\\Users\\enti2\\AppData\\Local\\Temp\\podman\\podman-machine-default-api.sock is 72"
time="2025-07-26T13:27:14+01:00" level=debug msg="winssh command: C:\\Users\\enti2\\scoop\\apps\\podman\\current\\win-sshproxy.exe [podman-machine-default C:\\Users\\enti2\\.local\\share\\containers\\podman\\machine\\wsl\\podman-machine-default npipe:////./pipe/podman-machine-default ssh://user@localhost:62018/run/user/1000/podman/podman.sock C:\\Users\\enti2\\.local\\share\\containers\\podman\\machine\\machine npipe:////./pipe/docker_engine ssh://user@localhost:62018/run/user/1000/podman/podman.sock C:\\Users\\enti2\\.local\\share\\containers\\podman\\machine\\machine unix:///C:/Users/enti2/AppData/Local/Temp/podman/podman-machine-default-api.sock ssh://user@localhost:62018/run/user/1000/podman/podman.sock C:\\Users\\enti2\\.local\\share\\containers\\podman\\machine\\machine]"
API forwarding for Docker API clients is not available due to the following startup failures.
        CreateFile \\.\pipe\docker_engine: All pipe instances are busy.

Podman clients are still able to connect.

podman info output

podman info also hangs 
from scoop info podman 

Name        : podman
Description : A tool for managing OCI containers and pods.
Version     : 5.5.2
Bucket      : main
Website     : https://podman.io
License     : Apache-2.0
Updated at  : 24/06/2025 21:29:22
Updated by  : github-actions[bot]
Installed   : 5.5.2
Binaries    : podman.exe
Environment : PODMAN_CONNECTIONS_CONF = <root>\connections\podman-connections.json

OS Name:                       Microsoft Windows 11 Pro
OS Version:                    10.0.26100 N/A Build 26100

Podman in a container

No

Privileged Or Rootless

Rootless

Upstream Latest Release

Yes

Additional environment details

Additional environment details

Additional information

Additional information like issue happens only occasionally or issue happens with a particular architecture or on a particular setting

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugCategorizes issue or PR as related to a bug.machinetriagedIssue has been triagedwindowsissue/bug on Windows

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions