systeminfo / msinfo32 Interpreter
Turn Windows systeminfo output into a readable spec sheet.
What you paste
Parsed in your browser — never uploadedHow this reads your output
The fields worth reading are extracted and presented with their implications rather than as a raw dump. Memory is converted to gigabytes and expressed as a pressure figure, the build number is checked against current feature releases, and the hotfix count is used as a rough indicator of whether updates have been applying. Each observation is a prompt to look further rather than a diagnosis.
What the results mean
- Memory in use
- Total minus available, at the moment of capture. Above 85% suggests the machine is paging under normal load, which is felt as everything being slow rather than one thing.
- Updates installed
- The hotfix count. On an established installation, a very low number usually means updates are failing rather than that none exist.
- Last boot
- Often the answer to "why is this machine slow". Weeks of uptime with no restart is a genuinely common cause and the cheapest thing to rule out.
Common problems and fixes
- The machine is slow and the specification looks adequate
- Check the last boot time and the memory pressure first, since both are cheap to fix. After that, the most common cause on an otherwise reasonable machine is a mechanical hard drive rather than a solid-state one, which systeminfo does not report. Replacing it changes the experience more than any other single upgrade.
- The hotfix count is very low
- On a machine that has been running for a while, that points at updates failing rather than none being available. Check Windows Update history for repeated failures with the same error code, which is far more informative than the count itself.
Frequently asked questions
How do I run systeminfo?
The systeminfo command is built into Windows and takes a few seconds to gather everything. It reports the operating system, hardware, memory, network adapters and installed updates in one output, which is why it is a useful first capture when helping someone remotely.
Why does the OS version say 10.0 on Windows 11?
Because the internal version number stayed at 10.0 across the Windows 10 and 11 generations, deliberately, to avoid breaking software that checks it. The build number is what distinguishes them: 22000 and above is Windows 11.
Does it show the graphics card or storage?
Not usefully. systeminfo covers the operating system, memory and network. For graphics use dxdiag, and for storage use the disk management tools, which also report whether a drive is solid-state.
Put this on your own site
Free to embed, no attribution required beyond the source link the frame carries itself. It runs entirely in your visitor's browser, sets no cookies and loads no third-party script.
<iframe src="https://runthetests.com/embed/systeminfo-interpreter/" width="100%" height="720" style="border:1px solid #e5e5e5;border-radius:8px" title="systeminfo / msinfo32 Interpreter" loading="lazy"></iframe>
Preview it at https://runthetests.com/embed/systeminfo-interpreter/. Embedded pages are marked noindex, so yours stays the canonical copy — not this one.