How to Install WMIC in Windows 11 [Complete Guide]
If you have recently upgraded to Windows 11, you may have noticed that the familiar Windows Management Instrumentation Command Line (WMIC) tool is no longer available by default. Microsoft has gradually moved away from WMIC in favor of PowerShell and newer management tools. However, many IT professionals, developers, system administrators, and even everyday users still rely on WMIC for running system commands, gathering hardware information, checking BIOS details, managing processes, and troubleshooting Windows.
In this guide, I will show you the steps to get it installed on your Windows 11 device!
Check Points Before Installation
Before installing WMIC, it is a good idea to make sure your computer meets a few basic requirements. Doing so helps prevent installation errors and ensures the feature is added successfully.
First, confirm that your computer is running Windows 11. WMIC is available as an Optional Feature in supported versions of Windows 11, so keeping your operating system updated is recommended.
Next, make sure you are signed in using an account with Administrator privileges. Although viewing Windows features is available to all users, installing or removing optional features usually requires administrator permissions.
You should also verify that your PC has an active internet connection. While some systems already contain the required installation files, others may download them from Windows Update during installation.
Finally, save any important work before making system changes. Although adding WMIC is generally safe and does not require major modifications, restarting your computer afterward may be necessary to complete the installation.
Steps to Install WMIC in Windows 11

