A lightweight Windows disk benchmarking utility powered by WinSAT.
Quickly test the performance of HDDs, SSDs, and USB drives with metrics such as read/write speed, IOPS, and latency.
- Simple and fast benchmarking
- Supports HDD, SSD, NVMe, and USB drives
- Measures sequential and random read/write performance
- Reports throughput, IOPS, and latency
- Based on built-in Windows WinSAT engine
- Clone this repository:
git clone https://github.com/yourusername/WinDiskBench.git``` - Open the project in Visual Studio (or your preferred IDE).
- Build the solution.
- Run the executable on Windows.
Run the tool to benchmark your disk. Example:
WinDiskBench.exeYouβll get results for:
- Sequential Read/Write (MB/s)
- Random Read/Write (IOPS)
- Average Latency (ms)
- Windows 7 or later
- .NET Framework / Visual C++ Runtime (if applicable)
- Administrator privileges (for WinSAT access)
- WinSAT is deprecated in newer Windows versions, but still available for disk testing.
- Results may vary depending on system load and drive health.