WiseCleaner Think Tank

Encounter difficult computer problems?
All about maintenance and optimization of your Windows System.

Home > Think Tank > How to Test Your Disk Speed on Windows 11

How to Test Your Disk Speed on Windows 11

Apr 28, 2026

If a once-fast PC has been feeling slow lately, the disk is often the real bottleneck. An aging SSD or a fragmented HDD can drag down everything from boot times to file copies. Windows 11 ships with a couple of built-in tools you can use to measure read and write speed, no third-party software needed.

Method 1. Using Task Manager

Step 1. Open Task Manager

Press Ctrl + Shift + Esc to open Task Manager. If you see the simple view, click More details at the bottom first. Then click the Performance tab on the left.

Step 2. Watch the Disk Activity

Click the Disk entry to see real-time read and write speeds. Copy a large file to or from the drive while watching, and you'll see how fast the disk handles a sustained transfer. The Active time graph at the top shows whether the disk is the current bottleneck. [SCREENSHOT NEEDED: Task Manager Performance tab with Disk selected, showing read/write speed graphs and active time]

Method 2. Using the winsat Disk Benchmark

Step 1. Open Command Prompt as Administrator

Press Win + S, type cmd, then click Run as administrator on the right. Click Yes when the User Account Control prompt appears.

Step 2. Run the Disk Benchmark

Type the following command and press Enter:

winsat disk -drive c

The benchmark takes about 30 seconds and reports sequential read, sequential write, and random read scores. Replace c with another drive letter to test a different disk. [SCREENSHOT NEEDED: Command Prompt showing the output of winsat disk with read and write scores]

Method 3. Using PowerShell to Check Drive Health

Step 1. Open Terminal as Administrator

Right-click the Start button and pick Terminal (Admin).

Step 2. Run Get-PhysicalDisk

Type the following command and press Enter:

Get-PhysicalDisk

The output lists each drive with its model, media type (SSD or HDD), size, and health status. A drive marked Unhealthy is the most likely cause if you're seeing slow speeds. [SCREENSHOT NEEDED: PowerShell window showing Get-PhysicalDisk output with HealthStatus column visible]

Conclusion

Most slow-PC complaints trace back to either a tired drive or a heavily fragmented HDD. Task Manager gives you a quick gut check during normal use, while winsat and Get-PhysicalDisk let you dig deeper when something feels off. If a drive consistently shows poor scores or unhealthy status, that's a strong sign it's time to back up and replace it before things get worse.

Latest
How to Use Reliability Monitor to Check System Stability on Windows 11How to Enable or Disable Access to File Explorer Options in WindowsHow to Disable Restart after Updating on Windows 11
Read more >>
Recommend
Understanding Windows Power Plans: Balanced, Battery Saver, High Performance, and Ultimate PerformanceHow to Pause Windows Update for 100 YearsShould I enable or disable Trim of SSD?
Read more >>
Hottest
How to Install a macOS in VMware Workstation PRO 17How to Enable Task Manager Option in Taskbar Menu on Windows 11How to Fix Office Application Error 0xc0000142
Read more >>

wisecleaner uses cookies to improve content and ensure you get the best experience on our website. Continue to browse our website agreeing to our privacy policy.

I Accept