How to uninstall/Disable IIS on Windows 10?

Jonas24 801 Reputation points
2020-06-28T07:46:25.723+00:00

Even after unchecking the box at 'Turn windows Features On or Off', IIS doesn't get disabled. What is the way to Disable IIS?

I did follow the instructions below:

You could take the following steps to remove IIS:

1) Open service.msc and Disable IIS admin service.

2)Open Turn windows features on or off

3) Uncheck Internet information service

4)Click OK

5)Restart the Operating system.

But still IIS is enabled on my PC. How to disable IIS on Windows 10 properly?

Already referred solutions:

https://forums.iis.net/t/1234848.aspx?How+to+uninstall+IIS+on+Windows+10+

https://windowsjet.com/disabling-iis-internet-information-services-in-windows-10-879/

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
35,995 questions
{count} votes

Accepted answer
  1. T. Kujala 8,701 Reputation points
    2020-06-28T09:19:46.35+00:00

    Hi @WindowsUser-1376,

    You can do it with PowerShell.

    Run PowerShell as administrator and type the next command.

    Get-WindowsOptionalFeature -online | ? featurename -like "IIS" | Disable-WindowsOptionalFeature -Online -Remove


3 additional answers

Sort by: Most helpful
  1. MB 1 Reputation point
    2021-05-18T21:57:11.34+00:00

    "1) Open service.msc and Disable IIS admin service." it's services.msc with an "s" at the end.

    0 comments No comments

  2. agon024 0 Reputation points
    2023-01-23T17:00:12.8933333+00:00

    Wow this explanation is sooooooo messed up. This is not even correct on any aspect.

    For instance IT IS NOT service.msc its services.msc with and "s". Not sure who this person is but they are not intelligent and you need to look somewhere else for proper instructions.

    0 comments No comments

  3. Parosh H 0 Reputation points
    2024-02-04T15:33:14.3433333+00:00

    unistall IIS Vxx.x Exptress from Programs

    0 comments No comments