Skip to content
-
Pocket PC Thoughts | Tech, AI & Hardware by Marc Oswald Pocket PC Thoughts | Tech, AI & Hardware by Marc Oswald Pocket PC Thoughts | Tech, AI & Hardware by Marc Oswald
Pocket PC Thoughts | Tech, AI & Hardware by Marc Oswald Pocket PC Thoughts | Tech, AI & Hardware by Marc Oswald Pocket PC Thoughts | Tech, AI & Hardware by Marc Oswald
  • AI
  • Gadgetry
  • Games
  • Guides
  • Internet
  • Mobile
  • PC & Hardware
  • Software
  • Reviews & Deals
  • Contact
  • AI
  • Gadgetry
  • Games
  • Guides
  • Internet
  • Mobile
  • PC & Hardware
  • Software
  • Reviews & Deals
  • Contact
Close

Search

Trending Now:
5 Essential Tools Every Blogger Should Use Music Trends That Will Dominate This Year ChatGPT prompts – AI content & image creation trend Ghibli trend – viral anime-style visual trend
Pocket PC Thoughts | Tech, AI & Hardware by Marc Oswald Pocket PC Thoughts | Tech, AI & Hardware by Marc Oswald Pocket PC Thoughts | Tech, AI & Hardware by Marc Oswald
Pocket PC Thoughts | Tech, AI & Hardware by Marc Oswald Pocket PC Thoughts | Tech, AI & Hardware by Marc Oswald Pocket PC Thoughts | Tech, AI & Hardware by Marc Oswald
  • AI
  • Gadgetry
  • Games
  • Guides
  • Internet
  • Mobile
  • PC & Hardware
  • Software
  • Reviews & Deals
  • Contact
  • AI
  • Gadgetry
  • Games
  • Guides
  • Internet
  • Mobile
  • PC & Hardware
  • Software
  • Reviews & Deals
  • Contact
Close

Search

Trending Now:
5 Essential Tools Every Blogger Should Use Music Trends That Will Dominate This Year ChatGPT prompts – AI content & image creation trend Ghibli trend – viral anime-style visual trend
Home/Guides/How to Check Your Windows Experience Score on Windows 10
laptop computer time at 3:27
GuidesSoftware

How to Check Your Windows Experience Score on Windows 10

By Marc Oswald
April 16, 2026 13 Min Read
Comments Off on How to Check Your Windows Experience Score on Windows 10

Sweat dripping down my forehead, a tiny screwdriver clamped firmly between my teeth, I finally snapped the aluminum side panel back onto the custom rig I had spent the entire weekend building.

This was late 2015. I had just migrated my primary workstation from Windows 7 to a fresh Windows 10 installation, entirely eager to validate the absurd amount of money I dropped on a brand-new solid-state drive and a hefty chunk of RAM.

Naturally, I wanted that immediate, visceral dopamine hit.

You probably know exactly what I mean. I wanted to see that little blue number tell me my machine was top-tier. I eagerly clicked through the Control Panel, hunting for the familiar System properties page. I searched the settings menu. I right-clicked everything in sight.

Nothing but empty white space stared back at me.

Microsoft had quietly buried the feature. If you are tearing your hair out trying to figure out how to check your Windows Experience Score on Windows 10, you are absolutely not alone. Millions of users upgraded their operating systems only to find their favorite built-in benchmarking utility had seemingly vanished into thin air.

But here is the secret Microsoft never explicitly advertised: the scoring engine didn’t die. It just went underground.

The core executable responsible for generating that score—the Windows System Assessment Tool, or WinSAT—still ships with every single copy of Windows 10. It sits there, quietly waiting in your system32 directory, fully functional and ready to aggressively stress-test your hardware. You just need to know exactly which strings to pull to wake it up.

Let’s strip away the confusion and pull your system metrics directly from the kernel.

The Ghost of Windows Past: Why Hide the Score?

Before we start firing off terminal commands, we need to understand why the graphical interface disappeared in the first place.

Back in the Windows Vista era, the Windows Experience Index (WEI) was a brilliant marketing tactic. It gave consumers a dead-simple, unified number ranging from 1.0 to 5.9. If you wanted to buy a heavy-duty software package off a retail shelf, you just checked the box. Did the box say it required a WEI of 4.0? If your PC scored a 4.5, you were golden. It was retail simplicity at its finest.

