How to uninstall Windows 8 Developer Preview and restore Windows 7 mail
Advanced

How to uninstall Windows 8 and restore Windows 7 (step-by-step)

To uninstall Windows 8 and restore Windows 7 is not a straightforward process, but it is not impossible either. Follow the step-by-step from this Pureinfotech article to rollback Windows 7.

As many of you know Windows 8 Developer Preview uninstall is not supported by Microsoft at this time, however if you are not afraid, you can manually restore Windows 7 after you install Windows 8. But I have to warn you that there must be a good reason to why uninstalling Windows 8 is not yet supported. This step-by-step process, which I am about to describe, worked for me and I hope it works for anyone that needs the help, just proceed with caution at your own risk.

In my opinion, Microsoft should have alerted the end user about not being able to go back to the previous version of Windows once they start the setup for the upgrade by simply putting a dialog box. Although, if you were following all the Windows 8 Developer Preview presentations, Microsoft many, many times said that you cannot go back to a previous version of Windows, and if you are planning to test the new operating system, you should try it in a spare machine to experience the full capabilities of the operating system or you should use a virtual machine. Also in the download page, at the bottom, the company noted that you cannot uninstall the Windows Developer Preview.

However if you upgraded from Windows 7 to Windows 8 Developers preview instead of doing a custom install, and you want to go back, you should know that not everything is lost just yet, this tutorial is going to guide you through step-by-step to restore Windows 7.

Uninstall Windows 8 and restore Windows 7

Important: Before you start, make sure you backup all of your important data and have in hand the installation media for any program that you may want to reinstall later — this is just in case something doesn’t go as expected, because there is a reason for Microsoft not to support this process at this time.

1 First, while in Windows 8 Developer Preview, go to Computer, in the Hard Disk Drives area, double-click Local Disk C:, and determine whether the Windows.OLD folder exists.

Important: If the Windows.OLD folder does not exist, you cannot continue with this process to restore the previous Windows installation to this computer.

2 Right-click the Windows.OLD folder, and click Properties to determine whether the Windows.OLD folder is smaller that the free space available in the Local Disk C:.

Note: If the Windows.OLD folder is twice the large of the free available space in the Local Disk C:, you may not be able to restore Windows 7.

3 Next, insert the Windows 7 DVD or USB bootable drive in your computer, restart and then, when you are prompted, press any key to start the installation process.

4 In the Install Windows box, select your settings for language, time, etc., and then click Next.  

5 In the next step click Repair your computer in the bottom-left corner of the window.

Windows 7 - Repair your computer

6 Now, in the System Recovery Options window, click Windows 8 Developer Preview operating system, and then click Next.

System Recovery Options - Searching for Windows installations

7 In the System Recovery Options window, click Command Prompt – The command prompt is the tool you are going to use to restore Windows 7.

You may start in X:\Sources>, here you need to enter the drive letter of the Windows 8 installation drive — this should be C: but this wasn’t my case. I actually had to test letter-by-letter, until I landed in the correct drive letter, which for me was D:. — How did I know that it was D:? Because each time I tried different letters I got the message: The system cannot find the drive specified. Then when I successfully landed on D:, I typed the command dir and all the Windows 8 installation files, plus the Windows.OLD were there. 

Uninstall Windows 8 - Windows 7 Command Prompt

8 Type the following commands at the command prompt:

Type the following and press Enter:

ren Windows Windows.8

Type the following and press Enter:

ren “Program Files” “Program Files.8″

Type the following and press Enter:

ren “Users” “Users.8″

Uninstall Windows 8 - Windows 7 Command Prompt - REN Command

9 Copy the contents or move the contents of the Windows.OLD folder:

Type the following and press Enter:

move /y D:\windows.old\windows D:\

Type the following and press Enter:

move /y “D:\windows.old\program files” D:\

Type the following and press Enter:

move /y D:\windows.old\users D:\
Important: Change D:\ in the command described above with the drive letter that applies to your Windows 8 installation drive.

Uninstall Windows 8 - Windows 7 Command Prompt - Move

10 Go to the Windows 7 installation media drive. This step is a bit tricky, at the beginning I thought that X:\ was the drive letter for the Windows 7 installation media, but it turned out that it wasn’t. You’ll need to scan once again, like in step 8, for the drive letter of the CD/DVD-ROM drive; in my case was E:\. You’ll know if it is the CD/DVD-ROM drive, because when you type the command dir you’ll see these files and folders: boot, bootmgr, setup.ext, sources, upgrade, etc.

12 Now you need to restore the boot sector for the previous Windows installation.

Type the following command and press Enter:

boot\bootsect /nt60 D:
Important: Replace D: with drive letter of the Windows 8 Developer Preview installation.

