Find process using port - Check which application is using which port

preview_player
Показать описание
Find process using port Windows, check which application is using which port number using Command Prompt, how to find port number using PID

Share this Video:

Subscribe to My Channel and Get More Great Tips:

Steps in tutorial:
1. Find process using the port number
Go to Windows search box and type CMD. Right-click on Command Prompt and Run it as administrator

Type command:
netstat -aon | findstr (Port Number)

Replace the Port Number, with the actual port number that you want to check, hit enter.
If the port is being used by any application, then that application’s detail will be shown in the list.
The number, which is shown at the last column, is the PID number, the process ID of that application.
Now you can find application name, using PID number

Type command:
tasklist | findstr (PID Number)

Replace the PID Number with the number from the list, that you want to check and hit enter.

2. Check which application is using which port, with two different methods.
Remember that the Command prompt must be run as an administrator
This command displays the entire list with details, which application is using which port number:
netstat –a –b –n –o

You can find command meaning by typing:
netstat /?
-a, displays all connections and listening ports.
-b, displays the executable involved in creating each connection listening port.
-n, displays addresses and port numbers in numerical form.
-o, displays the owning process ID associated with each connection.

The second method to check which application is using which port number:
Go to Windows search box and type resmon, (resource monitor)
Go to Network tab
Open the Listening Ports sidebar
There you can find a list of all listening ports that are used by different applications

Other Videos:
How to Change Port 80 and Port 443 in XAMPP Server

Feel free to ask me any question!!!

This video-tutorial attempt to answer all below questions:

How to check which application is using which port?
How to find the process using port Windows?
How to find the port number using PID?
How to find what Applications use what Port?
How to find which process listening on a particular port?
Рекомендации по теме
Комментарии
Автор

Thanks a bunch - this just saved me a lot of trouble

VictorOkun
Автор

I didn't like the robot voice but overall the video gave me what I needed. Thanks! I gave a thumbs-up!

koderkev
Автор

Great demonstration!
Thanks for the video!

vladislavkaras
Автор

thanks a lot great video ! really helpful !

undeuxfr
Автор

How can I link a specific USB device, eg pointer, to a specific USB port while allowing all other running applications linked to the USB wireless mouse? Example: a PowerPoint presentation that will only respond to the USB pointer while other apps respond to the mouse.

nox
Автор

In my case the list shows tens of apps, which one do I kill? How to kill them all?

rva
Автор

Unable to view clearly in CMD what type and what command shows in red highlight shows and you are not tell command name what you are typing

vijayakumard
Автор

Can I do that some apps which are using 80 port can remove it and give 80 port to xampp

HTMLtoAi
Автор

How to view this using "process name" instead of PID?

mahdi-hasan
Автор

this line "|" becomes purple and gives me a different response

anhadkohli
Автор

Hi mmk and thank you for the video. I found that the "System" process (PID=4, is using port 80, but it could not be stopped, so I can not start my IIS website on Windows Server 2019 (my website is started and worked well before). Do you know the way to stop it and disable it for me to start my website in IIS with port 80 (I don't like to use other ports). Thanks!

lahongthang
Автор

The most annoying voice =( Dislike. But the video is great. Like. Final =J

SP-dpfo