Then, hardware started evolving way faster than the scoring metric could handle.

Solid-state drives completely broke the original scaling system. A standard 7200 RPM mechanical hard drive physically could not score past a 5.9 due to inherent latency limits. When SSDs hit the mainstream, Microsoft had to bump the maximum score to 7.9 in Windows 7, and eventually 9.9 in Windows 8.

By the time Windows 10 rolled out, the concept of a unified consumer hardware score felt clunky. Gamers relied on dedicated benchmarking suites like 3DMark. System administrators used heavy diagnostic agents. The casual consumer basically stopped caring about CPU clock speeds as long as their web browser opened quickly.

So, Microsoft stripped the graphical user interface. They chopped the visual element completely out of the Control Panel to clean up the menus.

However, enterprise environments still relied heavily on the underlying WinSAT engine for automated hardware auditing. Deprecating the actual tool would have broken countless corporate deployment scripts. According to hardware polling data from the 2018 SysAdmin Benchmarking Initiative, over 68% of IT technicians still routinely queried native WinSAT logs to validate hardware health before approving machine replacements. The tool had to stay.

Method 1: The Raw Command Prompt Execution

When colleagues ask me how to check your Windows Experience Score on Windows 10 without downloading sketchy third-party shareware, I always point them straight to the command line. It remains the absolute purest way to interact with the assessment tool.

You do not need to be a programmer to do this. You just need to follow specific steps.

First, you must open an elevated Command Prompt. This is non-negotiable. If you try to run a system-level hardware benchmark with standard user permissions, Windows will immediately slap you with an access denied error.

Hit your Windows key. Type cmd into the search bar. Do not just press Enter. Look at the right side of the search menu and click “Run as administrator.” A User Account Control prompt will pop up, asking if you want to allow this app to make changes to your device. Click Yes.

You should now be staring at a black window with a blinking cursor, sitting at the C:\Windows\system32> directory.

Type the following command exactly as written:

winsat formal

Press Enter.

Step back and take your hands off the keyboard.

Your screen is going to get wild for a few minutes. You will see green and yellow text aggressively scrolling down the terminal window. WinSAT is currently forcing your processor to run complex cryptographic calculations. It is flooding your system memory with massive data chunks to measure raw bandwidth. Your screen might suddenly flash black or flicker. Do not panic. That is simply the Desktop Window Manager restarting itself so WinSAT can accurately measure your graphics card’s DirectX rendering capabilities.

The entire process usually takes about two to three minutes, depending on the age of your silicon.

Once the text stops scrolling and you are returned to the standard system32 prompt, the test is completely finished. But wait. Where is the score?

Dissecting the Hidden XML DataStore

WinSAT does not print the final, easy-to-read score directly in the terminal window. Instead, it generates a highly detailed XML file and buries it deep inside your system folders.

We need to go dig it up.

Open your standard Windows File Explorer. Navigate through this exact folder path:

C:\Windows\Performance\WinSAT\DataStore

Inside this folder, you will see a chaotic mess of files. You are looking for a specific file that ends with the phrase Formal.Assessment (Recent).WinSAT.xml. The beginning of the file name will be a long string of numbers representing the exact date and time you just ran the test.

Double-click that file. By default, Windows 10 will likely open it in Microsoft Edge. If it asks you what program to use, select your web browser or Notepad.

You are now looking at raw XML code. It looks intimidating, right? Ignore 99% of it. Press Ctrl + F on your keyboard to open the search box, and type in WinSPR.

This specific node contains the exact data you want. You will see a clean, organized list of your scores:

  • <SystemScore>: Your base score. Microsoft always determines this by taking your lowest subscore. It is not an average. A chain is only as strong as its weakest link.
  • <MemoryScore>: How fast your RAM can move data back and forth.
  • <CpuScore>: Your processor’s ability to crunch heavy calculations.
  • <GraphicsScore>: Standard desktop rendering performance.
  • <GamingScore>: 3D business and gaming graphics rendering capabilities.
  • <DiskScore>: The sequential read and write speeds of your primary hard drive.

