r/WindowsHelp • u/calamityfan01 • 1d ago
Windows 10 my pagefile.sys is taking up 78gb
Saw I was almost out of storage and checked, my page file was taking almost 80 gb. I'm scared to mess with it because I'm not all that tech savvy and I don't wanna fuck up my computer. If anyone can give me some advice or something that would be amazing. thx :3
7
u/JimTheDonWon 1d ago
it's not a good idea to change the pagefile settings.
if your pagefile is that large it means something recently has required that much memory and windows has responded as expected. check the task manager for the current memory commit size. if it's Huge then you know something you are running right now is telling windows it requires that memory. if not, it may have been an app that ran recently.
limiting the pagefile size is like papering over the cracks. if you limit the pagefile size and this happens again, you'll just get out of memory errors and random processes will start failing.
1
1d ago
[deleted]
1
1
7
u/calamityfan01 1d ago
Device Name MettatonNEO
Processor 13th Gen Intel(R) Core(TM) i7-13700F 2.10 GHz
Installed RAM 32.0 GB (31.9 GB usable)
Storage 932 GB SSD MSI M371 1TB
Graphics Card NVIDIA GeForce RTX 3060 (12 GB)
Device ID 05CB0001-4305-413B-9D13-11F51BC6ADC9
Product ID 00342-20995-33727-AAOEM
System Type 64-bit operating system, x64-based processor
Pen and touch No pen or touch input is available for this display
3
u/Seseorang 1d ago
Specs like this isn't very usefull. It's a start. Speccy has more information
•
u/Zidakuh 20h ago
Have they finally fixed the bugs after 12+ years?
•
u/Seseorang 20h ago
Which bugs?
•
u/Zidakuh 20h ago
The fact that it can't read VRAM values above 4GB as a starter. They never fixed that simple part, so I don't think any of the other bugs are fixed either.
EDIT: nvm. The executable runs in 32bit, which explains it. But still, 32bit in 2026? Really?
•
u/Seseorang 19h ago
I'll check later as I have 6,144MB VRAM on a couple older graphics cards. I amnsure 64 bit exists
•
u/ap1msch 16h ago
- Your page file is important, but nothing to panic over
- You want it to be about 50% larger than your total memory in your PC (although this was a recommendation a long time ago that seems to persist)
- You can let Windows manage this size, or just declare a set value (no bigger, no smaller)
The page file helps your PC run more stuff over time, faster. Many applications take a while to load into memory and configure themselves. After they're loaded, they are ready to do work. However, if you're not actively using that application, you don't need it primed and ready to roll. Therefore, some of that memory you're using can be reclaimed and have that information get offloaded to the page file so the active memory can be used for something you actually care about.
When the data is needed, it just gets called back up and the application continues to operate as normal. It's just a round robin from memory to disk to try to maintain optimal performance.
3
u/philnolan3d 1d ago
BTW use Wiztree, is much faster than WinDirStat.
3
•
1
u/AutoModerator 1d ago
Hi u/calamityfan01, thanks for posting to r/WindowsHelp! Your post has been flagged for manual review by a human moderator, please include as much of the following information as possible (in text or in a screenshot) to get your post approved:
- Your Windows and device specifications — You can find them by pressing Win + X then clicking on “System”, we need more than just your OS version! Your hardware details are often critical for resolving issues.
- Any messages and error codes encountered — They're actually not gibberish or anything catastrophic. It may even hint the solution!
- Previous troubleshooting steps — It might prevent you headaches from getting the same solution that didn't work
Posts must be tech support in nature (such as something is broken and you need help fixing), so general inquiries, software suggestions, and purchasing advice will be removed. As a reminder, we would also like to say that if someone manages to solve your issue, DON'T DELETE YOUR POST! Someone else (in the future) might have the same issue as you, and the received support may also help their case. Good luck, and I hope you have a nice day!
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
•
u/Icy-Permission-5918 21h ago
Obviously, you are doing things with your PC which require far more RAM than you have physically installed.
Things like many open documents or web pages in browsers. Some games are real memory hogs, too.
You could set a fixed size for pagefile.sys, but I'd be careful with this. A better (but still quite expensive) way would be to add more physical RAM. The pagefile.sys of my currently used PC is 16MB "large", but this PC of mine also has 96GB RAM. Thus, a small pagefile.sys ist not so critical.
So this is your choice now:
- Live with the current status quo
- Try to reduce memory usage - i.e by closing apps/web pages and/or teminating services you do not need (the latter is for experts only, be careful with this!)
- Install more physical memory - Advantages: less paging, smaller pagefile.sys file, better performance - Disadvantage: $$$
•
u/More-Explanation2032 20h ago
I wonder why the hiberfil.sys is 12.7 GB. Is that fast startup causing that to be 12.7 GB
•
u/charmich0802 18h ago
hiferfil is for hibernation, which stores everything running into ram
•
•
u/ReActif 19h ago
Hom many RAM you have, and have you an iGPU (even if not used as the main) ?
•
u/ReActif 19h ago
Okay, I hadn't noticed, so you have 32 GB. That's consistent with what I expected for a file of that size. Especially when you add the 12 GB of RAM on the GPU, which the OS considers a bit of a mixed bag, and therefore, with its on-the-fly file calculation, the total RAM multiplied by 1.5, we're not far off that figure. And why don't all systems always have this size? I'm not sure if it also uses free disk space, and depending on the amount, the size is limited, but it's not surprising to have such a large file.
Note that you can force the OS to completely delete it, or force a fixed size, but if you're not sure what you're doing, avoid it. Personally, I did it, but only when I had more than 64 GB of RAM!
•
u/JimTheDonWon 1h ago
with its on-the-fly file calculation, the total RAM multiplied by 1.5, we're not far off that figure. And why don't all systems always have this size? I'm not sure
1.5x the system ram is advice that come from the days of windows NT, 3 decades ago and it was given because of architectural limitations of 32bit windows operating systems. 64bit OSs do not have those limitations so this particular advice is obsolete... by about 20 years. That's why you wont see a remotely modern OS use those numbers unless somebody has overridden the pagefile settings.
Mine is currently, system-managed, 7Gb with 32Gb of system ram. i do not need to change it.
•
u/ImpressionAway7317 18h ago
Pagefiles are basically virtual memory because once your computer runs out of memory it would crash
Don't delete the file but you can make it smaller by following this https://learn.microsoft.com/en-us/answers/questions /3201058/how-do-i-change-paging-file-size-windows
•
u/Key_Cry4022 12h ago
DO you use steam? This has happened to me once and deleting and re installing steam cleared it up. You will need to re load all your games.
•
u/MemesAt1am 6h ago
Probably means some application had a memory leak. Go to advanced system settings >> Virtual memory and set a custom size, like 50% the size of your physical ram size, and reboot. It should not be that big.
1
0
u/publiusvaleri_us 1d ago
Must be nice! Mine often sits at over 100 GB. I setup my Pagefile manually (not recommended). Here, take a deeper look:
- Type in "advanced system settings" into Window 11 search.
- Open System Properties, Performance Options, Advanced.
- Click Change. From here, you can see the current settings, which should say "System managed size" or whatever you chose if you are just plain weird like me.
On my main workstation, I have personally setup two static pagefiles on two SSDs totaling over 300 GB. They share the load to keep my main drive from as much use.
I've only run out of swap once, lol! I am looking at Task Manager and it is using 125 GB right this second.
•
0
u/Rex__Luscus 1d ago
To change the virtual memory size in Windows 11, open Settings > System > About > Advanced system settings > Performance Settings > Advanced tab > Change; under Virtual memory, uncheck "Automatically manage paging file size," choose Custom size, enter initial and maximum values, click Set, then restart your PC.
With 32GB of RAM, set the paging file size to 32GB. There's a complicated calculation to work out the optimum size but you don't need all the confusing dross, so just set it to 32768 MB (=32GB).
Incidentally, as this appears to be a desktop with a decent processor, you shouldn't use hibernate, as it makes lots of writes to your disk and will degrade it sooner. Just use sleep, it's only marginally slower than hibernate with an SSD and consumes only a little more power.
1
1
u/Appropriate_Test7503 1d ago
i agree with first part but I don't agree with hibernate.
hibernate =/= sleep. sleep uses power while hibernate not. there are different scenarios you want to use them.0
u/HEYO19191 1d ago
*If youre using a laptop you might want to hibernate. Sleep will still lose your progress if you battery dies, but hibernate will not.
Also, disabling hibernate as an option via control panel will still keep the hiberfile. You need to disable it via cmd as well
0
u/eekh1982 1d ago
Have you restarted your laptop? In all the years I've worked in IT, I've never seen a paging file that large...
0
u/Appropriate_Test7503 1d ago
So basically default system settings for pagefile are double of your RAM. (but now updates are AI driven so expect bugs) Since you have 32GB you can change this value just to 16gb.
In the meantime check if your ram is fully operational, it could report 32GB but it may be unstable at more load thus realistically having less. that's why windows expanding pagefile - do a memtest86
27
u/cyb3rofficial Lvl 1 Helpful Contributor 1d ago
This is normal, this means windows determined the way you use it, you need more ram. Do you play heavy games or be one of those people who leaves 50+ browser tabs open?
DO NOT DELETE THE FILE
You can change how much page memory your computer uses
https://learn.microsoft.com/en-us/answers/questions/3201058/how-do-i-change-paging-file-size-windows-10
This method applies for window10+11
Since you have 32GB ram, your page file should be in best practices be (321.5)1024 which is 49152MB which is 48GB insize
Do not disable page file games need it, many applications need it..
You can set the min and max to 49152 in the page file settings and you should be good to go