Software⏱️ 2 min read📅 2026-06-03

How to Fix: IIS Manager in Windows 10

To open IIS Manager in Windows 10, you can use the Command Prompt to run the inetmgr.exe file. Type "net start iis" and press Enter to start the IIS service.

Quick Answer: Run "net start iis" in Command Prompt to enable IIS service.

To resolve the issue of not being able to find IIS Manager in Windows 10, we need to understand that Internet Information Services (IIS) has been moved to a new location in Windows 10.

🛑 Root Causes of the Error

  • The IIS Manager application has been removed from the Control Panel and Administrative Tools section.

🛠️ Step-by-Step Verified Fixes

Method 1: IIS Manager via PowerShell

  1. Step 1: Open PowerShell as an administrator.
  2. Step 2: Run the command net start w3svc to start the IIS services.

Method 2: IIS Manager via Windows Features

  1. Step 1: Open the Windows Features window by searching for it in the Start menu.
  2. Step 2: Check if Internet Information Services (IIS) is enabled and click on it to install.

🎯 Final Words

By following these steps, you should be able to access IIS Manager in Windows 10 and manage your web servers effectively.

Did this fix your problem?

If not, try searching for specific error codes.

🔍 Search Error Database

❓ Frequently Asked Questions