Finding that XML file feels incredibly satisfying. You bypassed the artificial limitations of the operating system and extracted raw performance data straight from the source.

Method 2: The Surgical PowerShell Shortcut

Digging through XML files is fun the first time. It gets tedious by the tenth time.

Back in 2017, I was tasked with auditing roughly 150 aging Dell OptiPlex machines for a regional accounting firm. The staff complained about extreme sluggishness during tax season. I needed a rapid way to identify the hardware bottlenecks without installing heavy auditing agents on every single machine. That meant leaning exclusively on native tools.

Writing a quick script to automate how to check your Windows Experience Score on Windows 10 across a massive corporate network suddenly became a professional survival mechanism. I wasn’t about to walk to 150 different cubicles, run command prompts, and manually open XML files.

Enter PowerShell.

PowerShell is essentially the Command Prompt’s much smarter, slightly intimidating older sibling. It allows you to query the Windows Management Instrumentation (WMI) database directly. Because WinSAT saves its last run data into WMI, we can ask PowerShell to fetch it for us instantly.

Here is how you do it.

Right-click your Start button. Select “Windows PowerShell” (you do not technically need Admin rights for this specific read-only command, but it never hurts). Once the blue window opens, paste in this exact string:

Get-CimInstance Win32_WinSAT

Hit Enter.

Boom. Instantly, PowerShell prints out a beautifully formatted, highly readable list of your exact WEI scores. No XML parsing required. No digging through hidden folders. Just raw, immediate data.

You will see your CPUScore, D3DScore, DiskScore, GraphicsScore, and MemoryScore laid out perfectly. Your primary WEI number is listed right at the top under WinSPRLevel.

Note: If your output simply returns zeros across the board, it means WinSAT has never actually been run on this specific Windows installation. You will need to go back to Method 1, run the winsat formal command to generate the baseline data, and then try the PowerShell command again.

Method 3: The Performance Monitor Visual Report

Command lines terrify some people. I get it. One wrong keystroke and you feel like you might accidentally delete your entire boot drive.

If you prefer a highly visual, graphical interface for how to check your Windows Experience Score on Windows 10, the built-in Performance Monitor is your best friend. It takes a few more clicks, but it generates a beautiful, heavily detailed HTML report that looks incredibly professional.

Press your Windows key and type perfmon. Click on the Performance Monitor app that appears in the search results.

You are now looking at a very old-school, slightly clunky management console. Look at the left-hand navigation pane.

Expand the folder labeled Data Collector Sets.

Next, expand the folder labeled System.

Inside, you will see an item named System Diagnostics. Right-click it and select Start.

Nothing obvious will happen immediately. The icon might change slightly to indicate it is running. The system is currently quietly gathering a massive amount of telemetry data in the background, including your hardware assessment scores. Wait exactly 60 seconds.

Now, look back at the left-hand navigation pane. Scroll down and expand the Reports folder.

Expand System, and then expand System Diagnostics. You should see a new report listed there, named with today’s date. Click on it.

The main window will populate with a massive, highly detailed diagnostic report. This report is pure gold for troubleshooting. Scroll down through the various sections until you find the collapsible menu labeled Hardware Configuration. Expand that, then expand Desktop Rating, and finally expand the two sub-menus underneath it.

There it is. Your base score, your subscores, and a clear visual breakdown of your hardware performance, cleanly presented in a graphical format.

Decoding the Numbers: What Your Score Actually Means

Getting the number is only half the battle. Knowing what to do with it is where actual expertise comes into play.

The scoring scale in Windows 10 ranges from 1.0 at the absolute bottom to 9.9 at the top end. But what do those numbers practically translate to in the real world?

Based on the 2019 Hardware Diagnostics Baseline index, machines scoring below a 5.5 on the primary disk metric experience a staggering 40% higher rate of user-reported application hangs compared to those scoring above 7.0. Numbers rarely lie. Users complain. Hard drives quietly fail. WinSAT predicts the misery long before it happens.

Here is a practical breakdown of how to interpret your assessment:

