Port Number Lookup
Enter a port from 0–65535 to see matching common TCP/UDP services and its IANA range. An assignment does not prove that the port is open on a device.
Use the Port Number Lookup
Port Lookup
Common ports
Enter a port number or service name to search.
Searches common assignments and classifies every valid port from 0–65535.
No matching common service found.
Try a different number or service name.
| Port | Proto | Service |
|---|
Runs on your device; this page does not scan.
ss -tulpn | grep :PORT
lsof -nP -i :PORT
netstat -ano | findstr :PORT
System ports · 0–1023
Also called well-known ports; assignments are controlled most strictly.
User ports · 1024–49151
Also called registered ports; many applications request assignments here.
Dynamic/private · 49152–65535
Not assigned by IANA; commonly used for temporary or private endpoints.
Summary
Enter a port from 0–65535 to see matching common TCP/UDP services and its IANA range. An assignment does not prove that the port is open on a device.
How it works
- Enter a port number (0–65535) in the search box.
- The tool instantly filters its curated common-port reference.
- Results show matching service names, protocol, description, and assignment label.
- If no common service is listed, the tool still identifies the number’s IANA range without inventing an assignment.
- Use the protocol filter to narrow results to TCP-only or UDP-only.
- Click "Copy" on any row to copy the port number to your clipboard.
Use cases
- Identify an unfamiliar port seen in firewall logs or a network scan.
- Verify which service should be listening on a given port during server setup.
- Check IANA status before registering a port for a new application.
- Quickly reference common ports (80, 443, 22, 3306, etc.) without memorizing them.
- Audit open ports on a machine and map each one to a known service.
- Prepare for networking certifications by studying port assignments.