Windows 11 System Reserved Partition Full
A “System Reserved partition is full” warning during Windows 11 updates can block installations even though your main drive has plenty of space. This small hidden partition handles boot files and recovery data, and it occasionally fills up. Here’s what it does and how to free space safely.
What the System Reserved Partition Does
The System Reserved partition is a small, hidden volume (typically 100 MB to 500 MB) that Windows creates during installation. It stores critical boot components, including the Boot Configuration Data (BCD), the Windows Boot Manager, and files used by BitLocker drive encryption. Because it has no drive letter, you normally never see it, but Windows updates and language packs can occasionally consume its limited space and cause errors like 0x80070070 or failed feature updates.
Read also: Windows 11 Startup Takes Forever How to Speed Up
Step 1: Confirm the Partition Is Actually Full
Open Disk Management to inspect it:
- Right-click the Start button and choose Disk Management.
- Locate the partition labeled “System Reserved” or “Healthy (System, Active)”.
- Check its size and free space. If free space is only a few MB, that’s your problem.
For more detail, open an elevated Command Prompt and use diskpart, then list volume to see all partitions including hidden ones.
Step 2: Clean Up Fonts and Language Files (Safe Method)
Often the partition fills with logs and font files that can be safely cleared. The most common fix is to free space without resizing anything:
- Temporarily assign a drive letter to the partition in Disk Management (right-click > Change Drive Letter and Paths > Add).
- Take ownership and, with hidden files shown, clear the
Boot\Fontsfolder, which frequently accumulates unnecessary font files. - Remove the drive letter afterward so the partition stays hidden and protected.
This recovers space without touching boot-critical data. Never delete the BCD store or the Boot folder structure itself.
Step 3: Disable Hibernation Side Effects and Clear Logs
If WBEM or font logs are the culprit, clearing them helps. You can also reduce pressure on the partition by ensuring system logs aren’t being written there. In an elevated PowerShell, chkdsk on the volume can repair filesystem errors that artificially report it as full. If BitLocker is enabled, suspend it first with manage-bde -protectors -disable C:, since BitLocker uses this partition and can complicate changes.
Step 4: Enlarge the Partition as a Last Resort
If cleanup isn’t enough, you can grow the partition, but it requires shrinking the adjacent C: volume and moving the partition, which Windows Disk Management can’t do natively. Options include:
- Use a reputable third-party partition manager that supports moving and resizing the System Reserved partition.
- Shrink C: to create unallocated space, then extend the System Reserved partition into it.
- Always create a full backup first, because partition operations carry a real risk of an unbootable system if interrupted.
A modern recommended size is around 500 MB to comfortably handle future updates and recovery files.
Frequently Asked Questions
Can I delete the System Reserved partition to free space?
No. It holds boot files and the BCD that Windows needs to start. Deleting it will make your PC unbootable. Clean it carefully or enlarge it instead.
What usually fills up the System Reserved partition?
Accumulated font files in the Boot\Fonts folder, WBEM logs, and BitLocker-related data are the most common causes. Clearing leftover font and log files typically recovers enough space.
Why do I get error 0x80070070 during updates?
That error signals insufficient disk space, and a full System Reserved partition is a frequent cause. Free space on it or enlarge it, then retry the update.
Is it safe to resize the partition myself?
It’s possible with a trusted partition tool, but it carries risk. Always back up your system first, since an interrupted resize of boot partitions can leave Windows unable to start.






