Running diagnostics is how you separate a hardware fault from a software one. That distinction decides everything that follows — a failing SSD and a corrupted Windows install produce very similar symptoms, and only one of them is fixed by reinstalling.
Every major laptop brand ships its own test suite, and Windows includes several built-in tools that are still current. This guide covers the vendor tools for HP, Dell, Lenovo and Acer, the Windows built-ins worth running, and how to read what they report.
Start with the vendor’s preboot test. Firmware-level diagnostics run before Windows loads, so they still work on a laptop that will not boot, and they cannot be confused by a driver problem. They also produce a failure code the manufacturer’s support team accepts as evidence for a warranty claim.
What’s Inside
- 1 – When a Laptop Diagnostic Is Worth Running
- 2 – HP PC Hardware Diagnostics
- 3 – Dell SupportAssist and Preboot Diagnostics
- 4 – Lenovo Vantage and UEFI Diagnostics
- 5 – Acer Care Center
- 6 – Windows Built-In Diagnostic Tools
- 7 – Third-Party Diagnostic Tools Worth Using
- 8 – Reading the Results and Deciding What to Do
- 9 – Final Thoughts on Diagnosing Laptop Hardware Problems
When a Laptop Diagnostic Is Worth Running
Diagnostics are most useful when the symptom is intermittent or ambiguous. A dead laptop rarely needs a test to tell you it is dead; a laptop that freezes twice a week does.
- Random blue screens, freezes or unexplained restarts — classic memory or storage symptoms.
- Files that corrupt, or applications that fail to open after working fine.
- Battery draining far faster than it used to, or the laptop shutting down above zero percent.
- Fans running constantly, or thermal throttling that makes the machine crawl under load.
- Before you spend money on a repair, or before selling the machine.
- While the warranty is still live, because a failure code is what gets a claim accepted.
A general “the laptop is slow” complaint is usually not a hardware fault. Storage that is nearly full, an antivirus scan running in the background, or a mechanical hard drive in a machine that should have an SSD account for most of those, and moving from a hard drive to an SSD changes more than any test will reveal.
HP PC Hardware Diagnostics
HP ships two versions of the same tool. The Windows edition comes pre-installed on new HP computers, supports Windows 10 and 11, and adds driver checks on selected components. The UEFI edition runs outside the operating system, which HP describes as letting hardware failures be isolated from problems caused by the OS or other software.
Running the UEFI Version
- Shut the laptop down completely. Hold Shift while clicking Shut down so Fast Startup does not hibernate the session instead.
- Power on and immediately tap Esc to open the HP Startup Menu.
- Press F2 to launch System Diagnostics.
- Choose System Tests for a Fast Test or an Extensive Test, or Component Tests to test memory, storage or the battery individually.
- If a test fails, write down the failure ID exactly as shown.
That failure ID is the point of the exercise. HP’s support intake asks for a 24-digit error code alongside the product number when its tools determine a PC needs repair, so a photographed code turns a support conversation into a service request.
Run the Fast Test first — it takes a few minutes and catches obvious failures. Only run the Extensive Test when the fast one passes but the symptom persists; it can take hours, and it is the one that catches intermittent memory faults.
Dell SupportAssist and Preboot Diagnostics
Dell splits the same job across an app and a firmware routine. SupportAssist runs in Windows; the preboot assessment, still widely called ePSA, runs from the one-time boot menu.
Scanning From Windows
Dell documents three scan types in the current app: a quick hardware scan from the chip icon, a specific-component test, and a full system scan under Support > Test my hardware > Get started. The quick scan is the sensible first pass; the full scan is the one to run overnight when a fault is intermittent.
Running the Preboot Test
Power on and tap F12 at the Dell logo to reach the one-time boot menu, which Dell documents as the boot selection key, with F2 reserved for BIOS setup. Select Diagnostics and let it run.
The test walks through memory, storage, display and the battery, then reports a result. Failures come back as a code plus a validation string — both are needed if you are opening a warranty case, so photograph the whole screen rather than transcribing the first half.
Lenovo Vantage and UEFI Diagnostics
Lenovo Vantage is the consumer-facing app on ThinkPad, IdeaPad and Yoga machines, and its Hardware Scan is the equivalent of the HP and Dell suites. Lenovo documents three layers: online troubleshooting through the Lenovo Support site, a Hardware scan for identifying existing hardware issues, and a UEFI Diagnostics tool for use when the operating system or network is unreachable.
- Open Lenovo Vantage from the Start menu. Install it from the Microsoft Store if it is not present.
- Go to Device > Hardware Scan.
- Run Quick scan, or build a Custom scan to target one component.
- Note the result code for anything that fails.
For the firmware-level version on a machine that will not boot, enter BIOS setup — F1 on ThinkPads, F2 or the Novo pinhole button on IdeaPad and Yoga models — and look for the diagnostics entry in the main menu. On many models F10 at power-on jumps straight to it. The exact key differs by generation, so if one does not work, the brand-by-brand firmware entry keys are worth checking.
Acer Care Center
Acer Care Center is pre-installed on Acer consumer laptops and reached by typing its name at the Start menu. Acer describes it as covering system monitoring for CPU, memory and storage, hardware diagnostics, driver and software updates, Recovery Management and warranty status. The Checkup section is the diagnostic part.
Keep Acer Care Center updated. Acer issued a security advisory covering Care Center and Control Center, stating that vulnerabilities could potentially allow unauthorized parties to tamper with the software update files distributed to Acer customers, and advising users to allow the automatic update to install or check manually via the information icon. The software can be installed on any Acer consumer PC made after 2014.
Acer’s firmware also carries a hardware test on most models, reached by pressing F2 at the Acer logo and looking under the Main or Diagnostics tab.
Windows Built-In Diagnostic Tools
These work on any laptop regardless of brand, and none of them have been removed. Microsoft’s deprecated features list does not include Windows Memory Diagnostic, chkdsk, System Configuration or Performance Monitor — though it does record that WMIC is now removed and no longer available as a Feature on Demand on Windows 11 version 24H2 and above, which matters if you are following an older script.
Windows Memory Diagnostic
Press Windows key + R, run mdsched.exe, and choose Restart now and check for problems. The laptop reboots into a text-mode test. Searching the Start menu for “Windows Memory Diagnostic” reaches the same tool.


