How to Prepare for Bare-Metal Recovery of Windows Server
Applies to: Windows Server 2019, 2022 and 2025.
Bare-metal recovery rebuilds the operating system and critical volumes onto compatible hardware or a replacement VM. Preparation matters more than starting the wizard.
Recovery procedures must be tested before an outage. Protect backup credentials and keep at least one recovery path separate from production. Visit networkmanager.info.
Prerequisites
- Create an all-critical backup.
- Keep matching Windows Server installation media.
- Record storage and network drivers.
- Store BitLocker and application recovery material separately.
Procedure
Step 1: Create recovery backup
Protect all critical volumes.
wbadmin start backup -backupTarget:E: -allCritical -quietStep 2: Verify catalogue
List version and included items.
wbadmin get versionsStep 3: Record build information
Capture edition, build, firmware mode and disk layout.
Get-ComputerInfo | Select WindowsProductName,OsBuildNumber,BiosFirmwareType
Get-Disk
Get-PartitionStep 4: Prepare boot media
Validate Windows Setup or recovery ISO.
Step 5: Document recovery sequence
Boot Windows Recovery Environment, choose System Image Recovery and select the verified backup.
Step 6: Test isolated restore
Use non-production compatible hardware or VM.
Verification
A successful test must boot, expose expected volumes and start essential services.
Get-Volume
Get-Service | Where Status -Eq 'Running'Rollback and recovery considerations
Bare-metal recovery is itself a destructive recovery action. Keep the failed system and backup unchanged until the restored server passes acceptance.
Operational notes
Different storage controllers, firmware mode or disk size can prevent recovery; test representative replacement infrastructure.