How to Backup and Restore Windows 11 — System Image, File History, and Restore Points Explained

By Adhen Prasetiyo

Friday, February 27, 2026 • 12 min read

Windows 11 laptop backing up data to external hard drive with shield protection icon

Let me describe a scenario you’ve probably lived through — or will eventually.

Your PC doesn’t start one morning. Yesterday it was fine. Today, you press the power button, the screen flashes, and Windows either freezes on the logo or dumps you into a recovery screen you’ve never seen before.

Now you have two futures. In one, you reach for an external hard drive, boot from a USB, and restore your entire system — Windows, programs, settings, everything — in about 45 minutes. Your desktop looks exactly like it did yesterday.

In the other future, you spend the next 6 to 8 hours doing a clean install, reinstalling every program, reconfiguring every setting, and hoping you can remember which apps you had. Your personal files? Gone, unless you separately saved them somewhere.

The only difference between these two futures is whether you spent 20 minutes setting up a backup before the disaster happened.

The Three Backup Systems Windows 11 Gives You (And Why People Mix Them Up)

Windows 11 has three built-in backup features. They’re not interchangeable. Each one protects you against a different kind of disaster, and using the wrong one at the wrong time gives you a false sense of security.

Here’s the short version:

System Image — A complete photograph of your entire drive. Windows, programs, drivers, settings, and all your files. If your SSD dies tomorrow, a system image lets you restore everything onto a new drive as if nothing happened.

File History — An automatic, rolling backup of your personal files (Documents, Desktop, Pictures, Music, Videos). If you accidentally delete a file or save over it, File History lets you go back and grab the version from an hour ago, yesterday, or last week.

Restore Point — A snapshot of your system’s configuration — the registry, installed drivers, and system files. If a Windows update or a new driver breaks something, a Restore Point lets you rewind your system configuration to before the problem — without touching your personal files.

The mistake most people make: They create a Restore Point and think they’re backed up. They’re not. Restore Points don’t save your files. If your SSD dies, your Restore Points die with it — they’re stored on the same drive.

The second mistake: They set up File History and think they’re fully protected. File History saves your files, but not Windows itself. If your system drive fails, File History won’t help you avoid a full clean install.

The right approach: Use all three. System Image for catastrophic failure. File History for everyday file protection. Restore Points for undoing bad updates and drivers.

Step 1: Create a System Image Backup

This is your insurance against the worst-case scenario — total drive failure, corrupted Windows installation, ransomware that encrypts everything.

What you need: An external hard drive with enough free space to hold everything on your Windows drive. If your C: drive has 200 GB of data, you need at least 200 GB of free space on the external drive. Bigger is better because you’ll want to keep multiple images over time.

Create the system image:

Control Panel → Backup and Restore (Windows 7)

Yes, it says “Windows 7.” Microsoft hasn’t updated the name, but the tool works perfectly on Windows 11. It’s the same tool that’s been creating system images since 2009, and it remains the most reliable built-in option.

  1. Click “Create a system image” in the left panel
  2. Select “On a hard disk” and choose your external drive
  3. Windows will automatically select the drives required for your system (the EFI System Partition, your C: drive, and the Recovery partition). You can add additional drives if you want.
  4. Click “Start backup”

The process takes 20-60 minutes depending on how much data you have and the speed of your external drive. Don’t use your PC for heavy tasks during the backup.

When it finishes, Windows will ask if you want to create a System Repair Disc. If you already have a bootable Windows 11 USB, you can skip this. If you don’t, create the disc — you’ll need it to boot into recovery and restore the image.

For command-line users — wbadmin:

If you prefer scripts or want to automate your backup, Windows has a built-in command-line backup tool called wbadmin. Open Command Prompt as Administrator and run:

wbadmin start backup -backupTarget:E: -include:C: -allCritical -quiet

Replace E: with your external drive letter. The -allCritical flag includes all partitions required to restore Windows (EFI, Recovery, etc.), not just C:. The -quiet flag runs without prompts.

You can put this command in a scheduled task to create system images automatically — say, every Sunday at 2 AM when you’re not using the PC.

How often: Create a new system image at least monthly. Also create one before any major change — before a Windows feature update, before swapping hardware, before installing unfamiliar software. Keep at least the two most recent images on your external drive.

Step 2: Set Up File History

System Images are great for disaster recovery, but they’re snapshots — they capture everything at a single point in time. If you created an image last Sunday and accidentally deleted a file on Thursday, the image from Sunday has the file, but you’d have to restore the entire image just to get one file back.

That’s where File History comes in. It runs continuously in the background, saving copies of your files at regular intervals. If you delete a file, overwrite it, or need an older version, you can pull it back without touching anything else.

What you need: A separate external drive or USB drive (it can be smaller than the one for system images — a 128 GB or 256 GB USB drive works for most people). Or, if you have a second internal drive, you can use that.

Set up File History:

Settings → System → Storage → Advanced storage settings → Backup options

