How to Use WinPE for Rescue: Recover a PC That Will Not Boot
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
- Copying documents, photos and project files off a machine that cannot reach the desktop.
- Repairing boot records and partition flags so Windows starts again.
- Imaging a whole drive, sector by sector, when the hardware is starting to fail.
- Running offline malware checks and file-system repairs on a system you cannot boot safely.
- Recovering local account access on hardware you own, when no other administrator account exists.
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
- Boot the target machine from the USB drive in the matching mode, and pick a display resolution you can actually read.
- 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.
- 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.
- 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.
- Run a file-system check on the operating system volume with the automatic repair option enabled.
- Rebuild the boot configuration and confirm that the small system partition contains a bootloader and that the correct partition is marked active.
- 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.