GUI Tool Displays the Status of TCP and UDP Ports

Microsoft's free PortQueryUI tool provides a GUI for the portqry.exe command-line tool.

Jan De Clercq

July 25, 2013

1 Min Read
GUI Tool Displays the Status of TCP and UDP Ports

Q: What GUI tool can I use to check the status of the TCP and UDP ports on my local computer or a remote computer?

A: A nice tool that you can use is Microsoft's free PortQueryUI. It provides a GUI for the portqry.exe command-line tool, which is installed by default on recent Windows OS versions.

For example, to query the status of TCP port 443 on your local computer using PortQueryUI, follow these steps:

  1. Download and install PortQueryUI on your local computer. (The PortQueryUI download includes the portqry.exe command-line toolin case you're running an older Windows OS version.)

  2. Go to the C:PortQryUI folder on your local system and run portqueryui.exe.

  3. In the Port Query dialog box, enter the destination IP address or Fully Qualified Domain Name(FQDN) to query. In this case, you can enter 127.0.0.1 or localhost.

  4. Select Manually input query ports and type 443 in the Ports to query field. (By default, TCP is selected in the Protocol drop-down list.)

  5. Click the Query button. The status of port 443 is displayed in the bottom pane of the Port Query dialog box, as Figure 1 shows.

     logo in a gray background |
Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like