Or search for “Backup settings” in the Start menu.

  1. Click “Add a drive” and select your external drive
  2. Toggle on “Automatically back up my files”
  3. Click “More options” to configure:
    • Back up my files: How often (default is every hour — this is good for most people)
    • Keep my backups: How long to keep old versions (default is “Forever” — change to “Until space is needed” if your drive is small)
    • Back up these folders: By default, it includes Desktop, Documents, Downloads, Music, Pictures, Videos, and a few others. Add any custom folders you want protected.

Important: File History does not back up application data, installed programs, or Windows system files. It only backs up the folders you specify. Think of it as protecting your work — your documents, photos, and projects — not your system.

Restoring a file from File History:

Search → "Restore your files with File History"

A window opens showing your backed-up folders. Navigate to the folder that contained the file you need. At the bottom of the window, use the left and right arrows to scroll through different time-stamped versions. Find the version you want, select the file, and click the green restore button.

You can also right-click the file and choose “Restore to” if you want to save it to a different location instead of overwriting whatever is currently there.

Step 3: Create and Manage Restore Points

Restore Points are your undo button for system changes. They don’t back up your files — they save the state of your Windows registry, system files, and installed drivers.

The classic scenario: you update your GPU driver, and suddenly your screen flickers every 10 seconds. You roll back to a Restore Point created before the driver update, and the flickering stops. Your personal files haven’t changed. Only the system configuration was rolled back.

Enable System Restore (it might be off by default):

Search → "Create a restore point" → System Properties → System Protection tab

Select your C: drive and click “Configure.”

  • Select “Turn on system protection”
  • Set the disk space slider to 5-10% (this determines how many restore points Windows can keep before it starts deleting old ones)
  • Click OK

Create a Restore Point manually:

On the same System Properties window, click “Create.” Give it a descriptive name — something like “Before NVIDIA driver 572.16” or “Before February 2026 update.” The more specific the name, the easier it is to find later when you need it.

When to create Restore Points:

  • Before installing a new GPU, audio, or network driver
  • Before running Windows Update (especially feature updates like 24H2 or 25H2)
  • Before installing software you’re not sure about
  • Before making registry edits
  • Before running system cleanup tools

Windows also creates Restore Points automatically before Windows Updates and some software installations, but relying on automatic creation alone is risky — sometimes Windows skips it.

Restoring from a Restore Point:

If Windows still boots:

Search → "Recovery" → Open Recovery → "Open System Restore" → choose your restore point → click Next → Finish

If Windows doesn’t boot:

Boot from Windows 11 USB → Repair your computer → Troubleshoot → Advanced options → System Restore → select the restore point

The restore process takes 10-30 minutes and requires a restart. After restoring, any programs installed or drivers updated after the restore point was created will be reverted. Your personal files remain untouched.

Step 4: Restoring a Full System Image (When Everything Goes Wrong)

This is the nuclear recovery option. Your SSD failed. Your Windows installation is corrupted beyond repair. Ransomware encrypted your drive. You’re starting from zero.

If you have a system image on your external drive, you can restore your entire system — Windows, programs, settings, files — everything exactly as it was when the image was created.

What you need:

  1. Your external drive containing the system image
  2. A bootable Windows 11 USB (here’s how to make one)
  3. If your old SSD died, a new SSD installed in your PC

The restoration process:

  1. Connect your external drive with the system image
  2. Boot from the Windows 11 USB
  3. On the Windows Setup screen, click “Repair your computer” (bottom-left)
  4. Select Troubleshoot → Advanced options → System Image Recovery
  5. Windows will detect the system image on your external drive
  6. Select the image and follow the prompts
  7. Confirm and wait — the restoration takes 30-90 minutes depending on image size and drive speed

After it finishes, restart your PC. It will boot into Windows exactly as it was when the image was created. Same desktop wallpaper, same programs, same browser tabs in your startup — everything.

The catch: Any files created or modified AFTER the image was created won’t be in the restore. This is where File History saves you — if you’ve been running File History on a separate drive, you can restore your most recent files after the system image restore is complete.

This is why the combination matters: System Image gets your system running again. File History fills in the gap between the image date and today.

The Windows Backup App: What It Actually Does

Windows 11 introduced a new “Windows Backup” app (find it in the Start menu). This confuses people because it sounds like it replaces the backup tools above. It doesn’t.

The Windows Backup app backs up:

  • Your settings — theme, taskbar layout, accessibility preferences
  • Your app list — which apps you had installed (not the apps themselves — just the list so you can reinstall them)
  • Your credentials — saved WiFi passwords, stored credentials
  • Your preferences — language, input, etc.

All of this goes to your Microsoft account in the cloud. The purpose is to make setting up a new Windows PC faster — you sign in with your Microsoft account, and it pulls your settings and app list so you don’t have to configure everything manually.

What the Windows Backup app does NOT do:

  • It does not create a system image
  • It does not back up your personal files (documents, photos, projects)
  • It does not replace File History
  • It does not replace System Restore

