How to Perform a Clean Boot to Isolate a Stubborn Problem

Intermediate How-To · Windows

Start Windows with only essential Microsoft services running, to figure out whether a background program is actually the cause of a persistent issue.

  1. Press Windows+R, type msconfig, and press Enter to open System Configuration.
  2. On the Services tab, check "Hide all Microsoft services" first — this protects essential Windows services from being disabled by accident — then click "Disable all" to turn off everything remaining.
  3. Open Task Manager's Startup tab (or the Startup Apps page in Settings) and disable every entry there too, the same way you would for general startup cleanup.
  4. Restart the PC. It will now boot with only core Microsoft services and no third-party startup programs running.
  5. Use the computer normally for a while. If the problem you were chasing doesn't happen anymore, you've confirmed it's caused by one of the things you just disabled, not Windows itself.
  6. Narrow it down by re-enabling services or startup items in small batches, restarting between each batch, until the problem returns — that tells you specifically which one was responsible.
  7. Once you're done diagnosing, go back to System Configuration > General and select "Normal startup" to restore everything to how it was.
Running into an error instead of just needing the how-to? Check our Windows troubleshooting guides or the error lookup.

Frequently Asked Questions

Is a clean boot the same as Safe Mode?
No — Safe Mode loads only essential Windows drivers and disables most functionality, while a clean boot loads Windows more normally but with startup programs and non-Microsoft services disabled, making it more useful for isolating a specific conflicting program.
Will a clean boot fix problems permanently, or is it just for diagnosis?
It's primarily a diagnostic technique — once you've identified which service or program is causing the issue, you address that specific thing directly rather than leaving your PC in clean boot mode permanently.

More Windows how-tos