I'm troubleshooting a persistent Windows startup issue on a user's laptop where it gets stuck on the spinning dots screen indefinitely. I've tried booting into safe mode, which works, and running startup repair from the recovery environment, but it finds no issues. The machine is running Windows 11 and was working fine until a recent cumulative update. For other IT support folks, what's your next step when safe mode works but normal boot fails? I'm particularly interested in systematic approaches to identifying the problematic driver or service, and any reliable tools for analyzing boot logs or creating a clean boot state to isolate the cause without a full system restore.
Here's a practical path: start with a clean boot to isolate software. In System Configuration (msconfig), disable all non‑Microsoft services and disable startup items in Task Manager. Reboot and test; if the system boots normally, re‑enable items in small groups to identify the culprit. If it still won’t boot, enable boot logging with bcdedit /set {default} bootlog yes and reboot. The log is typically at C:\Windows\NTBTLOG.TXT (or NTBTLOG.TXT). Also enable verbose boot to see progress. Check Event Viewer (Windows Logs > System) for errors around boot, particularly Disk, Driver Framework, or Service Control Manager events. If this doesn’t pinpoint it, capture a boot trace with Windows Performance Toolkit (WPR/WPA) during a typical workload to identify stalled drivers or services. Finally, test by uninstalling the latest cumulative update to see if it resolves the issue, then consider a staged reinstallation if needed.