Boots take longer, file copies crawl, and you’re starting to wonder if the SSD you paid for is actually delivering the speed printed on the box. Windows 11 doesn’t have one clean “speed test” button, but you’ve got three ways to check it: a quick glance in Task Manager, a one-line command with winsat, or a proper benchmark with CrystalDiskMark.
What Is CrystalDiskMark?
CrystalDiskMark is a free, widely used Windows benchmarking tool that measures your drive’s sequential and random read/write speeds under controlled conditions. It’s the third method covered below, and it’s widely used by enthusiasts and reviewers to compare real-world speeds against manufacturer spec sheets.
Before You Begin
Make sure you have:
- A Windows 11 PC with administrator access
- A few GB of free space on the drive you’re testing (benchmarks write temporary test files)
- Any large files closed and unnecessary background apps shut down for cleaner results
- A few minutes for Task Manager/winsat, or 10–15 minutes if you’re also running CrystalDiskMark
| Requirement | Details |
|---|---|
| Device | Windows 11 desktop or laptop |
| OS version | Windows 11 (any build) |
| Admin rights | Required for winsat and for installing CrystalDiskMark |
| Free space | At least 2–4 GB free on the tested drive |
Method 1: Quick Check with Task Manager
This is the fastest way to see what your SSD is actually doing right now, and it takes zero setup. It only shows live, real-world activity instead of a clean benchmark number, so treat it as a sanity check, not a final verdict.
Step 1: Open Task Manager
Press Ctrl + Shift + Esc to open Task Manager directly. You can also right-click the Start button and choose Task Manager.
Step 2: Switch to the Performance tab
Click the Performance tab in the left sidebar. If you only see a compact view, click More details first.
Step 3: Select your SSD
In the left column, click the disk entry for your SSD (labeled something like Disk 0 (C:)). You’ll see live graphs for Active time, Read speed, and Write speed.
Step 4: Start a real file copy and watch the numbers
Copy a large file (a few GB, a video file works well) from one folder to another on the same drive, or from another drive onto the SSD. Watch the Read speed and Write speed numbers in the top-right corner of the graph while the copy runs.
Tip: Numbers will spike and dip throughout the copy; that’s normal. Look at the sustained peak during the transfer, not the very first or last second.
If the numbers stay well below what your drive is rated for throughout a large copy, move on to winsat or CrystalDiskMark to confirm with a controlled test.
Method 2: Command-Line Check with winsat (No Download Required)
winsat is a hidden benchmarking tool built into Windows, and most people never know it’s there. It gives you a quick numeric read/write result without installing anything, which makes it a good middle step between Task Manager and a full benchmark.
Step 1: Open Command Prompt as administrator
Press the Windows key, type Command Prompt, then right-click the result and choose Run as administrator. Click Yes on the User Account Control prompt.
Step 2: Run the disk assessment
Type the following command, replacing c with your drive letter if you’re testing a different disk, and press Enter:
winsat disk -drive c
Step 3: Read the results
Wait for the test to finish; it usually takes under a minute. Look for the lines labeled Disk Random 16.0 Read, Disk Sequential 64.0 Read, and Disk Sequential 64.0 Write in the output, reported in MB/s.
Tip:
winsatnumbers tend to run lower than CrystalDiskMark‘s sequential results because of how it queues operations. Use it as a rough gut-check, not a spec-sheet comparison.
Method 3: Proper Benchmark with CrystalDiskMark
CrystalDiskMark is one of the most widely used tools for comparing your drive’s real-world performance against the advertised spec. It’s free and takes about five minutes to set up.
Step 1: Download CrystalDiskMark
Go to the official download page at https://crystalmark.info/en/download/. Choose any edition; Standard, Aoi, or Shizuku are functionally identical and only differ in visual theme.
Step 2: Pick installer or portable ZIP
Choose the Installer if you want a normal install with a Start menu entry, or the ZIP if you’d rather run it portably without installing anything.
Step 3: Install or extract
If you downloaded the installer, run the .exe and click through the prompts (you can remove it later from Settings > Apps > Installed apps). If you downloaded the ZIP, right-click it, choose Extract All, then open the extracted folder and run the .exe inside.
Warning: Download only from the official CrystalDiskMark site. Third-party mirror sites sometimes bundle unwanted extras with the installer.
Step 4: Configure the test
Open CrystalDiskMark. At the top, set the number of runs (5 is the default and gives a reliable average) and the test size (1 GiB is fine for most checks; use 4 GiB or larger if you want to stress-test sustained performance). Use the drive dropdown to confirm you’ve selected the correct SSD, not a secondary or external drive by mistake.
Step 5: Run the benchmark
Click All to run the full sequential and random read/write test. Let it finish without using the drive heavily in the background; copying files or streaming video during the test will skew your results.
Step 6: Read your results
Look at the results grid. The SEQ1M Q8T1 row shows large-file sequential speed; compare this against your drive’s advertised max read/write speed. The RND4K Q1T1 row shows small-file random speed, which relates more to boot times and app launches than to copying big files.
Configuration: Reading Your Numbers Against the Spec
Compare your sequential results to these rough ranges based on interface:
| Drive Type | Typical Rated Sequential Speed |
|---|---|
| SATA SSD | ~500–560 MB/s read/write |
| NVMe Gen3 | ~2,000–3,500 MB/s read |
| NVMe Gen4 | ~5,000–7,500 MB/s read |
| NVMe Gen5 | ~10,000–14,000 MB/s read |
If your result lands within about 10–15% of the rated number, your drive is doing fine. That gap is normal variance from background processes, driver overhead, and test conditions. If you’re seeing 40–50% or more below spec, something is holding the drive back.
Not sure which interface your drive uses? Check its listing under Device Manager > Disk drives, or the drive properties dialog, before comparing against the table above.
Tips and Troubleshooting
Results are far below the drive’s advertised speed
Why it happens: The most common causes are the storage controller running in the wrong mode (legacy IDE or RAID instead of AHCI/NVMe), a loose or lower-spec SATA cable/port, an NVMe drive negotiating fewer PCIe lanes or a lower generation than it supports, thermal throttling under sustained load, or a drive that’s nearly full.
Fix: Check the controller mode in Device Manager > Storage controllers, reseat SATA cables or try a different port, and check PCIe link speed/width in your motherboard’s or drive manufacturer’s monitoring software. Feel the drive (or an NVMe heatsink) after a long benchmark run; if it’s hot to the touch, thermal throttling is likely. Free up space if you’re above roughly 85–90% capacity, since SSDs slow down as their spare area shrinks.
winsat command fails or won’t run
Why it happens: Command Prompt wasn’t opened with administrator rights, which winsat requires.
Fix: Right-click Command Prompt and choose Run as administrator, then re-run winsat disk -drive c.
Antivirus flags the CrystalDiskMark download
Why it happens: Because the app writes test files directly to disk, some security software flags this normal benchmarking behavior. It looks suspicious to a scanner even though it’s exactly what a benchmark tool is supposed to do.
Fix: Confirm you downloaded from the official site rather than a mirror, then allow it through your antivirus if you’re confident it’s the genuine file.
A slow result doesn’t always mean a problem
Benchmarks vary run to run. Background Windows updates, indexing, or antivirus scans can all shave 10–20% off a single test. Run the benchmark two or three times at different moments before you decide your SSD actually has a problem.
Wrapping Up
For a quick gut-check, Task Manager during a real file copy tells you what you need most of the time, no setup, no downloads. If you want a real number to compare against the spec sheet, or evidence to send a manufacturer for warranty, CrystalDiskMark is worth the five minutes it takes to install.
| Method | Effort | Best For |
|---|---|---|
| Task Manager | None | Quick real-world sanity check |
winsat disk | Low | No-download numeric estimate |
| CrystalDiskMark | Medium | Accurate, repeatable spec comparison |
If your numbers stay well below spec across multiple tests, and cable, mode, and thermal checks don’t explain it, the drive itself is probably degrading. Back up your data and start planning the upgrade before it fails on you outright.
Resources
- CrystalDiskMark official download page
- Consider upgrading your storage with an Internal SSD Upgrade for improved performance.
- For better network performance, use a Cat6 Ethernet Cable or consider a USB Wi-Fi Adapter for wireless connectivity.
- Protect your equipment with a UPS Battery Backup and expand your workstation with a USB-C Docking Station.