To install WMIC in Windows 11, open Settings, navigate to System, select Optional Features, choose View features, search for WMIC, select WMI Command Line Tools, click Next, and then choose Install. Once the installation finishes, restart your PC if prompted and verify the installation by opening Command Prompt and running the wmic command.
Step 1: Open the Windows Settings App
The first step is to access the Settings application, where Windows manages optional features and system configurations.
Click the Start button located on the taskbar. In the Start menu, select Settings. If you prefer keyboard shortcuts, simply press Windows + I to open the Settings window instantly.
After the Settings app opens, you will notice several categories listed on the left side of the window. These categories allow you to customize different aspects of your computer, including personalization, privacy, updates, installed applications, accessibility features, and optional Windows components.
Take a moment to ensure that the Settings window has fully loaded before moving to the next step. If your PC is running slowly, waiting a few extra seconds can prevent navigation issues.
Step 2: Navigate to Optional Features
Once you are inside Settings, click System from the navigation pane if it is not already selected.
Scroll down until you locate Optional Features. Windows uses this section to manage built-in components that are not installed by default. These features include various developer tools, language packs, legacy utilities, and management components like WMIC.
Click Optional Features to open its management page.
On this page, you will see a list of features that are already installed on your computer. At the top of the screen, there is an option labeled View features or Add an optional feature, depending on your Windows 11 version.
This section is important because it provides direct access to Microsoft’s built-in Windows features without requiring separate downloads from unofficial websites.
Step 3: Search for the WMIC Feature
Click View features to open the list of available optional Windows components.
A search box will appear near the top of the window. Click inside the search field and type WMIC.
As you type, Windows filters the available features and displays matching results. Look for the feature named WMI Command Line Tools. This is the package that restores the familiar WMIC command line utility.
If the feature appears, check the box beside it to select it.
Some users may not immediately see the feature listed. If that happens, make sure your Windows installation is fully updated. Older Windows builds or enterprise-managed devices may display a slightly different list of optional features.
Once the correct feature is selected, click Next to continue.
Step 4: Install the WMIC Feature
After clicking Next, Windows displays a confirmation screen showing the selected feature.
Review the information to make sure WMI Command Line Tools is selected correctly. If everything looks good, click Install.
Windows will now begin installing the feature. During this process, it may retrieve the required files from your local system or download them from Windows Update if necessary.
The installation time depends on your computer’s performance and internet connection. On most modern systems, the process finishes within a few minutes.
Avoid closing the Settings app or shutting down your computer while the installation is in progress. Interrupting the process could delay the installation or require you to start over.
Once the progress bar reaches 100 percent, Windows will notify you that the installation has completed successfully. Depending on your system configuration, you may also receive a prompt asking you to restart your computer. If prompted, save any open files and restart your PC before continuing.
Step 5: Restart Your Computer if Required
After the installation finishes, Windows may prompt you to restart your computer. Although some systems allow you to use WMIC immediately, restarting your PC is the best way to ensure the newly installed feature is fully integrated into the operating system.
Before restarting, save any open documents and close running applications to avoid losing unsaved work. Then, click Restart now if the option appears. If Windows does not display a restart prompt, you can manually restart your computer from the Start menu.
Once your PC boots back up, Windows will complete any remaining configuration tasks in the background. This ensures that the WMI Command Line Tools are properly registered and ready for use. Taking a few extra minutes to restart can prevent unexpected issues, especially if you plan to use WMIC for system administration or troubleshooting tasks.
Step 6: Verify That WMIC Is Installed Successfully
After restarting your computer, the next step is to verify that WMIC has been installed correctly.
Click the Start button and type Command Prompt in the search box. Open the application by selecting it from the search results. You do not need to run it as an administrator for this basic verification.
When the Command Prompt window opens, type the following command and press Enter:
wmic
If the installation was successful, Windows will recognize the command and display the wmic: prompt or process the command without showing an error that says the command is not recognized.
You can also test WMIC by running a simple command such as:
wmic cpu get name
This command displays the name of your computer’s processor. Seeing your CPU information confirms that WMIC is working correctly.
If Windows instead reports that ‘wmic’ is not recognized as an internal or external command, double-check that the feature was installed successfully. You can also restart your PC one more time and try again. If the problem persists, make sure your version of Windows 11 includes the WMI Command Line Tools optional feature.
Step 7: Start Using WMIC Commands
Now that WMIC is installed and verified, you can begin using it to gather detailed information about your computer.
WMIC provides quick access to hardware, software, and system details through simple command-line instructions. For example, you can view your operating system version, motherboard information, BIOS version, storage devices, memory details, user accounts, and running processes.
One of the biggest advantages of WMIC is that it lets you retrieve system information without opening multiple Windows settings pages. This makes it especially useful for troubleshooting, creating scripts, and performing administrative tasks.
Although Microsoft recommends using PowerShell and Windows Management Instrumentation (WMI) cmdlets for future automation, WMIC remains a convenient tool for users who are familiar with its commands or who rely on older scripts.
If you are learning Windows administration, understanding WMIC can also help you better understand how Windows management tools interact with system components
Additional Tips
Installing WMIC is usually a smooth process, but following a few best practices can help you avoid unnecessary problems.
Always keep Windows 11 updated before installing optional features. Microsoft frequently releases updates that improve feature compatibility and resolve installation issues.
Avoid downloading WMIC from unofficial websites. Since it is a built-in Windows component, it should always be installed through the Optional Features section of Windows Settings.
If the WMIC feature does not appear in the available features list, install the latest Windows updates and check again. Newer builds often include updated optional components.
Restart your computer after installation, even if Windows does not explicitly request it. A fresh restart ensures that the new feature is loaded correctly.
If you use WMIC frequently, consider learning the equivalent PowerShell commands as well. Since Microsoft has deprecated WMIC, PowerShell provides a more modern and actively supported way to perform advanced system management tasks.
Finally, use WMIC commands carefully when making system changes. Many commands are designed to retrieve information, but some can modify settings if used incorrectly.
FAQs
Why is WMIC missing in Windows 11?
Microsoft has deprecated WMIC and no longer installs it by default on many Windows 11 versions. Instead, it is available as an optional Windows feature that users can install when needed.
Is WMIC free to install?
Yes. WMIC is a built-in Windows feature provided by Microsoft. There is no additional cost to install or use it.
Do I need to download WMIC from the internet?
No. You should install WMIC through the Optional Features section in Windows Settings. Downloading it from unofficial sources is unnecessary and could expose your computer to security risks.
Can I uninstall WMIC later?
Yes. You can remove WMIC at any time by returning to the Optional Features page in Windows Settings and uninstalling the WMI Command Line Tools feature.
Does WMIC work on all Windows 11 editions?
WMIC is available on supported Windows 11 editions that include the WMI Command Line Tools optional feature. Availability may vary depending on your Windows version and organizational policies.
Should I use WMIC or PowerShell?
For new projects and automation, PowerShell is the recommended choice because it is actively maintained and offers more powerful management capabilities. However, WMIC remains useful for compatibility with older scripts and for users who are already familiar with its commands.
