Home / Guides / Guide

How to Use WinPE for Rescue: Recover a PC That Will Not Boot

2026-09-21 · SoftVault team

A minimal Windows environment running from a USB stick lets you get files off a broken PC, repair boot records and image a failing drive.

Windows Preinstallation Environment, WinPE, is a stripped-down Windows that boots from a USB drive entirely in memory. It has no installed programs, no login and no live operating system to fight with, which makes it the right tool when the machine will not start on its own.

What it is good for

Prepare the drive

Build the rescue media on a USB drive on a working machine, matching the architecture of the target system. Keep the rescue image on the multi-image stick you already use for installations, and add a second plain stick with the same image, because rescue media has a habit of failing exactly when you need it.

The recovery workflow

  1. Boot the target machine from the USB drive in the matching mode, and pick a display resolution you can actually read.
  2. Do not change anything yet. Open the partitioning tool and identify which physical disk holds the operating system partition, using size and partition layout as your guide.
  3. Copy your important data to an external drive first, and prefer copying over moving. A rescue session is a chance to secure data before the next step risks more damage.
  4. Check the drive's health indicators before repairing its file system. A disk that is failing should be imaged, not repaired in place, because a repair pass writes to the surface.
  5. Run a file-system check on the operating system volume with the automatic repair option enabled.
  6. Rebuild the boot configuration and confirm that the small system partition contains a bootloader and that the correct partition is marked active.
  7. Shut down, remove the USB drive, and attempt a normal start.

Common mistakes

Running a repair on the wrong disk, formatting the data partition while trying to fix the system one, and trusting an unfinished copy to an external drive are the three mistakes that turn a recoverable failure into a permanent loss. If the volume does not mount, do not initialize it when Windows asks; that prompt is for new disks, and initializing a failing one can destroy the partition table.

After a successful rescue

Boot normally, run a full backup of the files you just rescued, and replace the drive if the health check warned you. Then rebuild your rescue stick so it is ready for next time rather than leaving it half-used in a drawer.