How to Delete VSS Shadows You Can’t Delete: outside of your allowed context…

You may run into a situation where some Volume Shadow Copy Service (VSS) shadows can’t be deleted.

You tried:

vssadmin delete shadows /all

but receive the error message:

Error: Snapshots were found, but they were outside of your allowed context.  Try removing them with the backup application which created them.

 

This peculiar error basically means Windows won’t let you touch the VSS shadow copy….despite the fact you are logged on as admin.

How to Fix “outside of your allowed context” Errors

In order to get rid of these kinds of shadows we need to apply a “trick”. Basically the VSS diff area storage is where VSS keeps these shadows “alive”.

By seriously cutting this limit to the bare minimum we invoke a mechanism in VSS itself that causes it to dump all shadows.

So we proceed by telling VSS to cut the limit down to 401 MB. For some reason the user interface will claim the bottom is 300MB but on several versions of Windows it refuses and reports:

Error: Specified number is invalid

The command that works uses 401MB and is (adapt it to your drive letter as needed):

vssadmin resize shadowstorage /for=D: /on=D: /maxsize=401MB

Then once you get “success” you can increase the limit once again to the recommended “unbounded” setting, or an actual limit value if you are using shadow copies for other purposes:

vssadmin resize shadowstorage /for=d: /on=D: /maxsize=unbounded

Then, vssadmin happily reports:

Successfully resized the shadow copy storage association

and a quick check using

vssadmin list shadows

reveals all VSS shadow copies are now gone!

 

PC and Server Backup Software for Professionals

Are you still using backup tools that quite don’t meet your needs? Give BackupChain a try today. BackupChain backup software offers a wealth of server backup and Hyper-V backup features along with unmatched tech support services!

BackupChain Features

Cloud backup
Mount FTP site to drive
Granular restore
SQL backup
Granular backup
Version backup and versioning
Exchange Server backup
Online backup
Hyper-V live backup
Cluster Shared Volumes
Best backup software
CSV backup
Cluster Shared Volume support
Copy Hyper-V files
Restore files in Hyper-V
File replication of Hyper-V VMs

Backup Software Overview

The Best Backup Software in 2024
Download BackupChain®

BackupChain is the all-in-one server backup software for:
Server Backup
Disk Image Backup
Drive Cloning and Disk Copy
VirtualBox Backup
VMware Backup
Image Backup
FTP Backup
Cloud Backup
File Server Backup
Virtual Machine Backup
Server Backup Solution

Hyper-V Backup

  • 18 Hyper-V Tips & Strategies You Need to Know
  • How to Back up Windows 10 Hyper-V VMs
  • Hyper-V Backup

    Popular

    Resources

    Other Backup How-To Guides