The default standard pass is quick but shallow. Press F1 during the test to switch to the Extended test mix, which is far more likely to catch a marginal module. Results appear as a notification after you sign back in; if you miss it, they are in Event Viewer under Windows Logs > System, source MemoryDiagnostics-Results.
One caveat that decides whether the result is actionable: on a laptop with soldered memory a confirmed fault means a mainboard replacement, not a module swap. Soldered RAM is now the norm on thin machines, so check what you have before planning a repair.
chkdsk for Storage
Open Terminal or Command Prompt as administrator and run chkdsk C: /f /r. Windows cannot lock the system drive while it is in use, so it offers to schedule the scan for the next restart — answer Y and reboot.


The /r switch locates bad sectors and recovers readable information, and it is slow — hours on a large drive. It is designed for mechanical hard drives; on an SSD, the drive’s own controller already handles bad blocks, so a SMART check tells you more. Results land in Event Viewer under source Wininit.
For a fast SSD health check, run wmic diskdrive get status‘s replacement in PowerShell: Get-PhysicalDisk | Select FriendlyName, HealthStatus, MediaType. That works on current Windows 11 builds where the old WMIC command no longer exists.
Battery Report
Run powercfg /batteryreport from an administrator prompt. It writes an HTML file, by default to your user folder, and the path is printed in the output.

Open it and compare Design Capacity with Full Charge Capacity. The gap between them is the wear. A battery holding well under half its original capacity is at the end of its useful life, and the report’s usage history also shows whether the laptop is actually draining faster than it used to or simply being used more.
Use powercfg /energy alongside it for a report on drivers and settings blocking sleep states. If you want to go further than software, there is a physical approach in our guide to testing a laptop battery with a multimeter.
Performance Monitor and Event Viewer
Performance Monitor still generates a system health report. Press Windows key + R, run perfmon, expand Data Collector Sets > System, right-click System Diagnostics and choose Start. After a minute the report appears under Reports > System > System Diagnostics, flagging driver and configuration problems.





Event Viewer is not a diagnostic, but it holds the results of most tools that run outside the desktop. Search for it from the Start menu, expand Windows Logs > System, and use Find in the Actions pane to search by source — MemoryDiagnostics-Results for the memory test, Wininit for chkdsk, disk or nvme for storage errors.


