Microsoft is enhancing Windows 11's Task Manager with a subtle but significant feature that provides users with clearer insights into their system's storage hardware. In upcoming updates, the Performance tab will not only indicate whether a drive is an HDD or SSD but will also specify the underlying SSD technology—such as SATA, NVMe, or potentially other formats. This change, first discovered in Windows 11 build 22635.4225 from the Beta Channel, represents a move toward greater hardware transparency and user empowerment, addressing a common gap in basic system diagnostics.

The Current State of Storage Identification in Windows

For years, Windows Task Manager has provided a basic distinction between Hard Disk Drives (HDDs) and Solid State Drives (SSDs) in the Performance tab. While this was sufficient during the early transition from mechanical to flash storage, the SSD landscape has diversified dramatically. Today, users might have a SATA III SSD offering speeds around 550 MB/s, a PCIe 3.0 NVMe drive reaching 3,500 MB/s, or a cutting-edge PCIe 5.0 NVMe SSD pushing beyond 12,000 MB/s. These differences aren't just academic—they directly impact system responsiveness, application load times, and overall user experience.

Currently, to determine the specific type of SSD installed, Windows users must navigate through multiple settings layers: Settings > System > Storage > Advanced Storage Settings > Disk & Volumes, then click "Properties" next to the drive. While this method provides comprehensive information including health status, temperature, capacity, and partition style, it's buried deep within the system interface and not readily accessible during performance troubleshooting sessions.

How the New Task Manager Feature Works

The upcoming enhancement adds a parenthetical notation next to the drive name in Task Manager's Performance tab. For example, where it currently might display "Samsung SSD 980 PRO (C:)" with a simple "SSD" designation below, the updated version will show "Samsung SSD 980 PRO (C:) (NVMe)" or similar notation. This immediate visual cue eliminates the need for additional diagnostic steps when users want to understand their storage configuration.

According to Microsoft's official documentation and community testing, the feature appears to be implemented through a simple string addition to the existing drive information display. The system queries the storage controller interface and drive protocol information already available through Windows Storage Management API, then presents it in a more user-friendly format. This approach aligns with Microsoft's broader "quality of life" improvements for Windows 11, where frequently needed information is surfaced more directly in familiar tools.

Community Response and Practical Implications

Windows enthusiasts and IT professionals have largely welcomed this development. On WindowsForum.com and similar communities, users expressed appreciation for the added transparency. "As someone who helps friends and family with computer issues, being able to quickly see if they're running a slow SATA SSD versus a fast NVMe drive would save time in troubleshooting performance complaints," noted one forum participant. Another added, "When checking if a system meets minimum requirements for games or creative software, SSD type matters almost as much as whether it's an SSD at all."

The practical implications extend beyond casual troubleshooting. Different SSD types have distinct maintenance considerations, performance characteristics, and upgrade paths. NVMe drives, for instance, typically require motherboard support for PCIe lanes and proper cooling in high-performance scenarios, while SATA SSDs are universally compatible with any system that has SATA ports. Knowing which technology is in use helps users make informed decisions about driver updates, firmware upgrades, and potential replacements.

How to Enable the Feature Early with ViVeTool

For users running Windows 11 build 22635.4225 or later who want to test this feature before its official rollout, the community-developed ViVeTool provides access. This utility enables hidden or experimental features that Microsoft hasn't fully released. The process involves:

  • Downloading ViVeTool from its official GitHub repository and extracting it to a convenient location
  • Opening Command Prompt as Administrator (Win + R, type "cmd," then Ctrl + Shift + Enter)
  • Navigating to the ViVeTool directory using the CD command
  • Entering the activation command: vivetool /enable /id:51978387
  • Restarting the computer to apply changes
  • Checking Task Manager's Performance tab for the updated drive information

It's important to note that using ViVeTool to enable experimental features carries some risk—these features may be unstable, incomplete, or could potentially cause system issues. Microsoft doesn't officially support this method, and users should proceed with caution, particularly on production systems.

The Technical Distinction: SATA vs NVMe SSDs

Understanding why this distinction matters requires a brief technical overview. SATA (Serial ATA) SSDs use the same interface and protocol as traditional hard drives, limited by the SATA III specification to approximately 600 MB/s theoretical maximum bandwidth. They're connected via the familiar L-shaped data and power cables and are compatible with virtually any computer built in the last 15 years.

NVMe (Non-Volatile Memory Express) SSDs, in contrast, utilize the PCI Express (PCIe) bus directly, bypassing the SATA controller entirely. This allows for significantly higher bandwidth—current PCIe 4.0 NVMe drives reach 7,000 MB/s, while PCIe 5.0 models exceed 12,000 MB/s. NVMe drives typically use the M.2 form factor (though U.2 and PCIe card versions exist) and communicate through a more efficient protocol designed specifically for flash storage.

