> For the complete documentation index, see [llms.txt](https://docs.arkannis.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.arkannis.net/os/windows/windows-get-app-port-by-pid.md).

# Windows - Get App port by PID

1. Check Task manager for PID
2. Open CMD
3. `netstat -ano | findstr <PID>`