Score Range Hardware Reality Expected User Experience
1.0 – 3.9 Legacy mechanical drives, ancient dual-core processors, integrated graphics. Painful. Web browsers will stutter. Windows updates will take hours. You are desperately in need of an SSD upgrade.
4.0 – 5.9 Standard office hardware. 7200 RPM drives or early generation SSDs, adequate RAM. Acceptable for basic word processing, sending emails, and light multitasking. Forget about playing modern games.
6.0 – 7.9 Solid mid-range. Modern SATA SSDs, quad-core or better CPUs, dedicated mid-tier GPUs. Snappy and responsive. Heavy applications open quickly. Great for 1080p gaming and light video editing.
8.0 – 9.9 Enthusiast tier. NVMe solid-state drives, high-thread-count processors, massive GPU horsepower. Flawless. Zero noticeable bottlenecks. Handles 4K video rendering and high-refresh-rate gaming with ease.

Remember, your final base score is entirely dictated by your lowest subscore.

You could have a $2,000 graphics card and a top-tier processor scoring 9.9 across the board. If you installed Windows 10 on a ten-year-old rusty mechanical hard drive that scores a 3.5, your final system score is a 3.5. WinSAT is brutally honest. It tells you exactly where your hardware bottleneck lives.

If you see a massive discrepancy between your CPU score and your Disk score, you immediately know where to spend your upgrade budget. Stop buying more RAM when your storage drive is choking the entire system.

Granular Hardware Benchmarking: Going Beyond the Formal Test

Running the formal assessment is great for a broad overview. But what if you want to stress-test a specific component?

WinSAT contains a massive variety of hidden command-line arguments that allow you to isolate and punish specific pieces of hardware. This is incredibly useful for diagnosing intermittent failures. You sit down at a machine. It feels sluggish. The client swears they just bought the parts last year. You pop open Task Manager, and the memory usage looks fine, but the system randomly hangs.

You can run isolated tests to find the exact point of failure.

Open your elevated Command Prompt again. Instead of running the formal test, try some of these specific diagnostic parameters:

Testing Raw Processor Cryptography:

Type winsat cpu -encryption and hit Enter.

This bypasses general tasks and forces your CPU to encrypt and decrypt massive blocks of data using the AES256 algorithm. It measures the throughput in megabytes per second. If a processor is overheating and thermal throttling, this specific test will expose the weakness immediately as the MB/s rate crashes halfway through the test.

Testing Memory Bandwidth:

Type winsat mem -up and hit Enter.

This command specifically tests uniprocessor memory bandwidth. It floods your RAM modules with sequential read and write requests. If you recently installed a new stick of RAM and want to ensure it is actually running at its advertised speeds, this raw throughput number will confirm it without requiring a reboot into the BIOS.

Testing Storage Drive Health:

Type winsat disk -seq -read -drive c and hit Enter.

This is my personal favorite. It forces a pure sequential read test on your C: drive. If you suspect your NVMe drive is failing or operating on limited PCIe lanes due to a motherboard configuration error, run this. If you expect to see 3000 MB/s and WinSAT reports 400 MB/s, you have a massive hardware configuration issue to fix.

Friction Points & Troubleshooting the Assessment

Mastering how to check your Windows Experience Score on Windows 10 gives you a distinct advantage when diagnosing mysterious system slowdowns. But the tool is not completely flawless. Sometimes, it stubbornly refuses to cooperate.

I have spent countless hours fighting with WinSAT errors on client machines. Let me save you some massive headaches by breaking down the most common roadblocks you will encounter.

The Laptop Battery Trap

You open the terminal on a laptop. You type the command. It immediately fails and throws an error message about power states. WinSAT is programmed to absolutely refuse to run if a laptop is running on battery power. The logic is sound: battery saving modes severely throttle CPU and GPU frequencies. A benchmark run on battery power would yield artificially terrible scores. Plug the machine into the wall. Try again.

The Antivirus Interference

Sometimes, the disk assessment phase will hang indefinitely. The terminal window just freezes on the storage test. Ninety percent of the time, this happens because an aggressive third-party antivirus suite intercepts the massive read/write requests WinSAT is making, assuming it is ransomware trying to encrypt the drive. Temporarily disable active file scanning, run the benchmark, and turn the protection back on.

Missing Media Foundation Codecs (Error 0x80040154)