Think of the Windows Backup app as a convenience tool for PC setup, not a backup solution. You still need System Image and File History for actual data protection.

The Backup Strategy That Actually Works

Here’s the practical setup that covers every scenario:

Weekly/Monthly: Create a System Image to an external hard drive. Keep at least two recent images. This protects you against total drive failure and unrecoverable Windows corruption.

Continuous: Run File History on a separate external drive or USB drive, backing up every hour. This protects your personal files against accidental deletion, corruption, and ransomware.

As needed: Create Restore Points before driver updates, Windows updates, and software installations. This protects you against bad updates that break system stability.

The external drive strategy: Ideally, use two external drives. One for System Images, one for File History. If you only have one external drive, partition it — give most of the space to System Images and reserve a portion for File History.

The 3-2-1 rule (used by IT professionals): Keep 3 copies of your data, on 2 different types of storage, with 1 copy offsite (like cloud storage). For most home users, this means: your working files on your PC, File History on an external drive, and critical files also synced to OneDrive, Google Drive, or another cloud service.

Twenty minutes of setup today saves you eight hours of panic and reinstallation on the day something goes wrong. And something always goes wrong eventually.

Step-by-Step Guide

1

Create a System Image backup

Connect an external hard drive with enough space for your entire Windows drive. Open Control Panel then select Backup and Restore Windows 7. Click Create a system image on the left panel. Select your external hard drive as the destination. Choose which drives to include and click Start backup. This creates a complete snapshot of your entire system including Windows, programs, settings, and files that can be restored if your drive fails or Windows becomes unbootable.

2

Set up File History for automatic file backup

Connect an external drive or USB drive. Go to Settings then System then Storage then Advanced storage settings then Backup options. Click Add a drive and select your external drive. Toggle on Automatically back up my files. Click More options to configure how often backups occur and which folders to include. File History saves copies of your personal files such as Documents, Desktop, Pictures, and Music at regular intervals so you can restore individual files if they are deleted or corrupted.

3

Create a System Restore Point

Click Windows search and type Create a restore point. In the System Properties window click the System Protection tab. Select your Windows drive usually C and click Configure. Select Turn on system protection and set the disk space usage slider to 5 to 10 percent. Click OK then click Create to make a restore point now. Give it a descriptive name such as Before driver update. Restore points save your system registry, drivers, and program installations but not personal files. Use them to undo changes that caused system instability.

4

Restore from a System Image

f Windows will not boot insert your Windows 11 installation USB and boot from it. On the setup screen click Repair your computer then Troubleshoot then Advanced options then System Image Recovery. Select the system image from your external drive and follow the prompts. This overwrites your current drive with the exact state from the backup including all programs settings and files. Make sure to back up any new files created after the image was made before restoring

5

Restore files from File History

Connect the external drive containing your File History backups. Open Windows search and type Restore your files with File History. Browse through the backed up folders to find the file you need. Use the left and right arrows at the bottom to navigate between different backup versions. Select the file and click the green restore button to recover it to its original location. You can also right-click and choose Restore to to place it in a different location.

Frequently Asked Questions

Q1: What is the difference between System Image, File History, and Restore Point?
A1: A System Image is a complete copy of your entire drive including Windows, installed programs, drivers, settings, and all files. It is used to restore your entire system when the drive fails or Windows cannot boot. File History automatically backs up your personal files like Documents, Desktop, and Pictures at regular intervals. It is used to recover individual files that were accidentally deleted or corrupted. A Restore Point saves your system configuration including registry settings, installed programs, and drivers but not personal files. It is used to undo a system change like a bad driver or update that caused instability.
Q2: How much storage space do I need for a Windows 11 backup?
A2: A System Image requires roughly the same amount of space as your used disk space. If your Windows drive has 150 GB of data used the system image will be approximately 150 GB. For File History the space depends on how many files you have and how many versions you want to keep. A general recommendation is to use an external drive that is at least twice the size of your total files. Restore Points are small usually 1 to 5 GB each and are stored on your system drive.
Q3: Does the new Windows Backup app replace the old Backup and Restore?
A3: No they serve different purposes. The Windows Backup app in Windows 11 backs up your settings, app preferences, WiFi passwords, and credentials to your Microsoft account in the cloud. It helps you set up a new PC quickly by restoring those settings. However it does not create a System Image or back up all your personal files comprehensively. The legacy Backup and Restore from Windows 7 accessible through Control Panel is still the tool for creating full System Image backups and should be used alongside the new app.
Q4: How often should I create a backup?
A4: Create a new System Image monthly or before any major change like a Windows feature update, hardware swap, or major software installation. File History should run automatically and the default interval of every hour is recommended for most users. Create a Restore Point before installing new drivers, updating Windows, or installing unfamiliar software. The key principle is to have at least one recent System Image and continuous File History running at all times. This combination protects you against both catastrophic failure and accidental file loss.
Adhen Prasetiyo

Research Bug bounty at javahack team

Research Bug bounty Profesional

Web Development Research Bug Hunter
View all articles →