Uninstall Windows 8 - Windows 7 Command Prompt - Fix boot

13 Last, type Exit to close the command prompt and click Restart. Don’t forget to remove the Windows 7 DVD or USB bootable drive from your computer. And you are now done! You just uninstall Windows 8 and restore Windows 7.

Windows 7 restored

If everything went well, but you forgot to backup some of the files, you may find them in the renamed folders, open the Run command and type: C:\Users.8 to find documents and files, and C:\Windows.8 to find the previous installation files of Windows 8. Also note that applications installed while you had Windows 8 may stop working after the process.

Now that you are back to Windows 7 you can just be done, but if you want to tweak the system a bit more, you can remove the Windows Developer Preview entry from the boot menu. To do this, go to Start , type and open the Run command, type msconfig, navigate to the Boot tab, select Windows Developer Preview (recovered) (C:\Windows.8), click Delete, Apply and then OK. 

Windows 7 msconfig

To reclaim the space used by the Windows 8 installation, you’ll need to repeat steps 3 to 6. If you get the message that there are some problems found, just click Cancel — in the next step we’ll make that go away –, then click Command Prompt and type the following:

rd windows.old /s /q
rd windows.8 /s /q
rd “program files.8″ /s /q
rd users.8 /s /q
rd /$windows.~bt /s /q
exit

Now click Restart to finish

I noticed that after you do this, Internet Explorer, Windows Explorer, and Windows Media Player pinned links might break, but don’t worry these applications still in your system, just remove the blank pinned links, open the applications and pinned them back to the taskbar, if you need to.

Remove Windows 8 installation

Last, if you didn’t like to see the label Windows Developer Preview (C:\Windows): Current OS; Default OS, as the label for Windows 7 in the msconfig, you can easy change this back to the label Windows 7 by downloading and installing an application called EasyBCD. Launch the application, click Edit Boot Menu, select Windows Developer Preview, click Rename and type Windows 7, and finally click Save Settings.

EasyBCD - Edit Boot Menu in Windows 7

I hope this helps to anyone that found themselves in this situation where uninstall Windows 8 Developer Preview and restore Windows 7 is necessary. Just remember to never install or upgrade to an operating system that has not been officially released and doesn’t have any official support.