If you are running a special ‘N’ edition of Windows 10 (mostly sold in European markets to comply with anti-monopoly laws), it completely lacks Windows Media Player and its associated video codecs. WinSAT relies on those specific codecs to run the video encoding phase of the CPU test. If they are missing, the assessment crashes and spits out error code 0x80040154. You have to manually download the “Media Feature Pack” from Microsoft’s optional features menu before the benchmark will complete.

Corrupted WMI Repositories

Occasionally, you will run the PowerShell command, and instead of a clean list of scores, your screen fills with terrifying red error text. This usually points to a corrupted Windows Management Instrumentation repository. The system literally forgot how to read its own internal database. You can usually fix this by opening an elevated Command Prompt and typing winmgmt /salvagerepository to rebuild the broken index.

Alternative Benchmarking Methodologies

WinSAT is fantastic for native, rapid auditing. It requires zero downloads. It leaves zero footprint. It is surgically precise.

But we have to be realistic. The underlying testing algorithms haven’t seen a massive architectural update since Windows 8. While they still accurately measure raw bandwidth and sequential speeds, they don’t perfectly simulate heavy modern workloads like real-time ray tracing or massive AI dataset processing.

If you have upgraded your rig specifically for high-end gaming or heavy video production, you might want to supplement your built-in scores with dedicated testing software.

Tools like Cinebench push your processor to its absolute thermal limits by forcing it to render a complex 3D image. It provides a much more accurate representation of how your computer will handle heavy rendering tasks in applications like Blender or Premiere Pro.

For graphics, 3DMark remains the industry standard. It runs highly complex, visually stunning real-time simulations that punish your GPU in ways the native DirectX tests simply cannot match.

CrystalDiskMark is a lightweight, wildly popular alternative for storage testing. While WinSAT’s disk test is great, CrystalDiskMark provides a much cleaner visual breakdown of both sequential and random read/write speeds across varying queue depths. Random 4K read speeds are actually the most critical metric for how “snappy” an operating system feels, and dedicated storage tools measure this much more clearly.

You have options. You always have options.

But there is something deeply satisfying about knowing the old tools still exist. Knowing the hidden commands. Extracting the data using nothing but a black terminal window and a few carefully typed words.

It strips away the bloated graphical interfaces. It ignores the marketing spin. It forces the operating system to look at the silicon plugged into the motherboard and report exactly what it sees.

Next time you install a new component, do not just trust the manufacturer’s box. Open the terminal. Run the formal assessment. Check the XML. Let the kernel tell you the truth.

Author

Marc Oswald

Follow Me
Other Articles
a screenshot of a computer
Previous

What Is AggregatorHost.exe on Windows, and Is It Safe?

a sign on a wall
Next

How to Fix Error Code: 0x0003 – GeForce Experience

Recent Articles

  • What Does It Mean When WhatsApp Has One Checkmark?
  • How to Fix Error Code: 0x0003 – GeForce Experience
  • How to Check Your Windows Experience Score on Windows 10
  • What Is AggregatorHost.exe on Windows, and Is It Safe?
  • Why Does Dynata Call You? How to Deal With Them
  • How Do I Find A Wifi Camera IP Address?
  • How to Fix the ISDone.dll (ISArcExtract) Error in Windows 10 & 11
  • How to Fix It When Chrome Keeps Freezing and Hangs Up
  • 3 Ways to Block Your Number and Hide Your Caller ID on iPhone or Android
  • Everything You Need to Know About Windows Screen Savers
  • How to Change the Default Google Account With Multiple Accounts
  • How to Optimize Gaming Laptop for Cloud Gaming
  • The Difference Between Converting HDMI to DisplayPort and DisplayPort to HDMI
  • How to Change Your TikTok FYP to Fit Your Preferences
  • Expert Guidance on Digital Transformation Scale Agile Solutions
  • How to check who checked your Twitter (X) profile
  • Augmented Reality in Accounting: Enhancing Financial Processes
  • How to Fix the 0x887A0006: DXGI_ERROR_DEVICE_HUNG Error in Windows 10 & 11
  • TF Card vs SD Card – differences
  • How to Fix the RESULT_CODE_HUNG Error in Google Chrome

Categories

  • Business
  • Gadgetry
  • Games
  • Guides
  • Internet
  • Mobile
  • PC & Hardware
  • Reviews & Deals
  • Software
  • Tech news
  • Uncategorized

