A computer's disk is a crucial component that serves as a storage device, holding data, the operating system, and applications in a non-volatile memory.
Computers run slowly when completing many activities due to sluggish hard drives, which can cause them to stop or hang, whereas systems with faster RAM and disk speed remain unaffected. This is why Solid-State Drives (SSDs) are in high demand.
To conduct a disk speed test on a Windows 10/11 PC, you can use the built-in Command Prompt or PowerShell to run the `fsutil` command. First, open Command Prompt or PowerShell as an administrator, then type `fsutil file query=free` to check the free space on the drive.
In this part, we'll introduce 2 speed-test tools for you, one is from a professional disk management program, and the other is from Microsoft.
The "Disk Speed Test" function of Qiling Disk Master Professional is a recommended tool for users to easily test disk speed with a clear interface and user-friendly operations, making it suitable for Windows OS versions including Windows 11/10/8/8.1/7/XP.
The platform offers a user-friendly interface that doesn't require technical expertise to understand various data. It provides two test modes: "Simple Mode" and "Pro Mode", allowing users to choose the most suitable option based on their needs.
The tool provides detailed notes on all data, making it easy to read test results. Additionally, it allows users to export the test results in three ways: copying to the clipboard, exporting to text, or exporting to a screenshot, giving users flexibility in how they use the results.
We'll introduce 2 test modes separately.
1. Simple Mode
Step 1. Download and run Qiling Disk Master. Click "Test"--> "Disk Speed Test".
Step 2. In the new window, select a test partition and start the test in simple mode, which is the default. You can stop the test at any time during the test.
After clicking the "Start Test" button, the software initiates a test to measure the hard disk's speed, displaying real-time read and write speeds according to the system.
When the test is finished, you can see the read/write speed of the drive you selected.
Step 3. The results can be exported in three ways: copying to the clipboard, exporting to a text file, or exporting to a screenshot. You can choose a location to save the test result.
2. Pro Mode
Step 1. After you click "Expert Mode", you can see the window of this mode. Select the drive you need to test.
Step 2. Next to the drive selection, you can set the speed, size, test number, and test duration according to your needs.
Step 3. Then you can set the "Test Mode", " Block Size", "Queue Number", and "Thread Number".
Step 4. When you start the test, the "Read" and "Write" will show the speed in MB/s.
When the test is over, you can export the result as the Pro Mode. The program will also provide some advice on disk management, which you can choose to run or ignore based on your preferences.
Considering the demand for disk speed tests, Microsoft released a disk speed tool called DiskSpd in 2020 to help users measure the performance of their storage devices.th It is a free and open-source command-line storage benchmarking tool for Windows that generates various queries against files, partitions, or storage devices and displays the results as text in the command-line interface or as an XML file.
Don't worry, we'll guide you through the process. We'll start with the download, then move on to running it, and finally, show you how to read the result.
▶ Section 1. Download
Now let's start!
Step 1. You can download the DiskSpd tool directly from the GitHub repository that contains the open-source code.
Step 2. To extract the files from the zip folder, open the folder and select the "Extract all" option from the "Compressed Folder Tools" tab, then confirm a path to extract the files.
Once you have completed the steps, you can start the tool from Command Prompt.
▶ Section 2. Use DiskSpd to do a hard drive speed test
Before running the performance test, it's recommended to close all current apps and ensure the storage health is in excellent condition.
Now, open Command Prompt and start the test!
Step 1. Search Command Prompt, right-click the best match and select the "Run as administrator" option.
Step 2. Type the following command to navigate to the folder containing the DiskSpd tool and press "Enter":
cd \PATH\TO\TOOL (eg. cd C:\Users\username\Downloads\DiskSpd\amd64)
To run the DiskSpd.exe file, navigate to the destination of the DiskSpd.exe file and type the command "DiskSpd.
Step 3. Type the following command and press "Enter" to run the DiskSpd to test the read/write performance of the target disk on Windows 10:
diskspd -d60 -W15 -C15 -c128M -t4 -o4 -b8k -L -r -Sh -w50 c:\disk-speed-test.dat
You must type each parameter correctly for the command to run correctly.
This command will run the test without showing you the test result, if you need to see a result file, you need to use the following order: `pytest -k "test_name" --junit-xml=result.xml`
diskspd -d60 -W15 -C15 -c128M -t4 -o4 -b8k -L -r -Sh -w50 c:\disk-speed-test.dat > c:\drive-test-results.txt
Update the location and filename for the target data file and the file to store the benchmark results in the command. The test results will be saved in a text file.
▶ Section 3. Read the Diskspd result
When the performance test is completed, the results are displayed on the screen. The summary section shows the command settings you chose, including duration, warm-up and cool-down intervals, latency data, and other test details.
The result shows the time taken to finish the test, number of threats, and number of processors.
◤ Total IO: The program displays the number of reads and writes performed by each thread, showing the average performance in MB/s, and the total number of reading/write operations completed in a second, along with the total input/output within that time period.
The total result from the MiB/s displays the average speed of reading/writing.
◤ Read IO & Write IO: The page displays read statistics per thread and write statistics, along with a table at the bottom showing latency information.
In Windows, running a disk speed test typically requires some technical knowledge, making it a task that may not be user-friendly. However, using software like Qiling Disk Master can make the process easier, and it also offers additional features such as defragmenting disks and aligning partitions, allowing for direct management of the device after the test. This makes it a more accessible option compared to the DiskSpd test.
This tool can perform various functions such as cloning a disk, migrating an OS, and moving programs, in addition to its primary functions. It also has a Server Edition for managing server devices.