Disk / Storage (33)
The 33 utilities in Disk / Storage exist because "how much space do I have" is only the first and easiest question you can ask about a drive. Underneath that single number sits interface type, firmware revision, sector size, partition alignment, SMART health data, spindle speed (or its absence, on solid-state media), and a long tail of formatting and imaging operations that most people only need once or twice a year but absolutely need to get right when the moment comes.
Identification tools form the backbone of the category. Drive Model Viewer, Drive Firmware Viewer,
Drive Serial Number Viewer and Drive Serial Viewer each read one specific field that Windows exposes
through Win32_DiskDrive, useful for warranty lookups, asset tags, and confirming that
the drive Device Manager shows really is the one physically installed. Drive Capacity Checker and
Drive Sector Size Checker report the numbers manufacturers rarely advertise clearly — raw byte
capacity versus the "GB" on the box, and the 512-byte versus 4K sector size that occasionally trips
up older imaging software. Drive Interface Checker and Drive Interface Viewer identify whether a
disk is talking over SATA, NVMe or USB, while SSD-Z distills all of this into a single compact panel
purpose-built for solid-state drives, right down to partition alignment.
Health and monitoring make up the category's most technically interesting corner. Drive SMART Viewer decodes the raw 512-byte S.M.A.R.T. attribute table byte-by-byte into a readable ID/current/worst/raw grid — the same data CrystalDiskInfo built its reputation on. SSD Wear Level Checker and SSD Health Percentage Viewer read the modern Storage Management API's reliability counters to report wear-out percentage directly from the drive's own controller, and Drive Temperature Monitor and Drive Temperature Viewer do the same for thermal data. Drive Free Space Monitor, Drive Activity Monitor and Drive Rotation Speed Viewer round out live monitoring, the last one doubling as a quick way to confirm whether a drive is a spinning HDD or an SSD by reading its reported spindle speed.
Structural and management tools cover the operations you reach for less often but need to trust completely when you do. Partition Information Tool and Disk Mount Information list every partition and drive letter with its type and readiness state; Drive Letter Manager reassigns letters through diskpart with an extra warning before it lets you touch a system drive; CheckDisk GUI wraps the built-in CHKDSK utility in a friendlier point-and-click front end. Formatting gets two dedicated, narrowly-scoped tools — FAT32 Format (GUIformat) and SD Card Formatter — both of which insist on strong confirmation before erasing anything and deliberately restrict themselves to removable media to reduce the chance of an expensive mistake.
Two tools handle the more advanced end of the category. Win32 Disk Imager reads or writes a raw disk image sector-by-sector to a USB drive, the same technique used to flash bootable Linux or recovery images, again scoped to removable disks only for safety. Contig (Sysinternals GUI) checks a file's fragment count via the same FSCTL used by the original Sysinternals tool and can rewrite a file contiguous on the same volume. Drive-Sort takes a completely different, much safer approach to an old problem — instead of touching a FAT directory table's raw sector layout, it simply rewrites a folder's files back in alphabetical order, which is enough to fix the maddening playback-order bug on FAT-formatted car stereos and cheap MP3 players without any risk of directory-table corruption.
Utilities in this Category
| Utility | Description | Details |
|---|---|---|
| Check Disk GUI | A friendly point-and-click front end for the Windows CHKDSK disk-checking utility. | Details |
| Contig Sysinternals GUI | Checks a file's fragment count and can rewrite it contiguous on the same volume. | Details |
| Disk Mount Information | Lists every drive letter with its type, filesystem and ready state. | Details |
| Drive Activity Monitor | Live disk-activity graph showing percent-busy time plus read/write throughput. | Details |
| Drive Capacity Checker | Reports the exact raw and formatted capacity of every attached drive. | Details |
| Drive Firmware Viewer | Shows the firmware revision installed on each hard drive or SSD. | Details |
| Drive Free Space Monitor | Tracks free space on every drive with live percentage-full readouts. | Details |
| Drive Information Tool | Combines model, interface, capacity and partition count for every physical drive. | Details |
| Drive Interface Checker | Reports the physical interface (SATA, NVMe, USB, etc.) each drive uses. | Details |
| Drive Interface Viewer | Shows each drive's interface type and physical media classification. | Details |
| Drive Letter Manager | Reassigns a drive letter using diskpart, with warnings before touching system drives. | Details |
| Drive Model Viewer | Lists the model name of every physical disk drive attached to your PC. | Details |
| Drive Read Only Detector | Tests every drive letter to confirm whether it accepts writes or is locked read-only. | Details |
| Drive Rotation Speed Viewer | Reads a drive's spindle speed to distinguish spinning HDDs from solid-state storage. | Details |
| Drive SMART Viewer | Decodes raw S.M.A.R.T. attribute data into a readable ID/current/worst/raw table. | Details |
| Drive Sector Size Checker | Shows the bytes-per-sector value each physical disk reports to Windows. | Details |
| Drive Serial Number Viewer | Lists every fixed drive's volume serial number, useful for licensing checks and asset tracking. | Details |
| Drive Serial Viewer | Reads the manufacturer serial number burned into each physical disk. | Details |
| Drive Temperature Monitor | Live-monitors physical drive temperature via Windows storage reliability counters. | Details |
| Drive Temperature Viewer | Reads physical drive temperature via the Windows storage reliability provider. | Details |
| Drive Write Protect Checker | Checks removable drives for hardware write-protection before you try to copy files. | Details |
| FAT32 Format (GUIformat) | Formats removable drives as FAT32 beyond the 32GB limit the Windows GUI enforces. | Details |
| HDD Information Viewer | Filters attached storage down to traditional spinning hard disk drives. | Details |
| Partition Information Tool | Lists every disk partition with its size, type and boot flag. | Details |
| SD Card Formatter | A dedicated FAT32/exFAT/NTFS formatter scoped specifically to SD and memory cards. | Details |
| SSD Health Percentage Viewer | Converts SSD wear data into a simple remaining-health percentage. | Details |
| SSD Information Viewer | Filters attached storage down to solid-state drives with health and bus details. | Details |
| SSD TBW Viewer | Reports SSD media type and capacity where Windows exposes wear/endurance data. | Details |
| SSD Wear Level Checker | Reports SSD wear-out percentage using the drive's built-in reliability counters. | Details |
| SSD-Z | A compact SSD identity panel covering bus type, capacity, TRIM status and partition alignment. | Details |
| USB Device Ejector | Safely ejects a removable USB drive without needing the taskbar tray icon. | Details |
| USB Drive Information | Identifies which physical disks are connected over a USB interface. | Details |
| Win32 Disk Imager | Reads or writes a raw disk image to a USB drive, sector by sector. | Details |