I updated my Windows 7 PC to Windows 10. When I start AMPPS it says port 80 is used by another program
. What program uses port 80?
What program in Windows 10 uses port 80?
104.8k Views Asked by xttrust At
3
There are 3 best solutions below
4

You're likely referring to Skype as it's notorious to using port 80 without consideration. Open the command prompt and type netstat -a -b to get your answer. This question has been answered already and explains how to use netstat.
How can you find out which process is listening on a port on Windows?
1

I had same problem but already solved. You can find used port from Windows Firewall.
- Click Start > Settings > Ethernet >Network and Internet > Windows Firewall
- In the left pane, click Advanced Settings
- In Windows Firewall with Advanced Security, click Inbound Rules.
- Find Local Port 80 with Protocol TCP. in my case is "World Wide Web Services (HTTP Traffic-In)"
- Once you find it, stop or disable that rule from Windows Services (World Wide Web Publishing Service).
if needed restart your pc.
It's probably the W3SVC (World Wide Web Publishing Service) service. See the answer below:
https://stackoverflow.com/a/31229606/1532882
Per phpvillian's answer, you can also run the following to help determine the culprit (make sure you open the command line with elevated privileges, e.g. "Run as administrator"):