I can understand why this is concerning, especially when it looks like your restore points may have disappeared on their own. The good news is that the yellow warning itself is normally not an error, not necessarily indicating corruption or a problem. It's just informational and has existed in Windows for many years:
- System Image backups and System Restore points both use Volume Shadow Copy Service (VSS).
- The message means Windows thinks there is already a system image backup associated with that drive.
- When both exist, the system may delete older shadow copies more aggressively to free space when needed.
So System Restore can sometimes purge older restore points automatically when the allocated storage becomes insufficient or/and backup-related VSS activity triggers cleanup. I also notice your current allocation is only 2% (10 GB), with about 6 GB already in use. If Windows needed additional space, older restore points might've been removed. Let's see:
- Open Command Prompt as Administrator > run
vssadmin list shadowstorage> check:- Used Shadow Copy Storage
- Allocated Shadow Copy Storage
- Maximum Shadow Copy Storage
- If you're not sure what it means, let me know.
- Also run
vssadmin list shadowsto check whether any shadow copies currently exist. - In addition, if you have sufficient SSD space, increase allocation to around 5-10% (25 - 50 GB), and see if it helps lower the warning rate on your system.
- As your system image backup has been sitting on the second HDD since 2021, verify whether it is still needed, since very old system images can sometimes contribute to VSS storage complexity.
In short, the warning appears because Windows has detected that Volume Shadow Copy storage is being used for both System Restore and System Image backups. The two features share the same technology so if there's not enough space, Windows warns that older shadow copies may be removed sooner than usual.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.