How does disk usage really work?
Go to solution
Solved by Eigenvektor,
https://learn.microsoft.com/en-us/previous-versions/windows/desktop/xperf/disk-utilization
QuoteThe Usage Percentage is computed by calculating the amount of time a disk is servicing I/O requests vs. the time spent idling.
An installer will likely copy a ton of small files, which would result in a lot of individual requests. While copying a large file is likely far fewer requests followed by a straightforward moving of data.

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now