Computers & Electronics
171,499 views
25 min · 3 min read
7 steps
Advanced

How to back up a Windows 10/11 PC to an external drive and restore files

Backing up your Windows 10 or 11 PC to an external drive is a reliable way to protect photos, documents, and settings from hardware failure or accidental deletion. This guide walks you through preparing the drive, performing a full file backup, and restoring individual files or a full system image with concrete, easy steps. Follow the sequence and you’ll have a current safe copy in about 15–90 minutes depending on data size.

Verified by pleasexplain editors
  1. Step 1: Choose and prepare drive

    Pick an external drive with at least 2x the size of the data you plan to back up; for most users a 1 TB drive is a good start. Plug it into a USB 3.0 port for faster transfer, open File Explorer to confirm it appears, and right-click the drive to format as NTFS if it’s new — this ensures Windows can store large files and preserve permissions.

    [Illustration: external hard drive connected to a Windows laptop, File Explorer showing drive letter]

  2. Step 2: Organize what to back up

    Decide which folders to include: Windows folder is not needed for basic file restore, but Documents, Pictures, Desktop, Downloads, and email folders should be copied. Estimate total size by right-clicking each folder and choosing Properties so you know transfer time; for 100 GB expect 20–30 minutes on USB 3.0.

    [Illustration: Windows File Explorer with Documents and Pictures selected, properties window showing size estimate]

  3. Step 3: Use File History for files

    Enable File History (Settings > Update & Security > Backup or Settings > System > Storage > Advanced backups) and set the external drive as the backup target to capture versions of files automatically. Choose a backup schedule such as every 1 hour and include the main user folders; File History keeps versions so you can restore older edits if needed.

    [Illustration: Windows Settings Backup screen with File History enabled and drive selected]

  4. Step 4: Create a system image (optional)

    For full system recovery, use Control Panel > Backup and Restore (Windows 7) then Create a system image to copy the whole OS to the external drive. This image lets you restore Windows and installed programs exactly as they were; allocate enough space — a 200 GB system may need 200 GB free — and expect the process to take 30–120 minutes depending on size.

    [Illustration: Windows Control Panel Backup and Restore screen showing Create a system image option]

  5. Step 5: Perform the first manual copy

    For a simple backup, drag and drop your chosen folders to a clearly labeled folder on the external drive (for example Backup_2026-05-01). Verify the copy completed by comparing folder sizes and checking 3–5 important files open correctly; manual copies are quick to verify and portable across different machines.

    [Illustration: File Explorer copying folders to ExternalDrive\Backup_2026-05-01 with progress bar]

  6. Step 6: Set up a regular schedule

    Use Task Scheduler or your backup app to run File History or Robocopy weekly so backups stay current; choose a time when the PC is usually idle, like 2:00 AM, and keep at least 4 weekly versions. Regular automated backups reduce risk of data loss and avoid relying on memory to perform manual copies.

    [Illustration: Windows Task Scheduler with a scheduled backup task configured for early morning]

  7. Step 7: Test restore and maintain

    Regularly test restores: try restoring a single file from File History and boot a system repair environment to verify a system image at least every 3 months. After testing, safely eject the drive and store it in a cool, dry place or use two drives rotated monthly to protect against drive failure or theft.

    [Illustration: User restoring a file via File History and a system image restore screen in Windows recovery environment]


  • Label drives with date and contents to avoid confusion when you have multiple backups.
  • Keep at least two backup copies: one local external drive and one offsite cloud or a second drive stored elsewhere.
  • Compress rarely-changed folders into ZIP archives to save space; check integrity after compression.
  • Use USB 3.0 or USB-C for faster transfer; a 500 GB transfer can take 10–30 minutes depending on interface and drive speed.
  • Exclude large temporary folders (like browser caches or node_modules) to reduce backup size and time.
  • Verify backup integrity by opening several random files and noting checksum (e.g., compare file sizes or use a hashing tool)

  • Do not rely on a single backup drive—hard drives fail, sometimes without warning.
  • Formatting an external drive erases all data; double-check the drive letter before formatting or initializing.
  • Avoid running backups during heavy system updates or while installing large software to prevent file corruption.
  • Disconnect the backup drive only after safely ejecting to avoid filesystem corruption or partial copies.

Was this guide helpful?