The performance difference isn't just theoretical. In real-world usage, NVMe drives can reduce game load times by 20-40% compared to SATA SSDs and dramatically accelerate file transfers, video editing workflows, and database operations. For users with multiple drives, knowing which is which helps optimize workflow by placing frequently accessed files and applications on the fastest storage.

Microsoft's Evolving Approach to System Transparency

This SSD identification feature represents part of a broader trend in Microsoft's development philosophy. Recent Windows 11 updates have increasingly focused on providing users with clearer insights into their systems' operations and capabilities. Other examples include:

  • Enhanced Resource Monitor with more detailed process information
  • DirectStorage API implementation for faster game loading
  • Windows Subsystem for Android integration with performance metrics
  • Power usage breakdowns in Task Manager for battery optimization

According to Microsoft's developer documentation, these changes reflect user feedback requesting better tools for understanding and optimizing system performance. As hardware becomes more complex—with hybrid storage systems, heterogeneous processors, and specialized accelerators becoming common—users need clearer information to make the most of their investments.

Alternative Methods for Checking SSD Type

While waiting for the Task Manager update to roll out broadly, users have several alternative methods to identify their SSD type:

Built-in Windows Tools

  1. Disk & Volumes Settings (as mentioned earlier)
  2. Device Manager: Expand "Disk drives," right-click the SSD, select Properties > Details, then choose "Hardware Ids" from the property dropdown
  3. PowerShell: Run Get-PhysicalDisk | Select-Object FriendlyName, MediaType, BusType for detailed information
  4. System Information: Type "msinfo32" in the Run dialog, then navigate to Components > Storage > Disks

Third-Party Utilities

  • CrystalDiskInfo: Provides detailed drive information including interface type, health status, and temperature
  • HWiNFO: Comprehensive system information tool with detailed storage reporting
  • SSD-Z: Specialized utility focused specifically on SSD information and diagnostics

These tools often provide more detailed information than even the updated Task Manager will, including drive health metrics, wear leveling counts, and temperature readings. However, they require separate downloads and installation, whereas Task Manager's advantage is its immediate availability in every Windows installation.

The Future of Storage Identification in Windows

Looking forward, this feature might represent just the beginning of enhanced storage transparency in Windows. Future updates could potentially include:

  • Performance tier indicators showing relative speed compared to common drive types
  • Health status integration directly in Task Manager
  • Temperature monitoring for drives with sensors
  • RAID configuration identification for multi-drive setups
  • DirectStorage compatibility indicators for gaming optimization

Microsoft's recent focus on gaming performance with DirectStorage—which benefits significantly from NVMe drives—suggests that storage technology awareness will become increasingly important. As games and applications are optimized for specific storage types, users will need to easily identify whether their systems meet the recommended specifications.

Community Perspectives on the Update

WindowsForum.com discussions reveal mixed but generally positive reactions to this development. Enthusiasts appreciate the added functionality but note it's "long overdue" given how long NVMe drives have been mainstream. Some users expressed hope that Microsoft would extend this transparency to other components, suggesting features like:

  • RAM technology identification (DDR4 vs DDR5, speeds, timings)
  • GPU memory type and bandwidth
  • CPU architecture details beyond basic model names
  • Network adapter capabilities (Wi-Fi 6 vs Wi-Fi 5, 2.5GbE vs 1GbE)

"It's a small change, but it shows Microsoft is listening to power users who want better diagnostic tools built into the OS," commented one forum member. Another noted, "For IT support, being able to quickly identify hardware without opening the case or running separate utilities saves valuable time."

Conclusion: A Step Toward Better System Understanding

The upcoming Task Manager enhancement represents a meaningful, if incremental, improvement to Windows 11's built-in diagnostic capabilities. By surfacing SSD technology information that was previously buried in settings menus, Microsoft is making it easier for users to understand their systems' capabilities and limitations. This aligns with broader trends in computing toward greater transparency and user empowerment, particularly as hardware choices become more complex and performance-impacting.

For most users, the practical benefit will be quicker troubleshooting and better-informed upgrade decisions. For IT professionals and enthusiasts, it's another tool in the diagnostic arsenal that reduces dependency on third-party utilities. As Windows 11 continues to evolve, features like this SSD identification capability demonstrate Microsoft's commitment to refining core system tools based on user needs and technological developments.

While the feature is currently available only in preview builds and through experimental enabling, it's expected to roll out to all Windows 11 users in upcoming updates. In the meantime, users can utilize the existing methods for checking SSD type or cautiously experiment with ViVeTool if they're running compatible builds and understand the risks involved.