Slowly losing hard drive space to the point of hard drive limit, then restart fixes it

I’m currently using a Windows 10 system with a 250GB SSD as my main drive, and two 1TB HDD drives as secondary. My current hard drive space for my SSD is 40GB free while my two HDD’s have about 100GB each free.

Basically from the moment I turn on my computer my available hard drive space slowly falls from 40GB to about 300MB over the course of several hours. Once it reaches less than 200MB the computer starts freezing up and becoming generally unresponsive until a restart, upon restart usually (but not always) I’m back to my originally 40GB until it immediately starts slowly being used up again.

This only started happening a month ago and there’s been no major changes to my PC I’ve done. It’s a major hindrance since I prefer to leave my PC in sleep mode instead of turning it off when not in use and this means that if I forgot the computer will sometimes crash due to low disk space. Also I’m concerned in general about this behavior.

Is there anyway to find out where this disk space is going?

What’s your system memory situation? I suppose it might be possible you’re paging to hard disk. Do you see a lot of disk activity while idle? You might be able to diagnose the issue by looking at what’s using system resources.

Is it possible that you have ~40GB of automatic updates (for Windows and/or apps) that keep downloading themselves but never completing, because they run out of space?

Maybe try bouncing some stuff from the SSD onto one of the backup HDDs to make more room.

Sounds like your pagefile (c:\pagefile.sys) is growing continually.
Check your Windows Advanced System Settings and see what you have set for the Maximum page size. If you don’t have one, set one.

Download WinDirStat(free) and run a scan before you restart. It shows a graphical summary of the data on your HD, bigger squares represent single files while clusters of same color squares represent closely-related files.

If it’s not something malicious, it may be something like the Hibernation or Page File. You can delete the former if you don’t use it, and you can moveboth to one of your secondary hard drives.

A similar thing happened to me a while back. I think I remember tracking it down to a browser but it happened even with wifi turned off. Eventually, rebooting failed to solve it and I bought a new laptop in a panic. Of course, completing the research and spending the money on a new one solved whatever was causing the drive swell instantly and it never came back. That was a Win7 machine, though.

Yeah, there are tools called Disk Space Analyser that can report on what is filling your space.

Here’s a list of several.

Wiztree is what I would use:

I’m just going to repeat what I was told. Don’t use more than half of your SSD because it’s constantly swapping stuff around and needs the space to work with.

I agree with the (implied) cause given above that it’s a memory leak.

Programs request additional virtual memory and then it’s returned to the free pool when the program is done with it. Sometimes things go wrong and the memory isn’t returned. So the OS keeps allocating more virtually memory (which eats up disk space) until things become unworkable.

Check the memory usage of running programs using Task Manager. Try killing and restarting the program(s) using the most memory and see if your disk space increases.

I restart Firefox once in a while if it’s been heavily used since it starts to really slow down due to all the memory it’s trying to (ab)use. Sometimes clearing cache helps but not always and it’s actual memory that’s the problem.

I remember using Mosaic browser way back when on a Sparc station. A couple times a week I’d have to kill it due to a memory leak. Browsers, amiright?

Thanks to this topic I may have fixed the problem.

Used the hard drive analyzer and found that not only did I have a 10GB hibernation file for some reason, I also apparently had a 40GB Steam download that was constantly downloading and then restarting when it hit the drive limit and as a result Steam kept making partial download files and leaving them on the hard drive even when Steam wasn’t open.

So Steam has a major programming error: disk file leaks. Like a memory leak error, except that it is leaving behind GB-sized abandoned files. Wow!

It’s your paging file, dewd.

How would I solve that?

I have 16GB of RAM but my Page File size is 25GB. Using the hard disk view my pagefile.sys is only 4GB big.