Windows Server Backup: How It Works and When to Use It
What is Windows Server Backup?
Windows Server Backup (WSB) is a backup feature built into Windows Server operating systems. It is available as an optional feature in Windows Server 2008 and later, and it allows administrators to back up and restore server data without purchasing third-party software.
WSB can perform full server backups, volume backups, system state backups, and file and folder backups. It can schedule regular automated backups and supports bare metal recovery — restoring an entire server including the operating system from a backup.
Installing Windows Server Backup
WSB is not installed by default but can be added through Server Manager:
- Open Server Manager
- Click Manage > Add Roles and Features
- Proceed through the wizard to Features
- Expand Windows Server Backup and select it
- Complete the wizard and install
Alternatively, via PowerShell:
Install-WindowsFeature Windows-Server-Backup
What Windows Server Backup Can Do
Full Server Backup
A full server backup captures all volumes on the server — operating system, applications, settings, and data. This provides a complete point-in-time copy that can be used for bare metal recovery if the server fails completely.
Volume Backup
Volume backups capture specific volumes rather than the entire server. This is useful when only certain drives contain data that needs protecting, or when storage constraints limit what can be backed up.
System State Backup
A system state backup captures the critical components that define the server's configuration: the registry, Active Directory (on domain controllers), the SYSVOL folder, boot files, and COM+ class registration database. This is useful for restoring a server's configuration without restoring all data.
Scheduled Backups
WSB supports scheduled automatic backups, running once or multiple times per day. Backups can be sent to a dedicated backup disk, a volume, or a network share.
Bare Metal Recovery
Bare metal recovery allows a failed server to be restored to completely new hardware — or to the same hardware after a catastrophic failure — using a WSB backup and the Windows Recovery Environment.
Limitations of Windows Server Backup
Backup Destinations
WSB can back up to:
- A locally attached external disk (USB or eSATA)
- A dedicated volume on an internal disk
- A network share (with some limitations)
It cannot back up directly to cloud storage. If off-site backup is needed, additional tooling is required to move WSB backups to a remote location.
No Deduplication or Compression
WSB does not perform deduplication or compression. Backup sets consume the full amount of storage that the source data occupies, with minimal efficiency gains. This makes large backup sets expensive in terms of storage.
Limited Application Support
WSB uses Volume Shadow Copy Service (VSS) to create consistent backups of live data. For many applications this works well, but for databases like SQL Server, application-aware backup plugins provide much more granular control — transaction log backup, point-in-time recovery, individual database restore — that WSB cannot match.
No Centralised Management
WSB is configured and managed per-server. There is no centralised console for managing backups across multiple servers. For MSPs managing multiple client servers, this is a significant operational limitation.
No Monitoring or Alerting
WSB logs backup results to the Windows Event Log, but it does not proactively alert administrators when backups fail. Identifying failures requires actively checking the Event Log or configuring third-party monitoring.
When Windows Server Backup Makes Sense
WSB is a reasonable choice in limited scenarios:
- Small single-server environments where cost is a primary constraint and the server is non-critical
- Supplementary backup alongside a primary backup solution, for an additional local copy
- System state backup for domain controllers as part of an AD recovery strategy
- Development or test environments where full enterprise backup is unnecessary
For production environments serving business-critical functions — especially those managed by MSPs on behalf of clients — WSB's limitations typically make a dedicated backup solution more appropriate.
Dedicated Backup Solutions for Windows Server
Purpose-built backup solutions for Windows Server environments offer capabilities WSB cannot match:
- Cloud backup: Direct backup to cloud storage, providing off-site protection without additional tooling
- Deduplication and compression: Significantly reduced storage consumption and faster backups
- Application-aware backup: Granular, transactionally consistent backup of SQL Server, Exchange, and Active Directory
- Centralised management: Single console for managing backup across multiple servers and clients
- Monitoring and alerting: Proactive notification when backups fail, with dashboards showing backup status across all protected systems
- Flexible retention: Granular retention policies per backup set, supporting both operational recovery and long-term compliance retention
- Tested restore workflows: Structured restore processes with restore testing built into the platform
For MSPs: Windows Server Backup in Client Environments
When taking on a new client, it is common to find WSB in use — sometimes configured and running, sometimes not running at all. Assessing the existing backup situation, identifying the gaps, and migrating to a managed solution is a straightforward value-add.
Key things to check when assessing an existing WSB setup:
- Is it actually running? Check the Event Log for recent successful backup events
- Where is the backup destination? Is it local only, or is there an off-site copy?
- When was the last restore test? Most WSB environments have never had a restore tested
- What is the retention? How many days or weeks of backups are retained?
BOBcloud provides cloud backup for Windows Server environments, with application-aware backup for SQL, Exchange, and Hyper-V, centralised management, and monitoring — designed for MSPs to manage on behalf of multiple clients. Find out more about our MSP backup platform.