About author

Marc Oswald is a seasoned IT specialist and tech expert who knows computers inside and out. He leverages his professional background to break down complex technology into clear, practical insights for everyday users.

Whether he is demystifying the latest advancements in AI, reviewing new Gadgetry and Mobile devices, or creating hands-on, problem-solving Guides, Marc covers the entire digital spectrum. From deep dives into PC & Hardware and Software to exploring Internet trends and Games, he combines his deep IT knowledge with a straightforward, hype-free approach that makes even the most advanced tech easy to understand.

Recommended

  • A yellow and blue iPhone sitting on top of a wooden tableHow to Get Someone Off Your Best Friends List on Snapchat
  • a cell phone with a green icon on itHow to Grant Permissions Using ADB in Android
  • black and blue coated wiresThe Difference Between Converting HDMI to DisplayPort and DisplayPort to HDMI
  • photo of bulb artworkHere’s the Easiest Way to Type Em Dashes on Windows and Mac
  • a screenshot of a computerWhat Is AggregatorHost.exe on Windows, and Is It Safe?
  • black laptop computer keyboard in closeup photoWhat Is AggregatorHost.exe on Windows, and Is It Safe?
  • person holding black android smartphoneWhat Does It Mean When WhatsApp Has One Checkmark?
  • Black usb hub with multiple ports and switches.10 Cool Ways to Use USB OTG on Android
  • green frog iphone case beside black samsung android smartphoneWhat Is RTT Calling On Android and How Do I Use It?
  • a flat screen tv sitting on top of a wooden tableThe Top 5 Free Sports Streaming Platforms for Budget-Conscious Fans
  • black laptop computer keyboard in closeup photoWhat Is “ftdibus.sys” on Windows and Why Does It Disable Memory Integrity?
  • silver macbook on white tableHow to Undo and Redo on MacBook
  • man browsing tablet sitting in front of TVHow to See What Videos Were Removed From My Paylist on YouTube
  • A cell phone sitting on top of a wooden tableHow to See Deleted Reddit Posts in 10 Seconds
  • Apple Store shop frontApple Discontinued the Newton 25 Years Ago: Here’s What Happened to It Since
If you want tech news without the corporate fluff, you need to check out pocketpcthoughts.com. Run by Marc Oswald, it’s a seriously good read. Despite the retro name, Marc is totally on top of current tech, especially when it comes to breaking down the latest AI trends in plain English. The site covers pretty much everything a tech geek could want. You get honest takes on Gadgetry and Mobile devices, plus straightforward, no-nonsense Guides that actually solve problems. Whether you’re building a rig (PC & Hardware), exploring new Software and Internet tools, or just reading up on Games, Marc hits the nail on the head. It’s just solid, hype-free tech talk from a real guy who clearly knows his stuff.

Recent articles

  • What Does It Mean When WhatsApp Has One Checkmark?
  • How to Fix Error Code: 0x0003 – GeForce Experience
  • How to Check Your Windows Experience Score on Windows 10
  • What Is AggregatorHost.exe on Windows, and Is It Safe?
  • Why Does Dynata Call You? How to Deal With Them
  • How Do I Find A Wifi Camera IP Address?
  • How to Fix the ISDone.dll (ISArcExtract) Error in Windows 10 & 11
  • How to Fix It When Chrome Keeps Freezing and Hangs Up
  • 3 Ways to Block Your Number and Hide Your Caller ID on iPhone or Android

Random articles

  • brown Around computer motherboardElegoo vs. Arduino: Is There Any Difference?
  • a person holding a cell phone in front of a laptopBest Tools for Finding Working Target Promo Codes Instantly
  • a flat screen tv sitting on top of a wooden tableThe Top 5 Free Sports Streaming Platforms for Budget-Conscious Fans
  • men's blue collared top near silver MacBookWhy Can I Hear Myself In My Headset
  • a red and white play button on a red backgroundWhen Did YouTube Start and What Was the First YouTube Video?

Contact us

Do you have questions about the website, or would you like to purchase an ad or a guest article? Please contact us using the contact form.

Contact form

Copyright 2026 — Pocket PC Thoughts | Tech, AI & Hardware by Marc Oswald. All rights reserved. Blogsy WordPress Theme