Hi John,
What Insider build and Channel are you on?
WIN+R, type winver for the build #.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
The VolumeDirty flag is set on the disk error. My second drive, a sata drive, is running at about 25% speed, My boot drive, a nvme, is running at half speed. I'm lost as what to do.
Hi John,
What Insider build and Channel are you on?
WIN+R, type winver for the build #.
AI answer
The VolumeDirty flag indicates Windows considers the file system on that volume potentially inconsistent and schedules a check. It can also cause repeated scans and contribute to poor disk performance until the issue is resolved.
Use these steps to diagnose and clear it:
fsutil dirty query C:
fsutil dirty query D:
If output is Volume X: is dirty, Windows believes that volume needs checking. chkdsk C: /f
fsutil dirty query C:
fsutil dirty query D:
The output should now be Volume X: is not dirty.If the dirty bit persists and performance remains degraded even after CHKDSK and updates, further investigation of the storage hardware (SSD/HDD health, cabling, controller, firmware) is recommended.
References: