Thursday, August 18, 2011

Solution for persisting "Windows created a temporary paging file on your computer" error

Solution for persisting “Windows created a temporary paging file on your computer” error

My Windows 7 laptop began displaying a notification/error every time I logged in:

Windows created a temporary paging file on your computer because of a problem that occured with your paging file configuration when you started your computer. The total paging file size for all disk drives may be somewhat larger than the size you specified

After clicking OK, it would open the virtual memory settings without any explanation of what you were supposed to check or do there.

This evidently happens because pagefile.sys, the file that Windows uses for virtual memory, has become corrupted in some way.

This Microsoft Answers article recommends running an SFC (system file check). Here’s how to run an SFC. This did not solve the problem for me, but it is something you should try first.

Here’s how I cleared it up:

  1. Log in under a local Administrator account. (Do this after each restart in these instructions as well.)
  2. If it’s not already open, open the virtual memory settings by rich-clicking on Computer, → PropertiesAdvanced System Settings → click the Advanced tab → Under Performance, click Settings, go to Advanced tab, finally under Virtual Memory section click the Change button.
  3. Uncheck the Autmatically manage paging file size for all drives checkbox.
  4. Set a “Custom size” for the paging file on the C drive: 0MB initial, 0MB maximum.
  5. Click OK, close all dialog boxes, and restart your computer.
  6. After logging in again, delete the file C:\pagefile.sys
    1. To do this, you may need to change your folder settings so you can see it first. Open a window of your C: drive and click Organize at the top, then Folder and Search Options
    2. Click the View tab, and make sure Show hidden files, folders and drives is turned on, and that Hide protected system files is not checked.
    3. Click OK and go back to your C: drive, find pagefile.sys and delete it.
  7. Now go back to the virtual memory settings (see step 2 above) and set the paging file for the C: drive to System managed size, and then make sure the Automatically manage paging file size for all drives checkbox is checked.
  8. Click OK, close all dialog boxes, and restart your computer.

A summary of what this does: By temporarily turning off virtual memory, you allow yourself to delete the (now-corrupt) paging file. Then when you re-enable virtual memory, Windows automatically builds a new paging file from scratch, and voilà, problem solved.

I was helped by this thread at geekstogo.com although I did not find it necessary to do any editing of the Registry or any of that jazz. Try the simplest solution first, I always say.

22 comments :

Dave said...

Thank you, That worked for me, thx for taking the time to make a webpage for this, awesome!

sam said...

cant find pagefile.sys

Anonymous said...

It dosen't work.
When I delete pagefile.sys it said
This action can't be completed because the file was open in another program

Eddie said...

YES! Big thanks to you as this was driving me Nucking Futs!! Followed each step as described, and it killed the "Windows has created..." crapola, and restored what's left of any remaining sanity... sincere appreciation.

Raul Junior said...

Aygo,

I had the same problem, and I was able to delete the file by restarting on Safe Mode. Hope it helps!

Anonymous said...

Thanks for this...more help than MS documentation...

Came across this whilst trying to free more space which people may find helpful - turning off hibernation:

http://www.howtogeek.com/howto/15140/what-is-hiberfil.sys-and-how-do-i-delete-it/

Prof. Sancho Panza said...

Thank you for this! I'd tried several other solutions, including both the SFC and the "sc config afs start= disabled" command, and none of them worked. This one did - and better still, I actually understood what I was doing!

Anonymous said...

Even if I start in safe mode, I am not able to delete it. Please help

Unknown said...

Look carefully that you unchecked "Hide protected operating system files". Couldn't find it the first time, but then I realized I've overlooked this option.

SiKuple said...

so do i, Even if I start in safe mode, I am not able to delete it. Please help

Joel A. said...

If you can't delete pagefile.sys (gives "in use by another program" error), make sure you're running Explorer with Admin priviledges: close your Explorer window, then open Start menu, type "explorer" in search, SHIFT-right-click on the Windows Explorer in the results, and click "Run as Administrator".

SiKuple said...

still not work, i've closed the explorer first, and then i open windows and typed "explorer" then i press shift with right klicked at " Windows Explorer" and "RUN AS ADMIN" then find the pagefile.sys delete and then... ZONK, STILL use by program

SiKuple said...

even i choose windows explorer and RUN it as ADMIN i still cant delete pagefile.sys

J.Balboa said...

I cannot delete the pagifile.sys either. I am always the admin on my computer, moreover, I still went ahead and SHIFT+right-clicked the explorer and I don't get that "Run as admin..." option. This file is indestructible.

What else do you recommend? Is there a program running in the background (a "process" in the "Task Manager") that I should kill first?

mizzuhh said...

maraming salamat, that worked

--mza.

Tammy said...

I am getting this problem too. I've followed ALL of the instructions here, but when I go back and click the automatically manage box and reboot, the system doesn't create a paging file, it just shows everything grayed out and it says no paging file. Ugh and Grrrrr

Unknown said...

Good day just to add to this...

If you running an HyperV Gen1 VM and getting this message please check that the VHD is not mounted as an ISCSI drive or else the problem will also persist. it needs to be mounted as an Traditional hard drive for the OS to write the Pagefile.

Unknown said...

Yep. works fine.. Thanks

Unknown said...

Thanks man, saved my ass! Consider a "Donate" button so we can buy you a beer ;)

Unknown said...

If you're still having issues deleting pagefile.sys, try going back to the Paging File screen and making sure it doesn't say "System Managed." If it does, select "Custom" and enter "0" in both fields for Initial Size & Maximum Size, then hit "SET" - I did not hit this button before closing out of this screen the first time. Once I did that, a pop-up warning appeared about disabling the file, I hit okay, the system asked me to reboot. When I went back into Explorer, paging file was gone and the setting on the Paging File screen said "No paging file." I'm using Windows 10. Hope this helps someone!

Unknown said...

Thank you much worked perfectly. If it helps I think the corruption I experienced was due to low disk space. (Caused by another issue). Thanks again.

Art said...

I would recommend setting the paging file to 1 1/2 times the size of memory installed instead of letting the system manage it. This should enable more efficient management of disk space.