
Microsoft will remove a command-line tool from Windows 11 in an upcoming update, a change that could break older scripts still relying on it. The decision reflects the company’s broader push to modernize the operating system by phasing out legacy components that no longer align with current security and development standards.
WMIC is officially going away
The Windows Management Instrumentation Command-line, or WMIC, will be removed from Windows 11 versions 24H2 and 25H2 when update KB5120998 rolls out to the general public. The tool has been part of Windows since XP but was classified as deprecated back in 2024. Microsoft’s release notes for the preview build confirm the removal. New Windows 11 installations already exclude WMIC, and the update will strip it from existing systems as well. The wmic.exe executable will be deleted, though the underlying Windows Management Instrumentation (WMI) framework remains supported. WMI itself is a core component of Windows, enabling system monitoring, configuration, and automation through a standardized interface. While WMIC served as a command-line front-end for WMI, its removal does not affect the broader framework, which will continue to function through other tools like PowerShell.
Who will notice the change
Most home users won’t see any difference. WMIC was never a consumer-facing feature, and few outside IT departments or power users ever interacted with it. The tool’s primary audience consisted of system administrators, developers, and enterprise IT teams who used it to automate routine tasks, such as querying hardware specifications, managing running processes, or modifying system settings. For these users, WMIC provided a quick way to execute WMI queries without writing more complex scripts.
The real impact will hit older automation and management scripts that still call WMIC directly. After the update, those commands will fail. Microsoft hasn’t provided a full list of affected scenarios, but scripts that pull hardware data, BIOS details, or process management are likely candidates. For example, a script that retrieves the serial number of a motherboard or checks the status of a specific service may rely on WMIC commands. Similarly, batch files that automate software deployments or system diagnostics could break if they depend on WMIC for data collection. The absence of a full list means administrators will need to manually audit their scripts to identify potential issues.
Administrators who haven’t already migrated to newer tools should audit their scripts now. Microsoft recommends PowerShell as the replacement—it can access the same WMI data and offers more modern scripting capabilities. PowerShell not only replicates WMIC’s functionality but also provides additional features, such as object-based output, which simplifies data manipulation. For instance, while WMIC returns text-based results that require parsing, PowerShell can return structured objects that are easier to filter, sort, and export. Transitioning to PowerShell may require rewriting some scripts, but the long-term benefits include better performance, security, and compatibility with newer Windows versions.
Related: How Modern Frequency Converters Slash Industrial Energy Costs
This isn’t the first time Windows has shed XP-era tools. The operating system has quietly retired several utilities over the years, often with little fanfare. Previous removals include the Windows Journal note-taking app, the classic Snipping Tool (replaced by a newer version), and the legacy Internet Explorer browser. For most users, the change will go unnoticed; however, anyone still using older administration or automation scripts should check and fix compatibility soon.
Other changes in the same update
The removal of WMIC is part of a broader set of updates in KB5120998. Microsoft is also testing a return to a freely positionable taskbar, allowing users to place it on any screen edge. This feature revives a capability that was present in older versions of Windows but removed in Windows 11’s initial release. The change addresses user feedback requesting more customization options, though it remains unclear whether the taskbar will support vertical positioning or other advanced layouts. Early preview builds suggest the taskbar will snap to the edges of the screen rather than allowing free-floating placement, but further refinements may occur before the final release.
The Start menu gains new resizing options, giving users more control over its dimensions. Previously, the Start menu in Windows 11 had fixed width and height settings, limiting how much content could be displayed. The update introduces adjustable sizing, which could help users with high-resolution displays or those who prefer a more compact layout. Windows Search also receives a redesign, with changes to its visual appearance and functionality. The new design aims to improve usability, though specific details about the improvements have not been disclosed.
Security features like Administrator Protection are being added to further harden the operating system against unauthorized changes. This feature is designed to prevent malware or malicious users from gaining raised privileges by restricting certain administrative actions unless explicitly approved. The update also includes under-the-hood improvements to memory management and performance optimizations, though these changes are less visible to end users.
For most users, these changes will be more noticeable than the loss of WMIC. The taskbar and Start menu updates address long-standing complaints about Windows 11’s rigidity, while the search and security enhancements align with Microsoft’s focus on usability and protection. However, for those still relying on legacy scripts, the update could require some unexpected maintenance.
