Why the Settings App Keeps You in the Dark
Windows 11 performance fixes hiding in plain sight are diagnostic commands and tools that surface battery, storage, and system health data that the standard Settings interface either summarizes or omits, helping you catch problems like degraded SSDs, damaged system files, and worn laptop batteries before they turn into crashes, slowdowns, or sudden hardware failure.
If your PC feels slow or unstable and Settings shows nothing useful, you are not imagining it. The Settings app is the obvious place to look, but half the time, it does not help with real troubleshooting. Battery usage pages only show about seven days of activity and skip deeper health data, so they cannot explain why your laptop dies faster now than last year. Storage health is reduced to a friendly label instead of the detailed wear information modern drives record. Command-line tools and focused utilities read the same underlying data but show far more context, so you see what is changing over time instead of a single vague status line.
The catch: these tools can feel technical, and some need elevated permissions or developer features enabled. In return, you gain clear numbers on drive wear, battery capacity loss, and system file integrity, along with options to repair them when Windows cannot repair itself anymore. If you are willing to run a few commands and read a report, you get a clearer picture of your PC’s health than the Settings app ever provides.

Step-by-Step: Core Commands and Tools That Expose Hidden Problems
- Open Command Prompt as administrator: press Start, type "cmd", right-click Command Prompt, choose "Run as administrator".
- Run powercfg /batteryreport and note the file path it prints (for example, C:\Users\YourName\battery-report.html). Open that HTML file in a browser to view battery Design Capacity and Full Charge Capacity.
- Run sfc /scannow in the elevated Command Prompt to scan protected system files and let Windows repair any damaged ones using its local component store.
- If sfc reports violations it cannot fix, run DISM /Online /Cleanup-Image /ScanHealth, then, if it reports corruption, run DISM /Online /Cleanup-Image /RestoreHealth to repair the underlying Windows image.
- If a disk scan report comes back with errors, follow up by running chkdsk /f to fix them, then restart when prompted so repairs can complete.
- Install a SMART-reading tool such as CrystalDiskInfo and review attributes like Total Host Writes, Power-On Hours, operating temperature, and any reallocated or retired blocks for SSD health monitoring.
- If you want to read SMART data with smartctl, enable Sudo under Developer Features in Windows 11 first, then run the smartctl command against your drive to see its internal health log.
Executed in that order, these steps give you a clear pass/fail picture for several hidden subsystems. The battery report highlights long-term capacity loss instead of a single charge icon. System File Checker (SFC) reports whether it found no integrity violations, found and repaired them, or found violations it could not fix, which tells you if your crashes or odd errors might be caused by core Windows files. When SFC fails, DISM checks and repairs the Windows image itself, which is often what lets SFC succeed on the next run. Where disk errors exist, chkdsk /f can fix them. On the storage side, SMART readers turn your SSD’s internal log into readable health information, showing wear and error counters instead of vague percentages.
There are two small gotchas: you must run most of these commands from an elevated Command Prompt, and smartctl requires Sudo to be enabled through Developer Features first. Aside from that, they are safe as long as you do not interrupt them while they run. According to one source, “typing the command powercfg /batteryreport in Command Prompt gives you far more valuable information” than the Settings battery page. Treat each report as a snapshot; repeat the same steps every few months to spot trends instead of panicking over one scan.

SSD Health: Reading SMART Data Instead of Trusting a Single Percentage
Modern SSDs keep a detailed diary of their health through SMART (Self-Monitoring, Analysis and Reporting Technology), but Windows does not surface most of it. Tools like CrystalDiskInfo or commands like smartctl can read those values in seconds, giving you a view of how the drive has lived: total reads and writes, power-on hours, and temperature history. You will also see reallocated or retired blocks, plus integrity and error counts that signal physical degradation. Where Windows might offer a single health percentage, these extra attributes reveal whether the drive has had years of light use or months of constant abuse, and whether heat has pushed it into thermal throttling long before permanent damage.
When you open CrystalDiskInfo, the giant health percentage at the top is the least interesting number. Total Host Writes, Power-On Hours, and current Temperature tell you more about wear and stress. Reallocated or retired blocks and uncorrectable error counts are the values you hope never move at all, because rising numbers there mark genuine warning signs. One source notes that buying from reputable brands will not make your drive immortal, but it dramatically improves the odds that SMART statistics remain a curiosity instead of an early warning system. The practical approach is simple: check your drive every few months, watch for changing error counters or rising temperatures, and keep solid backups so these numbers inform you instead of scare you.
The only prerequisite for command-line SMART checks via smartctl is enabling Sudo through Developer Features in Windows 11. Once that is done, you can pull the same data CrystalDiskInfo reads, but in text form that is easier to script or log. Neither method guarantees prediction of the exact day of failure, yet both make it far less likely that an SSD will die without having shown any signs in its SMART diary first. Combine these SSD health monitoring routines with the earlier system commands, and you cover storage and operating system integrity together.
Battery and System Stability: Reports the Settings App Never Shows
Laptop batteries lose capacity quietly over time, and Settings does not tell the whole story. Running powercfg /batteryreport returns a path to an HTML report, such as C:\Users\Name\battery-report.html, with detailed battery data. The report highlights Design Capacity—what the battery held on day one—and Full Charge Capacity—what it holds now. In one example, Design Capacity was 60,002 mWh while Full Charge Capacity had dropped to 42,606 mWh, a 28.99% loss of overall capacity. Some devices also track cycle count, showing how many full discharge–recharge cycles the battery has gone through. These are not details readily surfaced in the Settings app, yet they directly explain why your machine no longer lasts through a movie or long work session.
On the stability side, sfc /scannow checks individual protected system files, while DISM /Online /Cleanup-Image /ScanHealth and /RestoreHealth examine and fix the underlying Windows image if SFC fails. After sfc runs, it reports one of three outcomes: no integrity violations found, violations found and repaired, or violations found that it could not fix. If the scan comes back with errors and you follow up with chkdsk /f, it will fix them, often resolving subtle disk-related problems. Together, these commands handle issues Settings never explains, such as apps that crash from missing DLLs or random system errors. Use them when the machine feels unstable despite looking fine from the normal interface.
The main warning here is patience: these scans and reports can take time, and stopping them midway can leave the system in an undefined state. Make sure your laptop is plugged in before running batteryreport or DISM, and let each tool finish. The payoff is clarity. Instead of wondering whether your battery is worn out or your crashes are "normal", you will have numbers, history, and repair results you can act on.

Putting It Together: A Practical Maintenance Routine
You do not need to reinstall Windows or chase vague performance tweaks to keep a machine healthy; you need a repeatable maintenance routine built on the tools Windows hides. Start with battery health every few months using powercfg /batteryreport, then run sfc /scannow to catch integrity issues in protected system files. When SFC cannot repair, use DISM to scan and restore the Windows image, and follow up with chkdsk /f if a disk scan reports errors. On the storage side, review SMART attributes with CrystalDiskInfo or smartctl to watch long-term wear and error counts instead of a single health percentage.
Check your SSD’s SMART diary every few months, keep backups, and treat rising error counters or temperature trends as cues to plan a replacement instead of waiting for a surprise failure. For batteries, compare Design Capacity to Full Charge Capacity to know when a replacement battery would meaningfully improve your day-to-day use. For system stability, pay attention to SFC and DISM results, because they show whether your crashes are caused by damaged system files or something else entirely. It is worth the effort: these hidden tools turn vague sluggishness and mysterious shutdowns into problems you can see, measure, and often fix before they ruin your work.






