How to Prevent Skype from Using Port 80 and 443

I was working on a network issue on my computer when I discovered that port 80 was open. This surprised me because I did not install any software that used port 80. For those who are not familiar with port 80, it is usually used by web servers. So, I brought up an elevated command prompt and typed the following command to find out which program was using port 80.

If you’re thinking about purchasing a new GPU, we’d greatly appreciate it if you used our Amazon Associate links. The price you pay will be exactly the same, but Amazon provides us with a small commission for each purchase. It’s a simple way to support our site and helps us keep creating useful content for you. Recommended GPUs: RTX 5090, RTX 5080, and RTX 5070. #ad

netstat -abn

And this is an excerpt of the results.

TCP    0.0.0.0:80          0.0.0.0:0              LISTENING
[Skype.exe]

This surprised me even more: I did not realize Skype was using port 80. To change this behavior, click on Tools -> Options and then click on Advanced -> Connection. Uncheck the box Use port 80 and 443 as alternatives for incoming connections.

Note that after you have unchecked the box and restarted Skype, it will stop using port 80 and 443. Instead, it uses port 10393 for incoming connections.

Be the first to comment

Leave a Reply