Press Win + R , type services.msc , and press Enter
If you cannot query system data, the issue is rarely that the "WMI feature" is uninstalled; it is usually that the is stopped or the Repository is corrupted. enable wmi windows 11
net stop winmgmt net start winmgmt
# Enable WMI service Set-Service -Name Winmgmt -StartupType Automatic Start-Service -Name Winmgmt Press Win + R , type services
In Windows 11, WMI is rarely "missing" but often "broken." By ensuring the winmgmt service is set to and utilizing the /salvagerepository command when errors occur, you can restore full management capabilities to the operating system. Press Win + R