Be the first to leave a comment or leave questions about how to uninstall Windows 8. 

  • Pingback: How to uninstall Windows 8 Developer Preview from your computer [Updated]

  • Amit

    That works thanks a lot buddy i really apreciate ur effort

    • mhweb

      Awesome! Thank you for the kind words, I am glad it worked for you.

    • Wd786

       Great, Thanks

  • http://twitter.com/naveen_kazak Naveen K R

    Some real stuff left to do uh? I am just not confident enough to do this, but what the hell! I will try this now! :D And I hope this works for me too.

    Between, this is an amazing explanation, step by step. Thanks mate!

    • mhweb

      Thank you so much!

  • Alchael

    I will try this method that you posted. Thank you so much for taking the trouble to post this. What a helpful person you are. Blessed art thou mate. :)

    • mhweb

      I appreciate you comment,
      Thanks,

  • Deadmau5_15

    Ok i folowed all the steps and got blue screen Of death

  • Deadmau5_15

    so ya im basicaly stuck. i did all the steps and restarted… everything boots normaly the i get the BOD and the only option is to repair which takes me to the develeper preview trying to repair. my laptop is unusable right now.HELP

    • mhweb

      Hi Deadmau5, If you can, see if you can get any more information from the Blue Screen of Death. Here are some pointers read the second line which is going to give you some indication to what has failed, also towards the bottom you’ll find Technical information: see what is there what what file is having the problem.
      After you have an idea what caused the problem, you can restart your computer in safe mode (press F8 when booting up) and reinstall any drivers that may be causing the problem or try to file any other problem.

      I hope this helps you at least start looking for a solution to your problem.
      Thanks,

      • Deadmau5_15

        well it says “A process or thread crucial to system operation has unexpectedly exited or been termanated”
        and when i press F8 on boot it doesnt do anything.

        • mhweb

          What does it say under Technical Information: *** Stop:…

          • Deadmau5_15

            stop:0x000000F4(0×00000003,0×95590668,0x955907D4,0x81E60D60)

          • mhweb

            See if you can get to System Recovery options with the Windows 7 media, go the Command Prompt, and the switch from X:Sources to the drive where you have installed Windows 7 e.g. D: Once there type chkdsk /r, then bootrec /fixboot and restart. I hope this helps you out a little bit.
            Thanks,

          • Deadmau5_15

            That did nothing really i still got a blue screen but with different words

            STOP:0x000000F4(0×00000003,0xA6606AC0,OxA6606C2C.0x81E1DD60)

  • Bg-san

    I have done it to day. It worked fine till the end. I ran in a minor problem at step 12 were to restore the boot sector. The command wasn’t recognized at the roots of my drive. I had to go to map Boot and run there the         bootsect /nt60 D:
    Thanks,

    • mhweb

      Bg-san thank you for your comment, I am glad it worked, and thank you for the feedback, this may also help someone else.

      Thanks,

  • http://www.facebook.com/mohammad.cherbatji Mohammad von Cher

    hi this seems realy helpfull man but i have a problem ya see after i saved all my personal files i formatted the drive C: whichs the main drive for me. then i tried installing win7 and the system wount let me i keep getting the same error when i pick any off the partitions (setup is unable to create a new system partiton or locate an existing system partition. see the log files for more information.). and i also tried doing the same with windows vista and the same problem aswel.
    i would realy appriciate it if you could help me thanks mate

    • mhweb

      I don’t know if this is a laptop or a full desktop either way, try disconnecting any peripheral that is not needed and only leave connected keyboard, mouse and monitor, unplug the power and remove battery if this is a laptop. If you can and carefully disconnect the hard drive and reconnect properly once again. Plug the power back on. Now try to boot again with the Windows 7 DVD and see what happens.

  • http://www.facebook.com/profile.php?id=1147989325 Daniel Vieira

    I followed all the steps but when I asked the I type cmd and Windows ren”windows.8 ”he saidspecified file not found …

    please help- me.

    • mhweb

      Hi Daniel,
      While in step 7 type the dir command and the Windows directory doesn’t come up, you need to manually search for the drive where Windows installed (see the step 7 for more details). Look at the image in step 7 for reference.
      Thanks,

  • http://twitter.com/Danlgraph Danl’graph

    hi,

    Step 9 = when I put:.”move /y D:windows.oldwindows D:” he told me access denied why?

    • mhweb

      Hi there, just to make sure, did you boot the computer with the Windows 7 installation media (example: DVD or usd flash drive)?

      Let me know the circumstances you are getting this message, that way I can try to help more and I know that we are in the same page.
      Thanks,

      • http://twitter.com/Danlgraph Danl’graph

        yes absolutely I start with the dvd w7 Then I followed step by step until the 9 and when I put ”move / y D:  Windows.old  windows D: ” it said access denied! and move / y “D:  Windows.old  Program Files” D:  access denied

  • Christopher Giordano

    Everytime I type in move /y D:windows.oldwindows D: it says Access denied. Any solutions? Please help!! Im freaking out!!! When I try to login back in it wont let me!!

    • mhweb

      Hello Christopher,
      Please let me know the circumstances in which this happened, are you trying this in the command prompt within Windows? Because you should be doing this from the Windows Recover Environment when you boot from the Windows 7 DVD.
      Let me know what you’ve done, so I can try to help you better.
      Thanks,

      • Anonymous

        I dont think my previous reply worked so I am going to reply again, Yes I am using the windows recovery disc command prompt, not the command prompt within windows. And by the way, is there is any way to reverse the effects of step 8, and go back to windows developer preview, making my computer semi usable? Because if this doesnt work I would like to do that.

        • mhweb

          Hello Christopher! If you didn’t delete anything and you didn’t go beyond step 8, you could just type:
          ren Windows.8 Windows
          ren “Program Files.8” “Program Files″
          ren “Users.8” “Users″

          I hope this help. Also just a general tip, always create a full backup of your computer before modifying anything in your computer — http://pureinfotech.com/2010/10/08/how-to-create-and-restore-a-system-image-full-backup-in-windows-7/

          For the access denied problem you could be having to issues in the drive, you can try checking the hard drive for errors with the command chkdsk /r and try once again step 9.
          Thanks,

  • Ashkan

    Hi,

    Just one addition to this.. You also need to move in the same way the folder “ProgramData”, if you are using the 64 bit of the windows . Before you can do that, you have to set the attribute of the both folder:

    attrib -H -R d:ProgramData /S /D 
    and 
    attrib -H -R d:windows.oldProgramData /S /D

    Ashkan.

    • mhweb

      Ashkan thanks for the additional information!

  • Amr Koptan

    Dear Poster
    thanks for the information, it worked for me but i lost all the programs inside the “Program Files x86″ Floder as i’m running on a 64-bit version, is there something missing ?? coz i realized that i deleted extra 20GB from my hard drive

    • mhweb

      Amr thank you for your comment. Some unpredictable things will always happens and more for a process that still not supported by Microsoft. There shouldn’t be a reason for you to lose the Program Files x86 folder unless during the process you accidentally deleted it or renamed it.
      You could try restoring the folder if you had a backup in place before you started the process or you could restore the full backup and try again to see if this time the same thing happens again.

      Thanks,

  • Phil Huang

    Thank you so much for your great help. It works great.  I just have one minor comment while following all the step.
    In step 12, type below instead as shown on the screenshot.  Put only the drive letter (ex. D: insted of D:)

    bootbootsect /nt60 D:

    • mhweb

      Phil thank you for your comment and for your input, I just fixed it that way everyone can type the command right the first time.
      I am glad it helped you.
      Thanks again,

  • NewComer

    Works Gr8, but i can’t find any files under Desktop->Libraries folder. How i can recover that files ? many files missing on desktop too. I found interesting too as files which was on desktop of Windows 8 is not in windows 7 and some files/shortcuts which was not there in windows8  is back in windows 7. and when outlook starts, it says usersuserappDataLocalMicrosoftOutlookOutlook.pst file not found while i’m sure that i has copied Users folder and my user name too came fine in windows.

    Any ways to recover those files ?

    • mhweb

      Hello NewComer thank you for your comment! Unfortunately if you have files in the Windows 8 libraries they are not going to show up under the Windows 7 libraries, because in the process you have rename the Users folder from Windows 8 to Users.8 and then you brought back the Windows 7 Users folder, and inside this folder is where all the users documents are located.
      You could open the Run command and (if you didn’t delete the folder yet) type C:Users.8 and press Enter, there you may be able to find all files that you created while in Windows 8 (e.g. Outlook, Docs, etc) and move them over to the Windows 7 libraries.
      As I mentioned in the article some shortcuts are expected to not work, but you should be able to re-recreate them manually, as I have found some broken shortcuts myself.
      Ultimately you could restore missing files from the backup that you may have created before starting this process.

      Thanks,

  • mhweb

    Hello,

    Since restoring Windows 7 from Windows 8 it is not yet an option officially supported by Microsoft. It is unpredictable the results when you are doing this process, backing up the whole system, using an spare computer, or a virtual machine will be best to test Windows 8. Said that, you can give a try going to Turn Windows features on or off in Windows 7 and see if the feature Games is checked, if it is, uncheck it and click OK to turn it off/disable, reboot if necessary. Then go back to Turn Windows features on or off and check Games and click OK to re-enable once again Games. See if that solve the problem.
    Always remember to backup before making changes to your system! http://pureinfotech.com/2010/10/08/how-to-create-and-restore-a-system-image-full-backup-in-windows-7/

    Thanks,

  • http://www.facebook.com/profile.php?id=100001338155540 Haley Li

    I installed Windows 8 but I don’t have the old Windows 7 DVD anymore, is there any other way?

    • mhweb

      See if you can access and view the Windows.old folder from the command prompt.
      If for sure the Windows.old isn’t there, I wouldn’t recommend you doing this.
      The only thing I would recommend you is to wait for Windows 8 Beta that is due before the end of February and hoping that you can upgrade Windows 8 Developer Preview. Windows 8 Beta is more than likely that is going to come with the utility to uninstall.

  • Princeps Hendricus

    Hi

    Well my problem is, that I need microsoft Office for my school and it didn’t came with win 8. I had it in win 7. I could get used to win 8 but I need office to use it in my school. Otherwise I need to rollback to win 7 or something. Also It seems that the resolution is messed up with win 8, I have 2 resolution to choose from, but It still seems like its too wide or something. About rollin back to win 7, I have a laptop with no CD drive and I’m not sure if I could get offical win 7 from usb but I still have windows.old folder with the size of 30gb. 

  • Eric Rauch

    Thank You Sooooooo Much.

  • Eric Rauch

    Thank You Sooooooo Much

  • Tlock111

    Brilliant. just used your steps and PERFECT..back to windows 7

    • mhweb

      Quick question did you use it with Developer Preview or Consumer Preview?
      Thanks,

  • Warriorinarmor

    I was able to restore the system, thanks to your instructions. But am not able to login to windows7 using my password. It gives me a error message which says “HRESULT 0x8007ffff”. This is the only user account associated with the system.

    • mhweb

      Hello Warriorinarmor, thank you for your comment!
      Try this: Restart the computer on safe mode (using F8 when the computer starts), then try to log in and if you do, change the password to anything else but the one you’ve been using until now.

      Remember uninstalling Windows 8 still not a supported feature, so issues are expected!

      Thanks, I hope this works : )

      • Warriorinarmor

        Hello,
        Thanks for your reply. :) i am unable to login to safe mode, the only option i can see is “normal startup” and “system repair”. When i type in bootrec /scanos it says 0 operating system installed.

  • Mateus Paes C. Coelho

    I dont see the option Repair Your Computer… 
    What’s going on? Someone let me out of this Windows 8 nightmare!

  • http://twitter.com/vallejoman David Vallejo

    Darn you Windows 8!

  • mhweb

    Hello Lost,
    Because this feature still not supported by Microsoft issues are expected. Said that, get into your computer BIOS and there might be a setting to turn the PS/2 ports on / off.
    Also you can start you PC and plug a different keyboard and or mouse, and see if Windows 7 install the new peripherals.

    Try this first and let me know if it worked.
    Thanks,

  • mhweb

    I am glad it did!
    Thanks Vivio for your comment.

  • Pingback: Anonymous

  • Justick

    I have the Consumer Preview Version Eval Copy Build 8250 and had Win 7 64 bit running on the machine are there any major difference in the restore process?  I understand just about all of what you printed just wanted to make sure I had ALL the steps for the 64bit reinstall

    • mhweb

      Hello Justick,
      Short answer, Microsoft is not yet supporting to restore from Windows 8 to a previous version of Windows. However I have published a workaround that it could help you to do this process, but it can be a little tricky if you don’t follow the steps correctly. http://pureinfotech.com/2011/10/10/how-to-uninstall-windows-8-developer-preview-and-restore-windows-7-step-by-step/

      Best way to restore to a previous version of Windows is a clean install of the operating system, after backing up your important data, of course.

      Thanks,

      PS: Until Microsoft adds support to restore previous versions of Windows, I cannot be certain on how different the restore process can be. For sure it should be equal or easier.

  • John

    Thank You. Win 8 is great for the right machine but my tc1100 tablet lost it power setting and would not set the same as win7. Machine kept freezing up and lost pen functions.
    Thaks for the help

    • mhweb

      I am glad it helped!
      Thanks,

  • Pecile

    I can’t seem to delete the windows 8 folder (ie. Windows.8, Users.8)
    Anyone else have this problem?

  • Pingback: Desinstalar Windows 8 y Recuperar la Instalación de Windows 7 | Escarbando Código

  • mhweb

    Go to the Device Manager in Windows and see if you have any alerts on your devices. You can try uninstalling and deleting the USB adapter drivers and reinstall them once again, using the drivers’ cd or drivers from the USB manufacture website.

    I hope this helps, thanks,

  • http://www.facebook.com/profile.php?id=100000166293842 Dagz Prieto

    I don’t have win 7 cd installation but I have the windows.old. This is a netbook and it really got slows when I installed the windows 8.

    • mhweb

      You’ll need the Windows 7 DVD to boot your computer into the recovery mode. See if you can download and create an installation media with this version of Windows 7 http://technet.microsoft.com/en-us/evalcenter/cc442495 and see if you can continue with the require steps.

      Thanks,

  • Scrumpage

    You are my hero.  I had this installed for a very short time and was not pleased.  Thank you for making it possible for me to revert back.

    • mhweb

      Scrumpage, thank you so much for your comment!
      And I am glad it worked.

    • Stefan Darmanin

      Did you get windows 7 and all your files back? Please tell me because windows 8 is killing me :(

  • Milagros

    what could i do if i don’t have the Windows 7 DVD? my little brother intall windows 8 on his computer and now hi doesnt know how to uninstall!. i saw his computer and it has the forder Windows.old with a size of 4.38 GB … you know if there is another option to uninstalla W8 , without the W7 DVD ??? please help me!

  • Sdnr_1

    Help me…
    When in the System Recovery Options window, i click Windows Developer Preview operating system, and then click Next, i get a message that ‘This version of system recovery options is not compatible with…’ and i am not able to reach the window where we can run command prompt.

    • mhweb

      Can you click Cancel or what other links or buttons are available? Click any of them until you are able to reach the menu and run the command prompt.

      Thanks,

  • Pingback: Help needed for win7 system recovery options... - Digit Technology Discussion Forum

  • mhweb

    Hello Laitanyadinkins, when you say “configure systems timeline” are you referring to Windows Restore Point? If this is what you mean. This is not going to get Windows 7 back.

    You’ll need to follow the steps in this guide to accomplish that.

    Thanks,

  • mhweb

    Hello Scott, this will work in Windows 8 Consumer Preview as well. You could try downloading Windows 7 Trial version ISO from Microsoft, burning it to a DVD and use it to boot your system and access recovery tools http://technet.microsoft.com/en-us/evalcenter/cc442495

    Thanks,

    • Scott

       I just realized that I’ll be getting back my laptop with Win 7 on it soon.  Could I use that computer to create a usb win 7 drive and then boot from that flash drive to my netbook?  How much space should I have on that said flash drive?

  • Tbonanno16

    THANK YOU!  This article saved my life last night. One thing I had to do- rename the windows esd folder as well- then reboot with install DVD. Instead of going to the command window just select the first option (I was VERY tired so I am not sure what that one is named)  but basically it does the repair so the OS can boot.  That puts the bootloader screen back to the old one and allowed me to select win 7 again- I have XP on another partition and the windows 8 bootloader only recognized that as a previous operating system for some reason. 

    Great jo and thank you again!

  • mhweb

    Hello Traceboi!
    What I would do first is to troubleshoot why Windows is not seeing the DVD drive and card reader. Look into the Device Manager and see there is any problems showing up. Visit your computer’s manufacture website and download the latest driver you can find for drives.
    Alternatively, if you have another computer, try to switch the DVD drive and install it in the computer you are having the problem.

    Last, if Windows not seeing the drives or the computer’s bios is not seeing the drives? If the problem is Windows, you’ll be better off doing a clean install of Windows 7 by just booting up from the DVD drive.

    See if all this helps!
    Thanks,

  • http://pulse.yahoo.com/_WAWFEHBSDR7CPLPMCPFG7JQUTM Killer B

    For 64-bit, you also have to ren “Program Files (x86)” “Program Files (x86).8″

    • mhweb

      Killer B thank you for the tip!

  • http://twitter.com/dialects Jess H

    There is no “repair your computer” option in my startup menu once I load from my bootable disc, please help!

    • mhweb

      If Repair your computer is not listed as an option, then your computer does not include Startup Repair as a preinstalled recovery option.
      You can try downloading a trial copy of Windows 7 http://technet.microsoft.com/en-us/evalcenter/cc442495.aspx and use the repair tools from this disc.
      Let me know if this helps you.

      Thanks,
      PS: Note that the trial copy of Windows 7 cannot be activated with any product key. It is just a trial.

  • http://www.facebook.com/profile.php?id=100000146556212 Zack Lee

    Can i know what is the meaning of twice larger?? my window.old file got 323gb and my c drive got 217gb.. is it ok?

    • mhweb

      It means that the Windows.old folder size has to be smaller that the free space available in your hard drive. If the size of the Windows.old is 2 time larger than the amount of “free space” in your hard drive, you won’t be able to uninstall Windows 8.

      Thanks,
      PS: In your case it probably won’t work.

  • mhweb

    It isn’t enough, you could try but it is like it won’t work.
    Thanks,

    • http://www.facebook.com/profile.php?id=100000146556212 Zack Lee

      Thanks for your reply. I deleted most file on my window.old and it is 241gb and my hard disc drive is 299gb can i uninstall now? 

      • mhweb

        To be safe make sure your total free available space is greater than 241GB.
        Thanks,

  • mhweb

    Basically this is to install Windows 7 backup, this article tries to help people to restore the previous installation of Windows as well as preserving their installed applications.
    If you are OK, reinstalling all your applications later, just go inside of the Users.old folder grad any important documents and proceed to do a clean install: http://pureinfotech.com/2011/11/04/how-to-install-windows-7-clean-installation-tutorial-step-by-step/

    Thanks,

  • Tman

    Hi, i followed the steps and ended up successful in returning to windows 7, however, as a result of going back a few things stop working in the progress, like my dvd/cd-rom player wont work anymore meaning it doesn’t read anything, also i checked to see what was up, apparently the driver is missing some stuff. Any help there? Also it seems like a bunch of other stuff stop working but i think they are from windows 8. Should i just get windows 7 again and do a clean install?

    • mhweb

      I would always recommend a Windows 7 clean install (http://pureinfotech.com/2011/11/04/how-to-install-windows-7-clean-installation-tutorial-step-by-step/).

      I would recommend to uninstall Windows 8 in the case you didn’t do any sort of data backup, you have any special configuration in Windows 7, and/or you have installed programs which you don’t have the installation medias to reinstall them again.

      Issues are expected because Microsoft still doesn’t officially support to revert from Windows 8. If your DVD drive stop working, you can go to Device Manger and try to uninstall the device — also if it is available, check the option that offers to delete driver files as well. Then visit the device manufacture website, download and install the driver again.

      Thanks,

      • Tman

         I already uninstalled windows 8, i did not really have any special settings so i am not worried about losing anything cause i have some CD’s for some of the programs i installed. Would the clean install fix somethings? I didn’t have the CD for windows 7 since i got a laptop so i had  to use the trial version and do the bootable usb drive thing. Would that work for the clean installation?
        For the driver thing i am having a hard time finding the exact version to download/install.

        • mhweb

          It should fix everything, but remember to visit the laptop’s manufactures website and download the network adapter, video drivers just in case, before proceeding with the install of Windows 7.

          If you are using the Windows 7 trial make sure that you install the correct version (Home Premium or Ultimate) for the product key that your laptop came with. If you install any other version you won’t be able to active Windows and you will have to do all over again.

          Thanks,

  • Stephen

    What you are essentially doing is Re-installing Windows 7, and then slotting windows.8 back in place?

    • mhweb

      Not necessarily, you technically are undoing what the Windows 8 setup did while installing the OS. Re-installing would imply to recopy all the installation files from the installation media again.
      Thanks,

  • mhweb

    Hello Pejman, if you have the Windows 7 recovery DVDs, I would recommend you to use them. You see, many people don’t have the recovery media for Windows 7 or other programs that are important for them with their license key, or Windows was set up in certain way that it would be too difficult to reconfigure, or they didn’t do a data backup before installing Windows 8. In this cases I would recommend you to try to uninstall Windows 8.

    By doing this you are essentially restoring your old installation of Windows 7 with all your old applications and also restoring your files to the previous location prior the Windows 8 installation.

    Thanks,

    • Stephen

      Yeah it is unfortunate that Acer doesn’t provide a Windows 7 recovery DVD. I didn’t make a data backup before installing Windows 8 which was an idiotic thing to do but in my defence, I thought I was installing it on a different partition.

      Anyway, i’ve re-installed Windows 7 through the recovery disks. All I have now is a complete copy of my old Windows 7 entire C: drive (User files included). Is there no way of recovering all that lost data?Thank you for the quick reply by the way, you seem like a very helpful person :)

      • Pit

        No problem, I am glad I could help.
        Thank you,

  • Dane E Vonthoma

    NEED MAJOR HELP!!! i click the repair button and it says i have an incorrect repair disk

    • Pit

      Which edition of Windows 8 are you using 32-bit or 64-bit? And which bootable disk are you using 32-bit or 64-bit? They both have to match 32 with 32 and 64 with 64.

      If you can, please give me a little more of information to help you better.

      Thanks,

  • Pingback: How to retrieve personal files from the Windows.old folder [Step-by-Step]

  • Amira2389

    I am the only account and administrator on my computer but on the command prompt it keeps saying Access denied

    • Pit

      In which step this is happening?

      Thanks,

      • Amira2389

        The first step once I try to enter the source drive letter

  • Pit

    Yes, just use the same software to mirror the external hard drive back to the old hard drive.

    Thanks,

    • Amira2389

      so when I do this since I don’t have a cd or drive for step 3 do u just skip this and go to command prompt? that is what I did and got the access denied message (see msg above)

      • Pit

        You should recover using the mirror backup. It will be easier that using these steps.
        And step 3 you need the Windows 7 cd to continue and to access the Command Prompt correctly.

        Thanks,

  • joewat

    Thanks for the great article, worked perfectly!  Although I liked windows 8 I know the developer preview is ending soon so wanted to get back to Windows 7.

    • Pit

      Thank you for your comment Joewat. I am glad it helped!

  • shani

    Thanks alot! you really helped me!

    • Pit

      Thank you, I am glad it helped!

  • Pit

    Hello Zra_r90, you have to make sure that you are in the Windows DVD drive letter, because the “boot” is a folder inside of it.

    Try it and let me know.
    Thanks,

  • Pit

    Hi Wiktor,
    Try this: Open the command prompt, type CD C: and press Enter. Then type DIR and press enter. Do you see the Program Files folder and the Windows folder now? Or try this to see the folders are hidden http://pureinfotech.com/2010/07/01/how-to-show-hidden-folder-files-in-microsoft-windows/.
    Let know if the tips above help you to view the missing folders and we go from there.

    Thanks,

  • http://www.facebook.com/exsection Heiny Stipps

    this process sucks big time but it worked……thnx

  • Chawlas

    I can not install Brothers MFC 7860DW printer, it does not recognize Windows 8. What can I do.

    Is it possible to do a restore to go back to Windows 7 instead of this lengthy process

    • Pit

      I would recommend you to do the process of rolling back to Windows 7 if you have something that you really, really need from the previous installation. If not, I would recommend to do simple clean install of Windows 7.
      http://pureinfotech.com/2011/11/04/how-to-install-windows-7-clean-installation-tutorial-step-by-step/

      As for the printer not working, I personally don’t like to install all the software that comes with the equipment, most of the time they are just useless. The only thing I care is the driver. You can try to only install only the printer’s driver and see solves your problem. If that doesn’t work, sometimes I am lucky installing the printer’s driver for a different model, like for example the one before or the one after the model you currently are trying to install.

      I hope this helps, thanks for the comment.

  • http://www.facebook.com/abdulmajeed.muaini Abdulmajeed Muaini

    If I don’t have Windows 7 installation media drive !!
    what should I do ?

    & Should I had a Recovery for windows 7 or widows.old is enough ?

  • Msanch_56

    Is there a similar procedure for Windows XP? I installed mine in XP.

    • Pit

      This is an excellent question Msanch. I will have to look in to it for this one. But I can already see that it would be an even more intense process that it will almost be worthless to spend time on it. I would recommend you to make full back of your system and do a clean install of Windows XP, it will be quicker and save you a lot of headaches.
      Just remember to export all of your data first you can look in to this article as reference http://pureinfotech.com/2012/06/10/retrieve-personal-files-windows-old-folder/

      Thanks,

  • http://www.facebook.com/samarth.jain.737 Samarth Jain

    Ummm first of all thanks a ton for the help. I almost totally screwed up my laptop. But a couple of problems.
    1. Since i run a 64 bit Windows 7 Professional, should I copy the Program Files(x86) folder too?
    2. And as in the msconfig step, I am not getting two options as you did. I got only one option and hence there is no option to delete it.

    Please help on the above queries.

    Otherwise thanks a lot for the procedure :)

    • Pit

      Hello Samarth, that’s a good question.
      If you had a Program Files (x86) before, which you probably did. Yes, make a copy as well.

      Thanks, I hope it helps.

      PS: Always remember to make a full backup before proceeding.

  • alina

    If I only installed the windows 8 on another hard drive. Do I just do step 13 ?

    • Pit

      If you only installed Windows 8 on another hard drive, just simply remove the disk or wipe it out. If the computer doesn’t boot correctly, restart the PC with the Windows 7 DVD media and use the repair tools to fix the master boot record.

      Let me know if that works.

      Thanks,

  • http://www.facebook.com/profile.php?id=100004394053339 Adam Jankovic

    worked great.

    • Pit

      I glad it did!
      Thanks,

    • Denis

      I would really like to know which version you had on your device. destroyed my bootloader and now want to go back to win 7. I installed the win 8 pro update on my machine. cheers!

      • Pit

        Denis,
        If you didn’t go through all the steps, you could try booting with the Windows 8 installation media and use the repair tools to fix the bootloader.

        Thanks,

        • Denis

          Hi Pit,
          thanks for your answer. my problem is rather that I need to reset my computer back to factory conditions. which means deleting windows 8. since during the install the recovery partition was over-written and apparently while repartitioning the hard drive the bootloader got shot, I wanted to try your method. Just wanted to know if your method is possible with the official win 8 pro as well.
          Cheers!

          • Pit

            Denis,

            This method will work with any version of Windows 8, but I do have to say that I offer this guide as-is, try it to your own risk. Said that, a deleted partition is a whole other story, this guide will work as long you meet the requirements explained throughout.

            Thanks,
            PS: If you need additional help, you can always ask at the pureinfotech.com/help (forums) and I may be able to give a hand.

  • Jeffrey

    LIFE SAVER!
    I clicked “Custom” install during Win8 installation (because being a techie, I “always” do the custom install) – didn’t realize that Microsoft meant “Clean” install instead. Your guide saved me a lot of heartache – THANKS!

    • Pit

      I am glad it worked. Thank you for the comment.

  • Pingback: The guide to downgrade Windows 8 to Windows 7: From A-Z | Pureinfotech

  • iansal

    Hello, admin, is this work on W8 release preview? Thanks! ((:

    • Pit

      Yes, It should work fine.
      Thanks,

      • iansal

        Another question: the file in Windows.old is 2.3 GB. Is it possible? I guess I moved some of my previous files to the W8 files and install as “Upgrade”. If it is impossible, is there any ways to restore W7?

        • Pit

          If the Windows.old file is about 2 times larger than the available free space in your hard drive, you may not be able to recover.
          You can however refer to the following guide to export the files to an external hard drive and see if you can make more space in the HD.
          http://pureinfotech.com/2012/06/10/retrieve-personal-files-windows-old-folder/

          Thanks,

          • iansal

            Free space on the C: HDD: 33 GB. Okay.

            But when I try Step 9, which is this:

            move /y E:windows.oldwindows E:

            It said that: The system cannot find the drive specified.
            When I opened the Windows.old folder, What I see on it is only “User” and “PerfLogs”.
            It seems that the W7 OS file/folder is missing. Is there any other ways to solve the problems?

          • Pit

            As I stated in the article, Microsoft doesn’t support rolling back to previous version of the OS. This also means that there is a change that even though this guide works for most people, it may not work for everybody.
            If you’re only seeing the User and PerfLogs folders, try connecting the hard drive in another computer as secondary drive and check if indeed the rest of the folders aren’t in there.
            For the other question: Make sure that you test all drive letters until you land to the correct drive.

            Also consider that in your case it may just not be possible to recover.

            Thanks,