Two more tools round this out. sfc /scannow repairs corrupted Windows system files, followed by DISM /Online /Cleanup-Image /RestoreHealth when it reports files it cannot fix. And Task Manager’s Performance tab shows live CPU, memory, disk and GPU load, which is the quickest way to see whether “slow” means a saturated disk or a runaway process.
Third-Party Diagnostic Tools Worth Using
A short list of tools that report data rather than sell repairs:
- MemTest86: boots from a USB stick and tests memory outside Windows, more thoroughly than the built-in test.
- CrystalDiskInfo: reads SMART attributes from drives, including SSD wear indicators and reallocated sector counts.
- HWiNFO: live sensor readings for temperatures, clocks and fan speeds — the tool to use when investigating a laptop that overheats or throttles.
- BatteryInfoView: a compact readout of designed capacity, current capacity and battery health.
- Intel Processor Diagnostic Tool: a vendor stress test for Intel CPUs.
Avoid tools that find hundreds of “errors” and then ask for payment. The FTC secured a settlement requiring the operators of Restoro and Reimage to pay $26 million over charges they deceived consumers into buying computer repair services. A genuine diagnostic reports a specific component and a specific failure; it does not produce an alarming count and a checkout page.
Reading the Results and Deciding What to Do
A failed test is not always final. Reseat what can be reseated and run the test twice before acting — memory modules and drives that are marginally loose produce failures that vanish on a retest.
- Memory failure: if the laptop has sockets, test one module at a time to identify which. If memory is soldered, the fault is on the mainboard.
- Storage failure or SMART warnings: back up immediately, before any further diagnostics. A drive reporting reallocated sectors can fail completely without further warning.
- Battery below half its design capacity: replacement is the fix, and no software recalibration recovers lost capacity.
- Everything passes but the symptom continues: suspect software, thermal throttling under sustained load, or an intermittent fault that a short test does not reach. Run the extended versions overnight.
If every hardware test passes and Windows still misbehaves, isolate the software side by booting into Safe Mode. A problem that disappears there is a driver or a startup program, not a failing component.
How do I run diagnostics on an HP laptop?
Shut down fully, power on and tap Esc for the Startup Menu, then press F2 to launch HP PC Hardware Diagnostics UEFI. Run System Tests > Fast Test first, and Component Tests to check memory, storage or the battery individually. Record the failure ID if anything fails — HP’s support intake asks for a 24-digit error code with your product number.
How do I run Dell diagnostics without booting into Windows?
Power on and tap F12 at the Dell logo to reach the one-time boot menu, then select Diagnostics. The preboot assessment tests memory, storage, display and battery and reports a failure code with a validation string. Photograph both — a warranty case needs the full code.
Does Lenovo Vantage still include a hardware scan?
Yes. Open Lenovo Vantage, go to Device > Hardware Scan, and run a quick or custom scan. Lenovo also documents a UEFI Diagnostics tool for machines that cannot reach the operating system or the network, accessible from BIOS setup — F1 on ThinkPads, F2 or the Novo button on IdeaPad and Yoga models.
Is Windows Memory Diagnostic still available in Windows 11?
Yes. Press Windows key + R and run mdsched.exe, or search the Start menu for Windows Memory Diagnostic. It does not appear on Microsoft’s deprecated features list. Press F1 during the test to switch from the standard pass to the Extended test mix, which is considerably more thorough. Results appear in Event Viewer under source MemoryDiagnostics-Results.
Should I run chkdsk on an SSD?
chkdsk /f is fine for repairing filesystem errors on any drive. The /r switch, which scans for bad sectors, is designed for mechanical hard drives — an SSD controller manages bad blocks itself, so a SMART reading from a tool like CrystalDiskInfo tells you far more about SSD health than a surface scan will.
How do I check my laptop battery health?
Run powercfg /batteryreport from an administrator Command Prompt. It writes an HTML report to your user folder and prints the path. Compare Design Capacity with Full Charge Capacity — the gap is the wear. Below roughly half the original capacity, replacement is the only fix.
Why does the laptop pass every test but still freeze?
Short tests miss intermittent faults, and some causes are not hardware at all. Run the extended memory and storage tests overnight, check temperatures under sustained load with a sensor tool, and boot into Safe Mode — if the freezing stops there, the cause is a driver or a startup program rather than a failing component.
Are third-party PC repair tools worth paying for?
Be careful with any tool that reports a large error count and then asks for payment to fix them. The FTC secured a $26 million settlement with the operators of Restoro and Reimage over charges of deceiving consumers into buying repair services. Diagnostics that simply report data — MemTest86, CrystalDiskInfo, HWiNFO — are the more useful category, and the vendor’s own tool is free.
Final Thoughts on Diagnosing Laptop Hardware Problems
Run the manufacturer’s preboot test first. It works when Windows does not, it cannot be misled by a driver, and it produces the code that a warranty claim needs.
Use the Windows built-ins to confirm and to fill the gaps — memory, storage and battery — and back up the moment any storage test reports trouble, before you do anything else.



