DIY: Create an Image (ISO) for Back-up/Recovery in Windows 8

Since recovering my Windows 8 personal computer I looked into options for backing up my Windows 8 installation in case my hard drive fails.

After some digging I found out how, like in previous editions of Windows, you could create a system image to save to USB, spare hard drive, or DVD. Using a Windows 8 bootable USB, DVD, or CD you can access the advanced recovery options included in Windows 8. Then, much like using a system restore point, you can use your image back-up to restore your computer.

When I created my image (ISO) for back-up, I used a USB flash drive, although you can use another hard drive or DVD. I had minimal desktop applications installed when I created the image, and it still had a file size of 4.7 GB. The size of the image will increase dramatically with larger desktop applications installed.

createfolder

1. First you need to decide where you would like to save the Windows 8 image. I chose to use my hard drive and then later copy it to a USB flash drive. So select the drive you wish to save the image on and create a folder. I named mine “windows8image”.

note location

2. Make a note of the file path to the folder you have just created, you will need this later.

9314382765_35fde017e3_z

3. Drag your mouse to the lower right corner of your Windows start screen. When the search option appears on the right hand side, select it.

search cmd

4. Type cmd in the search box, with apps selected.

run cmd as admin

5. Right click the cmd on the left hand side of the page. At the bottom of the same screen you will see the option to run as administrator. Click it.

create image

6. You will see the command prompt open on the desktop. From here you need to type -Createimage C:\Windows8image . (Replace “C:\” with the file path you chose and “Windows8image” with the file name you chose.) The second part of this command should match up with where you would like to store your image, the folder we created above. (Your file path may not be the same as mine) After entering the command, press enter.

createimage2

7. A system message will display saying “Initializing” then “Creating Snapshot”.

writing image

8. Finally it will say “Writing Image” and show the progress as a percentage. This does take quite a while to do. It took my computer approxamatly 45 min to 1 hour to complete. (It can take much longer.) After completion, you can close the cmd prompt window and check the folder we created earlier. It should contain your back-up image.

Now your system image can be used for emergency back-up. I encourage everyone to take some time now to do this so you can avoid headaches later in the event of a hardware failure. Comments are always welcome.