Issue
Users need a reliable method to determine which application or service is occupying specific ports.
Product Line
All product Lines.
Environment
Cause
If port assignments are not managed, this can lead to TCP/UDP conflicts that affect building management software, web servers, databases, or other services.
Resolution
Use Microsoft TCPView to identify all active TCP and UDP ports, including the associated processes and services.
Steps
- Download TCPView from the official Microsoft Sysinternals site:
https://technet.microsoft.com/en-us/sysinternals/bb897437.aspx - Extract and run TCPView.exe.
- The interface displays:
- Active TCP and UDP endpoints
- Process names and paths
- Local and remote addresses
- Connection states
- Sort or filter to identify which application is using a specific port.
- Close or reconfigure the conflicting application as required.
TCPView documentation on the Microsoft site includes detailed usage instructions.