Usbipd Warning — The Service Is Currently Not Running A Reboot Should Fix That Exclusive
usbipd , WSL 2 , USB passthrough , Windows service , troubleshooting , Linux on Windows , developer tools
However, a common and frustrating roadblock appears when running the command:
Outdated or incompatible USB drivers can cause issues with the USBIPD service. To update your USB drivers: usbipd , WSL 2 , USB passthrough ,
usbipd-win communicates between Windows and the WSL Linux distribution using a local network loopback interface (typically over TCP port 3240). If your firewall blocks internal traffic, the CLI cannot reach the service. Verify Windows Defender Firewall Rules
After restarting, the usbipd service should have ample time to start correctly, and the warning should be gone. Verify Windows Defender Firewall Rules After restarting, the
If you use other USB redirection software (like VirtualBox or VMware), they can occasionally fight over the drivers. If the service fails to start even after a reboot, try temporarily disabling those programs.
: As noted, if you are on an ARM64 device, you may need to wait for a dedicated ARM build. Currently, the maintainer is tracking this in Issue #233. Your best bet is to watch the GitHub repository for future updates. : As noted, if you are on an
The "usbipd: warning: The VBoxUsbMon driver is currently not running" error indicates that the service for sharing USB devices with WSL2 has failed or a dependency is unresponsive, often caused by VirtualBox conflicts, upgrade issues, or required driver binding reboots. A manual service restart via PowerShell, or in some cases a re-installation of the software, generally resolves the issue. For comprehensive troubleshooting steps, visit the usbipd-win GitHub Wiki
winget uninstall usbipd winget install usbipd