Hi Benjamin, I’m Eric, and I’d be happy to help!
Since you’ve already narrowed the stuttering down to SSD usage, it’s possible that your SSD is experiencing high read/write latency, degraded performance, or failing sectors. First, check its health status using a tool like CrystalDiskInfo (free download) to see if there are any warning signs like high reallocated sectors, pending sectors, or bad blocks. If your SSD is struggling, enabling TRIM can help—open Command Prompt (Admin) and run:
fsutil behavior query DisableDeleteNotify
If it returns 0, TRIM is enabled; if it returns 1, enable it with:
fsutil behavior set DisableDeleteNotify 0
Another possibility is that your SSD firmware is outdated or the SATA controller is running in the wrong mode (like IDE instead of AHCI). Check your motherboard’s BIOS settings and ensure AHCI mode is enabled for the SSD. If you haven’t already, try swapping the SATA cable or port, as a faulty connection can cause intermittent stutters.
If the stuttering persists, I’d also recommend checking Event Viewer logs (as Bernard suggested) to see if there are recurring disk I/O errors. Let me know if you need help running those checks! If this helps, please mark this reply as helpful or as the answer.
Best,
Eric