Simple online tools for developers, networking, text and conversions.

Network Tools

Port Range Checker

Check whether a port number falls into a well-known, registered, or dynamic range.

Tool

Use this Port Range Checker to classify a TCP or UDP port number into the standard well-known, registered, or dynamic/private port ranges. It is useful for networking study, firewall reviews, and basic port reference checks.

About this tool

Use this Port Range Checker to classify a TCP or UDP port number into the standard well-known, registered, or dynamic/private port ranges. It is useful for networking study, firewall reviews, and basic port reference checks.

Use port range checker when you need a fast browser-based result without extra setup. It works well for quick checks, one-off tasks, and routine formatting or calculation work.

Learn more

Why use this tool

How to use

  1. Enter a port number between 0 and 65535.
  2. Run the tool to classify the port.
  3. Review the port range category returned.
  4. Use the result for study, planning, or troubleshooting.

Examples

Example

Input

80

Output

Port: 80
Range: Well-Known Ports
Description: 0-1023

Port 80 belongs to the well-known system port range.

Example

Input

49152

Output

Port: 49152
Range: Dynamic / Private Ports
Description: 49152-65535

Shows a port in the dynamic/private range.

Common errors

The input is not a whole number.

Fix: Enter an integer port value between 0 and 65535.

The port is outside the valid range.

Fix: Use a value from 0 to 65535.

Users expect open-port scanning.

Fix: This tool classifies the port range only and does not test whether the port is open.

FAQ

What does this tool check?

It checks which standard port range a port number belongs to.

Does it scan whether the port is open?

No. It classifies the number only and does not test live connectivity.

What are well-known ports?

They are ports from 0 to 1023 typically reserved for common system services.

What are registered ports?

They are ports from 1024 to 49151 often used by user applications and vendor services.

What are dynamic or private ports?

They are ports from 49152 to 65535 commonly used for ephemeral client-side connections.

Use cases

Related tools