Why some Windows process stay writing on disk even on system idle?

Solution 1:

There could be log files that are being written to the disk, or the page file could be swapping in and out a little.

In short, just because you consider a state idle, does not mean that nothing is happening. Things are happening all the time, and sometimes that means that writes are happening.