Everyone should have a full backup of their data because it isn't a matter of if something is going to break, but when it's going to break. So follow along as we show you the quickest and easiest way to make a full back up to an External Drive on Windows 11. The first thing you'll need is a storage device that can fit all your data, so make sure you have something ready to go!
Takeaways:
- What's the best way to make a full backup of Windows 11, including all apps, games and programs?
- Learn how to make a full system image of Windows 11. Keep everything exactly how it for your next clean installation.
Table of Contents
Why it's Stupid Not to Have a Backup
A full system image is different from file syncing tools like OneDrive or Windows Backup. It creates an exact snapshot of your system. It's the easiest way to get back up and running if your system goes down and let's you:
- Recover from ransomware or system corruption
- Replace or upgrade your SSD or hard drive
- Roll back after a major Windows update
- Restore a complete working system after failure
How to Backup Windows 11 to an External Hard Drive for Full System Image
Before you start, you'll need the following
- External USB hard drive (not a flash drive)
- Or a secondary internal drive
- Formatted as NTFS
- Enough space for at least the used data on your system drive
Note: Have your BitLocker recovery key ready if encryption is enabled via BitLocker
Option 1: System Image Backup via Control Panel
The classic method uses Control Panel, and it's probably the easiest option.
- Open Start and search for Control Panel
- Go to System and Security
- Click File History
.jpg)
- Select System Image Backup from the left panel
.jpg)
- Click Create a system image
.jpg)
- Choose the external USB drive as the destination
- Click Next, then Start backup
.jpg)
- Confirm prompts and wait for completion
This makes a full snapshot of Windows, apps, and personal files. You can later restore it through Windows Recovery Environment. It will get you back to the exact spot your system was, saving you all the annoying reinstalling of everything drama.
Option 2: Using wbAdmin Command
You can also use Command Prompt with wbAdmin for automation and advanced control.
wbAdmin start backup -backupTarget:E: -include:C: -allCritical -quiet
.jpg)
Replace E: with your external drive letter.
For a Multi-drive Backup
wbAdmin start backup -backupTarget:E: -include:C:,D:,F: -allCritical -quiet
This method is useful for power users and IT environments. Stick with Option 1 if you want to keep things nice and simple.
How to Restore a Full Backup of Windows 11
To restore a system image:
- Open Settings
- Go to System > Recovery
- Under Advanced startup, select Restart now
- Navigate to Troubleshoot > Advanced options
- Choose System Image Recovery
.jpg)
- Select the latest image and follow prompts
- Windows will overwrite the current system with the saved image.
It will take a fair while to complete, so make sure you have allocated a decent amount of time to the process.
How to Restore to a New Drive
If you need to install it to a new drive, you can restore the image to a replacement drive using a Windows installation USB. Boot into recovery mode, choose System Image Recovery, and select your backup. This process only works on the same computer because system images are hardware-specific. Thankfully, a new drive won't be enough to disrupt the process.