[Windows 11] Back up your entire OS for free! Completely restore your PC with your own "custom installation media"

When using a Windows 11 computer, you may encounter serious problems such as the OS suddenly not starting up or frequent errors of unknown cause.

In such a case, if you reinstall the OS, all of the applications, drivers, and settings you were using will be lost, and it will take a huge amount of time and effort to return to the original environment.

In this article, we will explain how to use the standard features of Windows 11 to easily manage your apps and data.All inWe will explain in an easy-to-understand manner, even for beginners, how to back up the system as an image file and create "custom installation media" using free software.

It takes some effort, but the big advantage is that you can achieve your goal without incurring any costs.

table of contents

Why is "Custom Installation Media" recommended?

First, let's explain what "custom installation media" is and how it differs from regular Windows installation media.

What you create here is what Windows terminology calls a "system image," which can truly be called "the most powerful media for restoring your own environment."

The key difference from regular installation media

The difference between regular installation media (downloaded from Microsoft's official website) and the "custom installation media (system image)" we will create this time is obvious.

ItemRegular installation mediaCustom installation media (system image)
OS StatuscleanThe state of the backup at a specific point in time
ApplicationsNone (reinstall everything manually)All installed
SettingsAll default settingsAll set
personal fileNone (separate backup required)Everything is backed up
Post-restoration hassleVery time-consumingYou can quickly get back to your original task

In other words, while regular installation media simply installs a "clean" version of Windows, custom installation media can restore your entire PC environment (the C drive where Windows is installed).

When is "Custom Installation Media" useful?

With this "custom installation media," you can completely restore your PC to the state it was in when the backup was created, even if you encounter serious problems such as the following:

Examples of problemsHow it helps
Physical failure of the HDD/SSDBy replacing it with a new HDD/SSD and installing it from "custom installation media", the original environment will be perfectly reproduced.
The OS won't startYou can boot from the "Custom Installation Media" just like you would with a regular installation media. From there, select "Repair your PC" and Windows Recovery Environment (WinRE)You can also repair it from there.
infected with a virusEven if you are infected with a virus, you can recover from the damage by restoring your system to its pre-infection state.
When upgrading your PCFor example, when replacing a small capacity HDD with a large capacity SSD, you can move (migrate) your entire environment.
After changing the hardware,Reactivationmay be required.

[Preparation] What you need to create custom installation media

Before you can create custom installation media, there are a few prerequisites you need to complete and meet.

  1. Creating custom installation media for free has its pros and cons.Read the entire article carefully and understand the contentsI recommend you do so.
  2. Differences between the "packaged version," "DSP version," and "OEM version" of Windows 11You need to know:
  3. extensionIt is recommended that you always display this.

1. You are using genuine Windows 11 and your PC is compatible.

If you are using a non-genuine copy of Windows 11, you may not be able to install using custom installation media.

Even if the installation is successful, you may not be able to activate the license. If you are using genuine Windows 11, you can enter the license key during installation and proceed.

Activated with a digital license linked to your Microsoft accountIn this case, you can select "I don't have a product key" during installation and proceed.

Currently, some online shops are selling Windows 11 after installing it in unauthorized ways on PCs that are not compatible with Windows 11.

In addition, most product keys included in packaged versions of Windows 11 sold at much lower prices than the official price, or sold separately, are fraudulent and may not activate the license.

Windows 11: Which is better? Packaged version or online code version

2. Prepare the necessary storage space and media for your work.

Custom installation media (system images) store the entire OS and applications, so they are very large files.

Please prepare a storage location with free space equal to or greater than the amount of space currently used on your C drive.

  • Recommended: External HDD or SSD
  • Another internal drive (such as D drive)

【重要】 The destination drive must be formatted in "NTFS". Commercially available external hard drives are usually NTFS, but it's best to check just to be sure. (You can check this from the drive properties.)

Drive Properties
Drive Properties

Since a temporary working area is required, the C drive also needs free space equal to or greater than the amount of usage. If there is not enough free space on the C drive, you can address this by changing the AnyBurn settings, which will be explained later.

How much free space is optimal for Windows 11 C drive?

If you want to create a bootable USB drive, you will also need a dedicated USB memory stick or external HDD. The required capacity will depend on the size of the finished custom installation media (ISO file).

3. Download the Windows 11 ISO image

To create custom installation media, you will need a Windows 11 ISO image, so refer to the following page to download it and save it to the desired drive.

How to download Windows 11 ISO files

4. Download AnyBurn

Download AnyBurn, a software that can edit ISO images, and save it to the desired drive.

AnyBurn download page(official)

*Please download "Download 64-bit edition" from AnyBurn Free at the top.

Prepared save location
Destination drive

The installation will come later.

5. Change the volume name (volume label)

Windows identifies each drive with an alphabetical letter such as "C" or "D," but this alone poses the risk of confusing the backup source and destination.

In particular, if you have multiple storage devices connected, it will be difficult to tell at a glance which is which if you leave the default name such as "Local Disk (D:)".

To avoid such simple mistakes, we strongly recommend that you give each drive an easy-to-understand name (volume label) before starting the backup process.

1. Open File Explorer and open "This PC".

Explorer - PC
Explorer – PC
  • C:(C drive) is the drive where Windows 11 is installed.
  • E:Let's say E drive is the destination drive. These two names (volume labels) are displayed as "Local Disk" and "Volume" by default.

2. Right-click on the C drive and click "Properties."

3. When the properties window opens, the area framed in red will be blank, so enter a short and easy-to-understand name such as "Windows 11" and click OK at the bottom.

Local Disk (C:) Properties
Local Disk (C:) Properties

4. Access Denied: You will see the message "You need administrator privileges to rename this drive," so click "Continue."

Access denied

The name (volume label) of the C drive will then be changed to "Windows 11".

The volume label is a name given to the drive to help you easily manage what is stored on it, and does not affect the data.

5. Change the name (volume label) of the destination drive in the same way. (Example:Win11_BackUp ← This is 12 characters)

Explorer – PC

Volume names should be limited to 11 characters if possible.

6. Create a text file on the destination drive

The command to create the image file is long and tedious to type, so creating a text file now will make things easier later.

1. Open the drive where you want to save the file and click "New" > "Text File".

2. Copy and paste the following content and save it:

dism /capture-image /imagefile:Z:\install.wim /capturedir:Z:\ /Name:Windows11_MarugotoBackUp

Windows11_MarugotoBackUpYou can freely change the part (alphanumeric characters and< > : " / \ | ? *symbols other than

Do not include spaces in the name.

3. Rename the text file to "1".

Destination drive
Destination drive

7. Disable BitLocker

If BitLocker is enabled, it is recommended that you disable it before creating "custom installation media" as it can be a hassle to enter the recovery key, etc.

BitLocker is problematic, so I personally recommend disabling it.

You're now ready to go.

[Practical Guide] Complete steps to create "custom installation media"

1. Back up the OS as an image

1. Press Windows Key + R to open Run, type the following command and press Enter:

ms-settings:recovery
Run
Run

2.Settings > System > Recoverywill open, click "Restart now" to the right of "Advanced startup".

Recovery Options
Recovery Options

If you are trying this with Hyper-V, the "Advanced Startup" option will not appear in Enhanced Session mode. You will need to change to Basic Session mode.

3. You will be prompted with the message "Saving your work to restart your device." If you have any unsaved work, save it and then click "Restart now."

Save your work to restart your device
Save your work to restart your device

4. The PC will restart andWindows Recovery Environment (WinRE)" will open, so open "Troubleshoot" > "Advanced Settings" > "Command Prompt".

If you are asked for your BitLocker recovery key

If you are prompted for a BitLocker recovery key, enter your 48-digit recovery key and click Continue.

What to do if the BitLocker Recovery screen appears and you don't know the recovery key

5. Once the command prompt opens, type the following command and press Enter:

diskpart

DISKPART>When prompted, type the following command and press Enter:

list volume

6. A list of volumes will then be displayed. Remember the alphabet to the left of the volume name you just changed.

Volume names that are too long will be truncated (up to 11 characters).

command prompt
command prompt

The alphabet to the left of the volume name will vary depending on the environment.

In the image above, the drive where the OS is installed is "C", but it is not necessarily "C".Be sure to check the volume name and alphabet..

7.exitand press Enter (to exit DiskPart).

8.Here, we will use the text file we created earlier on the destination drive.

In the image above, the letter to the left of the destination drive is "D", so enter the following and press Enter.

type d:\1.txt
command prompt
command prompt

9.The contents of the text file will then be displayed. Drag the mouse to select the contents and press Ctrl + C on your keyboard to copy them.

command prompt
command prompt

10. Press Ctrl + V on your keyboard to paste.

11. Press ← on your keyboard to move left and select the firstZDelete it and change it to the drive letter you want to save to.

12. Press → on your keyboard to move right and select the nextZDelete it and change it to the letter of the drive where your OS (Windows 11) is installed.

  • Press the Backspace key.The character before the selected characterTo delete.
  • Press the Delete key.Selected characterTo delete.
  • The changes are two "Z" only.

dism /capture-image /imagefile:Z:\install.wim /capturedir:Z:\ /Name:Windows11_MarugotoBackUp

Video showing steps 9 to 12

Steps 9-12 - Command Prompt
Steps 9-12 – Command Prompt

13. When you are done modifying the command, press Enter.

14.The backup of the OS (Windows 11) will then begin, so please wait.

command prompt

If you don't see any progress, try pressing Enter multiple times.

The backup took about 50 minutes in my environment, progressing 2% every minute.

My environment:

  • The usage of the drive (NVMe M.2) on which the OS is installed (195GB) is saved to an external HDD connected via USB.
  • The resulting image size is 67.5GB (34.62% of 195GB).
Buffalo USB 2.0 External HDD

15. When the message "The operation completed successfully" appears, click the × button in the upper right corner to exit the command prompt.

command prompt

16. You will be returned to the Choose an option screen. Click "Continue" to start Windows 11.

Windows Recovery Environment (WinRE)
Windows Recovery Environment (WinRE)

17. Once Windows 11 starts up, check to see if "install.wim" has been created on the destination drive.

Destination drive
Destination drive

2. Create installation media

1. Run the "anyburn_setup_x64.exe" file saved on the destination drive to proceed with the installation of AnyBurn.

*Once the AnyBurn page opens, you can close it.

2. Once AnyBurn is launched, click "Edit Image File."

Any Burn
Any Burn
If there is not enough free space on the C drive

1. Click "Options" on the menu.

2. The settings will open, so open the "Other" tab and click the icon to the right of "Temporary Folder."

3. Select a drive with enough free space and click OK.

AnyBurn Settings - "Other" tab
AnyBurn Settings – "Other" tab

3. Click the folder icon on the right.

Editing an Image File
Editing an Image File

4.Here, select the ISO file you downloaded from the Microsoft page and click "Open."

Destination drive
Destination drive

5.The contents of the ISO file will be displayed, so double-click the "sources" folder to open it.

Editing an Image File
Editing an Image File

6. Click the word "Size" twice to bring the largest files to the top.

"sources" folder
"sources" folder

7. Select the largest file "install.wim" and then click the "Remove" button above.

"sources" folder
"sources" folder

8. A confirmation message will appear asking you to confirm the deletion. Click "Yes".

Confirm deletion
Confirm deletion

9. Now that "install.wim" has been deleted, click the "Add" button.

Add button
Add button

10.Here, select "install.wim" on the destination drive and click "Add".

Select files and folders
Select files and folders

11. Once you have confirmed that "install.wim" has been added, click "Next".

Editing an Image File
Editing an Image File

12. Click the icon to the right of "Select image file name."

Destination image file
Destination image file

13. Select a location to save the installation media, give it a name, and click Save.

save as
save as

14. Once you have confirmed, click "Create now".

Editing an Image File
Editing an Image File

15.The installation media creation will begin, so please wait until it is complete.

Editing an Image File
Editing an Image File

16. Once the creation is complete, click "Finish" to complete the creation of your custom installation media.

If you mount the ISO file (right-click on the ISO file and click "Mount"), you will be able to see the contents in Explorer, and you can run "setup.exe" to install it, but we recommend creating a bootable USB drive first.

Create a bootable USB drive

You will need a USB memory stick or external HDD specifically designed for booting from a USB drive, formatted (NTFS), and with a capacity equal to or larger than the size of the completed custom installation media (ISO file).

1. On the first screen of AnyBurn, click "Browse/Extract Image Files."

Browse/Extract Image Files
Browse/Extract Image Files

2. Select the custom installation media you created and click Next.

Browse/Extract Image Files
Browse/Extract Image Files

3. You will be prompted to "Select the files and folders to extract from the list." Click OK.

Browse/Extract Image Files
Browse/Extract Image Files

4. Click "Next" without selecting anything.

Browse/Extract Image Files
Browse/Extract Image Files

5. Specify the destination for the extraction to be a bootable USB drive, USB memory stick, or external HDD.

Make sure "Extract all files and folders in the image file" is selected, then click "Next."

Browse/Extract Image Files
Browse/Extract Image Files

6. Extraction will begin immediately, so please wait until it is complete.

Browse/Extract Image Files
Browse/Extract Image Files

Why not create a bootable USB drive?

This is because if you burn custom installation media completed with AnyBurn's "Create a Bootable USB Drive" feature, the settings will be overwritten and booting from the USB will fail.

Custom installation media is already installedBootable installation mediaSo you just need to extract all the files and folders inside the ISO file.

Notes on installing using custom installation media

During installation

If you are installing using custom installation media, the installation will fail if you continue after the Windows 11 setup screen appears. Therefore, please proceed with the installation using the following steps.

1. When "Select your language preferences" appears, click "Next."

Select your language preference
Select your language preference

2. When the "Select Keyboard Settings" screen appears, simply click "Next."

Select Keyboard Settings
Select Keyboard Settings

3. On the "Choose Setup Option" screen, click "Previous Version of Setup" in the lower left corner.

Selecting Setup Options
Selecting Setup Options

4.The setup screen for the previous version of Windows will then appear, so please continue with the installation.

Windows Setup
Windows Setup

Post-installation

1. You may need to reset your PIN when signing in.

2. After signing in for the first time, you may see the message "This app can't run on your PC" several times, but this is not a problem so you can close it anyway.

This app cannot run on your PC
This app cannot run on your PC

3. The icons of some apps pinned to the desktop or taskbar may turn white.

How to fix the bug that causes some app icons on the desktop to turn completely white

Summary

The difference between free backup software and paid software

So far, we've introduced how to back up your data using standard Windows features, and how to turn that backup into custom installation media using free software. However, professional paid software like Acronis True Image offers the following advantages that the free version doesn't have:

To avoid panicking if your PC suddenly breaks down, it's a good idea to have a standard backup software to protect your important photos and data.
  • Fast and easy restore: Fast full system restore with just a few clicks.
  • Advanced Protection: It has the ability to proactively protect your backup data from ransomware, which can take your files hostage.
  • Flexible backup: Even if the OS won't boot, you can restore it by booting from a USB memory stick.
  • Easy to understand operation: The instructions on the screen are very helpful so that even beginners won't get lost.

[Paid software is recommended for these people]

  • Those who don't want to waste time on PC troubles
  • Those who have important files, such as work data, that they absolutely do not want to lose
  • Those who want to gain greater peace of mind

Although basic backups are possible with free methods, paid software is a much better option in terms of buying "time" and "more advanced peace of mind." Choose the method that best suits your environment.

If you found this article helpful, please share it on social media.

Person who wrote this article

Driven by questions arising from my daily PC use and the desire to "do more," I have been pursuing self-study in Windows since around 2008. I am sharing the "aha!" techniques and solutions I discovered through trial and error with the sole purpose of helping you in your PC life.

View profile

Comment:

To comment

[About submissions]
We welcome any questions or information regarding the content of the article.
However, please note that content unrelated to the purpose of the article, criticism of specific individuals or organizations, offensive language,Inappropriate wordsComments containing the above may be deleted or made private without notice at the discretion of the administrator.
Please note that spam may be automatically deleted by anti-spam measures.

CAPTCHA


table of contents